.hero {
  min-height: 430px;
  background:
    radial-gradient(circle at 70% 20%, rgba(109,61,244,0.35), transparent 35%),
    linear-gradient(135deg, #070b1f, #101842);
  padding: 70px 0 90px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  align-items: center;
  gap: 28px;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  max-width: 620px;
  letter-spacing: -0.06em;
}

.hero-copy p {
  margin-top: 18px;
  color: var(--texto-2);
  font-size: 1.1rem;
  max-width: 480px;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-card {
  padding: 28px;
  max-width: 330px;
  justify-self: end;
}

.hero-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.hero-card p {
  color: var(--texto-2);
  line-height: 1.6;
}

.qr-box {
  margin-top: 22px;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--morado), var(--azul));
  display: grid;
  place-items: center;
  font-size: 2rem;
  margin-left: auto;
}

.search-card {
  margin-top: -46px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.1fr 2fr 0.9fr auto;
  gap: 14px;
  align-items: center;
  background: rgba(255,255,255,0.95);
  color: #0d1330;
}

.search-card p {
  color: #5f6680;
  font-size: 0.88rem;
  margin-top: 4px;
}

.search-card .input,
.search-card .select {
  background: white;
  color: #0d1330;
  border-color: #d7dcef;
}

.section {
  padding: 42px 0 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.section-head h2 {
  font-size: 1.2rem;
}

.section-head a {
  color: var(--morado-2);
  font-weight: 800;
  font-size: 0.85rem;
}

.categorias {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.cat {
  min-width: 90px;
  height: 86px;
  border: 1px solid var(--borde);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--texto-2);
  background: rgba(255,255,255,0.04);
}

.cat span {
  font-size: 0.75rem;
  font-weight: 800;
}

.cat.active,
.cat:hover {
  border-color: var(--morado-2);
  color: white;
}

.negocios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.negocio-card {
  padding: 18px;
}

.negocio-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.negocio-logo {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(109,61,244,0.18);
  display: grid;
  place-items: center;
  font-weight: 900;
  overflow: hidden;
}

.negocio-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.negocio-card h3 {
  margin-top: 12px;
  font-size: 1rem;
}

.negocio-card p {
  color: var(--texto-2);
  font-size: 0.85rem;
  margin-top: 4px;
}

.negocio-card .btn {
  width: 100%;
  margin-top: 16px;
  padding: 10px;
}

.how {
  margin-top: 46px;
  padding: 28px;
}

.steps {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(109,61,244,0.18);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.step h3 {
  font-size: 0.95rem;
}

.step p {
  color: var(--texto-2);
  font-size: 0.82rem;
  line-height: 1.5;
  margin-top: 6px;
}

@media(max-width: 900px) {
  .hero-inner,
  .search-card,
  .negocios-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-card {
    justify-self: start;
  }

  .search-card {
    margin-top: -30px;
  }
}

.logo-img {
  display: flex;
  align-items: center;
}

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

.hero {
  min-height: 430px;
  background:
    radial-gradient(circle at 65% 20%, rgba(109,61,244,0.38), transparent 38%),
    linear-gradient(135deg, #070b1f, #101842);
  padding: 70px 0 64px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 34px;
}

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

.hero-image-wrap {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  max-width: 650px;
  height: 360px;
  object-fit: cover;
  border-radius: 180px 0 0 180px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.35);
}

.hero-floating-card {
  position: absolute;
  right: 0;
  top: 84px;
  width: 260px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(18,26,58,0.86);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.32);
}

.hero-floating-card h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.hero-floating-card p {
  color: var(--texto-2);
  font-size: 0.86rem;
  line-height: 1.5;
}

.qr-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-top: 14px;
  border-radius: 12px;
}

/* CTA NEGOCIO */

.negocio-cta {
  margin-top: 46px;
}

.negocio-cta-card {
  background:
    radial-gradient(circle at 85% 40%, rgba(109,61,244,0.32), transparent 35%),
    linear-gradient(135deg, #11183b, #070b1f);
  border: 1px solid var(--borde);
  border-radius: 24px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  box-shadow: var(--sombra);
}

.mini-label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(109,61,244,0.18);
  color: #bda8ff;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.negocio-cta-text h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}

.negocio-cta-text p {
  color: var(--texto-2);
  margin-top: 10px;
  max-width: 520px;
  line-height: 1.6;
}

.negocio-beneficios {
  margin: 18px 0 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.negocio-beneficios span {
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--borde);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--texto-2);
}

.negocio-cta-img {
  display: flex;
  justify-content: center;
}

.negocio-cta-img img {
  max-width: 230px;
  width: 100%;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.28));
}

/* FOOTER PRO */

.footer-pro {
  margin-top: 60px;
  background:
    radial-gradient(circle at 20% 0%, rgba(109,61,244,0.18), transparent 35%),
    #070b1f;
  border-top: 1px solid var(--borde);
  padding: 42px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 0.9fr 1fr;
  gap: 28px;
}

.footer-brand img {
  height: 48px;
  width: auto;
  margin-bottom: 12px;
}

.footer-brand p {
  color: var(--texto-2);
  line-height: 1.6;
  font-size: 0.9rem;
  max-width: 270px;
}

.footer-col h4 {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.footer-col a {
  display: block;
  color: var(--texto-2);
  font-size: 0.86rem;
  margin-bottom: 8px;
}

.footer-col a:hover {
  color: white;
}

.socials {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.socials a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--morado), var(--azul));
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  margin-bottom: 0;
}

.download-title {
  margin-top: 8px;
}

.download-img {
  max-width: 190px;
  width: 100%;
  border-radius: 10px;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--borde);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--texto-2);
  font-size: 0.82rem;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  color: var(--texto-2);
}

.footer-bottom a:hover {
  color: white;
}

@media(max-width: 1000px) {
  .hero-inner,
  .negocio-cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    border-radius: 30px;
    height: 300px;
  }

  .hero-floating-card {
    right: 20px;
    top: 120px;
  }
}

@media(max-width: 700px) {
  .hero {
    padding-top: 48px;
  }

  .hero-image-wrap {
    min-height: 260px;
  }

  .hero-image {
    height: 240px;
  }

  .hero-floating-card {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: -40px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================
   RESPONSIVE INDEX / HOME
   ========================= */

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding: 36px 0 54px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.06em;
  }

  .hero-copy p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-image-wrap {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .hero-image {
    width: 100%;
    height: 230px;
    border-radius: 28px;
    object-fit: cover;
  }

  .hero-floating-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: -28px;
    padding: 18px;
    border-radius: 18px;
  }

  .hero-floating-card h3 {
    font-size: 0.95rem;
  }

  .hero-floating-card p {
    font-size: 0.8rem;
  }

  .qr-icon {
    width: 46px;
    height: 46px;
  }

  .search-card {
    margin-top: -28px;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 18px;
  }

  .search-card h3 {
    font-size: 1rem;
  }

  .search-card p {
    font-size: 0.8rem;
  }

  .search-card .input,
  .search-card .select {
    min-height: 46px;
    font-size: 16px;
  }

  .search-card .btn {
    width: 100%;
  }

  .section {
    padding: 32px 0 0;
  }

  .section-head {
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
  }

  .section-head h2 {
    font-size: 1.05rem;
  }

  .section-head a {
    font-size: 0.78rem;
  }

  .categorias {
    gap: 10px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .cat {
    min-width: 82px;
    height: 78px;
    border-radius: 16px;
    scroll-snap-align: start;
  }

  .cat span {
    font-size: 0.68rem;
  }

  .negocios-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .negocio-card {
    padding: 16px;
    border-radius: 18px;
  }

  .negocio-top {
    gap: 12px;
  }

  .negocio-logo {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .negocio-card h3 {
    font-size: 0.98rem;
  }

  .negocio-card p {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .how {
    margin-top: 34px;
    padding: 20px;
    border-radius: 20px;
  }

  .how h2 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
  }

  .step-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .step h3 {
    font-size: 0.95rem;
  }

  .step p {
    font-size: 0.78rem;
    margin-top: 4px;
  }

  .negocio-cta {
    margin-top: 34px;
  }

  .negocio-cta-card {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 22px;
    gap: 18px;
  }

  .negocio-cta-text h2 {
    font-size: 1.55rem;
    line-height: 1.15;
  }

  .negocio-cta-text p {
    font-size: 0.88rem;
  }

  .negocio-beneficios {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .negocio-beneficios span {
    width: 100%;
    font-size: 0.78rem;
    border-radius: 14px;
  }

  .negocio-cta-img img {
    max-width: 180px;
  }

  .footer-pro {
    margin-top: 42px;
    padding: 32px 0 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand img {
    height: 42px;
  }

  .footer-brand p {
    max-width: 100%;
    font-size: 0.84rem;
  }

  .footer-col h4 {
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 0.82rem;
  }

  .socials {
    gap: 8px;
  }

  .download-img {
    max-width: 160px;
  }

  .footer-bottom {
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
    font-size: 0.76rem;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 2rem;
  }

  .hero-image {
    height: 210px;
  }

  .search-card {
    padding: 14px;
  }

  .cat {
    min-width: 76px;
    height: 74px;
  }

  .how {
    padding: 18px;
  }

  .negocio-cta-card {
    padding: 18px;
  }
}