/*
 * INSYGMA Footer
 * Extraído do styles.css para manutenção independente.
 * v2 — inclui __eyebrow (traços laterais), __labs-meta, __labs-link e badge Klarna.
 */

.isg-footer,
.isg-footer * {
  box-sizing: border-box;
}
.isg-footer {
  --ink: #101827;
  --navy: #121a2c;
  --blue: #2e6be8;
  --muted: #66758c;
  --line: rgba(18, 26, 44, 0.1);
  --line-strong: rgba(18, 26, 44, 0.16);
  --mint: #2f8a76;
  --amber: #d9824a;
  --white: #ffffff;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  padding: 72px 24px 34px;
  background:
    radial-gradient(
      circle at 20% 16%,
      rgba(140, 205, 255, 0.09),
      transparent 34%
    ),
    radial-gradient(
      circle at 80% 24%,
      rgba(190, 235, 255, 0.08),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #feffff 22%,
      #fbfeff 48%,
      #f7fcff 74%,
      #f2faff 100%
    );
  border-top: 0;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: var(--ink);
}
.isg-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(rgba(18, 26, 44, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 26, 44, 0.022) 1px, transparent 1px);
  background-size:
    46px 46px,
    46px 46px;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0px,
    transparent 75px,
    #000 250px
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0px,
    transparent 75px,
    #000 250px
  );
}
.isg-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1340px;
  margin: 0 auto;
}
.isg-footer__panel {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 245px;
  padding: 42px;
  border: 1px solid rgba(18, 26, 44, 0.12);
  border-radius: 28px;
  box-shadow:
    0 26px 70px rgba(18, 26, 44, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}
.isg-footer__hero-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
}
.isg-footer__hero-img {
  display: block;
  width: 188px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(18, 26, 44, 0.08));
}
.isg-footer__claim {
  margin: 0;
  max-width: 470px;
  font-size: 24px !important;
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: var(--ink);
}
.isg-footer__copy {
  max-width: 500px;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 650;
  color: rgba(36, 48, 69, 0.68);
}
.isg-footer__middle {
  text-align: center;
  padding: 0 12px;
}
.isg-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(46, 107, 232, 0.18);
  background: rgba(46, 107, 232, 0.08);
  color: #245bc8;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.isg-footer__badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(46, 107, 232, 0.1);
}
.isg-footer__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 18px;
  color: #245bc8;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}
.isg-footer__eyebrow::before,
.isg-footer__eyebrow::after {
  content: "";
  flex: none;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46, 107, 232, 0.55));
}
.isg-footer__eyebrow::after {
  background: linear-gradient(90deg, rgba(46, 107, 232, 0.55), transparent);
}
.isg-footer__micro {
  margin: 0 auto 18px;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 600;
  color: rgba(71, 85, 105, 0.76);
}
.isg-footer__omnisend {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.isg-footer__omnisend > div {
  width: 100%;
}
.isg-footer__proofs {
  display: grid;
  gap: 18px;
  padding-left: 38px;
  border-left: 1px solid rgba(18, 26, 44, 0.1);
}
.isg-footer__proof {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.isg-footer__icon,
.isg-footer__mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 26, 44, 0.09);
  background:
    radial-gradient(
      circle at 35% 20%,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.52)
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(244, 248, 252, 0.82)
    );
  box-shadow:
    0 10px 24px rgba(18, 26, 44, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.isg-footer__icon svg,
.isg-footer__mini-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.isg-footer__atom-icon {
  width: 16px !important;
  height: 16px !important;
  stroke: none !important;
}
.isg-footer__atom-icon path {
  fill: currentColor;
}
.isg-footer__proof:nth-child(1) svg {
  color: var(--blue);
}
.isg-footer__proof:nth-child(2) svg {
  color: var(--blue);
}
.isg-footer__proof:nth-child(3) svg {
  color: #7a8be8;
}
.isg-footer__proof-title {
  margin: 0 0 5px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.isg-footer__proof-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 650;
  color: rgba(71, 85, 105, 0.72);
}
.isg-footer__links {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 1.1fr;
  gap: 22px;
  margin-top: 34px;
}
.isg-footer__card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(18, 26, 44, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 16px 42px rgba(18, 26, 44, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}
.isg-footer__card--brand {
  background:
    radial-gradient(circle at 0% 0%, rgba(47, 138, 118, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.8);
}
.isg-footer__card--labs {
  background:
    radial-gradient(circle at 0% 0%, rgba(46, 107, 232, 0.12), transparent 34%),
    radial-gradient(
      circle at 90% 12%,
      rgba(47, 138, 118, 0.08),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.8);
}
.isg-footer__card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(18, 26, 44, 0.08);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
}
.isg-footer__mini-icon {
  width: 31px;
  height: 31px;
  flex: none;
  overflow: hidden;
  position: relative;
}
.isg-footer__mini-icon svg {
  width: 15.5px;
  height: 15.5px;
  color: #7a8aa2;
}
.isg-footer__mini-icon-img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  object-position: left center;
  display: block;
  filter: contrast(1.02) saturate(0.95);
}
.isg-footer__mini-icon--brand-logo {
  width: 31px;
  height: 31px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.isg-footer__mini-icon--brand-logo .isg-footer__mini-icon-img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.isg-footer__card--brand .isg-footer__mini-icon--brand-logo {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.isg-footer__card--labs .isg-footer__mini-icon svg {
  color: var(--blue);
}
.isg-footer__card:nth-child(3) .isg-footer__mini-icon svg {
  color: #7a8be8;
}
.isg-footer__section-intro {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
  color: rgba(71, 85, 105, 0.74);
}
.isg-footer__labs-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(46, 107, 232, 0.08);
  border: 1px solid rgba(46, 107, 232, 0.16);
  color: #245bc8;
  font-family: "Geist Mono", monospace;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.isg-footer__labs-badge i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(46, 107, 232, 0.1);
}
.isg-footer__labs-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #245bc8;
}
.isg-footer__labs-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(46, 107, 232, 0.45);
}

.isg-footer__labs-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.2s var(--ease);
}
.isg-footer__labs-link:hover {
  color: var(--navy);
}
.isg-footer__labs-link span {
  display: inline-block;
  transition: transform 0.2s var(--ease);
}
.isg-footer__labs-link:hover span {
  transform: translateX(3px);
}
.isg-footer__nav {
  display: grid;
  gap: 13px;
}
.isg-footer__nav a {
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.isg-footer__nav a:hover {
  color: var(--navy);
  transform: translateX(2px);
}
.isg-footer__note {
  margin: 26px 0 0;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 750;
  color: #8a9ab0;
}
.isg-footer__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.isg-footer__subhead {
  margin: 0 0 14px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}
.isg-footer__strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 46px;
  padding: 28px 0;
  border-top: 1px solid rgba(18, 26, 44, 0.1);
  border-bottom: 1px solid rgba(18, 26, 44, 0.1);
}
.isg-footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}
.isg-footer__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #61718a;
  font-size: 13px;
  font-weight: 800;
}
.isg-footer__trust svg {
  width: 15px;
  height: 15px;
  color: var(--mint);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.isg-footer__pay {
  display: flex;
  align-items: center;
  gap: 8px;
}
.isg-footer__pay-label {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 850;
  color: #93a0b2;
}
.isg-footer__pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(18, 26, 44, 0.1);
  background: rgba(255, 255, 255, 0.65);
  color: #8995a6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  filter: grayscale(1);
  opacity: 0.82;
}
.isg-footer__pay-badge--paypal {
  color: #3567b7;
}
.isg-footer__pay-badge--mc {
  color: #da7a36;
}
.isg-footer__pay-badge--klarna {
  color: #b8577f;
}
.isg-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 24px;
  font-size: 13px;
  font-weight: 750;
  color: #63738a;
}
.isg-footer__bottom strong {
  color: var(--ink);
}
@media (max-width: 1100px) {
  .isg-footer__panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .isg-footer__hero-brand {
    justify-content: center !important;
  }
  .isg-footer__middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .isg-footer__badge {
    margin-left: auto;
    margin-right: auto;
  }
  .isg-footer__eyebrow {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .isg-footer__micro {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
  }
  .isg-footer__omnisend {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .isg-footer__proofs {
    border-left: 0;
    padding-left: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .isg-footer__links {
    grid-template-columns: 1fr;
  }
  .isg-footer__strip {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .isg-footer {
    padding: 46px 16px 28px;
  }
  .isg-footer__panel {
    padding: 30px 24px;
    border-radius: 22px;
  }
  .isg-footer__claim {
    font-size: 27px;
  }
  .isg-footer__hero-img {
    width: 184px;
  }
  .isg-footer__proofs {
    grid-template-columns: 1fr;
  }
  .isg-footer__card {
    min-height: auto;
  }
  .isg-footer__split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .isg-footer__subhead {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .isg-footer__nav {
    gap: 11px;
  }
  .isg-footer__nav a {
    font-size: 14px;
    line-height: 1.25;
  }
  .isg-footer__pay {
    flex-wrap: wrap;
  }
  .isg-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
.isg-footer::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 230px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 22%,
    rgba(255, 255, 255, 0.72) 48%,
    rgba(255, 255, 255, 0.28) 76%,
    transparent 100%
  );
}

/* Otimização de renderização */
.isg-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 2147px;
}
@media (min-width: 768px) {
  .isg-footer {
    contain-intrinsic-size: auto 1023px;
  }
}