html, body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #f5f5f5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* HEADER / NAV */

header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.logo {
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo img {
  width: 28px;
  height: 28px;
  border-radius: 999px;
}

.logo span {
  color: #e30613;
}

.nav {
  display: flex;
  gap: 15px;
  font-size: 0.9rem;
}

.nav a {
  padding: 6px 10px;
  border-radius: 999px;
}

.nav a:hover {
  background: #f0f0f0;
}

.nav a.active {
  background: #e30613;
  color: #ffffff;
}

/* HERO */

.hero {
  background: linear-gradient(135deg, #e30613, #ff5c5c);
  color: #ffffff;
  padding: 40px 0 50px 0;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.hero-text {
  flex: 1 1 260px;
}

.hero-text h1 {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.hero-badges {
  margin-bottom: 15px;
}

.badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  margin-right: 6px;
  margin-bottom: 6px;
}

.btn-main,
.btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

.btn-main {
  background: #ffffff;
  color: #e30613;
}

.btn-secondary {
  background: #222;
  color: #ffffff;
}

.hero-side {
  flex: 1 1 260px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 18px;
}

.hero-side h2 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.hero-side p {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

/* IMAGE BAND */

.image-band {
  background: #ffffff;
  padding: 20px 0 10px 0;
}

.image-band .band-inner {
  display: flex;
  justify-content: center;
}

/* SECCIONES GENERALES */

section {
  padding: 40px 0;
}

.section-title {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 0.95rem;
  max-width: 650px;
  margin: 0 auto 25px auto;
  color: #555;
}

/* CARDS */

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 18px 20px 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

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

.card ul {
  margin-left: 18px;
  font-size: 0.92rem;
}

.card li {
  margin-bottom: 6px;
}

/* LISTA DE PASOS */

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.step {
  flex: 1 1 200px;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.step-number {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e30613;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 22px;
  margin-right: 6px;
  font-weight: bold;
}

/* CONTACTO / FORMULARIO */

.contact-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  max-width: 650px;
  margin: 0 auto;
}

.contact-box form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
}

.contact-box label {
  font-size: 0.8rem;
  font-weight: bold;
}

.contact-box input,
.contact-box textarea,
.contact-box select {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 0.9rem;
}

.contact-box textarea {
  min-height: 80px;
  resize: vertical;
}

.form-full {
  grid-column: 1 / 3;
}

.btn-submit {
  margin-top: 5px;
  background: #e30613;
  color: #ffffff;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.95rem;
}

.whatsapp-cta {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
}

.whatsapp-cta a {
  color: #25d366;
  font-weight: bold;
}

/* FAQ */

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.faq-item strong {
  display: block;
  margin-bottom: 4px;
}

/* TABLAS (PRECIOS) */

.table-pricing {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.table-pricing th,
.table-pricing td {
  padding: 10px 12px;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
}

.table-pricing th {
  background: #222;
  color: #ffffff;
  text-align: left;
}

/* FOOTER */

footer {
  background: #111;
  color: #ccc;
  font-size: 0.8rem;
  padding: 20px 0;
  margin-top: auto;
}

footer p {
  max-width: 900px;
  margin: 0 auto 6px auto;
  text-align: center;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
  }

  .hero-text h1 {
    font-size: 1.6rem;
  }

  .contact-box form {
    grid-template-columns: 1fr;
  }

  .form-full {
    grid-column: 1 / 2;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/* COOKIE BANNER */

#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.96);
  color: #f5f5f5;
  font-size: 0.8rem;
  z-index: 9999;
}

#cookie-banner .cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

#cookie-banner p {
  margin: 0;
}

#cookie-banner a {
  color: #ffd54f;
  text-decoration: underline;
}

#cookie-accept {
  background: #e30613;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 600px) {
  #cookie-banner .cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #cookie-accept {
    align-self: flex-end;
  }
}

#cookie-reject {
  background: transparent;
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}

#cookie-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
}

.nav-toggle span {
  display: inline-block;
}

@media (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 60;
  }
  .header-inner {
    position: relative;
  }
  .nav-toggle {
    display: block;
  }
  .nav {
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 8px;
    flex-direction: column;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: none;
  }
  .nav.open {
    display: flex;
  }
}
