/* ===============================
   ONGO DARK NEON THEME
================================ */

:root {
  --ongo-bg: #05010f;
  --ongo-bg-2: #0a0618;
  --ongo-card: rgba(17, 12, 34, 0.82);
  --ongo-card-2: rgba(24, 15, 46, 0.9);
  --ongo-border: rgba(255, 255, 255, 0.1);

  --ongo-pink: #ff2fb2;
  --ongo-pink-2: #ff4f8b;
  --ongo-purple: #9c27ff;
  --ongo-violet: #5d2eff;
  --ongo-cyan: #22d3ee;
  --ongo-yellow: #ffcc33;

  --ongo-text: #ffffff;
  --ongo-muted: #b9b4c9;
  --ongo-soft: #716985;

  --ongo-radius: 24px;
  --ongo-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --ongo-glow-pink: 0 0 28px rgba(255, 47, 178, 0.45);
  --ongo-glow-purple: 0 0 34px rgba(156, 39, 255, 0.45);
}

/* ===============================
   BASE
================================ */

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 15% 10%, rgba(156, 39, 255, 0.18), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(255, 47, 178, 0.18), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(93, 46, 255, 0.16), transparent 38%),
    var(--ongo-bg) !important;
  color: var(--ongo-text) !important;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
}

#page,
.page {
  background: transparent !important;
  overflow: hidden;
}

section,
.division,
.content-section,
.features-section,
.faqs-section,
.footer {
  background: transparent !important;
  color: var(--ongo-text);
}

.divider,
hr.divider {
  border-color: rgba(255, 255, 255, 0.08) !important;
  opacity: 1;
}

/* ===============================
   TEXT
================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ongo-text) !important;
  letter-spacing: -0.04em;
}

p,
li,
small,
.foo-links a,
.bottom-footer-list a {
  color: var(--ongo-muted) !important;
}

.text-gradient,
.ongo-gradient {
  background: linear-gradient(135deg, var(--ongo-pink), var(--ongo-purple));
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}

.section-title h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.05;
}

.section-title p {
  font-size: 1.08rem;
}

/* ===============================
   HEADER
================================ */

#header,
.header-wrapper,
.wsmainfull {
 /*  background: rgba(5, 1, 15, 0.76) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
      background: #9C27B0 !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-light .wsmenu > .wsmenu-list > li > a,
.wsmenu > .wsmenu-list > li > a {
  color: var(--ongo-text) !important;
  font-weight: 600;
}

.wsmenu > .wsmenu-list > li > a:hover {
  color: var(--ongo-pink) !important;
}

.desktoplogo img,
.smllogo img,
.footer-logo {
  max-height: 48px;
  width: auto;
}

.wsmobileheader {
  background: rgba(5, 1, 15, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===============================
   BUTTONS
================================ */

.btn,
.btn--theme,
.btn--tra-white,
.btn--tra-black {
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

.btn--theme,
.hover--theme:hover,
.btn-primary,
.ongo-btn-primary {
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--ongo-purple), var(--ongo-pink-2)) !important;
  box-shadow: var(--ongo-glow-pink);
}

.btn--tra-white,
.btn--tra-black,
.ongo-btn-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.btn:hover,
.ongo-btn-primary:hover,
.ongo-btn-secondary:hover {
  transform: translateY(-2px);
}

/* ===============================
   HERO
================================ */

#hero-1 {
  min-height: 100vh;
  padding: 150px 0 90px;
  position: relative;
  isolation: isolate;
}

#hero-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 1, 15, 0.95) 0%, rgba(5, 1, 15, 0.72) 48%, rgba(5, 1, 15, 0.92) 100%),
    url("../images/ongo-night-bg.jpg") center/cover no-repeat;
  z-index: -2;
}

#hero-1::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(to bottom, transparent, var(--ongo-bg));
  z-index: -1;
}

.hero-1-txt h2 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  max-width: 680px;
}

.hero-1-txt h2 span,
.hero-title-accent {
  color: var(--ongo-pink) !important;
  text-shadow: var(--ongo-glow-pink);
}

.hero-1-txt p {
  max-width: 520px;
  font-size: 1.2rem;
  line-height: 1.55;
  margin-top: 24px;
}

.hero-1-txt h3 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-top: 30px;
}

.stores-badge {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.stores-badge img {
  height: 48px;
  width: auto;
}

.hero-1-img {
  position: relative;
}

.hero-1-img img {
  filter: drop-shadow(0 35px 80px rgba(255, 47, 178, 0.22));
}

.hero-1-img::before {
  content: "";
  position: absolute;
  inset: 10% 12%;
  background: radial-gradient(circle, rgba(255, 47, 178, 0.32), transparent 62%);
  filter: blur(30px);
  z-index: -1;
}

/* ===============================
   STATS
================================ */

.ongo-stats {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.ongo-stat {
  display: flex;
  gap: 14px;
  align-items: center;
}

.ongo-stat-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--ongo-purple), var(--ongo-pink));
  box-shadow: var(--ongo-glow-pink);
  font-size: 22px;
}

.ongo-stat strong {
  color: var(--ongo-pink);
  display: block;
  font-size: 1.65rem;
  line-height: 1;
}

.ongo-stat span {
  color: var(--ongo-muted);
  font-size: 0.95rem;
}

/* ===============================
   CARDS / FEATURES
================================ */

.fbox-1,
.fbox-3,
.p-table,
.rbox-1,
.bc-04-wrapper,
.fbox-4-wrapper,
.accordion-item,
.ongo-card {
  background: var(--ongo-card) !important;
  border: 1px solid var(--ongo-border) !important;
  border-radius: var(--ongo-radius) !important;
  box-shadow: var(--ongo-shadow);
  backdrop-filter: blur(18px);
}

.fbox-1,
.fbox-3,
.ongo-card {
  padding: 34px 24px !important;
  height: 100%;
  transition: 0.25s ease;
}

.fbox-1:hover,
.fbox-3:hover,
.ongo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 47, 178, 0.35) !important;
  box-shadow: 0 24px 90px rgba(255, 47, 178, 0.16);
}

.fbox-txt h6 {
  font-size: 1.08rem;
}

.fbox-txt p {
  margin-top: 10px;
  font-size: 0.95rem;
}

.shape-ico span,
.fbox-ico span {
  color: var(--ongo-pink) !important;
  text-shadow: var(--ongo-glow-pink);
}

.shape-ico svg path {
  fill: rgba(255, 47, 178, 0.08) !important;
}

/* ===============================
   CONTENT BLOCKS
================================ */

.txt-block h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.txt-block p {
  font-size: 1.05rem;
  line-height: 1.65;
}

.simple-list {
  margin-top: 22px;
}

.simple-list .list-item {
  margin-bottom: 12px;
}

.simple-list .list-item p {
  color: var(--ongo-muted) !important;
  margin-bottom: 0;
}

.img-block img,
.bc-4-img img,
.fbox-4-img img {
  border-radius: var(--ongo-radius);
  box-shadow: var(--ongo-shadow);
}

/* ===============================
   MAP / HOT ZONES
================================ */

.ongo-map-section {
  position: relative;
}

.ongo-map-card {
  min-height: 420px;
  background:
    linear-gradient(90deg, rgba(5, 1, 15, 0.94), rgba(5, 1, 15, 0.36)),
    url("../images/ongo-map-bg.jpg") center/cover no-repeat;
  border-radius: var(--ongo-radius);
  border: 1px solid var(--ongo-border);
  box-shadow: var(--ongo-shadow);
  overflow: hidden;
  padding: 46px;
  position: relative;
}

.ongo-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 44% 44%, rgba(255, 47, 178, 0.35), transparent 9%),
    radial-gradient(circle at 63% 50%, rgba(93, 46, 255, 0.35), transparent 9%),
    radial-gradient(circle at 58% 67%, rgba(255, 120, 35, 0.35), transparent 8%);
  pointer-events: none;
}

.ongo-map-card h2 {
  max-width: 420px;
}

.ongo-map-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.ongo-map-list li {
  color: var(--ongo-text) !important;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ongo-map-list li::before {
  content: "◉";
  color: var(--ongo-pink);
  text-shadow: var(--ongo-glow-pink);
}

.ongo-venues-floating {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  z-index: 2;
}

.ongo-venue-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(5, 1, 15, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 12px;
}

.ongo-venue-item strong {
  color: #fff;
  display: block;
}

.ongo-venue-item span {
  color: var(--ongo-muted);
  font-size: 0.88rem;
}

/* ===============================
   LOCAL DASHBOARD SECTION
================================ */

.ongo-local-card {
  background:
    linear-gradient(90deg, rgba(5, 1, 15, 0.95), rgba(5, 1, 15, 0.55)),
    url("../images/ongo-local-bg.jpg") center/cover no-repeat;
  border: 1px solid var(--ongo-border);
  border-radius: var(--ongo-radius);
  box-shadow: var(--ongo-shadow);
  padding: 46px;
  overflow: hidden;
}

.ongo-dashboard-preview {
  background: rgba(10, 6, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
}

.ongo-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ongo-dashboard-metric {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.ongo-dashboard-metric span {
  color: var(--ongo-muted);
  font-size: 0.82rem;
}

.ongo-dashboard-metric strong {
  color: #fff;
  display: block;
  font-size: 1.4rem;
}

/* ===============================
   FAQ
================================ */

.accordion {
  padding-left: 0;
}

.accordion-item {
  margin-bottom: 16px;
  overflow: hidden;
}

.accordion-thumb {
  padding: 24px 28px;
  cursor: pointer;
}

.accordion-thumb h5 {
  margin: 0;
  font-size: 1.05rem;
}

.accordion-panel {
  padding: 0 28px 24px;
}

.accordion-panel p {
  margin: 0;
}

.more-questions-holder {
  background: var(--ongo-card-2) !important;
  border: 1px solid var(--ongo-border);
  border-radius: var(--ongo-radius);
  box-shadow: var(--ongo-shadow);
}

/* ===============================
   DOWNLOAD / CTA
================================ */

#download .banner-5-wrapper,
.banner-overlay {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 47, 178, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(156, 39, 255, 0.32), rgba(255, 47, 178, 0.18)),
    rgba(10, 6, 24, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ongo-radius);
  box-shadow: var(--ongo-shadow);
}

.banner-5-txt h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.footer-qr-code {
  background: #fff;
  padding: 10px;
}

/* ===============================
   FOOTER
================================ */

.footer {
  background: #030009 !important;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.08);
}

.footer h6 {
  color: #fff !important;
}

.footer a {
  color: var(--ongo-muted) !important;
}

.footer a:hover {
  color: var(--ongo-pink) !important;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  #hero-1 {
    padding-top: 130px;
  }

  .hero-1-txt h2 {
    font-size: clamp(2.8rem, 12vw, 5rem);
  }

  .ongo-venues-floating {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: 30px;
  }

  .ongo-map-card,
  .ongo-local-card {
    padding: 30px;
  }

  .ongo-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  #hero-1 {
    min-height: auto;
    padding: 115px 0 60px;
  }

  .stores-badge img {
    height: 42px;
  }

  .ongo-map-card,
  .ongo-local-card {
    padding: 24px;
  }

  .section-title {
    margin-bottom: 40px !important;
  }

  .fbox-1,
  .fbox-3,
  .ongo-card {
    padding: 26px 20px !important;
  }
}

/* ======================
   FIXED HEADER
====================== */

#header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header-wrapper {
  background: rgba(5, 1, 15, 0.92) !important;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.wsmainfull {
  background: transparent !important;
}

.ongo-logo {
  height: 52px;
  width: auto;
  display: block;
}

.ongo-logo-mobile {
  height: 42px;
  width: auto;
  display: block;
}

/* ocultamos la lógica viejo tema claro/oscuro */

.logo-black,
.logo-white {
  display: block !important;
}

.lt-img,
.dt-img {
  display: block !important;
}

/* espacio para compensar header fijo */

#hero-1 {
  padding-top: 180px !important;
}
.ongo-stat-icon i{
    font-size: 20px;
    color: #fff;
}

.ongo-stat-icon{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        var(--ongo-purple),
        var(--ongo-pink)
    );

    box-shadow:
        0 0 25px rgba(255,47,178,.35);
}
.ongo-stat-icon span {
  font-size: 22px;
  line-height: 1;
  color: #fff !important;
}
.ongo-stats {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ongo-stat {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 15px;
    border-radius: 18px;

    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);

    backdrop-filter: blur(12px);
}

.ongo-stat-icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #9c27ff,
        #ff2fb2
    );
}

.ongo-stat-icon i {
    color: #fff;
    font-size: 22px;
}

.ongo-stat-content strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.ongo-stat-content span {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}
.ongo-feature-icon{
    width: 90px;
    height: 90px;

    margin: 0 auto 25px;

    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        rgba(156,39,255,.18),
        rgba(255,47,178,.18)
    );

    border: 1px solid rgba(255,255,255,.08);

    box-shadow:
        0 0 35px rgba(255,47,178,.15);
}

.ongo-feature-icon i{
    font-size: 36px;
    color: #ff2fb2;
}

.ongo-card h5{
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.ongo-card p{
    color: rgba(255,255,255,.75);
    line-height: 1.6;
}
.ongo-benefits-list{
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.ongo-benefits-list li{
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 18px;
    padding: 14px 18px;

    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;

    transition: .3s ease;
}

.ongo-benefits-list li:hover{
    transform: translateX(6px);

    border-color: rgba(255,47,178,.35);

    box-shadow:
        0 0 25px rgba(255,47,178,.15);
}

.ongo-benefits-list i{
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #fff;
    font-size: 18px;

    background: linear-gradient(
        135deg,
        var(--ongo-purple),
        var(--ongo-pink)
    );
}

.ongo-benefits-list span{
    color: #fff;
    font-weight: 500;
}
#characteristics .ongo-card{
    height: 100%;
    padding: 40px 30px;
}

#characteristics .ongo-feature-icon{
    width: 80px;
    height: 80px;

    margin: 0 auto 20px;

    border-radius: 22px;

    background: linear-gradient(
        135deg,
        rgba(156,39,255,.2),
        rgba(255,47,178,.2)
    );

    border: 1px solid rgba(255,255,255,.08);
}

#characteristics .ongo-feature-icon i{
    font-size: 32px;
    color: #ff2fb2;
}

#characteristics h5{
    color: #fff;
    margin-bottom: 15px;
}

#characteristics p{
    color: rgba(255,255,255,.75);
}

@media (max-width: 991px) {
  #hero-1 {
    min-height: auto;
    padding: 50px 0 70px;
    background-position: center top;
    overflow: hidden;
    position: relative;
  }

  #hero-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% 20%, rgba(255, 0, 128, .35), transparent 35%),
      linear-gradient(180deg, rgba(5, 5, 12, .2), rgba(5, 5, 12, .95));
    pointer-events: none;
  }

  #hero-1 .container {
    position: relative;
    z-index: 2;
  }

  .hero-1-txt {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
  }

  .ongo-gradient {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2f8b, #8b5cf6);
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 18px;
  }

  .hero-1-txt h2 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: .95;
    margin-bottom: 18px;
    letter-spacing: -2px;
  }

  .hero-title-accent {
    background: linear-gradient(90deg, #ff4fa3, #9f7aea, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-1-txt .p-lg {
    font-size: 17px;
    line-height: 1.55;
    opacity: .9;
    margin-bottom: 24px;
  }

  .hero-1-txt .mt-4.d-flex {
    flex-direction: column;
    gap: 12px !important;
  }

  .hero-1-txt .btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
    border-radius: 16px;
    font-weight: 700;
  }

  .stores-badge {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .stores-badge img {
    max-height: 42px;
    width: auto;
  }

  .hero-1-img {
    margin-top: 38px;
    position: relative;
  }

  .hero-1-img::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 47, 139, .35), transparent 68%);
    filter: blur(8px);
    z-index: -1;
  }

  .hero-1-img img {
    max-width: 76%;
    filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .55));
  }

  .ongo-stats {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ongo-stat {
    padding: 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    text-align: center;
  }

  .ongo-stat-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 8px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .12);
  }

  .ongo-stat-content strong {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }

  .ongo-stat-content span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.25;
    opacity: .78;
  }
}

@media (max-width: 575px) {
  #hero-1 {
    padding-top: 105px;
  }

  .hero-1-img img {
    max-width: 88%;
  }

  .ongo-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ongo-hero {
  position: relative;
  overflow: hidden;
}

.ongo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 45%, rgba(255, 47, 139, .22), transparent 34%),
    radial-gradient(circle at 20% 30%, rgba(139, 92, 246, .16), transparent 32%),
    linear-gradient(180deg, rgba(5, 0, 15, .2), rgba(5, 0, 15, .92));
  pointer-events: none;
}

.ongo-hero .container {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px);
}

.hero-visual {
  position: relative;
}

.hero-1-img {
  position: relative;
  z-index: 2;
}

.hero-1-img img {
  filter: drop-shadow(0 35px 55px rgba(0, 0, 0, .55));
}

.ongo-stats {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  display: grid;
  gap: 18px;
  z-index: 3;
}

.ongo-stat {
  width: 150px;
  min-height: 116px;
  padding: 18px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.ongo-stat-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(135deg, #9f22ff, #ff3ea5);
  box-shadow: 0 12px 30px rgba(255, 47, 139, .25);
}

.ongo-stat-content strong {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.ongo-stat-content span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.3;
}

/* MOBILE */
@media (max-width: 991px) {
  .ongo-hero {
    padding: 110px 0 60px;
    min-height: auto;
  }

  .ongo-hero-row {
    flex-direction: column;
  }

  .hero-1-txt {
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
  }

  .hero-badge {
    font-size: 12px;
    padding: 8px 13px;
    margin-bottom: 15px;
  }

  .ongo-gradient {
    display: inline-block;
    margin-bottom: 12px;
  }

  .hero-1-txt h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .95;
    letter-spacing: -1.8px;
    margin-bottom: 18px;
  }

  .hero-1-txt .p-lg {
    max-width: 360px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .78);
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
  }

  .stores-badge {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .stores-badge img {
    max-height: 42px;
    width: auto;
  }

  .hero-visual {
    width: 100%;
    margin-top: 36px;
  }

  .hero-1-img::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 47, 139, .35), transparent 68%);
    filter: blur(8px);
    z-index: -1;
  }

  .hero-1-img img {
    max-width: 78%;
  }

  .ongo-stats {
    position: static;
    transform: none;
    margin: 30px auto 0;
    width: 100%;
    max-width: 380px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ongo-stat {
    width: 100%;
    min-height: auto;
    padding: 14px 12px;
    text-align: center;
    border-radius: 18px;
  }

  .ongo-stat-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 9px;
    border-radius: 14px;
    font-size: 18px;
  }

  .ongo-stat-content strong {
    font-size: 22px;
  }

  .ongo-stat-content span {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .ongo-hero {
    padding-top: 98px;
  }

  .hero-1-txt h2 {
    font-size: 44px;
  }

  .hero-1-img img {
    max-width: 88%;
  }

  .stores-badge img {
    max-height: 38px;
  }
}
.footer-download-text{
  color: rgba(255,255,255,.7);
  font-size: 14px;
  margin: 20px 0 15px;
}

.footer-qr-code{
  max-width: 180px;
  margin-top: 15px;
}

.footer-qr-code img{
  border-radius: 18px;
  background: #fff;
  padding: 10px;
}