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

:root {
  --bg-page: #f2f3fb;
  --bg-surface: #ffffff;
  --bg-dark: #1f1954;

  --text-main: #1b2144;
  --text-light: #ffffff;

  --border-soft: #d9dcf0;

  --primary: #2e2f79;
  --primary-dark: #1f1954;
  --primary-contrast: #ffffff;

  --accent: #4d539f;
  --accent-soft: #eef0ff;
  --accent-warm: #f4b74a;

  --footer-bg: #17123f;
  --footer-text: #ffffff;

  --brand-green: #55b96f;
  --brand-green-soft: #e8f7ee;

  --shadow-soft: 0 14px 38px rgba(31, 25, 84, 0.14);
  --radius-main: 18px;

  --header-bg: #ffffff;
  --header-text: #1b2144;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  color: var(--text-main);
  background:
    linear-gradient(rgba(255,255,255,0.72), rgba(255,255,255,0.72)),
    radial-gradient(circle at top left, rgba(0,0,0,0.03), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,0,0,0.04), transparent 30%),
    var(--bg-page);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.main-content {
  flex: 1;
}

a {
  color: var(--primary);
}

button:disabled,
.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 22px 0;
  text-align: center;
  margin-top: 60px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 46px;
  padding: 14px 26px;

  border: 0;
  border-radius: 14px;

  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;

  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;

  cursor: pointer;
  box-shadow: 0 14px 30px rgba(46, 47, 121, .26);

  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(46, 47, 121, .34);
}

.btn:active {
  transform: translateY(0);
}

.btn--secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--border-soft);
  box-shadow: 0 10px 24px rgba(31, 25, 84, .08);
}

.btn--secondary:hover {
  box-shadow: 0 18px 34px rgba(31, 25, 84, .14);
}

.btn--outline {
  background: transparent;
  color: var(--primary);
  border: 1px solid rgba(46, 47, 121, .28);
  box-shadow: none;
}

.btn--ghost {
  background: transparent;
  color: var(--primary);
  border: 0;
  box-shadow: none;
}

.btn--sm {
  min-height: 38px;
  padding: 10px 18px;
  font-size: 13px;
  border-radius: 12px;
}

.btn--lg {
  min-height: 54px;
  padding: 16px 34px;
  font-size: 16px;
  border-radius: 16px;
}

.media-modal[hidden] {
  display: none !important;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.media-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}

.media-modal__dialog {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: min(1100px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  background: #111;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.media-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.media-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 24px;
}

.media-modal__body img,
.media-modal__body video {
  max-width: 100%;
  max-height: calc(100vh - 100px);
  display: block;
  object-fit: contain;
}

.media-clickable {
  position: relative;
  cursor: zoom-in;
}

.media-clickable::after {
  content: "View";
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(17, 17, 17, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 10px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.media-clickable:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.distributor-strip__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #e2e8f0; /* texto claro */
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.meta-item svg {
  color: #38bdf8; /* azul bonito */
  flex-shrink: 0;
}


@media (min-width: 1024px) {
  .site-footer__title {
    font-size: 22.2px; /* ajusta el valor a tu gusto */
  }
}

@media (min-width: 1080px) {
  .site-footer__title {
    font-size: 22.2px; /* ajusta el valor a tu gusto */
  }
}


.site-footer__subtitle{
  font-size: 19px;
  font-weight: 700;
  color: var(--brand-green);
  margin-top: 2px;
}

.site-footer__brand-sub{
  font-size: 12px;
  color: rgba(255,255,255,0.68);
  margin-top: 6px;
  line-height: 1.2;
}

.site-footer__tagline{
  max-width: 420px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
}

.site-footer__col{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__col h4{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
}

.site-footer__col a,
.site-footer__col p{
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  margin: 0;
}

.site-footer__col a:hover{
  color: #fff;
}

.site-footer__bottom{
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer__bottom-inner{
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer__bottom-inner p{
  font-size: 13px;
  color: rgba(255,255,255,0.68);
  margin: 0;
}

.site-footer__social{
  display:flex;
  gap:12px;
  margin-top:14px;
  justify-content: center;
}

.footer-social{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:rgba(255,255,255,0.05);
  color:#cbd5f5;
  transition:all .2s ease;
}

.footer-social svg{
  width:18px;
  height:18px;
}

.footer-social:first-child {
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
}

.footer-social:hover{
  background:#2563eb;
  color:#ffffff;
  transform:translateY(-2px);
}

@media (max-width: 980px){
  .site-footer__inner{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px){
  .site-footer__inner{
    grid-template-columns: 1fr;
    padding: 34px 0 24px;
  }

  .site-footer__bottom-inner{
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 0;
  }
}

.content-section {
  padding: 56px 0 72px;
}

.content-section .container {
  max-width: 1120px;
}

.content-section h2 {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 18px;
}

.content-section p {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin: 0 0 18px;
  max-width: 980px;
}

.content-section ul {
  margin: 0 0 28px 22px;
  padding: 0;
}

.content-section li {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 8px;
}

.content-section .btn,
.content-section .btn--accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}

.lp-eyebrow{
  margin:0 0 12px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#bfdbfe;
}

.lp-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.lp-btn--secondary{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.28);
}

.lp-inline-link{
  color:#2563eb;
  font-weight:800;
  text-decoration:none;
}

.lp-inline-link:hover{
  text-decoration:underline;
}
