.seal-iphone-carousel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  overflow: hidden;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.seal-iphone-row {
  width: 100%;
  overflow: hidden;
}

.seal-iphone-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: seal-iphone-scroll 85s linear infinite;
  will-change: transform;
}

.seal-iphone-track--reverse {
  animation-direction: reverse;
}

.seal-iphone-carousel:hover .seal-iphone-track {
  animation-play-state: paused;
}

.seal-iphone-set {
  display: flex;
  flex: none;
  gap: 16px;
}

.seal-iphone-card {
  display: grid;
  grid-template-rows: 120px auto;
  flex: none;
  width: 220px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.seal-iphone-card img {
  display: block;
  width: 100%;
  height: 120px;
  padding: 10px;
  object-fit: contain;
  background: transparent;
}

.seal-iphone-card span {
  display: block;
  padding: 10px 12px 12px;
  color: #fff;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

@keyframes seal-iphone-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

.seal-iphone-partners [data-framer-name="ticker wrap"] {
  height: auto !important;
  min-height: 324px;
}

.seal-iphone-partners [data-framer-name="text-ticker"] {
  height: auto !important;
  gap: 22px !important;
}

.seal-carousel-contract-copy {
  display: none !important;
}

section[data-framer-name="hero"] .seal-approved-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

section[data-framer-name="hero"] [data-framer-name="filter"] {
  display: none !important;
}

section[data-framer-name="hero"] [data-framer-name="title"] > [data-framer-name="icon"] {
  display: none !important;
}

section[data-framer-name="hero"] .seal-hero-description-variant {
  display: block !important;
}

section[data-framer-name="hero"] .seal-approved-value {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: 25px;
}

section[data-framer-name="hero"] .seal-proposal-card {
  justify-content: flex-start !important;
  gap: 9px !important;
}

section[data-framer-name="hero"] .seal-card-value-wrap {
  width: 100% !important;
  height: auto !important;
  flex: none !important;
}

section[data-framer-name="hero"] .seal-card-value {
  font-size: 20px !important;
  line-height: 1.08 !important;
  white-space: nowrap;
}

section[data-framer-name="section-testimonials"] {
  display: none !important;
}

section[data-framer-name="section-benefits"] {
  display: none !important;
}

.seal-mechanism-section {
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
}

.seal-mechanism-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.seal-mechanism-title {
  display: none;
}

.seal-mechanism-window {
  width: 100%;
  overflow: hidden;
  padding: 34px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.seal-mechanism-track,
.seal-mechanism-set {
  display: flex;
  align-items: center;
  flex: none;
  gap: 64px;
}

.seal-mechanism-track {
  width: max-content;
  animation: seal-mechanism-scroll 34s linear infinite;
  will-change: transform;
}

.seal-mechanism-window:hover .seal-mechanism-track {
  animation-play-state: paused;
}

.seal-mechanism-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.48);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.seal-mechanism-item::before {
  width: 10px;
  height: 10px;
  flex: none;
  border-radius: 999px;
  background: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  content: "";
}

@keyframes seal-mechanism-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 32px)); }
}

.seal-pricing-section {
  display: block !important;
  padding: 112px 24px 72px !important;
  background: var(--token-ca7e2717-5e03-4734-9e61-71d320664250, #f3f3f3);
}

.seal-pricing-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.seal-pricing-header {
  width: min(900px, 100%);
  margin: 0 auto 64px;
  text-align: center;
}

.seal-pricing-eyebrow {
  margin-bottom: 24px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seal-pricing-heading {
  margin: 0;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.seal-pricing-description {
  max-width: 800px;
  margin: 28px auto 0;
  color: rgba(0, 0, 0, 0.56);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.seal-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.seal-model-card,
.seal-trade-card {
  display: flex;
  min-height: 760px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 24px;
  background: #fff;
}

.seal-model-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.seal-model-card--popular {
  border: 2px solid var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
}

.seal-model-popular {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  color: #fff;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.seal-model-condition {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 8px;
  margin: 2px 0 0;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.seal-model-toggle {
  display: inline-flex;
  width: 38px;
  height: 22px;
  align-items: center;
  justify-content: flex-end;
  padding: 3px;
  border-radius: 999px;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
}

.seal-model-toggle::after {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  content: "";
}

.seal-model-name {
  margin: 0;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.seal-model-image-wrap {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  margin: 24px 0 10px;
  overflow: hidden;
}

.seal-model-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seal-model-image--provided {
  transform: scale(var(--seal-product-scale, 1.18));
}

.seal-model-price {
  margin-top: 14px;
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.seal-model-price strong {
  font-size: 36px;
  font-weight: 500;
}

.seal-model-price small {
  color: rgba(0, 0, 0, 0.56);
  font-size: 17px;
  font-weight: 400;
}

.seal-model-benefits {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.seal-model-benefits li {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 16px;
}

.seal-model-benefits li:last-child {
  border-bottom: 0;
}

.seal-model-check {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 999px;
  background: var(--token-68fffb2a-cb9a-4040-9867-8b96018bffb2, #e2e4f6);
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-size: 16px;
}

.seal-model-cta,
.seal-trade-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.seal-model-card--popular .seal-model-cta,
.seal-model-cta,
.seal-trade-cta {
  border-color: transparent;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  color: #fff;
}

.seal-faq-section {
  display: block !important;
  padding: 100px 24px !important;
  background: #fff;
}

.seal-faq-shell {
  width: min(980px, 100%);
  margin: 0 auto;
}

.seal-faq-eyebrow {
  margin: 0 0 16px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.seal-faq-heading {
  margin: 0 0 48px;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.seal-faq-list {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.seal-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.seal-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 18px;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.seal-faq-item summary::-webkit-details-marker {
  display: none;
}

.seal-faq-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 999px;
  background: var(--token-68fffb2a-cb9a-4040-9867-8b96018bffb2, #e2e4f6);
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  transition: transform 180ms ease;
}

.seal-faq-item[open] .seal-faq-icon {
  transform: rotate(45deg);
}

.seal-faq-item > p {
  max-width: 760px;
  margin: 0;
  padding: 0 58px 28px 0;
  color: rgba(0, 0, 0, 0.58);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.seal-trade-card {
  align-items: center;
  justify-content: center;
  background: var(--token-68fffb2a-cb9a-4040-9867-8b96018bffb2, #e2e4f6);
  text-align: center;
}

.seal-trade-card h3 {
  margin: 0;
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.seal-trade-card p {
  margin: 14px 0 28px;
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.seal-trade-cta {
  min-height: 46px;
  margin-top: 0;
  padding: 0 24px;
  font-size: 16px;
}

.seal-pricing-footnote {
  margin: 32px 0 0;
  color: rgba(0, 0, 0, 0.56);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.seal-intro-phone {
  isolation: isolate;
}

.seal-intro-phone [data-framer-name="logo"] {
  display: none !important;
}

.seal-intro-screen-brand {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(96px, 12vw, 145px);
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.seal-header-logo {
  display: block;
  width: 74px;
  height: auto;
  max-height: 22px;
  object-fit: contain;
}

.seal-intro-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center !important;
}

.seal-intro-balloons {
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
}

.seal-intro-balloon {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.seal-intro-benefit {
  width: min(39%, 370px);
  padding: 22px;
}

.seal-intro-benefit h3 {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.seal-intro-benefit p {
  margin: 10px 0 0;
  color: rgba(0, 0, 0, 0.56);
  font-size: 13px;
  line-height: 1.45;
}

.seal-intro-benefit::before {
  display: block;
  width: 28px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 99px;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  content: "";
}

.seal-intro-benefit--one {
  top: 4%;
  left: 0;
}

.seal-intro-benefit--two {
  bottom: 23%;
  left: 2%;
}

.seal-intro-benefit--three {
  top: 18%;
  right: 0;
}

.seal-intro-benefit--four {
  right: 3%;
  bottom: 23%;
}

.seal-intro-models {
  top: 7%;
  left: 0;
  width: min(38%, 360px);
  padding: 24px;
}

.seal-intro-balloon-title {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.seal-intro-model-list {
  display: grid;
  gap: 12px;
}

.seal-intro-model {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  background: #f7f7f8;
}

.seal-intro-model-name {
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-size: 14px;
  font-weight: 500;
}

.seal-intro-model-price {
  grid-row: span 2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.seal-intro-model-state {
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
}

.seal-intro-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  color: rgba(0, 0, 0, 0.56);
  font-size: 13px;
}

.seal-intro-proposal {
  top: 22%;
  right: 0;
  width: min(37%, 340px);
  padding: 24px;
}

.seal-intro-proposal-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.seal-intro-proposal-kicker {
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
}

.seal-intro-proposal-price {
  margin-top: 8px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.seal-intro-approved {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e2e4f6;
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.seal-intro-proposal-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.seal-intro-proposal-data div {
  padding: 12px;
  border-radius: 12px;
  background: #f7f7f8;
}

.seal-intro-proposal-data span {
  display: block;
  color: rgba(0, 0, 0, 0.48);
  font-size: 10px;
}

.seal-intro-proposal-data strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}

.seal-intro-assistant {
  right: 8%;
  bottom: 1%;
  width: min(34%, 310px);
  padding: 20px;
}

.seal-intro-sparkle {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 3px solid var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  border-radius: 999px;
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-size: 23px;
}

.seal-intro-question {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 7px 8px 7px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
}

.seal-intro-send {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-left: auto;
  border-radius: 999px;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  color: #fff;
  font-size: 14px;
}

@media (max-width: 809px) {
  header a[data-framer-name="Sm"][href="pre-venda.html"] {
    background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6) !important;
    color: #fff !important;
  }

  header a[data-framer-name="Sm"][href="pre-venda.html"] * {
    color: #fff !important;
  }

  section[data-framer-name="section-intro"] {
    padding-bottom: 72px !important;
  }

  section[data-framer-name="hero"] .seal-hero-description-variant {
    width: min(560px, calc(100% - 40px));
    margin: 20px auto 0;
  }

  .seal-intro-benefit {
    width: 42%;
    padding: 15px;
    border-radius: 16px;
  }

  .seal-intro-benefit h3 {
    font-size: 12px;
  }

  .seal-intro-benefit p {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.35;
  }

  .seal-intro-benefit::before {
    width: 22px;
    height: 3px;
    margin-bottom: 10px;
  }

  .seal-intro-benefit--one {
    top: 3%;
  }

  .seal-intro-benefit--two {
    bottom: 11%;
    left: 0;
  }

  .seal-intro-benefit--three {
    top: 20%;
  }

  .seal-intro-benefit--four {
    right: 0;
    bottom: 11%;
  }

  .seal-intro-models {
    top: 10%;
    left: 0;
    width: 42%;
    padding: 16px;
  }

  .seal-intro-balloon-title {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .seal-intro-model {
    padding: 11px;
  }

  .seal-intro-model-name {
    font-size: 11px;
  }

  .seal-intro-model-price {
    font-size: 15px;
  }

  .seal-intro-model-state,
  .seal-intro-more {
    font-size: 10px;
  }

  .seal-intro-more {
    min-height: 36px;
  }

  .seal-intro-proposal {
    top: 27%;
    right: 0;
    width: 40%;
    padding: 16px;
  }

  .seal-intro-proposal-price {
    font-size: 20px;
  }

  .seal-intro-approved {
    padding: 6px 8px;
    font-size: 8px;
  }

  .seal-intro-proposal-data {
    gap: 7px;
    margin-top: 14px;
  }

  .seal-intro-proposal-data div {
    padding: 8px;
  }

  .seal-intro-proposal-data strong {
    font-size: 10px;
  }

  .seal-intro-assistant {
    right: 7%;
    bottom: 0;
    width: 34%;
    padding: 14px;
  }

  .seal-intro-sparkle {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .seal-intro-question {
    min-height: 38px;
    padding-left: 10px;
    font-size: 9px;
  }

  .seal-intro-send {
    width: 26px;
    height: 26px;
  }

  .seal-mechanism-section {
    padding: 0 !important;
  }

  .seal-mechanism-inner {
    gap: 0;
  }

  .seal-mechanism-title {
    display: none;
  }

  .seal-mechanism-track,
  .seal-mechanism-set {
    gap: 40px;
  }

  .seal-mechanism-item {
    font-size: 17px;
  }

  .seal-mechanism-window {
    padding: 28px 0;
  }

  .seal-pricing-section {
    padding: 80px 20px 56px !important;
  }

  .seal-pricing-header {
    margin-bottom: 42px;
  }

  .seal-pricing-eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .seal-pricing-heading {
    font-size: 42px;
  }

  .seal-pricing-description {
    margin-top: 22px;
    font-size: 17px;
  }

  .seal-pricing-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .seal-model-card,
  .seal-trade-card {
    min-height: 700px;
    padding: 30px;
  }

  .seal-model-top {
    gap: 12px;
  }

  .seal-model-condition {
    gap: 6px;
    font-size: 11px;
  }

  .seal-model-toggle {
    width: 34px;
    height: 20px;
  }

  .seal-model-toggle::after {
    width: 14px;
    height: 14px;
  }

  .seal-model-name {
    font-size: 24px;
  }

  .seal-model-image-wrap {
    height: 240px;
    margin-top: 18px;
  }

  .seal-model-price {
    font-size: 18px;
  }

  .seal-model-price strong {
    font-size: 34px;
  }

  .seal-model-benefits li {
    font-size: 15px;
  }

  .seal-trade-card {
    min-height: 300px;
  }

  .seal-faq-section {
    padding: 72px 20px !important;
  }

  .seal-faq-heading {
    margin-bottom: 34px;
    font-size: 42px;
  }

  .seal-faq-item summary {
    padding: 24px 0 16px;
    font-size: 18px;
  }

  .seal-faq-item > p {
    padding: 0 0 24px;
    font-size: 15px;
  }

  .seal-iphone-carousel {
    gap: 12px;
  }

  .seal-iphone-track,
  .seal-iphone-set {
    gap: 12px;
  }

  .seal-iphone-card {
    grid-template-rows: 96px auto;
    width: 168px;
  }

  .seal-iphone-card img {
    height: 96px;
    padding: 8px;
  }

  .seal-iphone-partners [data-framer-name="ticker wrap"] {
    min-height: 268px;
  }

  .seal-iphone-card span {
    padding: 8px 10px 10px;
    font-size: 12px;
  }

  @keyframes seal-iphone-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 6px)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .seal-mechanism-window {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .seal-mechanism-track {
    animation: none;
  }

  .seal-mechanism-set[aria-hidden="true"] {
    display: none;
  }

  .seal-iphone-carousel {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .seal-iphone-row {
    overflow-x: auto;
  }

  .seal-iphone-track {
    animation: none;
  }

  .seal-iphone-set[aria-hidden="true"] {
    display: none;
  }
}

/* ===== Como funciona (scrollytelling) ===== */
.seal-how-section {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 0 96px !important;
  background: var(--token-ca7e2717-5e03-4734-9e61-71d320664250, #f3f3f3);
}

.seal-how-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.seal-how-head {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 104px 0 12px;
  text-align: center;
}

.seal-how-eyebrow {
  margin: 0 0 20px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seal-how-heading {
  margin: 0;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.seal-how-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.seal-how-track {
  display: flex;
  flex-direction: column;
}

.seal-how-step {
  display: flex;
  min-height: 94vh;
  flex-direction: column;
  justify-content: center;
  padding: 24px 56px 24px 0;
  opacity: 0.32;
  transition: opacity 360ms ease;
}

.seal-how-step.is-active {
  opacity: 1;
}

.seal-how-kicker {
  margin: 0 0 18px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.seal-how-step-title {
  margin: 0;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.seal-how-step-text {
  max-width: 470px;
  margin: 22px 0 0;
  color: rgba(0, 0, 0, 0.56);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.4;
}

.seal-how-stage {
  position: sticky;
  top: 0;
  align-self: start;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.seal-how-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 16px 0;
  border-radius: 32px;
  background-color: #ececec;
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 1.1px, transparent 1.1px);
  background-size: 22px 22px;
}

.seal-how-phone {
  position: relative;
  z-index: 1;
  width: min(338px, 78%);
  aspect-ratio: 358 / 732;
  filter: drop-shadow(0 26px 56px rgba(0, 0, 0, 0.18));
}

.seal-how-bevel {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.seal-how-screens {
  position: absolute;
  z-index: 1;
  top: 1%;
  bottom: 1%;
  left: 3.6%;
  right: 3.6%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
}

.seal-how-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(28px) scale(0.99);
  transition: opacity 500ms ease, transform 620ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seal-how-screen.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

/* shared screen chrome */
.seal-scr-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 24px 6px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.seal-scr-brand-logo {
  display: block;
  width: 44px;
  height: auto;
  object-fit: contain;
}

.seal-scr-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 22px 22px;
  overflow: hidden;
}

.seal-scr-ey {
  margin: 0 0 8px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seal-scr-eyrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seal-scr-title {
  margin: 0 0 18px;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.seal-scr-btn {
  display: flex;
  min-height: 48px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  color: #fff;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.seal-scr-note {
  margin: 12px 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 12px;
  text-align: center;
}

.seal-tag {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--token-68fffb2a-cb9a-4040-9867-8b96018bffb2, #e2e4f6);
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* screen 1 — form */
.seal-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
}

.seal-field span {
  color: rgba(0, 0, 0, 0.45);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seal-field strong {
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.seal-field--active {
  border-color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  box-shadow: 0 0 0 3px rgba(48, 66, 230, 0.12);
}

/* screen 2 — credit */
.seal-ring {
  position: relative;
  display: flex;
  width: 100px;
  height: 100px;
  margin: 6px auto 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: conic-gradient(var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6) 100%, #e6e6e6 0);
}

.seal-ring::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 999px;
  background: #fff;
}

.seal-ring-num {
  position: relative;
  z-index: 1;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.seal-checks {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.seal-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 14px;
}

.seal-checks li i {
  display: flex;
  width: 20px;
  height: 20px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--token-68fffb2a-cb9a-4040-9867-8b96018bffb2, #e2e4f6);
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-size: 12px;
  font-style: normal;
}

.seal-result {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--token-68fffb2a-cb9a-4040-9867-8b96018bffb2, #e2e4f6);
}

.seal-result span {
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seal-result strong {
  color: var(--token-8e327549-68cc-4529-a405-c79194616058, #1b2bb8);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* screen 3 — whatsapp */
.seal-how-screen--2 {
  background: #ece5dd;
}

.seal-wa-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 50px 18px 14px;
  background: #1b8a5a;
  color: #fff;
}

.seal-wa-avatar {
  display: flex;
  width: 40px;
  height: 40px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.seal-wa-id {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.seal-wa-id strong {
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.seal-wa-id span {
  font-size: 11px;
  opacity: 0.85;
}

.seal-wa-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  overflow: hidden;
}

.seal-wa-msg {
  max-width: 82%;
  padding: 9px 12px;
  border-radius: 12px;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.seal-wa-msg.in {
  align-self: flex-start;
  border-top-left-radius: 3px;
  background: #fff;
  color: #000;
}

.seal-wa-msg.out {
  align-self: flex-end;
  border-top-right-radius: 3px;
  background: #d6f5c8;
  color: #0b3d24;
}

.seal-wa-card {
  width: 86%;
  align-self: flex-start;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.seal-wa-card-title {
  margin: 0 0 10px;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.seal-wa-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.seal-wa-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 12px;
}

.seal-wa-card li span {
  color: rgba(0, 0, 0, 0.5);
}

.seal-wa-card li strong {
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-weight: 600;
}

.seal-wa-input {
  display: flex;
  margin: auto 14px 16px;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
}

.seal-wa-input i {
  color: #1b8a5a;
  font-style: normal;
}

/* screen 4 — contract */
.seal-doc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.seal-doc-line {
  height: 8px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.1);
}

.seal-doc-line.w80 { width: 80%; }
.seal-doc-line.w55 { width: 55%; }

.seal-doc-rows {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.seal-doc-rows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
}

.seal-doc-rows div:last-child {
  border-bottom: 0;
}

.seal-doc-rows span {
  color: rgba(0, 0, 0, 0.5);
}

.seal-doc-rows strong {
  color: #000;
  font-weight: 600;
}

.seal-sign {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.seal-sign span {
  color: rgba(0, 0, 0, 0.4);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seal-sign b {
  color: #000;
  font-family: "Snell Roundhand", "Brush Script MT", cursive;
  font-size: 27px;
  font-weight: 500;
}

/* screen 5 — delivery */
.seal-track {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.seal-track img {
  width: 64px;
  height: auto;
  flex: none;
}

.seal-track-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.seal-track-steps li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(0, 0, 0, 0.45);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
}

.seal-track-steps li i {
  width: 14px;
  height: 14px;
  flex: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.seal-track-steps li.done {
  color: #000;
}

.seal-track-steps li.done i {
  border-color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
}

.seal-track-steps li.active {
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-weight: 600;
}

.seal-track-steps li.active i {
  border-color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  box-shadow: 0 0 0 4px rgba(48, 66, 230, 0.15);
}

.seal-deliver {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

.seal-deliver-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4f4f5;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
}

.seal-deliver-date span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.seal-deliver-date strong {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.seal-deliver-tabs {
  display: flex;
  gap: 8px;
}

.seal-deliver-tabs span {
  flex: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
  text-align: center;
}

.seal-deliver-tabs span.on {
  border-color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  color: #fff;
}

/* inline per-step phone is desktop-hidden; only shown on mobile */
.seal-how-step-stage {
  display: none;
}

@media (max-width: 809px) {
  .seal-how-section {
    padding-bottom: 56px !important;
  }

  .seal-how-shell {
    padding: 0 20px;
  }

  .seal-how-head {
    padding: 72px 0 4px;
  }

  .seal-how-heading {
    font-size: 38px;
  }

  .seal-how-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .seal-how-stage {
    display: none;
  }

  .seal-how-step {
    min-height: 0;
    padding: 48px 0 0;
    text-align: left;
    opacity: 1;
  }

  .seal-how-step:first-child {
    padding-top: 28px;
  }

  .seal-how-step-title {
    font-size: 34px;
  }

  .seal-how-step-text {
    margin-bottom: 0;
    font-size: 17px;
  }

  .seal-how-step-stage {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 28px;
    padding: 26px 0;
  }

  .seal-how-step-stage::before {
    content: "";
    position: absolute;
    inset: 0 -20px;
    background-color: #ececec;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 1.1px, transparent 1.1px);
    background-size: 22px 22px;
  }

  .seal-how-phone--inline {
    position: relative;
    z-index: 1;
    width: min(300px, 80%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .seal-how-screen {
    transition: opacity 200ms ease;
    transform: none;
  }
}

/* ===== CTA final (split: texto à esquerda, imagem à direita) ===== */
.seal-final-cta {
  position: relative;
  display: block !important;
  overflow: hidden;
  padding: 96px 32px !important;
  background: #f3f3f3;
}

.seal-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 56px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.seal-final-inner {
  text-align: left;
}

.seal-final-eyebrow {
  margin: 0 0 18px;
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seal-final-title {
  margin: 0;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.seal-final-sub {
  margin: 22px 0 0;
  max-width: 460px;
  color: rgba(0, 0, 0, 0.58);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.4;
}

.seal-final-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 16px 32px;
  border-radius: 999px;
  background: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
  color: #fff;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(48, 66, 230, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.seal-final-btn span { transition: transform 180ms ease; }
.seal-final-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(48, 66, 230, 0.4); }
.seal-final-btn:hover span { transform: translateX(4px); }

.seal-final-media {
  position: relative;
  overflow: visible;
  aspect-ratio: 5 / 4;
  background: transparent;
}

.seal-final-cover {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.seal-final-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.seal-final-phone {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.16));
}

.seal-final-phone--1 { width: 21%; top: 9%; left: 7%; transform: rotate(-8deg); }
.seal-final-phone--2 { width: 24%; top: 5%; left: 36%; transform: rotate(5deg); }
.seal-final-phone--3 { width: 23%; top: 33%; right: 8%; transform: rotate(8deg); }
.seal-final-phone--4 { width: 19%; bottom: 8%; left: 9%; transform: rotate(6deg); }
.seal-final-phone--5 { width: 21%; bottom: 5%; left: 38%; transform: rotate(-6deg); }
.seal-final-phone--6 { width: 22%; bottom: 10%; right: 9%; transform: rotate(-8deg); }

@media (max-width: 860px) {
  .seal-final-cta {
    padding: 64px 20px !important;
  }

  .seal-final-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .seal-final-inner {
    text-align: center;
  }

  .seal-final-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .seal-final-title {
    font-size: 38px;
  }

  .seal-final-media {
    aspect-ratio: 4 / 3;
    order: 2;
  }
}

/* ===== Footer (clara) ===== */
.seal-footer {
  position: relative;
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
  background: #fff;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seal-footer-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 72px 32px 0;
}

.seal-footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seal-footer-mark {
  color: var(--token-0d764deb-6f85-48af-b705-95c8050e4693, #3042e6);
}

.seal-footer-tagline {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seal-footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.seal-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.seal-footer-col h3 {
  margin: 0 0 8px;
  color: #000;
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seal-footer-col a {
  color: rgba(0, 0, 0, 0.56);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: color 160ms ease;
}

.seal-footer-col a:hover {
  color: #000;
}

.seal-footer-wordmark {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 34px 0 0;
  overflow: hidden;
  user-select: none;
}

.seal-footer-wordmark img {
  display: block;
  width: min(54vw, 720px);
  height: auto;
  margin-bottom: -5%;
  opacity: 0.16;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 32%, transparent 86%);
  mask-image: linear-gradient(180deg, #000 0%, #000 32%, transparent 86%);
}

.seal-footer-base {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.46);
  font-family: "General Sans", "General Sans Placeholder", sans-serif;
  font-size: 13px;
}

@media (max-width: 809px) {
  /* Mobile: landing page sem navbar para priorizar o conteudo. */
  header:has([data-framer-name="Phone"]) {
    display: none !important;
  }

  section[data-framer-name="hero"] [data-framer-name="max-width"] {
    padding-top: 48px !important;
  }

  .seal-footer-inner {
    padding: 52px 20px 0;
  }

  .seal-footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    margin-top: 40px;
  }

  .seal-footer-wordmark {
    font-size: 19vw;
  }

  .seal-footer-wordmark img {
    width: 74vw;
  }

  .seal-footer-base {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== Navbar escura sobre a section preta (section-features) ===== */
header {
  transition: background-color 260ms ease;
}

header.seal-nav-dark,
header.seal-nav-dark [data-framer-name="bg"] {
  background-color: #000 !important;
  transition: background-color 260ms ease;
}

header.seal-nav-dark .seal-header-logo {
  filter: brightness(0) invert(1);
  transition: filter 200ms ease;
}

header.seal-nav-dark a,
header.seal-nav-dark p,
header.seal-nav-dark span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transition: color 200ms ease;
}

header.seal-nav-dark [data-framer-name="line"] {
  background-color: #fff !important;
}
