:root {
  --blue: #1555f5;
  --violet: #6d43ef;
  --pink: #d21fd0;
  --navy: #081b54;
  --text: #10215c;
  --muted: #536184;
  --line: #dfe5f3;
  --soft: #f6f8fc;
  --grad: linear-gradient(100deg, #1355ee, #7042ef 55%, #d21ecf);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font:
    14px/1.42 Inter,
    Arial,
    sans-serif;
  background: #fff;
}
.wrap {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
header {
  height: 70px;
  background: #fff;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo img {
  width: 108px;
  display: block;
}
.nav nav {
  display: flex;
  gap: 34px;
  margin: auto;
}
.nav nav a {
  font-weight: 600;
  font-size: 13px;
}
.actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.login,
.outline {
  border: 1px solid #b9c7f4;
  border-radius: 28px;
  padding: 12px 22px;
  font-weight: 700;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 13px 25px;
  background: var(--grad);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 9px 22px #7253e52a;
}
.hero {
  min-height: 650px;
  background: #edf3ff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 500px;
  align-items: center;
}
.eyebrow {
  color: #2360ec;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}
.hero h1 {
  font:
    700 50px/0.98 Manrope,
    sans-serif;
  letter-spacing: -0.045em;
  margin: 0;
  color: #0d225e;
}
.hero h1 span {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: 17px;
  color: #43547c;
  margin: 20px 0 40px;
}
.hero-actions {
  display: flex;
  gap: 12px;
}
.hero-actions .outline {
  background-color: #fff;
}
.outline b {
  font-size: 18px;
  color: #3161e8;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.feature-row i {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid #cbd8ff;
  border-radius: 50%;
  place-items: center;
  color: #235ef1;
  font-style: normal;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-size: 20px;
}
.feature-row b,
.feature-row small {
  display: block;
}
.feature-row b {
  font-size: 12px;
  text-align: center;
}
.feature-row small {
  font-size: 10px;
  color: #596887;
}
.hero-visual {
  height: 500px;
  position: relative;
}
.blob {
  position: absolute;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 45% 45%,
    #fff 0 20%,
    #e9e5ff 55%,
    #dbe8ff
  );
  right: -40px;
  top: -35px;
}
.phones {
  position: absolute;
  width: 74%;
  right: -3%;
  top: 58px;
  border-radius: 18px;
  filter: drop-shadow(0 20px 22px #2632652d);
}
.card {
  position: absolute;
  width: 42%;
  left: 3%;
  top: 190px;
  transform: rotate(-10deg);
  filter: drop-shadow(0 22px 20px #15255a42);
}
.scribble {
  font: 600 20px/1.2 cursive;
  color: #3156c7;
  transform: rotate(-7deg);
}
.s1 {
  position: absolute;
  left: 9%;
  top: 55px;
}
.s2 {
  position: absolute;
  right: -2%;
  top: 110px;
}
.how {
  padding: 64px 0;
  background: #fff;
}
.how-grid {
  display: grid;
  grid-template-columns: 66% 34%;
  gap: 24px;
}
.how h2,
.products h2,
.testimonials h2,
.faq h2 {
  font: 800 32px/1.05 Manrope;
  margin: 0;
}
.how-main > p {
  font-size: 14px;
}
.how-main > p,
.products-head p,
.testimonials > div > p,
.faq-head p {
  margin: 4px 0 15px;
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  align-items: center;
  gap: 8px;
}
.steps article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d5def6;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #2659ec;
}
.pic {
  display: grid;
  place-items: center;
  border-radius: 14px;
}
.pic img {
  object-fit: contain;
  width: 90%;
  border-radius: 14px;
}
.pic picture,
.analytics-card picture,
.prod-img > picture,
.cta-product picture {
  display: block;
  width: 100%;
}
.phone-shape:after {
  content: '';
  width: 46px;
  height: 88px;
  border: 4px solid #111c3d;
  border-radius: 12px;
}
.steps h3 {
  margin: 2px 0;
  font-size: 15px;
}
.steps p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.arrow {
  color: #2861f0;
  font-size: 25px;
}
.analytics-card {
  background: #f2f5fb;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 12px;
  align-items: center;
}
.analytics-card img {
  width: 100%;
  border-radius: 8px;
}
.analytics-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.analytics-card ul {
  list-style: '✓  ';
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.9;
}
.analytics-card li::marker {
  color: #1c5cff;
}
.analytics-card .btn {
  font-size: 11px;
  padding: 10px 18px;
}
.audience {
  height: 400px;
  display: grid;
  grid-template-columns: 43% 30% 27%;
  overflow: hidden;
  background: #fff;
}
.aud-left {
  background: var(--grad);
  color: #fff;
  position: relative;
}
.aud-left:after {
  content: '';
  position: absolute;
  right: -65px;
  top: 0;
  width: 130px;
  height: 100%;
  background: #fff;
  border-radius: 50% 0 0 50%;
}
.aud-inner {
  width: min(500px, calc(100% - 45px));
  margin-left: auto;
  padding: 50px 30px 0 0;
}
.white-logo {
  width: 90px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.aud-left h2 {
  font: 700 34px/1 Manrope;
  margin: 48px 0 12px;
}
.aud-left p {
  font-size: 16px;
}
.aud-buttons {
  display: flex;
  gap: 10px;
}
.aud-buttons a {
  background: #fff;
  color: #19378b;
  border-radius: 9px;
  padding: 11px 16px;
  font-weight: 700;
  font-size: 14px;
  min-width: 200px;
  border: 1px solid white;
}
.aud-buttons a:hover {
  box-shadow: 0px 0px 20px 0px rgba(190, 37, 214, 0.75);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(190, 37, 214, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(190, 37, 214, 0.75);
  border: 1px solid var(--pink);
}
.aud-buttons small {
  color: #3b5dd6;
}
.aud-benefits {
  padding: 30px 40px 0 70px;
}
.aud-benefits .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}
.aud-benefits .list > div {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.aud-benefits i {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #edf2ff;
  color: #325df1;
  font-style: normal;
  font-size: 18px;
}
.aud-benefits p {
  margin: 0;
}
.aud-benefits b,
.aud-benefits small {
  display: block;
}
.aud-benefits b {
  font-size: 14px;
}
.aud-benefits small {
  color: var(--muted);
  font-size: 11px;
}
.aud-person {
  position: relative;
  overflow: hidden;
}
.aud-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aud-person .scribble {
  position: absolute;
  left: 18px;
  top: 70px;
  color: #3157d2;
  font-size: 18px;
}
.products {
  padding: 62px 0;
}
.products-head {
  display: flex;
  justify-content: space-between;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.product,
.token-panel,
.quality {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  min-height: 390px;
  overflow: hidden;
}
.prod-img {
  background: #f6f7fc;
  border-radius: 8px;
  display: grid;
  place-items: center;
  position: relative;
}
.prod-img > picture > img {
  width: 100%;
  object-fit: contain;
}
.product h3,
.token-panel h3,
.quality h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}
.product p,
.token-panel p {
  font-size: 12px;
  color: var(--muted);
}
.product strong {
  display: block;
  color: #1555f5;
  font-size: 27px;
  margin: 8px 0;
}
.product strong small {
  font-size: 11px;
}
.product ul,
.quality ul {
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.8;
}
.product li::marker,
.quality li::marker {
  content: '✓  ';
  color: #1d5bfa;
}
.product .btn {
  width: 100%;
  font-size: 14px;
  padding: 9px;
}
.product .btn:hover {
  box-shadow: 0px 0px 5px 0px rgba(190, 37, 214, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(190, 37, 214, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(190, 37, 214, 0.75);
}
.featured {
  border-color: #b676ef;
}
.product:hover {
  border-color: var(--pink);
  cursor: pointer;
}
.combo .c1 {
  position: absolute;
  width: 67%;
  left: 0;
}
.combo .c2 {
  position: absolute;
  width: 45%;
  height: 90%;
  object-fit: cover;
  right: -4px;
  border-radius: 50%;
}
.token-panel {
  background: #f6f8fd;
}
.token-panel h3 span {
  font-weight: 700;
}
.token-panel img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}
.quality {
  background: #f3f6fc;
  position: relative;
}
.quality li {
  margin-bottom: 8px;
}
.quality img {
  position: absolute;
  width: 70%;
  right: -18%;
  bottom: -13%;
  transform: rotate(-12deg);
}
.testimonials {
  padding: 10px 0 14px;
}
.testimonial-placeholder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 10px;
}
.testimonial-placeholder div {
  height: 92px;
  border: 1px dashed #cbd3e7;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #8a94ae;
  font-size: 12px;
}
.faq {
  background: #f5f7fb;
  padding: 64px 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;
}
.faq details {
  background: #fff;
  border: 1px solid #dce2ef;
  border-radius: 7px;
  padding: 0 14px;
}
.faq summary {
  padding: 9px 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.faq details p {
  font-size: 12px;
  color: var(--muted);
}
.cta {
  height: 240px;
  background: linear-gradient(105deg, #0752bf, #2921a7 48%, #c41ed1);
  color: #fff;
  overflow: hidden;
}
.cta-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 38% 35% 27%;
  align-items: center;
}
.cta h2 {
  font: 700 32px/1.08 Manrope;
  margin: 0;
}
.cta p {
  font-size: 13px;
}
.cta .light {
  background: #fff;
  color: #3653d6;
}
.light-outline {
  border-color: #fff;
  margin-left: 8px;
  font-size: 13px;
  padding: 10px 16px;
}
.cta-product {
  height: 100%;
  position: relative;
}
.cta-product img {
  position: absolute;
  width: 65%;
  right: 20px;
  top: 3px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 12px 14px #0005);
}
footer {
  height: 75px;
}
.footer {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.footer > img {
  width: 90px;
}
.footer > span {
  color: #61708f;
}
.footer nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.footer small {
  color: #71809c;
}
.contact-form__privacy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.contact-form__privacy a,
.cookie-consent a,
.legal-content a {
  color: #1555f5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  max-width: 760px;
  margin: auto;
  padding: 18px 20px;
  gap: 18px;
  align-items: center;
  border: 1px solid #d9e2f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 42px #10215c2b;
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent__content {
  flex: 1;
}
.cookie-consent h2 {
  margin: 0 0 5px;
  font:
    700 16px/1.2 Manrope,
    sans-serif;
}
.cookie-consent p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.cookie-consent__actions {
  display: flex;
  flex: none;
  gap: 8px;
}
.cookie-consent .btn,
.cookie-consent .outline {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #9db4ec;
  border-radius: 22px;
  box-shadow: none;
  font-size: 12px;
}
.cookie-consent .btn {
  background: #edf3ff;
  color: #1555f5;
}
.cookie-consent .outline {
  background: #fff;
  color: var(--text);
}
:focus-visible {
  outline: 3px solid #1555f5;
  outline-offset: 3px;
}
.legal-nav {
  justify-content: space-between;
}
.legal-back {
  color: #1555f5;
  font-weight: 700;
}
.legal-page {
  padding: 68px 0 90px;
  background: #f6f8fc;
}
.legal-content {
  max-width: 820px;
  padding: 42px clamp(24px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.legal-content h1,
.legal-content h2,
.legal-content h3 {
  color: #0d225e;
  font-family: Manrope, sans-serif;
}
.legal-content h1 {
  margin: 0 0 10px;
  font-size: clamp(30px, 5vw, 42px);
  letter-spacing: -0.035em;
}
.legal-content h2 {
  margin: 34px 0 12px;
  font-size: 21px;
}
.legal-content h3 {
  margin: 24px 0 8px;
  font-size: 16px;
}
.legal-content p,
.legal-content li {
  color: #43547c;
  font-size: 15px;
  line-height: 1.7;
}
.legal-content ul {
  padding-left: 22px;
}
.legal-updated {
  margin: 0 0 28px;
  color: var(--muted);
}
@media (max-width: 900px) {
  .nav nav {
    display: none;
  }
  .hero-grid,
  .how-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 35px;
  }
  .hero-grid {
    min-height: auto;
  }
  .hero-visual {
    height: 430px;
  }
  .feature-row {
    grid-template-columns: 1fr 1fr;
  }
  .how {
    padding: 40px 0;
  }
  .analytics-card {
    margin-top: 20px;
  }
  .audience {
    height: auto;
    grid-template-columns: 1fr;
  }
  .aud-left:after {
    display: none;
  }
  .aud-inner {
    width: auto;
    margin: 0;
    padding: 35px 24px;
  }
  .aud-benefits {
    padding: 35px 24px;
  }
  .aud-person {
    height: 360px;
  }
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testimonial-placeholder {
    grid-template-columns: 1fr;
  }
  .cta {
    height: auto;
    padding: 28px 0;
  }
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cta-product {
    display: none;
  }
  footer {
    height: auto;
  }
  .footer {
    min-height: 75px;
    padding: 16px 0;
    flex-wrap: wrap;
  }
  .footer nav {
    display: flex;
    order: 3;
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .cookie-consent {
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: block;
  }
  .cookie-consent__actions {
    margin-top: 14px;
    flex-wrap: wrap;
  }
  .cookie-consent__actions button {
    flex: 1 1 180px;
  }
}

/* Contacto */
.contact {
  padding: 110px 0;
  background: #f6f8fc;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}
.contact-copy h2 {
  margin: 0;
  color: #0d225e;
  font:
    700 46px/1.02 Manrope,
    sans-serif;
  letter-spacing: -0.04em;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 22px 0 26px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.contact-copy__note {
  color: #3161e8;
  font-weight: 700;
}
.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(28, 48, 110, 0.12);
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: #10215c;
  font-size: 13px;
  font-weight: 700;
}
.contact-form label span {
  color: var(--muted);
  font-weight: 500;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dfe5f3;
  border-radius: 10px;
  outline: none;
  color: var(--text);
  font: inherit;
  resize: vertical;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #6d43ef;
  box-shadow: 0 0 0 3px rgba(109, 67, 239, 0.13);
}
.contact-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.contact-form__submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
  font: inherit;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}
.contact-form__submit:hover:not(:disabled) {
  transform: translateY(-1px);
}
.contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
.contact-form__status {
  min-height: 20px;
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.contact-form__status.is-success {
  color: #16803c;
}
.contact-form__status.is-error {
  color: #c7304a;
}
@media (max-width: 900px) {
  .contact {
    padding: 76px 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}
@media (max-width: 560px) {
  .contact-form {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-copy h2 {
    font-size: 38px;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 30px);
  }
  header .actions .login {
    display: none;
  }
  header .actions {
    margin-left: auto;
  }
  .outline {
    text-align: center;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .feature-row {
    grid-template-columns: 1fr 1fr;
  }
  .feature-row small {
    text-align: center;
  }
  .hero-visual {
    height: 330px;
    margin-top: 100px;
  }
  .phones {
    width: 90%;
    top: 55px;
  }
  .card {
    width: 47%;
    top: 170px;
  }
  .scribble {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps .pic {
    text-align: center;
  }
  .aud-left {
    max-width: 100vw;
  }
  .arrow {
    display: none;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .aud-buttons {
    flex-direction: column;
  }
  .aud-benefits {
    width: 100vw;
  }
  .aud-benefits .list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
  .aud-designs {
    padding: 0 !important;
  }
  .footer > span {
    display: none;
  }
}
/* Personalización de tarjeta: añadido sobre la V2 aprobada */
.audience {
  grid-template-columns: 50% 50%;
}
.aud-designs {
  display: flex;
  align-items: center;
  padding: 0 8px 24px;
  background: #fff;
  overflow: hidden;
}
.aud-slider {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(28, 48, 110, 0.12);
}
.aud-slider__track {
  display: flex;
  transition: transform 600ms ease;
  will-change: transform;
}
.aud-slider__slide {
  display: block;
  width: 100%;
  flex: 0 0 100%;
}
.aud-slider__slide img {
  display: block;
  width: 100%;
  max-height: 255px;
  object-fit: cover;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .aud-slider__track {
    transition: none;
  }
}
@media (max-width: 900px) {
  .audience {
    grid-template-columns: 1fr;
  }
  .aud-designs {
    padding: 24px;
  }
  .aud-slider__slide img {
    max-height: none;
  }
}
