    body {
      margin: 0;
      font-family: Arial, sans-serif;
      color: #222;
      background: #f7f8fb;
    }

    .container {
      max-width: 1150px;
      margin: 0 auto;
      padding: 0 20px;
    }

    header {
	  background: rgba(0,0,0,1);
	  padding: 18px 0;
	  border-bottom: 1px solid rgba(255,255,255,.08);

	  position: sticky;
	  top: 0;
	  z-index: 9999;

	  backdrop-filter: blur(12px);
	  -webkit-backdrop-filter: blur(12px);

	  transition: all .25s ease;
	}

  .bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

    .logo {
      max-width: 240px;
      height: auto;
    }

    .hero {
      padding: 80px 0;
      background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 50px;
      align-items: center;
    }

    h1 {
      font-size: 54px;
      line-height: 1.1;
      margin: 0 0 20px;
    }

    .subtitle {
      font-size: 20px;
      color: #555;
      line-height: 1.5;
      margin-bottom: 30px;
    }

    .price-box {
      background: #fff;
      border-radius: 18px;
      padding: 30px;
      box-shadow: 0 10px 35px rgba(0,0,0,0.08);
      text-align: center;
    }

    .price {
      font-size: 65px;
      font-weight: bold;
      margin: 10px 0;
    }

    .tax {
      color: #777;
      font-size: 14px;
      margin-bottom: 25px;
    }

    .btn {
      display: inline-block;
      background: #111;
      color: #fff;
      text-decoration: none;
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: bold;
      margin: 5px;
    }

    .btn.secondary {
      background: #fff;
      color: #111;
      border: 1px solid #ddd;
    }
	.btn.secondaryRevers {
	background: black;
    color: white;
    border: 1px solid white;
	}

    .section {
      padding: 70px 0;
    }

    .section h2 {
      text-align: center;
      font-size: 34px;
      margin-bottom: 40px;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .feature {
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 6px 22px rgba(0,0,0,0.05);
    }

    .feature h3 {
      margin-top: 0;
      font-size: 19px;
    }

    .feature p {
      color: #666;
      line-height: 1.5;
    }

    .demos {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .demo-card {
      background: #fff;
      border-radius: 16px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 6px 22px rgba(0,0,0,0.05);
    }

    .demo-card h3 {
      margin-top: 0;
    }

    .final-cta {
      text-align: center;
      background: #111;
      color: #fff;
      padding: 70px 20px;
    }

    .final-cta h2 {
      font-size: 34px;
      margin-bottom: 15px;
    }

    .final-cta p {
      color: #ddd;
      font-size: 18px;
    }

    footer {
      padding: 25px;
      text-align: center;
      font-size: 14px;
      color: #777;
      background: #fff;
    }
	.text-center {
		text-align:center;
	}

    @media (max-width: 900px) {
      .hero-grid,
      .features,
      .demos {
        grid-template-columns: 1fr;
      }

      h1 {
        font-size: 34px;
      }

      .hero {
        padding: 50px 0;
      }
    }
	
	.header-flex {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  gap: 30px;
	}

	.fake-search {
	  width: 420px;
	  max-width: 100%;
	  height: 48px;
	  background: #f7f8fb;
	  border: 1px solid #e2e6f0;
	  border-radius: 999px;
	  display: flex;
	  align-items: center;
	  padding: 0 20px;
	  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
	  color: #555;
	  font-size: 15px;
	}

	.fake-search-icon {
	  margin-right: 10px;
	  opacity: .7;
	}

	.fake-cursor {
	  width: 2px;
	  height: 18px;
	  background: #2d5cff;
	  margin-left: 3px;
	  animation: blink 0.8s infinite;
	}
    .bloque_general_que_puede_hacer {
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:25px;
        max-width:1000px;
        margin:0 auto;
    }
    .pre_que_puede_hacer {
        background:#fff;
        padding:30px;
        border-radius:20px;
        box-shadow:0 10px 30px rgba(0,0,0,0.05);
    }
    #contactModal {
        z-index: 100000;
    }

	@keyframes blink {
	  0%, 50% { opacity: 1; }
	  51%, 100% { opacity: 0; }
	}

	@media (max-width: 700px) {
        .section {
            padding: 20px 0;
        }
        .bloque_general_que_puede_hacer {
            grid-template-columns: 1fr;
        }
	.logo {
		text-align: center;
		margin: 0 auto;
	}
	  .header-flex {
		flex-direction: column;
		align-items: flex-start;
	  }

	  .fake-search {
		width: 100%;
	  }
	}
	
	.header-middle-text {
	  color: rgba(255,255,255,.75);
	  font-size: 14px;
	  font-weight: 500;
	  letter-spacing: .4px;
	  white-space: nowrap;
	  text-align: center;
	}

	.header-middle-text strong {
	  color: #fff;
	}

	@media (max-width: 1100px) {
	  .header-middle-text {
		display: none;
	  }
	}
	
	.clients-grid {
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 14px;
	  max-width: 1000px;
	  margin: 0 auto;
	}

	.client-card {
	  background: #fff;
	  border: 1px solid #eee;
	  border-radius: 14px;
	  padding: 16px 14px;
	  text-align: center;
	  font-size: 14px;
	  color: #444;
	  box-shadow: 0 6px 18px rgba(0,0,0,.04);
	}

	.client-card a {
	  color: inherit;
	  text-decoration: none;
	}

	.client-card:hover {
	  transform: translateY(-2px);
	  box-shadow: 0 10px 26px rgba(0,0,0,.08);
	}

	@media (max-width: 900px) {
	  .clients-grid {
		grid-template-columns: repeat(2, 1fr);
	  }
	}

	@media (max-width: 520px) {
	  .clients-grid {
		grid-template-columns: 1fr;
	  }
	}