@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');

/* display:flex/grid en .btn/.field anula [hidden] sin !important */
[hidden] { display: none !important; }

:root {
  --ink: #1A2332;
  --sky: #2B6FFF;
  --sky-soft: #E8F0FF;
  --mint: #12B886;
  --coral: #FF6B4A;
  --cream: #F7F8FC;
  --surface: #FFFFFF;
  --line: #D8E0F0;
  --muted: #5B6B7C;
  --max: 1120px;
  --display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --body: 'Source Sans 3', system-ui, sans-serif;
  --shadow-sm: 0 8px 24px rgba(26, 35, 50, .07);
  --shadow: 0 18px 55px rgba(43, 111, 255, .12);
  --radius: 24px;
  --radius-sm: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--sky); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #1756d8; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 {
  margin: 0 0 .7em;
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.12;
  letter-spacing: -.035em;
}
h1 { max-width: 760px; font-size: clamp(2.7rem, 7vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.2em; }
ul, ol { margin: 0; padding: 0; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  padding: 14px 22px;
  background: rgba(247, 248, 252, .88);
  border-bottom: 1px solid rgba(216, 224, 240, .7);
  backdrop-filter: blur(18px);
}
.nav {
  display: flex;
  width: min(100%, var(--max));
  min-height: 54px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 140px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 7px; }
.nav-links > a:not(.btn) {
  padding: 10px 11px;
  color: var(--muted);
  border-radius: 12px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links > a:not(.btn):hover,
.nav-links > a[aria-current="page"] {
  color: var(--sky);
  background: var(--sky-soft);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.nav-toggle svg { width: 100%; height: 100%; }

.btn, .btn-secondary {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 23px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: var(--sky);
  border: 1px solid var(--sky);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(43, 111, 255, .2);
  font-family: var(--display);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover {
  color: #fff;
  background: #175de7;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(43, 111, 255, .27);
}
.btn-secondary {
  color: var(--sky);
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
  color: #1756d8;
  background: var(--sky-soft);
  border-color: #b8cbf1;
  transform: translateY(-2px);
}
.btn-mint { color: #fff; background: var(--mint); border-color: var(--mint); box-shadow: 0 8px 20px rgba(18, 184, 134, .2); }
.btn-mint:hover { color: #fff; background: #0da575; }
.btn-sm { min-height: 42px; padding: 10px 16px; border-radius: 12px; font-size: .84rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.breadcrumbs {
  width: min(calc(100% - 44px), var(--max));
  margin: 24px auto -8px;
  color: var(--muted);
  font-size: .9rem;
}
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs span { margin: 0 8px; color: #9aabc0; }
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 9vw, 120px) 22px clamp(70px, 10vw, 130px);
}
.hero-blob {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  top: -210px;
  right: -150px;
  background: radial-gradient(circle at 40% 40%, #fff 0 8%, #dbe8ff 40%, rgba(232, 240, 255, .1) 72%);
  border-radius: 46% 54% 61% 39% / 43% 41% 59% 57%;
  transform: rotate(-8deg);
}
.hero-grid {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr);
  align-items: center;
  gap: clamp(38px, 7vw, 84px);
}
.hero-copy { position: relative; z-index: 2; }
.brand-kicker {
  display: inline-flex;
  margin: 0 0 15px;
  padding: 6px 12px;
  color: var(--sky);
  background: var(--surface);
  border: 1px solid #cddcff;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-family: var(--display);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.15rem, 2.2vw, 1.38rem); line-height: 1.5; }
.hero .lead { margin-bottom: 30px; }
.hero-visual { position: relative; display: grid; place-items: center; min-width: 0; }
.phone-frame {
  position: relative;
  width: min(100%, 325px);
  padding: 12px;
  background: #101827;
  border: 6px solid #27344a;
  border-radius: 48px;
  box-shadow: 0 35px 80px rgba(26, 35, 50, .26), 0 0 0 8px rgba(255, 255, 255, .75);
  transform: rotate(2deg);
}
.phone-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 38%;
  height: 22px;
  top: 8px;
  left: 31%;
  background: #101827;
  border-radius: 0 0 14px 14px;
}
.phone-frame img { width: 100%; border-radius: 34px; }
.hero-figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--sky-soft);
  border: 10px solid rgba(255, 255, 255, .8);
  border-radius: 32px;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-card {
  width: 100%;
  padding: clamp(28px, 5vw, 46px);
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-card-title { font-family: var(--display); font-size: 1.5rem; font-weight: 800; }
.hero-card-list { list-style: none; }
.hero-card-list li { display: grid; padding: 14px 0; border-top: 1px solid var(--line); gap: 2px; }
.hero-card-list span { color: var(--muted); font-size: .95rem; }

.section {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: clamp(66px, 9vw, 110px) 0;
}
.section + .section { border-top: 1px solid var(--line); }
.section-header { max-width: 760px; margin-bottom: 38px; }
.section-lead { color: var(--muted); font-size: 1.18rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .problem-card {
  min-width: 0;
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.card p { margin-bottom: 0; color: var(--muted); }
.card .icon, .feature-list .icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  padding: 11px;
  place-items: center;
  color: var(--sky);
  background: var(--sky-soft);
  border-radius: 15px;
}
.icon svg { width: 100%; height: 100%; }
.problem-card { border-top: 5px solid var(--coral); }
.problem-card .icon { color: var(--coral); background: #fff0ec; }
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.link-card {
  position: relative;
  display: grid;
  padding: 24px 58px 24px 26px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: border .18s ease, transform .18s ease;
}
.link-card::after { content: "→"; position: absolute; top: 50%; right: 24px; color: var(--sky); font-size: 1.4rem; transform: translateY(-50%); }
.link-card:hover { color: var(--ink); border-color: #a8c1f9; transform: translateY(-3px); }
.link-card strong { font-family: var(--display); font-size: 1.08rem; }
.link-card span { margin-top: 4px; color: var(--muted); font-size: .95rem; }
.feature-list { display: grid; list-style: none; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-list li {
  display: grid;
  padding: 25px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  grid-template-columns: 48px 1fr;
  gap: 17px;
}
.feature-list .icon { margin: 0; }
.feature-list p { margin: 3px 0 0; color: var(--muted); }
.check-list { display: grid; list-style: none; gap: 12px; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
  color: #fff;
  background: var(--mint);
  border-radius: 50%;
  font-size: .74rem;
  font-weight: 800;
  line-height: 21px;
  text-align: center;
}
.split-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: clamp(40px, 8vw, 90px); }
.split-grid p:not(.section-lead) { color: var(--muted); }
.split-figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 5;
  background: var(--sky-soft);
  border: 8px solid var(--surface);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.split-figure img { width: 100%; height: 100%; object-fit: cover; }
.prose { max-width: 820px; }
.prose > p { color: var(--muted); font-size: 1.08rem; }
.cta-panel {
  display: flex;
  padding: clamp(32px, 6vw, 58px);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--sky-soft);
  border: 1px solid #cddcff;
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
}
.cta-panel h2 { margin-bottom: 10px; }
.cta-panel p { max-width: 690px; margin-bottom: 8px; color: var(--muted); }
.cta-panel--medida { background: var(--surface); border-top: 6px solid var(--mint); }
.stores-section { text-align: center; }
.stores-section .section-header { margin-right: auto; margin-left: auto; }
.store-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.store-badge {
  display: inline-flex;
  padding: 9px 14px;
  color: #fff;
  background: #111927;
  border: 1px solid #344054;
  border-radius: 10px;
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
}
.roadmap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.roadmap-col { padding: 32px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.roadmap-col--soon { background: var(--sky-soft); border-color: #cddcff; }
.faq { max-width: 880px; }
.faq details {
  margin-bottom: 13px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(26, 35, 50, .04);
}
.faq summary { padding: 21px 56px 21px 24px; font-family: var(--display); font-weight: 700; cursor: pointer; }
.faq details p { padding: 0 24px 22px; color: var(--muted); }

.contact-wizard-section { max-width: 1060px; }
.contact-wizard {
  display: grid;
  padding: clamp(24px, 5vw, 46px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 34px;
}
.contact-wizard-head { grid-column: 1 / -1; }
.wizard-steps { display: flex; margin-top: 28px; list-style: none; gap: 12px; }
.wizard-steps li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.wizard-steps span { display: grid; width: 30px; height: 30px; place-items: center; background: var(--cream); border: 1px solid var(--line); border-radius: 50%; }
.wizard-steps .is-active { color: var(--sky); }
.wizard-steps .is-active span, .wizard-steps .is-done span { color: #fff; background: var(--sky); border-color: var(--sky); }
.wizard-form { min-width: 0; }
.wizard-panel h3 { font-size: 1.6rem; }
.wizard-hint { color: var(--muted); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: grid; align-content: start; gap: 7px; color: var(--ink); font-weight: 650; }
.field-span-2 { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfcff;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: 0;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(43, 111, 255, .11); }
.chip-fieldset { margin-bottom: 22px; }
.chip-fieldset legend { margin-bottom: 10px; font-weight: 700; }
.chip-options { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-option { position: relative; cursor: pointer; }
.chip-option input, .interest-card input { position: absolute; opacity: 0; pointer-events: none; }
.chip-option span {
  display: block;
  padding: 9px 14px;
  color: var(--muted);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 650;
}
.chip-option input:checked + span { color: var(--sky); background: var(--sky-soft); border-color: var(--sky); }
.interest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.interest-card-body { display: grid; height: 100%; padding: 17px; background: var(--cream); border: 1px solid var(--line); border-radius: 16px; }
.interest-card-body small { margin-top: 4px; color: var(--muted); line-height: 1.3; }
.interest-card input:checked + .interest-card-body { background: var(--sky-soft); border-color: var(--sky); box-shadow: 0 0 0 2px rgba(43, 111, 255, .1); }
.consent-field { display: grid; grid-template-columns: 22px 1fr; align-items: start; }
.consent-field input { width: 20px; min-height: 20px; }
.wizard-actions { display: flex; margin-top: 24px; gap: 10px; justify-content: flex-end; }
.wizard-status { margin-top: 15px; padding: 12px; color: var(--mint); background: #e9fbf4; border-radius: 12px; }
.wizard-status.is-error, .field-error { color: #bd3318; }
.field-error { font-size: .84rem; font-style: normal; }
.is-invalid input, .is-invalid select, .is-invalid textarea { border-color: var(--coral); }
.wizard-aside { align-self: start; padding: 24px; background: var(--sky-soft); border: 1px solid #cddcff; border-radius: 20px; }
.aside-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.wizard-success { padding: 20px 0; }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { margin-top: 80px; padding: 72px 22px 22px; color: #d5deed; background: var(--ink); }
.footer-grid {
  display: grid;
  width: min(100%, var(--max));
  margin: 0 auto;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 36px;
}
.footer-logo { max-width: 140px; margin-bottom: 20px; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer p { color: #9fb0c7; font-size: .95rem; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { display: inline-block; color: #d5deed; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-trust strong { color: #fff; }
.store-row--footer { margin-top: 18px; justify-content: flex-start; }
.footer-bottom {
  display: flex;
  width: min(100%, var(--max));
  margin: 50px auto 0;
  padding-top: 20px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #344054;
}
.footer-bottom p { margin: 0; font-size: .85rem; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: fixed;
    z-index: 99;
    top: 82px;
    right: 18px;
    left: 18px;
    display: none;
    max-height: calc(100vh - 100px);
    padding: 18px;
    align-items: stretch;
    overflow-y: auto;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    flex-direction: column;
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a { width: 100%; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-copy .lead { margin-right: auto; margin-left: auto; }
  .hero-copy .cta-row { justify-content: center; }
  .hero-visual { max-width: 520px; margin: 12px auto 0; }
  .hero-figure { aspect-ratio: 16 / 11; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-header { padding: 12px 16px; }
  .hero { padding-right: 20px; padding-left: 20px; }
  .section { width: min(calc(100% - 32px), var(--max)); }
  .grid-3, .link-grid, .feature-list, .roadmap-grid, .split-grid { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .contact-wizard { grid-template-columns: 1fr; }
  .contact-wizard-head { grid-column: auto; }
  .wizard-aside { order: 4; }
  .field-grid, .interest-grid { grid-template-columns: 1fr; }
  .field-span-2 { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.45rem; }
  h2 { font-size: 2rem; }
  .hero-blob { width: 430px; height: 430px; }
  .hero-card, .card, .problem-card { padding: 23px; }
  .phone-frame { max-width: 270px; border-radius: 40px; }
  .phone-frame img { border-radius: 28px; }
  .wizard-steps { align-items: stretch; flex-direction: column; }
  .wizard-actions { align-items: stretch; flex-direction: column-reverse; }
  .wizard-actions .btn, .wizard-actions .btn-secondary { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
