*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A2E;
  background-color: #FFF8F2;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d42020;
  margin-bottom: 10px;
}

.section-title {
  font-family: "Raleway", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #1A1A2E;
  line-height: 1.2;
  margin-bottom: 14px;
}

.section-sub {
  font-size: 17px;
  color: #6B7280;
  max-width: 520px;
  margin: 0 auto 48px;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn--primary {
  background: #d42020;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(212, 32, 32, 0.35);
}
.btn--primary:hover {
  background: #8a1e1e;
  box-shadow: 0 6px 24px rgba(212, 32, 32, 0.45);
}
.btn--outline {
  background: transparent;
  color: #1A1A2E;
  border-color: rgba(26, 26, 46, 0.22);
}
.btn--outline:hover {
  border-color: #1A1A2E;
  background: rgba(26, 26, 46, 0.04);
}
.btn--white {
  background: #FFFFFF;
  color: #d42020;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
.btn--white:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
}
.btn--ml {
  background: #FFE600;
  color: #222;
  border-color: #FFE600;
  box-shadow: 0 2px 10px rgba(255, 230, 0, 0.45);
}
.btn--ml:hover {
  background: #f0d800;
  box-shadow: 0 4px 18px rgba(255, 230, 0, 0.55);
}
.btn--lg {
  padding: 15px 30px;
  font-size: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo__icon {
  flex-shrink: 0;
}
.logo__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}
.logo .logo-name {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #d42020;
  line-height: 1;
  letter-spacing: 1px;
}
.logo--light .logo-name {
  color: #d42020;
}
.logo--light .logo-sub {
  color: rgba(255, 255, 255, 0.55);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 248, 242, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(212, 32, 32, 0.1);
  padding: 12px 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-nav__link {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A2E;
  padding: 7px 13px;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.site-nav__link:hover {
  color: #d42020;
  background: rgba(212, 32, 32, 0.07);
}
.site-nav .btn {
  margin-left: 8px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 96px;
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.hero__bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(212, 32, 32, 0.07) 2px, transparent 2px);
  background-size: 30px 30px;
  z-index: 1;
  pointer-events: none;
}

.hero__content {
  flex: 1;
  max-width: 560px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 32, 32, 0.1);
  color: #8a1e1e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero__title {
  font-family: "Raleway", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #1A1A2E;
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero__accent {
  color: #d42020;
  position: relative;
  display: inline-block;
}
.hero__accent::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFD60A;
  border-radius: 3px;
}

.hero__sub {
  font-size: 17px;
  color: #6B7280;
  line-height: 1.75;
  margin-bottom: 36px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero__deco {
  flex: 0 0 400px;
  position: relative;
  height: 440px;
}

.deco {
  position: absolute;
}
.deco--1 {
  top: 10px;
  left: 40px;
  animation: float 3.5s ease-in-out infinite;
}
.deco--2 {
  top: 90px;
  right: 10px;
  animation: float 4.1s ease-in-out infinite 0.6s;
}
.deco--3 {
  top: 5px;
  right: 70px;
  animation: spin-slow 9s linear infinite;
}
.deco--4 {
  bottom: 110px;
  left: 10px;
  animation: float 3.8s ease-in-out infinite 1.1s;
}
.deco--5 {
  bottom: 50px;
  right: 50px;
  animation: float 3.3s ease-in-out infinite 0.3s;
}
.deco--6 {
  top: 220px;
  left: 130px;
  animation: float 4.4s ease-in-out infinite 0.8s;
}
.deco--7 {
  bottom: 30px;
  left: 90px;
  animation: spin-slow 11s linear infinite reverse;
}
.deco--8 {
  top: 160px;
  right: 30px;
  animation: float 3.9s ease-in-out infinite 0.4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.stats-strip {
  background: #d42020;
  padding: 26px 0;
}

.stats-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
  padding: 4px 16px;
}
.stat__num {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
}
.stat__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 3px;
}

.stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .stat-divider {
    display: none;
  }
}

.products {
  padding: 96px 0;
  background: #F7F3EF;
}

.products__header {
  text-align: center;
  margin-bottom: 56px;
}
.products__header .section-sub {
  margin-left: auto;
  margin-right: auto;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}

.product-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px 24px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border-top: 5px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.product-card__icon {
  font-size: 46px;
  margin-bottom: 14px;
  line-height: 1;
}
.product-card__title {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 8px;
}
.product-card__text {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.65;
}
.product-card--pink {
  border-top-color: #d42020;
}
.product-card--brown {
  border-top-color: #795548;
}
.product-card--green {
  border-top-color: #06D6A0;
}
.product-card--purple {
  border-top-color: #7B2FBE;
}
.product-card--orange {
  border-top-color: #FF6B35;
}
.product-card--teal {
  border-top-color: #00B4D8;
}

.products__cta {
  text-align: center;
}
.products__cta p {
  color: #6B7280;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.why-us {
  padding: 96px 0;
  background: #FFFFFF;
}

.why-us__header {
  text-align: center;
  margin-bottom: 52px;
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.why-card {
  text-align: center;
  padding: 28px 16px;
  border-radius: 24px;
  transition: background 0.2s;
}
.why-card:hover {
  background: #F7F3EF;
}
.why-card__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 18px;
}
.why-card__icon--yellow {
  background: #FFFBDD;
}
.why-card__icon--pink {
  background: #fde8e8;
}
.why-card__icon--purple {
  background: #F0E6FF;
}
.why-card__icon--mint {
  background: #E0FFF7;
}
.why-card h3 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.7;
}

.cta-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #d42020 0%, #7B2FBE 100%);
  overflow: hidden;
  text-align: center;
}
.cta-section__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cta-section__content {
  position: relative;
  z-index: 2;
}
.cta-section__emoji {
  display: block;
  font-size: 60px;
  margin-bottom: 16px;
  animation: float 3s ease-in-out infinite;
}
.cta-section__title {
  font-family: "Raleway", sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 20px;
}
.cta-section__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.75;
}

.cta-deco {
  position: absolute;
  font-size: 48px;
  opacity: 0.12;
}
.cta-deco--a {
  top: 10%;
  left: 5%;
  font-size: 80px;
  transform: rotate(-20deg);
}
.cta-deco--b {
  top: 60%;
  left: 3%;
  font-size: 56px;
  transform: rotate(15deg);
}
.cta-deco--c {
  top: 15%;
  right: 6%;
  font-size: 72px;
  transform: rotate(25deg);
}
.cta-deco--d {
  bottom: 10%;
  right: 4%;
  font-size: 64px;
}
.cta-deco--e {
  bottom: 15%;
  left: 50%;
  font-size: 56px;
  transform: rotate(-10deg);
}

/* ===== MERCADO LÍDER PLATINUM ===== */
.ml-platinum {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a40 60%, #0a2a5a 100%);
  padding: 80px 0;
  text-align: center;
}
.ml-platinum .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.ml-platinum__badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ml-platinum__crown {
  filter: drop-shadow(0 4px 12px rgba(255, 230, 0, 0.6));
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
.ml-platinum__card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 28px 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 3px rgba(255, 230, 0, 0.3);
}
.ml-platinum__logo {
  width: 200px;
  height: auto;
  display: block;
}
.ml-platinum__pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1a1a40;
  border-radius: 50px;
  padding: 8px 22px;
}
.ml-platinum__badge-name {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.3px;
}
.ml-platinum__badge-name::after {
  content: "·";
  margin-left: 8px;
  color: rgba(255,255,255,0.4);
}
.ml-platinum__badge-tier {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #C8C8C8, #F0F0F0, #C0C0C0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ml-platinum__title {
  font-family: "Raleway", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0;
}
.ml-platinum__desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  max-width: 460px;
  margin: 0;
}
.btn--ml-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFE600;
  color: #1A1A2E;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn--ml-white:hover {
  background: #FFD000;
  transform: translateY(-2px);
}

/* ===== CONTACTO ===== */
.contact-section {
  padding: 96px 0;
  background: #FFF8F2;
  text-align: center;
}
.contact__header {
  text-align: center;
  margin-bottom: 52px;
}
.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 580px;
  margin: 0 auto;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: #FFFFFF;
  border: 1.5px solid #F0E8E0;
  border-radius: 18px;
  padding: 40px 24px;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
  text-align: center;
}
.contact-card:hover {
  border-color: #d42020;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(212, 32, 32, 0.1);
}
.contact-card__icon {
  width: 64px;
  height: 64px;
  background: #FFF0F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d42020;
}
.contact-card__icon--green {
  background: #F0FFF4;
  color: #25D366;
}
.contact-card__title {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #1A1A2E;
  margin: 0;
}
.contact-card__value {
  font-size: 14px;
  color: #6B7280;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 560px) {
  .contact__grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

.site-footer {
  background: #1A1A2E;
  padding: 52px 0 32px;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.site-footer__tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.site-footer__nav {
  display: flex;
  gap: 28px;
}
.site-footer__nav a {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.15s;
}
.site-footer__nav a:hover {
  color: #FFFFFF;
}
.site-footer__copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 6px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-btn::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 3px solid rgba(37, 211, 102, 0.4);
  animation: wa-pulse 2.5s ease-out infinite;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}
.whatsapp-btn:hover .whatsapp-btn__tooltip {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.whatsapp-btn__tooltip {
  position: absolute;
  right: calc(100% + 12px);
  white-space: nowrap;
  background: #1A1A2E;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  opacity: 0;
  transform: translateX(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.whatsapp-btn__tooltip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #1A1A2E;
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
@media (max-width: 980px) {
  .hero {
    padding: 60px 0 72px;
  }
  .hero .container {
    flex-direction: column;
    text-align: center;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__deco {
    flex: none;
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: 0 auto;
  }
  .deco--1 {
    top: 5px;
    left: 20px;
  }
  .deco--2 {
    top: 50px;
    right: 10px;
  }
  .deco--4 {
    bottom: 30px;
    left: 10px;
  }
  .deco--5 {
    bottom: 10px;
    right: 40px;
  }
  .deco--6 {
    top: 130px;
    left: 90px;
  }
  .why-us__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    gap: 8px;
  }
}
@media (max-width: 580px) {
  .site-nav__link {
    display: none;
  }
  .hero__deco {
    display: none;
  }
  .products__grid {
    grid-template-columns: 1fr;
  }
  .why-us__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__nav {
    gap: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
