/* Generated from home styles by tools/home-shell.cjs. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700;800&display=swap");
:where(.home-shell) *, :where(.home-shell) *::before, :where(.home-shell) *::after { box-sizing: border-box; }
.home-shell {
  margin: 0;
  font-family: "Vastago Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0a0a0a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-shell { overflow-x: hidden; }
:where(.home-shell) img { max-width: 100%; display: block; }
:where(.home-shell) a { color: inherit; text-decoration: none; cursor: pointer; }
:where(.home-shell) button { font-family: inherit; cursor: pointer; border: none; background: none; }
:where(.home-shell) [role="button"], :where(.home-shell) input[type="button"], :where(.home-shell) input[type="submit"], :where(.home-shell) select { cursor: pointer; }
:where(.home-shell) h1, :where(.home-shell) h2, :where(.home-shell) h3, :where(.home-shell) h4 { margin: 0; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; }
:where(.home-shell) p { margin: 0; }
.home-shell {
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --ink: #0a0a0a;
  --ink-2: #3a3a3a;
  --ink-3: #6b7280;
  --line: #ececec;
  --accent: #2d6cff;
  --accent-2: #6ea8ff;
  --green: #16a34a;
  --orange: #f97316;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --shadow-md: 0 12px 40px rgba(0,0,0,0.08);
  --shadow-lg: 0 30px 80px rgba(0,0,0,0.12);
  --container: 1200px;
  --nav-offset: 78px;
}
:where(.home-shell) .container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
:where(.home-shell) .container-narrow { max-width: 820px; }
:where(.home-shell) .nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 12px 0;
  background: transparent;
  transition: padding .25s ease;
}
:where(.home-shell) .nav.is-scrolled { padding-top: 10px; }
:where(.home-shell) .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  min-height: 66px;
  max-width: min(1480px, calc(100vw - 40px));
  padding: 8px 14px 8px 26px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: rgba(245, 244, 239, 0.88);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
}
:where(.home-shell) .brand { display: flex; align-items: center; gap: 12px; }
:where(.home-shell) .brand-logo { width: 44px; height: 44px; border-radius: 11px; object-fit: cover; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
:where(.home-shell) .brand-name {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.04em;
}
:where(.home-shell) .nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 36px;
}
:where(.home-shell) .nav-links a {
  font-size: 16px; font-weight: 700; color: var(--ink);
  transition: opacity .15s ease;
}
:where(.home-shell) .nav-links a:hover { opacity: 0.6; }
:where(.home-shell) .nav-store-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
:where(.home-shell) .nav-store-badge {
  display: inline-flex;
  align-items: center;
  transition: transform .18s ease, opacity .18s ease;
}
:where(.home-shell) .nav-store-badge img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 136px;
  object-fit: contain;
}
:where(.home-shell) .nav-store-badge:hover { transform: translateY(-2px); opacity: .9; }
:where(.home-shell) .nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 28px; height: 28px; justify-content: center;
}
:where(.home-shell) .nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s; }
:where(.home-shell) .lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
}
:where(.home-shell) .lang-current {
  width: 84px;
  height: 50px;
  box-sizing: border-box;
  border: 1.5px solid #d9dde6;
  border-radius: 999px;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  flex: 0 0 84px;
  min-width: 84px;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
:where(.home-shell) .lang-current-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
:where(.home-shell) .lang-current-caret {
  width: 8px;
  height: 8px;
  border-right: 1.8px solid var(--ink);
  border-bottom: 1.8px solid var(--ink);
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
:where(.home-shell) .lang-switch.is-open .lang-current-caret {
  transform: translateY(2px) rotate(-135deg);
}
:where(.home-shell) .lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 176px;
  padding: 8px;
  border: 1.5px solid #d9dde6;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  z-index: 30;
}
:where(.home-shell) .lang-switch.is-open .lang-menu {
  display: flex;
}
:where(.home-shell) .lang-flag {
  width: 100%;
  min-height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid transparent;
  background: transparent;
  padding: 8px 10px;
  font: 700 0.92rem/1.1 "Vastago Grotesk", sans-serif;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}
:where(.home-shell) .lang-flag img {
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  flex: 0 0 auto;
}
:where(.home-shell) .lang-flag span {
  display: inline-block;
  white-space: nowrap;
}
:where(.home-shell) .lang-flag.is-active {
  border-color: var(--line);
  background: #f6f7fb;
}
:where(.home-shell) .lang-flag:hover {
  background: #f7f9fc;
  border-color: #e2e8f0;
}
:where(.home-shell) #team .container {
  max-width: min(1320px, calc(100vw - 48px));
}
:where(.home-shell) #faq .container {
  position: relative;
  z-index: 1;
}
:where(.home-shell) .footer { padding: 80px 0 32px; border-top: 1px solid var(--line); }
:where(.home-shell) .footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 60px;
  margin-bottom: 48px;
}
:where(.home-shell) .footer-brand { display: flex; flex-direction: column; gap: 12px; }
:where(.home-shell) .footer-brand-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
:where(.home-shell) .footer-brand .brand-logo { width: 40px; height: 40px; }
:where(.home-shell) .footer-tag { color: var(--ink-3); font-size: 14px; max-width: 320px; }
:where(.home-shell) .footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
:where(.home-shell) .footer-cols h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin-bottom: 14px; font-weight: 700; }
:where(.home-shell) .footer-cols a { display: block; color: var(--ink-3); font-size: 14px; padding: 4px 0; transition: color .15s ease; }
:where(.home-shell) .footer-cols a:hover { color: var(--ink); }
:where(.home-shell) .footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid var(--line);
  color: var(--ink-3);
}
:where(.home-shell) .footer-collab-text {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--ink-3);
}
:where(.home-shell) .footer-collab-text a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}
:where(.home-shell) .footer-collab-text a:hover {
  text-decoration: underline;
}
:where(.home-shell) .footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
:where(.home-shell) .footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(.home-shell) .footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(15,23,42,0.08);
  color: var(--ink);
  background: rgba(15,23,42,0.025);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
:where(.home-shell) .footer-social svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(.home-shell) .footer-social .social-dot {
  fill: currentColor;
  stroke: none;
}
:where(.home-shell) .footer-social .social-dot-fill {
  fill: currentColor;
  stroke: none;
}
:where(.home-shell) .footer-social:hover {
  transform: translateY(-1px);
  background: rgba(15,23,42,0.05);
  border-color: rgba(15,23,42,0.14);
}
:where(.home-shell) .modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 18, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 300;
}
:where(.home-shell) .legal-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  z-index: 320;
}
:where(.home-shell) .legal-modal[hidden],
:where(.home-shell) .modal-backdrop[hidden] { display: none; }
:where(.home-shell) .legal-modal-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(88vh, 900px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid rgba(10,10,10,0.08);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.24);
  overflow: hidden;
}
:where(.home-shell) .legal-modal-body {
  padding: 34px 34px 38px;
  overflow-y: auto;
  max-height: min(88vh, 900px);
}
:where(.home-shell) .legal-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(45,108,255,0.08);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
:where(.home-shell) .legal-modal-body h2 {
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 20px;
}
:where(.home-shell) .legal-modal-body p {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.72;
  margin-bottom: 16px;
}
:where(.home-shell) .legal-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(10,10,10,0.06);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background .2s ease, transform .2s ease;
}
:where(.home-shell) .legal-modal-close:hover {
  background: rgba(10,10,10,0.12);
  transform: scale(1.03);
}
@media (max-width: 960px) {
  :where(.home-shell) .nav {
    padding: 12px 0;
  }
  :where(.home-shell) .nav-inner {
    justify-content: flex-start;
    gap: 10px;
    min-height: 74px;
    max-width: calc(100vw - 24px);
    padding: 10px 12px;
    border-radius: 18px;
  }
  :where(.home-shell) .nav-links { display: none; }
  :where(.home-shell) .nav-store-links { display: none; }
  :where(.home-shell) .nav-toggle { display: flex; }
  :where(.home-shell) .nav-toggle { margin-left: 2px; }
  :where(.home-shell) .lang-switch {
    width: 84px;
    min-width: 84px;
    flex: 0 0 84px;
    margin-left: auto;
  }
  :where(.home-shell) .lang-current {
    width: 84px;
    min-width: 84px;
    flex: 0 0 84px;
    height: 50px;
  }
  :where(.home-shell) .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: calc(100% + 8px); left: 12px; right: 12px;
    width: auto;
    max-width: none;
    transform: none;
    background: #fff; padding: 20px 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    gap: 16px;
  }
  :where(.home-shell) #team .container { max-width: min(760px, calc(100vw - 32px)); }
  :where(.home-shell) .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  :where(.home-shell) .footer-cols { grid-template-columns: repeat(3, 1fr); }
  :where(.home-shell) .legal-modal { padding: 16px; }
  :where(.home-shell) .legal-modal-body { padding: 28px 22px 28px; }
}

@media (max-width: 540px) {
  :where(.home-shell) #team .container { max-width: 100%; }
  :where(.home-shell) .footer-cols { grid-template-columns: 1fr 1fr; }
  :where(.home-shell) .footer-bottom,
  :where(.home-shell) .footer-bottom-right { flex-direction: column; gap: 10px; text-align: center; }
  :where(.home-shell) .footer-collab-text { justify-content: center; text-align: center; }
  :where(.home-shell) .legal-modal-panel { border-radius: 22px; }
  :where(.home-shell) .legal-modal-close { top: 12px; right: 12px; width: 42px; height: 42px; }
}
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Thin.otf") format("opentype"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-ExtraLight.otf") format("opentype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-SemiBold.otf") format("opentype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Heavy.otf") format("opentype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Vastago Grotesk"; src: url("/assets/fonts/VastagoGrotesk-Black.otf") format("opentype"); font-weight: 900; font-style: normal; font-display: swap; }

#contenido{padding-top:100px}@media(max-width:960px){#contenido{padding-top:108px}}
