/* ============================================================
   Estilos de la landing de Infobag.
   Extraido del <style> inline de index.html.

   Tokens de color de marca: se guarda el triplete RGB y se usa
   como rgba(var(--token), alpha), asi una sola variable cubre
   todas las opacidades del mismo color.
   ============================================================ */
:root {
  --c-teal: 5, 128, 120;        /* teal primario (headings, footer, botones) */
  --c-teal-bright: 4, 180, 165; /* teal brillante / acentos */
  --c-mint: 113, 221, 196;      /* mint (burbujas, glows) */
  --c-mint-soft: 140, 228, 212; /* mint suave (fog de secciones) */
  --c-fog: 248, 252, 252;       /* casi-blanco de fondos de seccion */
}

body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  background: #ffffff;
}
header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: rgba(var(--c-teal), 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateZ(0);
}
.features-section {
  position: relative;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 18%,
    #f4fcfa 45%,
    #e8f7f3 100%
  );
  isolation: isolate;
}
.features-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 16%,
    rgba(0, 0, 0, 0.45) 34%,
    rgba(0, 0, 0, 0.85) 58%,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 16%,
    rgba(0, 0, 0, 0.45) 34%,
    rgba(0, 0, 0, 0.85) 58%,
    #000 100%
  );
}
.features-bubbles .bubble {
  position: absolute;
  background:
    radial-gradient(
      circle at 28% 24%,
      rgba(255, 255, 255, 0.65) 0 16%,
      rgba(255, 255, 255, 0.16) 28%,
      transparent 38%
    ),
    radial-gradient(
      circle at 34% 30%,
      rgba(148, 236, 214, 0.72) 0 26%,
      rgba(var(--c-mint), 0.5) 52%,
      rgba(71, 170, 148, 0.42) 100%
    );
  border-radius: 49% 51% 63% 37% / 42% 58% 44% 56%;
  opacity: var(--opacity, 0.7);
  filter: blur(var(--blur, 1.2px));
  transform: translate3d(0, 0, 0);
  box-shadow:
    inset -14px -16px 28px rgba(35, 124, 106, 0.24),
    inset 12px 14px 22px rgba(255, 255, 255, 0.25),
    0 12px 30px rgba(52, 149, 128, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.features-bubbles .bubble.merged {
  border-radius: 57% 43% 31% 69% / 36% 62% 38% 64%;
  filter: blur(1.7px);
}
.features-bubbles .bubble.merged::before,
.features-bubbles .bubble.merged::after {
  content: "";
  position: absolute;
  background:
    radial-gradient(
      circle at 30% 26%,
      rgba(255, 255, 255, 0.55) 0 14%,
      rgba(255, 255, 255, 0.14) 26%,
      transparent 36%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(var(--c-mint), 0.48) 0 62%,
      rgba(71, 170, 148, 0.36) 100%
    );
  border-radius: 62% 38% 55% 45% / 46% 54% 41% 59%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    inset -10px -10px 18px rgba(35, 124, 106, 0.2),
    inset 8px 9px 14px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.features-bubbles .bubble.merged::before {
  width: 56%;
  height: 56%;
  left: -22%;
  top: 26%;
  transform: rotate(-18deg);
}
.features-bubbles .bubble.merged::after {
  width: 48%;
  height: 48%;
  right: -18%;
  top: 10%;
  transform: rotate(22deg);
}
.features-section::before,
.features-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 18%,
    rgba(0, 0, 0, 0.55) 45%,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 18%,
    rgba(0, 0, 0, 0.55) 45%,
    #000 100%
  );
}
.features-section::before {
  background:
    radial-gradient(
      circle at 8% 22%,
      rgba(var(--c-mint), 0.5) 0 110px,
      transparent 128px
    ),
    radial-gradient(
      circle at 28% 12%,
      rgba(var(--c-mint), 0.5) 0 95px,
      transparent 112px
    ),
    radial-gradient(
      circle at 50% 18%,
      rgba(var(--c-mint), 0.5) 0 120px,
      transparent 138px
    ),
    radial-gradient(
      circle at 74% 14%,
      rgba(var(--c-mint), 0.5) 0 105px,
      transparent 122px
    ),
    radial-gradient(
      circle at 92% 24%,
      rgba(var(--c-mint), 0.5) 0 88px,
      transparent 104px
    ),
    radial-gradient(
      circle at 16% 56%,
      rgba(var(--c-mint), 0.5) 0 125px,
      transparent 145px
    ),
    radial-gradient(
      circle at 42% 50%,
      rgba(var(--c-mint), 0.5) 0 112px,
      transparent 130px
    ),
    radial-gradient(
      circle at 66% 60%,
      rgba(var(--c-mint), 0.5) 0 118px,
      transparent 136px
    ),
    radial-gradient(
      circle at 88% 54%,
      rgba(var(--c-mint), 0.5) 0 102px,
      transparent 118px
    ),
    radial-gradient(
      circle at 10% 88%,
      rgba(var(--c-mint), 0.5) 0 108px,
      transparent 126px
    ),
    radial-gradient(
      circle at 36% 92%,
      rgba(var(--c-mint), 0.5) 0 116px,
      transparent 136px
    ),
    radial-gradient(
      circle at 62% 90%,
      rgba(var(--c-mint), 0.5) 0 98px,
      transparent 114px
    ),
    radial-gradient(
      circle at 86% 86%,
      rgba(var(--c-mint), 0.5) 0 120px,
      transparent 140px
    );
  filter: blur(8px);
  opacity: 0.85;
}
.features-section::after {
  background:
    radial-gradient(
      circle at 18% 30%,
      rgba(var(--c-mint), 0.5) 0 76px,
      transparent 90px
    ),
    radial-gradient(
      circle at 40% 34%,
      rgba(var(--c-mint), 0.5) 0 68px,
      transparent 82px
    ),
    radial-gradient(
      circle at 60% 28%,
      rgba(var(--c-mint), 0.5) 0 72px,
      transparent 86px
    ),
    radial-gradient(
      circle at 82% 36%,
      rgba(var(--c-mint), 0.5) 0 66px,
      transparent 80px
    ),
    radial-gradient(
      circle at 26% 70%,
      rgba(var(--c-mint), 0.5) 0 74px,
      transparent 88px
    ),
    radial-gradient(
      circle at 54% 74%,
      rgba(var(--c-mint), 0.5) 0 70px,
      transparent 84px
    ),
    radial-gradient(
      circle at 80% 72%,
      rgba(var(--c-mint), 0.5) 0 64px,
      transparent 78px
    );
  filter: blur(5px);
  opacity: 0.78;
}
.features-bubbles .b1 {
  width: 210px;
  height: 180px;
  top: 12%;
  left: 6%;
  --opacity: 0.22;
}
.features-bubbles .b2 {
  width: 130px;
  height: 112px;
  top: 20%;
  left: 17%;
  --opacity: 0.3;
}
.features-bubbles .b3 {
  width: 170px;
  height: 148px;
  top: 8%;
  left: 38%;
  --opacity: 0.18;
}
.features-bubbles .b4 {
  width: 118px;
  height: 102px;
  top: 15%;
  left: 46%;
  --opacity: 0.26;
}
.features-bubbles .b5 {
  width: 240px;
  height: 206px;
  top: 11%;
  right: 8%;
  --opacity: 0.2;
}
.features-bubbles .b6 {
  width: 150px;
  height: 132px;
  top: 30%;
  right: 18%;
  --opacity: 0.46;
}
.features-bubbles .b7 {
  width: 190px;
  height: 162px;
  top: 42%;
  left: 10%;
  --opacity: 0.58;
}
.features-bubbles .b8 {
  width: 128px;
  height: 112px;
  top: 48%;
  left: 25%;
  --opacity: 0.54;
}
.features-bubbles .b9 {
  width: 220px;
  height: 188px;
  top: 47%;
  left: 52%;
  --opacity: 0.62;
}
.features-bubbles .b10 {
  width: 134px;
  height: 116px;
  top: 58%;
  left: 66%;
  --opacity: 0.64;
}
.features-bubbles .b11 {
  width: 180px;
  height: 156px;
  top: 66%;
  right: 12%;
  --opacity: 0.68;
}
.features-bubbles .b12 {
  width: 252px;
  height: 220px;
  top: 74%;
  left: 30%;
  --opacity: 0.72;
}
.feature-glass-slider {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.14) 45%,
    rgba(9, 137, 123, 0.2) 100%
  );
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 20px 60px rgba(8, 85, 77, 0.18);
}
.feature-glass-slider::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 1.4rem;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.04) 65%
  );
  pointer-events: none;
}
.feature-mockup {
  width: 160px;
  height: 320px;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 18px 32px rgba(8, 73, 65, 0.26));
}
@media (min-width: 768px) {
  .feature-mockup {
    width: 190px;
    height: 380px;
  }
}
.bg-organic {
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(255, 255, 255, 0.22) 12%,
      rgba(var(--c-teal), 0) 22%
    ),
    radial-gradient(
      circle at center,
      rgba(5, 162, 150, 0.92) 0%,
      rgba(8, 146, 136, 0.96) 45%,
      rgba(var(--c-teal), 1) 100%
    );
}
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@keyframes float {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6px);
  }
}
.float {
  animation: float 4s ease-in-out infinite;
}
.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      120% 80% at 16% 18%,
      rgba(var(--c-teal-bright), 0.58) 0%,
      rgba(var(--c-teal-bright), 0) 56%
    ),
    radial-gradient(
      82% 60% at 80% -4%,
      rgba(var(--c-teal-bright), 0.46) 0%,
      rgba(var(--c-teal-bright), 0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(var(--c-teal), 1) 0%,
      rgba(10, 166, 156, 0.9) 36%,
      rgba(var(--c-teal), 0.96) 100%
    );
}
.contact-follow-section {
  background: linear-gradient(
    180deg,
    rgba(var(--c-teal), 0.96) 0%,
    rgba(var(--c-teal), 1) 100%
  );
}
.faq-fog-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(235, 248, 246, 0.78) 0%,
      rgba(var(--c-fog), 1) 18%,
      rgba(var(--c-fog), 1) 82%,
      rgba(223, 244, 240, 0.78) 100%
    ),
    radial-gradient(
      120% 72% at 50% 0%,
      rgba(var(--c-mint-soft), 0.2) 0%,
      rgba(var(--c-mint-soft), 0) 60%
    ),
    radial-gradient(
      120% 72% at 50% 100%,
      rgba(var(--c-mint-soft), 0.2) 0%,
      rgba(var(--c-mint-soft), 0) 60%
    );
}
.faq-fog-section::before,
.faq-fog-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  z-index: 0;
}
.faq-fog-section::before {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(177, 230, 220, 0.45) 0%,
    rgba(var(--c-fog), 0) 100%
  );
}
.faq-fog-section::after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(156, 224, 211, 0.5) 0%,
    rgba(var(--c-fog), 0) 100%
  );
}
.faq-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--c-teal), 0.38) transparent;
}
.faq-scroll::-webkit-scrollbar {
  width: 8px;
}
.faq-scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--c-teal), 0.32);
  border-radius: 9999px;
}
.faq-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.contact-wrapper {
  max-width: 620px;
  margin: 0 auto;
}
.contact-title {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}
.contact-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(18, 76, 72, 0.92);
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.contact-field,
.contact-textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(12, 114, 107, 0.12);
  background: rgba(239, 239, 242, 0.9);
  padding: 0.75rem 0.95rem;
  color: rgba(10, 101, 97, 1);
  outline-color: rgba(var(--c-teal), 1);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.contact-textarea {
  min-height: 110px;
  resize: vertical;
}
.contact-field::placeholder,
.contact-textarea::placeholder {
  color: rgba(127, 133, 145, 0.95);
}
.download-glass {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  backdrop-filter: blur(14px) saturate(135%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 45px rgba(4, 72, 67, 0.25);
}
.store-btn-glass {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  min-width: 172px;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(255, 255, 255, 0.11) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(12px) saturate(140%);
  box-shadow: 0 14px 28px rgba(4, 72, 67, 0.24);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.store-btn-glass:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 34px rgba(4, 72, 67, 0.3);
}
.store-icon {
  display: block;
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.96);
  filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.22));
  flex-shrink: 0;
}
.store-icon-apple {
  transform: translateY(-1px);
}
.store-label {
  line-height: 1;
  display: inline-block;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 24px rgba(5, 72, 67, 0.24);
}
.lang-btn {
  border: none;
  border-radius: 9999px;
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lang-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 1);
}
.lang-btn.is-active {
  background: rgba(255, 255, 255, 0.98);
  color: rgba(var(--c-teal), 1);
  box-shadow: 0 6px 16px rgba(4, 76, 70, 0.2);
}
.cta-i18n {
  width: 140px;
  min-width: 140px;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.cta-access {
  width: 110px;
  min-width: 110px;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 640px) {
  /* el CTA de descarga se oculta en mobile; este queda, así que se compacta */
  .cta-access {
    width: 80px;
    min-width: 80px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 360px) {
  /* con el logo y el switch de idioma no entra más ancho que esto */
  .cta-access {
    width: 68px;
    min-width: 68px;
    font-size: 0.75rem;
  }
}
.carousel-swipe-surface {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
