:root {
  --ondax-navy-950: #06172d;
  --ondax-navy-900: #081f3a;
  --ondax-navy-800: #10365f;
  --ondax-blue: #1656a8;
  --ondax-gold: #e8a400;
  --ondax-gold-dark: #c98500;
  --ondax-gold-soft: #fff6df;
  --ondax-green: #159447;
  --ondax-green-dark: #087334;
  --ondax-green-soft: #edf8f1;
  --ondax-red: #d93832;
  --ondax-red-dark: #af2622;
  --ondax-red-soft: #fff1f0;
  --ondax-white: #ffffff;
  --ondax-page: #f7f9fc;
  --ondax-surface: #ffffff;
  --ondax-border: #d9e2ee;
  --ondax-border-strong: #becbdd;
  --ondax-text: #081b36;
  --ondax-text-secondary: #51627a;
  --ondax-muted: #718096;
  --ondax-shadow: 0 22px 60px rgba(6, 23, 45, .12);
  --ondax-shadow-soft: 0 12px 32px rgba(6, 23, 45, .08);
}

/* 20260812: fidelidade visual e responsividade final para Guia RTU, Como importar e Serviços. */
.public-home {
  --landing-header-height: 92px;
}

.public-home .site-header {
  min-height: var(--landing-header-height) !important;
}

.public-home .header-shell {
  min-height: var(--landing-header-height) !important;
}

.public-home .brand img {
  height: clamp(42px, 4vw, 58px) !important;
}

.public-home #como-importar,
.public-home #servicos,
.public-home #guia-rtu {
  scroll-margin-top: calc(var(--landing-header-height) + 10px) !important;
}

.public-home #guia-rtu.ebook-section {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 184, 0, .14), transparent 30%),
    linear-gradient(135deg, #fff8e7 0%, #fffdf7 54%, #f7fbff 100%) !important;
  padding: clamp(46px, 6vh, 72px) 0 clamp(54px, 7vh, 84px) !important;
}

.public-home #guia-rtu .ebook-grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(44px, 5.5vw, 74px) !important;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr) !important;
  max-width: min(100% - 72px, 1340px) !important;
}

.public-home #guia-rtu .ebook-cover {
  align-items: stretch !important;
  display: flex !important;
  min-height: 0 !important;
}

.public-home #guia-rtu .book {
  aspect-ratio: .86 / 1 !important;
  background: linear-gradient(142deg, #0b3a70 0%, #06172d 72%) !important;
  border-radius: 24px !important;
  box-shadow: 0 26px 52px rgba(6, 23, 45, .26) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-height: 560px !important;
  min-height: 420px !important;
  padding: clamp(44px, 5vw, 64px) !important;
  width: 100% !important;
}

.public-home #guia-rtu .book span {
  color: #ffb600 !important;
  font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
  letter-spacing: .03em !important;
  margin-bottom: clamp(52px, 7vh, 82px) !important;
}

.public-home #guia-rtu .book strong {
  color: #fff !important;
  font-size: clamp(2rem, 4.2vw, 3.7rem) !important;
  line-height: 1.06 !important;
}

.public-home #guia-rtu .book small {
  border-top: 4px solid rgba(72, 155, 224, .75) !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(1.02rem, 1.6vw, 1.45rem) !important;
  line-height: 1.35 !important;
  margin-top: clamp(42px, 6vh, 62px) !important;
  max-width: 320px !important;
  padding-top: 30px !important;
}

.public-home #guia-rtu .ebook-copy {
  max-width: 720px !important;
}

.public-home #guia-rtu .ebook-copy > p {
  color: #d28a00 !important;
  font-size: .98rem !important;
  letter-spacing: .42em !important;
  margin-bottom: 20px !important;
}

.public-home #guia-rtu .ebook-copy h2 {
  color: #061b3d !important;
  font-size: clamp(3.1rem, 5.2vw, 5.35rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  max-width: 830px !important;
}

.public-home #guia-rtu .ebook-copy > span {
  color: #49566a !important;
  display: block !important;
  font-size: clamp(1.18rem, 1.65vw, 1.65rem) !important;
  line-height: 1.58 !important;
  margin: 24px 0 30px !important;
  max-width: 760px !important;
}

.public-home #guia-rtu .ebook-actions {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  max-width: 620px !important;
}

.public-home #guia-rtu .ebook-actions > .btn {
  justify-content: center !important;
  min-height: 64px !important;
  width: 100% !important;
}

.public-home #guia-rtu .ebook-detail-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.public-home #guia-rtu .ebook-detail-card > .btn {
  min-height: 58px !important;
  min-width: 220px !important;
}

.public-home #como-importar.landing-section {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%) !important;
  padding: clamp(46px, 6vh, 70px) 0 clamp(54px, 7vh, 78px) !important;
}

.public-home #como-importar .section-heading {
  margin-bottom: clamp(24px, 3vh, 34px) !important;
}

.public-home #como-importar .section-heading h2,
.public-home #servicos .section-heading h2 {
  font-size: clamp(2.3rem, 3.2vw, 3.25rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

.public-home #como-importar .section-heading span,
.public-home #servicos .section-heading span {
  font-size: clamp(1rem, 1.25vw, 1.24rem) !important;
}

.public-home #como-importar .import-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(22px, 2.8vw, 42px) !important;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) !important;
  max-width: min(100% - 72px, 1420px) !important;
}

.public-home #como-importar .import-card {
  border-radius: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: clamp(28px, 3vw, 34px) !important;
}

.public-home #como-importar .import-card-featured {
  border: 2px solid rgba(255, 184, 0, .86) !important;
}

.public-home #como-importar .import-card-head {
  align-items: start !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 62px minmax(0, 1fr) auto !important;
}

.public-home #como-importar .import-icon {
  height: 56px !important;
  width: 56px !important;
}

.public-home #como-importar .solution-badge {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  line-height: 1.12 !important;
  margin-bottom: 10px !important;
  padding: 6px 12px !important;
}

.public-home #como-importar .import-card h3 {
  font-size: clamp(1.6rem, 2.2vw, 2rem) !important;
  line-height: 1.08 !important;
}

.public-home #como-importar .import-card-head p {
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  line-height: 1.22 !important;
}

.public-home #como-importar .import-price {
  text-align: right !important;
}

.public-home #como-importar .import-price strong {
  font-size: clamp(3rem, 4.2vw, 4.25rem) !important;
  line-height: .95 !important;
}

.public-home #como-importar .import-price-green strong {
  font-size: clamp(2.45rem, 3.35vw, 3.55rem) !important;
}

.public-home #como-importar .import-main-copy {
  font-size: clamp(1rem, 1.18vw, 1.16rem) !important;
  line-height: 1.48 !important;
  margin: 28px 0 24px !important;
}

.public-home #como-importar .import-benefits {
  margin: 0 0 24px !important;
}

.public-home #como-importar .import-benefits span {
  font-size: clamp(.82rem, .92vw, .96rem) !important;
  min-height: 86px !important;
}

.public-home #como-importar .import-benefits i {
  height: 46px !important;
  width: 46px !important;
}

.public-home #como-importar .service-example {
  margin-top: auto !important;
}

.public-home #como-importar .import-card-featured .service-example {
  font-size: .95rem !important;
  line-height: 1.34 !important;
}

.public-home #como-importar .import-card-featured .service-example p {
  font-size: .9rem !important;
  line-height: 1.38 !important;
}

.public-home #como-importar .flow-box {
  margin: auto 0 24px !important;
  padding: clamp(18px, 2vw, 24px) !important;
}

.public-home #como-importar .flow-box strong {
  font-size: 1rem !important;
}

.public-home #como-importar .flow-box i {
  height: 56px !important;
  width: 56px !important;
}

.public-home #como-importar .flow-box span,
.public-home #como-importar .import-benefits-light span {
  font-size: clamp(.78rem, .9vw, .92rem) !important;
  line-height: 1.18 !important;
}

.public-home #como-importar .import-benefits-light {
  gap: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 0 26px !important;
}

.public-home #como-importar .import-benefits-light span {
  min-height: 116px !important;
}

.public-home #como-importar .import-cta {
  justify-content: center !important;
  margin-top: 0 !important;
  min-height: 56px !important;
  width: 100% !important;
}

.public-home #como-importar .or-badge {
  align-self: center !important;
  background: #fff !important;
  border: 1px solid rgba(10, 43, 82, .16) !important;
  box-shadow: 0 12px 32px rgba(6, 23, 45, .08) !important;
  color: #061b3d !important;
  height: 54px !important;
  justify-self: center !important;
  width: 54px !important;
}

.public-home #servicos.services-section {
  background:
    radial-gradient(circle at 10% 30%, rgba(24, 126, 201, .06), transparent 28%),
    #fbfdff !important;
  padding: clamp(46px, 6vh, 72px) 0 clamp(60px, 7vh, 90px) !important;
}

.public-home #servicos .page-container {
  max-width: min(100% - 72px, 1500px) !important;
}

.public-home #servicos .section-heading {
  margin-bottom: clamp(28px, 4vh, 42px) !important;
}

.public-home #servicos .services-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(16px, 1.5vw, 24px) !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.public-home #servicos .service-card,
.public-home #servicos .service-card:nth-child(4),
.public-home #servicos .service-card:nth-child(5) {
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  grid-column: auto !important;
  min-height: 520px !important;
  padding: clamp(24px, 2.2vw, 32px) !important;
}

.public-home #servicos .service-card .card-icon {
  height: 58px !important;
  margin-bottom: 26px !important;
  width: 58px !important;
}

.public-home #servicos .service-card h3 {
  font-size: clamp(1.3rem, 1.6vw, 1.72rem) !important;
  line-height: 1.16 !important;
  min-height: 64px !important;
}

.public-home #servicos .service-card strong {
  font-size: clamp(1.2rem, 1.45vw, 1.55rem) !important;
  line-height: 1.2 !important;
  margin: 16px 0 18px !important;
}

.public-home #servicos .service-card p {
  font-size: clamp(.98rem, 1.08vw, 1.12rem) !important;
  line-height: 1.48 !important;
}

.public-home #servicos .service-card-cta {
  justify-content: center !important;
  margin-top: auto !important;
  min-height: 52px !important;
  width: 100% !important;
}

.public-home #servicos .section-action {
  margin-top: 42px !important;
}

.public-home #servicos .section-action .btn {
  min-width: 270px !important;
}

@media (max-width: 1280px) {
  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid,
  .public-home #servicos .page-container {
    max-width: min(100% - 48px, 1180px) !important;
  }

  .public-home #guia-rtu .ebook-grid {
    grid-template-columns: minmax(280px, .8fr) minmax(360px, 1.2fr) !important;
  }

  .public-home #guia-rtu .book {
    min-height: 360px !important;
    padding: 38px !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .public-home #servicos .service-card {
    min-height: 420px !important;
  }
}

@media (min-width: 1100px) and (max-height: 780px) {
  .public-home #guia-rtu.ebook-section,
  .public-home #como-importar.landing-section,
  .public-home #servicos.services-section {
    padding-block: 30px 44px !important;
  }

  .public-home #guia-rtu .book {
    min-height: 350px !important;
    padding: 34px !important;
  }

  .public-home #guia-rtu .book span {
    margin-bottom: 34px !important;
  }

  .public-home #guia-rtu .book small {
    margin-top: 30px !important;
    padding-top: 20px !important;
  }

  .public-home #guia-rtu .ebook-copy h2 {
    font-size: clamp(2.65rem, 4.6vw, 4.5rem) !important;
  }

  .public-home #guia-rtu .ebook-copy > span {
    font-size: 1.22rem !important;
    margin: 18px 0 22px !important;
  }

  .public-home #como-importar .import-card {
    padding: 22px !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 18px 0 16px !important;
  }

  .public-home #como-importar .import-benefits span,
  .public-home #como-importar .import-benefits-light span {
    min-height: 72px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    font-size: .78rem !important;
  }

  .public-home #servicos .service-card {
    min-height: 390px !important;
    padding: 22px !important;
  }
}

@media (max-width: 1024px) {
  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid {
    grid-template-columns: 1fr !important;
  }

  .public-home #guia-rtu .ebook-copy,
  .public-home #guia-rtu .ebook-actions {
    max-width: none !important;
  }

  .public-home #como-importar .or-badge {
    margin: -4px auto !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .public-home {
    --landing-header-height: 74px;
  }

  .public-home .site-header,
  .public-home .header-shell {
    min-height: var(--landing-header-height) !important;
  }

  .public-home .page-container,
  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid,
  .public-home #servicos .page-container {
    max-width: calc(100% - 28px) !important;
  }

  .public-home #guia-rtu.ebook-section,
  .public-home #como-importar.landing-section,
  .public-home #servicos.services-section {
    padding-block: 28px 42px !important;
  }

  .public-home #guia-rtu .book {
    aspect-ratio: auto !important;
    min-height: 330px !important;
    padding: 32px !important;
  }

  .public-home #guia-rtu .book span {
    margin-bottom: 38px !important;
  }

  .public-home #guia-rtu .book strong {
    font-size: clamp(2.4rem, 12vw, 3.35rem) !important;
  }

  .public-home #guia-rtu .ebook-copy h2,
  .public-home #como-importar .section-heading h2,
  .public-home #servicos .section-heading h2 {
    font-size: clamp(2.05rem, 9vw, 2.7rem) !important;
    white-space: normal !important;
  }

  .public-home #guia-rtu .ebook-copy > span,
  .public-home #como-importar .section-heading span,
  .public-home #servicos .section-heading span {
    font-size: 1rem !important;
  }

  .public-home #como-importar .import-card-head {
    grid-template-columns: 50px minmax(0, 1fr) !important;
  }

  .public-home #como-importar .import-price {
    grid-column: 1 / -1 !important;
    text-align: left !important;
  }

  .public-home #como-importar .import-price strong {
    font-size: 2.7rem !important;
  }

  .public-home #como-importar .import-benefits,
  .public-home #como-importar .import-benefits-light,
  .public-home #como-importar .flow-box div {
    grid-template-columns: 1fr !important;
  }

  .public-home #como-importar .import-benefits::before,
  .public-home #como-importar .flow-box div::before,
  .public-home #como-importar .flow-box div::after {
    display: none !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: 1fr !important;
  }

  .public-home #servicos .service-card {
    min-height: 0 !important;
  }
}

@media (max-width: 920px) and (orientation: landscape) {
  .public-home .main-nav {
    max-height: calc(100dvh - var(--landing-header-height)) !important;
    overflow-y: auto !important;
  }

  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid,
  .public-home #servicos .page-container {
    max-width: calc(100% - 32px) !important;
  }

  .public-home #guia-rtu .book {
    min-height: 280px !important;
  }

  .public-home #guia-rtu .ebook-copy h2 {
    font-size: clamp(2.1rem, 7vw, 3.1rem) !important;
  }
}

@media (max-width: 720px) {
  html,
  body.public-home {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .public-home main,
  .public-home section,
  .public-home .page-container,
  .public-home .hero-grid,
  .public-home .hero-copy,
  .public-home .hero-ctas,
  .public-home #guia-rtu .ebook-grid,
  .public-home #guia-rtu .ebook-copy,
  .public-home #guia-rtu .ebook-actions,
  .public-home #como-importar .import-grid,
  .public-home #como-importar .import-card,
  .public-home #servicos .services-grid,
  .public-home #servicos .service-card {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .public-home .btn,
  .public-home #guia-rtu .ebook-actions > .btn,
  .public-home #guia-rtu .ebook-detail-card,
  .public-home #guia-rtu .ebook-detail-card > .btn {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .public-home #guia-rtu .expand-panel,
  .public-home #guia-rtu .guide-detail-groups,
  .public-home #guia-rtu .guide-detail-group,
  .public-home #guia-rtu .check-list,
  .public-home #guia-rtu .check-list li {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .public-home #como-importar .service-example,
  .public-home #como-importar .service-example dl,
  .public-home #como-importar .service-example div,
  .public-home #como-importar .service-example dt,
  .public-home #como-importar .service-example dd {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }
}

/* 20260811: ajustes finais de proporcao em Como comecar e Servicos. */
.public-home #como-comecar,
.public-home #servicos {
  scroll-margin-top: calc(var(--landing-header-height, 74px) + 10px) !important;
}

.public-home #como-comecar .section-heading,
.public-home #servicos .section-heading {
  margin-bottom: 20px !important;
}

.public-home #como-comecar .section-heading h2,
.public-home #servicos .section-heading h2 {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.public-home #como-comecar .start-grid {
  max-width: 980px !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.public-home #como-comecar .start-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: 26px !important;
  border-radius: 12px !important;
}

.public-home #como-comecar .start-icon {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 16px !important;
  font-size: 1.05rem !important;
}

.public-home #como-comecar .start-card h3 {
  font-size: 1.24rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.public-home #como-comecar .start-card p {
  min-height: 48px !important;
  margin-top: 10px !important;
  font-size: .95rem !important;
  line-height: 1.42 !important;
}

.public-home #como-comecar .start-card ul {
  gap: 8px !important;
  margin: 16px 0 !important;
}

.public-home #como-comecar .start-card li {
  gap: 9px !important;
  font-size: .9rem !important;
  line-height: 1.28 !important;
}

.public-home #como-comecar .price-line {
  min-height: 34px !important;
  padding-top: 4px !important;
}

.public-home #como-comecar .start-card .btn {
  min-height: 44px !important;
  margin-top: 16px !important;
}

.public-home #como-comecar .section-note {
  margin-top: 18px !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-size: .88rem !important;
  line-height: 1.36 !important;
}

.public-home #servicos .page-container {
  max-width: 1260px !important;
}

.public-home #servicos .services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  max-width: 1180px !important;
  gap: 14px !important;
  align-items: stretch !important;
}

.public-home #servicos .service-card,
.public-home #servicos .service-card:nth-child(4),
.public-home #servicos .service-card:nth-child(5) {
  grid-column: auto !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 20px 18px !important;
  border-radius: 12px !important;
}

.public-home #servicos .service-card .card-icon {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 12px !important;
  font-size: .92rem !important;
}

.public-home #servicos .service-card h3 {
  min-height: 40px !important;
  font-size: .98rem !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.public-home #servicos .service-card strong {
  margin-top: 8px !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
}

.public-home #servicos .service-card small {
  font-size: .72rem !important;
}

.public-home #servicos .service-card p {
  margin-top: 8px !important;
  font-size: .82rem !important;
  line-height: 1.34 !important;
}

.public-home #servicos .service-card-cta {
  min-height: 38px !important;
  margin-top: auto !important;
  padding: 8px 10px !important;
  font-size: .78rem !important;
  line-height: 1.15 !important;
}

.public-home #servicos .section-action {
  margin-top: 18px !important;
}

.public-home #servicos .section-action .btn {
  min-height: 40px !important;
  padding: 10px 18px !important;
}

@media (min-width: 1100px) {
  .public-home #como-comecar,
  .public-home #servicos {
    min-height: calc(100vh - var(--landing-header-height, 74px)) !important;
    padding-block: 30px 28px !important;
  }

  .public-home #como-comecar .section-heading h2,
  .public-home #servicos .section-heading h2 {
    font-size: clamp(1.9rem, 2.2vw, 2.35rem) !important;
  }

  .public-home #como-comecar .section-heading span,
  .public-home #servicos .section-heading span {
    margin-top: 8px !important;
    font-size: .94rem !important;
    line-height: 1.42 !important;
  }
}

@media (min-width: 1100px) and (max-height: 820px) {
  .public-home #como-comecar,
  .public-home #servicos {
    padding-block: 20px 20px !important;
  }

  .public-home #como-comecar .section-heading,
  .public-home #servicos .section-heading,
  .public-home #como-comecar .start-grid,
  .public-home #servicos .services-grid,
  .public-home #como-comecar .section-note,
  .public-home #servicos .section-action {
    zoom: .9;
  }

  .public-home #como-comecar .section-heading,
  .public-home #servicos .section-heading {
    margin-bottom: 14px !important;
  }

  .public-home #como-comecar .section-note,
  .public-home #servicos .section-action {
    margin-top: 14px !important;
  }
}

@media (max-width: 1199px) and (min-width: 900px) {
  .public-home #servicos .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 920px !important;
  }
}

@media (max-width: 899px) {
  .public-home #como-comecar .start-grid,
  .public-home #servicos .services-grid {
    grid-template-columns: 1fr !important;
  }

  .public-home #como-comecar .start-card p {
    min-height: 0 !important;
  }
}

.public-home {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ondax-page);
  color: var(--ondax-text);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.public-home .page-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.public-home .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  border-bottom: 1px solid rgba(232, 164, 0, .34);
  background: rgba(6, 23, 45, .97);
  box-shadow: 0 12px 30px rgba(2, 8, 20, .24);
  backdrop-filter: blur(18px);
}

.public-home .header-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  min-height: 76px;
  padding: 0;
}

.public-home .brand {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 0;
}

.public-home .brand img {
  width: 196px;
  height: auto;
}

.public-home .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 32px);
  position: static;
  min-height: auto;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: none;
}

.public-home .main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.public-home .main-nav a:hover,
.public-home .main-nav a[aria-current="page"] {
  color: var(--ondax-white);
}

.public-home .main-nav a[aria-current="page"]::after,
.public-home .main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: var(--ondax-gold);
}

.public-home .mobile-client-link {
  display: none !important;
}

.public-home .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.public-home .menu-toggle {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: var(--ondax-white);
}

.public-home .menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  border-radius: 999px;
  background: currentColor;
}

.public-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.public-home .btn:hover {
  transform: translateY(-1px);
}

.public-home .btn-outline-light {
  color: var(--ondax-white);
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .04);
}

.public-home .btn-outline-light:hover {
  border-color: var(--ondax-gold);
  background: rgba(232, 164, 0, .12);
}

.public-home .btn-gold {
  color: var(--ondax-navy-950);
  border-color: var(--ondax-gold);
  background: linear-gradient(135deg, #f7be1e, var(--ondax-gold));
  box-shadow: 0 12px 26px rgba(232, 164, 0, .22);
}

.public-home .btn-green {
  color: var(--ondax-white);
  border-color: var(--ondax-green);
  background: linear-gradient(135deg, #18a959, var(--ondax-green-dark));
  box-shadow: 0 12px 26px rgba(21, 148, 71, .22);
}

.public-home .btn-outline-dark {
  color: var(--ondax-navy-950);
  border-color: var(--ondax-border-strong);
  background: var(--ondax-white);
}

.public-home .btn-outline-dark:hover {
  border-color: var(--ondax-blue);
  color: var(--ondax-blue);
  box-shadow: var(--ondax-shadow-soft);
}

.public-home .btn-light-red {
  color: var(--ondax-red-dark);
  border-color: rgba(255, 255, 255, .78);
  background: var(--ondax-white);
  box-shadow: 0 16px 32px rgba(90, 12, 10, .2);
}

.public-home .hero {
  position: relative;
  isolation: isolate;
  min-height: 640px;
  padding: clamp(84px, 9vw, 132px) 0 clamp(70px, 8vw, 110px);
  overflow: visible;
  background: var(--ondax-navy-950);
}

.public-home .hero-media,
.public-home .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.public-home .hero-media {
  background-image: url("/landing-assets/ciudad-del-este-hero.png");
  background-position: center;
  background-size: cover;
}

.public-home .hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 23, 45, .96) 0%, rgba(6, 23, 45, .83) 45%, rgba(6, 23, 45, .38) 100%),
    radial-gradient(circle at 78% 20%, rgba(232, 164, 0, .22), transparent 28%);
}

.public-home .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: clamp(46px, 8vw, 96px);
  align-items: center;
}

.public-home .hero-copy {
  max-width: 750px;
}

.public-home .hero-kicker {
  display: grid;
  gap: 5px;
  margin: 0 0 22px;
  color: var(--ondax-gold);
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .24em;
  line-height: 1.35;
  text-transform: uppercase;
}

.public-home .hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ondax-white);
  font-size: clamp(2.4rem, 5.3vw, 4.95rem);
  font-weight: 880;
  letter-spacing: -.058em;
  line-height: .98;
  text-wrap: balance;
}

.public-home .hero-copy h1 span {
  color: var(--ondax-gold);
}

.public-home .hero-copy > p:not(.hero-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.32vw, 1.26rem);
  line-height: 1.62;
}

.public-home .hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 640px;
  margin-top: 38px;
}

.public-home .hero-benefits span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 760;
}

.public-home .hero-benefits i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--ondax-gold);
  background: rgba(255, 255, 255, .09);
  font-style: normal;
}

.public-home .hero-urgent-card {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  background: linear-gradient(145deg, #b5201c, var(--ondax-red));
  color: var(--ondax-white);
  box-shadow: 0 26px 70px rgba(110, 15, 10, .36);
}

.public-home .urgent-bell {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: var(--ondax-white);
  font-weight: 900;
}

.public-home .hero-urgent-card p {
  margin: 0 0 12px;
  color: #ffd86f;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .2em;
}

.public-home .hero-urgent-card h2 {
  margin: 0;
  color: var(--ondax-white);
  font-size: clamp(1.55rem, 2.1vw, 2.15rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.public-home .hero-urgent-card > span:not(.urgent-bell) {
  display: block;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .88);
  line-height: 1.5;
}

.public-home .landing-section {
  padding-block: 88px;
  background: var(--ondax-white);
}

.public-home .section-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.public-home .section-heading p,
.public-home .ebook-copy > p {
  margin: 0 0 10px;
  color: var(--ondax-gold-dark);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.public-home .section-heading h2,
.public-home .ebook-copy h2 {
  margin: 0;
  color: var(--ondax-text);
  font-size: clamp(2rem, 3.3vw, 3.45rem);
  font-weight: 860;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.public-home .section-heading span,
.public-home .ebook-copy > span {
  display: block;
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--ondax-text-secondary);
  font-size: 1rem;
  line-height: 1.62;
}

.public-home .start-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(232, 164, 0, .09), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.public-home .start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 860px;
  margin: 0 auto;
}

.public-home .start-card,
.public-home .import-card,
.public-home .service-card,
.public-home .contract-card {
  min-width: 0;
  border: 1px solid var(--ondax-border);
  border-radius: 16px;
  background: var(--ondax-surface);
  box-shadow: var(--ondax-shadow-soft);
}

.public-home .start-card {
  display: flex;
  flex-direction: column;
  min-height: 314px;
  padding: 32px;
}

.public-home .start-card-gold {
  border-color: rgba(232, 164, 0, .42);
  background: linear-gradient(145deg, #fffaf0 0%, #fff 58%);
}

.public-home .start-icon,
.public-home .import-icon,
.public-home .card-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--ondax-white);
  background: linear-gradient(145deg, #ffc944, var(--ondax-gold));
  box-shadow: 0 14px 30px rgba(232, 164, 0, .25);
  font-size: 1.4rem;
  font-weight: 900;
}

.public-home .start-icon-navy,
.public-home .import-icon,
.public-home .card-icon {
  background: linear-gradient(145deg, var(--ondax-navy-800), var(--ondax-navy-950));
  box-shadow: 0 14px 30px rgba(6, 23, 45, .2);
}

.public-home .start-card h3,
.public-home .import-card h3,
.public-home .service-card h3,
.public-home .contract-card h3 {
  margin: 0;
  color: var(--ondax-text);
  font-size: 1.35rem;
  font-weight: 820;
  letter-spacing: -.025em;
  line-height: 1.22;
}

.public-home .start-card p,
.public-home .import-card p,
.public-home .service-card p,
.public-home .contract-card p {
  margin: 12px 0 0;
  color: var(--ondax-text-secondary);
  line-height: 1.58;
}

.public-home .start-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.public-home .start-card li {
  display: flex;
  gap: 10px;
  color: var(--ondax-text);
  font-weight: 650;
}

.public-home .start-card li::before,
.public-home .ebook-benefits span::before {
  content: "✓";
  color: var(--ondax-gold-dark);
  font-weight: 900;
}

.public-home .price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}

.public-home .price-line strong {
  color: var(--ondax-text);
  font-size: 1.28rem;
  font-weight: 900;
}

.public-home .price-line span {
  color: var(--ondax-muted);
  font-size: .88rem;
}

.public-home .start-card .btn {
  width: 100%;
  margin-top: 18px;
}

.public-home .section-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  margin: 26px auto 0;
  padding: 18px 24px;
  border-radius: 12px;
  background: #f5f7fb;
  color: var(--ondax-text-secondary);
}

.public-home .section-note p {
  margin: 0;
}

.public-home .import-section {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.public-home .import-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
}

.public-home .or-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--ondax-border);
  border-radius: 999px;
  background: var(--ondax-white);
  color: var(--ondax-text);
  font-size: .82rem;
  font-weight: 950;
  transform: translate(-50%, -50%);
  box-shadow: var(--ondax-shadow-soft);
}

.public-home .import-card {
  padding: 34px;
}

.public-home .import-card-featured {
  border-color: rgba(232, 164, 0, .4);
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 164, 0, .22), transparent 20%),
    linear-gradient(145deg, #08264a 0%, #06172d 100%);
  color: var(--ondax-white);
  box-shadow: 0 28px 70px rgba(6, 23, 45, .22);
}

.public-home .import-card-featured h3,
.public-home .import-card-featured p,
.public-home .import-card-featured small {
  color: var(--ondax-white);
}

.public-home .import-card-featured p,
.public-home .import-card-featured small {
  opacity: .86;
}

.public-home .import-card-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.public-home .import-icon {
  flex: 0 0 66px;
  margin-bottom: 0;
  color: var(--ondax-gold);
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 0 1px rgba(232, 164, 0, .24);
}

.public-home .import-icon-blue {
  color: var(--ondax-white);
  background: linear-gradient(145deg, var(--ondax-blue), var(--ondax-navy-900));
}

.public-home .import-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 24px;
}

.public-home .import-benefits span {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 106px;
  padding: 16px 10px;
  border-right: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .92);
  font-size: .85rem;
  font-weight: 820;
  text-align: center;
}

.public-home .import-benefits span:last-child {
  border-right: 0;
}

.public-home .import-benefits i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--ondax-gold);
  background: rgba(255, 255, 255, .1);
  font-style: normal;
}

.public-home .price-ribbon,
.public-home .system-price {
  display: flex;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 8px;
  color: var(--ondax-navy-950);
  background: var(--ondax-gold);
  font-weight: 900;
  text-align: center;
}

.public-home .import-card-featured small {
  display: block;
  margin-top: 14px;
}

.public-home .flow-box {
  margin: 28px 0 22px;
  padding: 18px;
  border: 1px solid rgba(232, 164, 0, .55);
  border-radius: 14px;
  background: #fffaf0;
  text-align: center;
}

.public-home .flow-box strong {
  display: block;
  margin-bottom: 14px;
}

.public-home .flow-box div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.public-home .flow-box span {
  padding: 6px 10px;
  border-right: 1px solid rgba(232, 164, 0, .34);
  color: var(--ondax-text);
  font-size: .84rem;
  font-weight: 780;
}

.public-home .flow-box span:last-child {
  border-right: 0;
}

.public-home .import-benefits-light {
  margin: 0 0 18px;
}

.public-home .import-benefits-light span {
  min-height: 94px;
  border-right-color: var(--ondax-border);
  color: var(--ondax-text);
}

.public-home .import-benefits-light i {
  color: var(--ondax-blue);
  background: #eef5ff;
}

.public-home .system-price {
  background: #edf1f6;
}

.public-home .services-section {
  background: #fff;
}

.public-home .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.public-home .service-card {
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 26px;
}

.public-home .service-card .card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  color: var(--ondax-blue);
  background: #f3f7fc;
  box-shadow: inset 0 0 0 1px var(--ondax-border);
  font-size: 1.1rem;
}

.public-home .service-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ondax-gold-dark);
  font-size: 1.1rem;
}

.public-home .service-card p {
  margin-top: 10px;
}

.public-home .service-card small {
  color: var(--ondax-muted);
  font-weight: 700;
}

.public-home .section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.public-home .ebook-section {
  padding-block: 74px;
  background:
    linear-gradient(90deg, rgba(255, 246, 223, .92), rgba(255, 250, 239, .58)),
    radial-gradient(circle at 20% 60%, rgba(232, 164, 0, .14), transparent 28%);
}

.public-home .ebook-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: center;
}

.public-home .ebook-cover {
  display: flex;
  justify-content: center;
}

.public-home .book {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 180px;
  height: 230px;
  padding: 26px 22px;
  border-radius: 10px 18px 18px 10px;
  color: var(--ondax-white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 36%),
    linear-gradient(145deg, #0e3768, #06172d);
  box-shadow: 0 26px 48px rgba(6, 23, 45, .28);
  transform: rotate(-5deg);
}

.public-home .book span {
  color: var(--ondax-gold);
  font-size: .8rem;
  font-weight: 950;
}

.public-home .book strong {
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.public-home .book small {
  color: rgba(255, 255, 255, .72);
}

.public-home .ebook-copy {
  min-width: 0;
}

.public-home .ebook-copy .ebook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  margin-top: 26px;
}

.public-home .ebook-detail-card {
  position: relative;
}

.public-home .ebook-detail-card .expand-panel {
  width: min(620px, calc(100vw - 40px));
  margin-top: 12px;
}

.public-home .ebook-benefits {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--ondax-shadow-soft);
}

.public-home .ebook-benefits span {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ondax-text-secondary);
  font-weight: 760;
}

.public-home .institutional-section {
  background: var(--ondax-white);
}

.public-home .institutional-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.public-home .institutional-grid article {
  padding: 10px;
}

.public-home .institutional-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: var(--ondax-gold-dark);
  background: var(--ondax-gold-soft);
  font-weight: 900;
}

.public-home .institutional-grid h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.public-home .institutional-grid p {
  margin: 0;
  color: var(--ondax-text-secondary);
}

.public-home .contract-section {
  padding-top: 74px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.public-home .contract-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 860px;
  margin: 0 auto;
}

.public-home .contract-card {
  padding: 32px;
}

.public-home .contract-card-highlight {
  border-color: rgba(232, 164, 0, .45);
  background: linear-gradient(145deg, #fffaf0, #fff);
}

.public-home .contract-card .btn {
  margin-top: 22px;
}

.public-home .site-footer {
  padding: 54px 0 0;
  color: rgba(255, 255, 255, .84);
  background:
    radial-gradient(circle at 18% 0%, rgba(22, 86, 168, .34), transparent 34%),
    linear-gradient(145deg, var(--ondax-navy-900), var(--ondax-navy-950));
}

.public-home .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.public-home .site-footer img {
  width: 178px;
  height: auto;
  margin-bottom: 18px;
}

.public-home .site-footer h2 {
  margin: 0 0 16px;
  color: var(--ondax-white);
  font-size: 1rem;
}

.public-home .site-footer p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .74);
  line-height: 1.62;
}

.public-home .site-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-home .site-footer a {
  color: rgba(255, 255, 255, .84);
}

.public-home .site-footer a:hover {
  color: var(--ondax-gold);
}

.public-home .site-footer .btn-footer {
  width: 100%;
  max-width: 190px;
  color: var(--ondax-navy-950);
  background: var(--ondax-white);
}

.public-home .footer-bottom {
  margin-top: 42px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .58);
  font-size: .88rem;
}

.public-home .expand-panel {
  padding: 18px;
  border: 1px solid var(--ondax-border);
  border-radius: 12px;
  background: var(--ondax-white);
  color: var(--ondax-text-secondary);
  box-shadow: var(--ondax-shadow-soft);
}

.public-home .check-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding-left: 18px;
}

.public-home .checkout-breakdown {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  padding: 16px;
  border: 1px solid var(--ondax-border);
  border-radius: 14px;
  background: #fbfdff;
}

.public-home .checkout-breakdown div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ondax-text-secondary);
}

.public-home .checkout-breakdown strong {
  color: var(--ondax-text);
  white-space: nowrap;
}

.public-home .checkout-breakdown .checkout-total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--ondax-border);
  color: var(--ondax-text);
  font-size: 1.08rem;
  font-weight: 900;
}

.public-home .checkout-breakdown .checkout-total strong {
  color: var(--ondax-blue);
  font-size: 1.22rem;
}

.public-home .ebook-form-grid {
  margin-top: 16px;
}

.public-home .consent a {
  color: var(--ondax-blue);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.public-home .form-status {
  min-height: 24px;
}

.public-home .form-status[data-type="error"],
.public-home .form-status.is-error {
  color: var(--ondax-red-dark);
}

.public-home .form-status[data-type="loading"],
.public-home .form-status.is-loading {
  color: var(--ondax-blue);
}

.public-home .form-status[data-type="success"],
.public-home .form-status.is-ok {
  color: var(--ondax-green-dark);
}

.public-home .two-columns {
  columns: 2;
}

@media (max-width: 1120px) {
  .public-home .header-shell {
    gap: 14px;
  }

  .public-home .brand img {
    width: 172px;
  }

  .public-home .main-nav {
    gap: 16px;
  }

  .public-home .main-nav a {
    font-size: .82rem;
  }

  .public-home .hero-grid,
  .public-home .ebook-grid {
    grid-template-columns: 1fr;
  }

  .public-home .hero-copy {
    max-width: 720px;
  }

  .public-home .hero-urgent-card {
    max-width: 460px;
  }

  .public-home .ebook-cover {
    justify-content: flex-start;
  }
}

@media (max-width: 1120px) {
  .public-home .site-header {
    min-height: 70px;
  }

  .public-home .header-shell {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    justify-content: initial;
    min-height: 70px;
  }

  .public-home .menu-toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
    order: 0;
    justify-self: start;
  }

  .public-home .brand img {
    width: 156px;
  }

  .public-home .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .public-home .main-nav {
    position: fixed;
    inset: 70px 16px auto 16px;
    display: grid;
    gap: 0;
    max-height: calc(100dvh - 92px);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(6, 23, 45, .98);
    box-shadow: 0 28px 70px rgba(2, 8, 20, .36);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .public-home .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .public-home .main-nav a {
    min-height: 48px;
    padding: 0 12px;
    border-radius: 12px;
  }

  .public-home .main-nav a:hover,
  .public-home .main-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, .08);
  }

  .public-home .main-nav a::after {
    display: none;
  }

  .public-home .mobile-client-link {
    display: inline-flex !important;
    margin-top: 8px;
    color: var(--ondax-navy-950) !important;
    background: var(--ondax-gold);
  }

  .public-home .header-actions {
    display: none;
  }

  .public-home .hero {
    min-height: auto;
  }

  .public-home .start-grid,
  .public-home .import-grid,
  .public-home .contract-grid {
    grid-template-columns: 1fr;
  }

  .public-home .or-badge {
    position: static;
    margin: -18px auto;
    transform: none;
  }

  .public-home .services-grid,
  .public-home .institutional-grid,
  .public-home .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .public-home .page-container {
    width: min(100% - 28px, 1240px);
  }

  .public-home .site-header,
  .public-home .header-shell {
    min-height: 66px;
  }

  .public-home .brand img {
    width: 138px;
  }

  .public-home .brand {
    min-width: 0;
  }

  .public-home .hero {
    padding: 58px 0 46px;
  }

  .public-home .hero-grid {
    gap: 30px;
  }

  .public-home .hero-kicker {
    font-size: .75rem;
    letter-spacing: .18em;
  }

  .public-home .hero-copy > p:not(.hero-kicker) {
    font-size: 1rem;
  }

  .public-home .hero-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .public-home .hero-urgent-card {
    padding: 24px;
  }

  .public-home .landing-section {
    padding-block: 56px;
  }

  .public-home .section-heading {
    margin-bottom: 28px;
  }

  .public-home .start-card,
  .public-home .import-card,
  .public-home .contract-card {
    padding: 24px;
  }

  .public-home .import-card-head {
    display: grid;
  }

  .public-home .import-benefits,
  .public-home .flow-box div {
    grid-template-columns: 1fr;
  }

  .public-home .import-benefits span,
  .public-home .flow-box span {
    border-right: 0;
    border-bottom: 1px solid rgba(203, 216, 235, .45);
  }

  .public-home .import-card-featured .import-benefits span {
    border-bottom-color: rgba(255, 255, 255, .16);
  }

  .public-home .import-benefits span:last-child,
  .public-home .flow-box span:last-child {
    border-bottom: 0;
  }

  .public-home .services-grid,
  .public-home .institutional-grid,
  .public-home .footer-grid {
    grid-template-columns: 1fr;
  }

  .public-home .ebook-section {
    padding-block: 56px;
  }

  .public-home .ebook-grid {
    gap: 30px;
  }

  .public-home .ebook-cover {
    justify-content: center;
  }

  .public-home .ebook-copy .ebook-actions {
    display: grid;
  }

  .public-home .ebook-detail-card .btn,
  .public-home .ebook-copy .btn-green,
  .public-home .contract-card .btn,
  .public-home .modal-footer .btn {
    width: 100%;
    min-width: 0;
  }

  .public-home .two-columns {
    columns: 1;
  }

  .public-home .site-footer {
    padding-top: 42px;
  }

  .public-home dialog.modal[open] {
    padding: 10px;
  }

  .public-home dialog.modal[open] .modal-card {
    width: min(100%, calc(100vw - 20px));
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .public-home dialog.modal[open] .modal-header {
    padding: 18px 18px 12px;
  }

  .public-home dialog.modal[open] .modal-kicker {
    font-size: .72rem;
    letter-spacing: .08em;
  }

  .public-home dialog.modal[open] .modal-header h2 {
    max-width: calc(100% - 34px);
    font-size: clamp(1.45rem, 7.2vw, 2rem);
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .public-home dialog.modal[open] .modal-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 1.4rem;
  }

  .public-home dialog.modal[open] .wizard-step,
  .public-home dialog.modal[open] .service-options,
  .public-home dialog.modal[open] .form-grid,
  .public-home dialog.modal[open] .checkout-box,
  .public-home dialog.modal[open] .order-bump,
  .public-home dialog.modal[open] .notice,
  .public-home dialog.modal[open] .consent,
  .public-home dialog.modal[open] .checkout-breakdown {
    margin-left: 18px;
    margin-right: 18px;
  }

  .public-home dialog.modal[open] .wizard-step h3 {
    font-size: 1.28rem;
  }

  .public-home dialog.modal[open] .wizard-step > p,
  .public-home dialog.modal[open] .choice-card span,
  .public-home dialog.modal[open] .notice,
  .public-home dialog.modal[open] .consent,
  .public-home dialog.modal[open] .form-grid small {
    font-size: .92rem;
    line-height: 1.42;
  }

  .public-home dialog.modal[open] .choice-grid,
  .public-home dialog.modal[open] .form-grid,
  .public-home dialog.modal[open] .service-options {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .public-home dialog.modal[open] .choice-card {
    min-height: 0;
    padding: 16px;
  }

  .public-home dialog.modal[open] .choice-icon {
    width: 48px;
    height: 48px;
  }

  .public-home dialog.modal[open] input,
  .public-home dialog.modal[open] select,
  .public-home dialog.modal[open] textarea {
    min-height: 44px;
    font-size: .95rem;
  }

  .public-home dialog.modal[open] .urgent-options label {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
    min-height: 0;
    padding: 12px 14px !important;
  }

  .public-home dialog.modal[open] .urgent-options input {
    grid-row: 1 / span 2;
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0;
  }

  .public-home dialog.modal[open] .urgent-options span {
    font-size: .95rem !important;
    line-height: 1.2;
  }

  .public-home dialog.modal[open] .urgent-options strong {
    grid-column: 2;
    margin: 0 !important;
    font-size: .88rem !important;
    line-height: 1.15;
  }

  .public-home dialog.modal[open] .checkout-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }

  .public-home dialog.modal[open] .checkout-box > strong {
    justify-self: start;
    font-size: 1.18rem;
  }

  .public-home dialog.modal[open] .order-bump {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .public-home dialog.modal[open] .order-bump input {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin-top: 2px;
  }

  .public-home dialog.modal[open] .order-bump strong,
  .public-home dialog.modal[open] .order-bump small {
    font-size: .9rem;
    line-height: 1.3;
  }

  .public-home dialog.modal[open] .checkout-breakdown {
    padding: 12px;
  }

  .public-home dialog.modal[open] .checkout-breakdown div {
    gap: 10px;
    font-size: .92rem;
  }

  .public-home dialog.modal[open] .checkout-breakdown .checkout-total strong {
    font-size: 1.1rem;
  }

  .public-home dialog.modal[open] .modal-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 18px 18px;
  }

  .public-home dialog.modal[open] .modal-footer .btn {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    font-size: .98rem;
  }

  .public-home dialog.modal[open] .modal-card,
  .public-home .urgent-modal .modal-card,
  .public-home .ebook-modal .modal-card,
  .public-home .solution-modal .modal-card {
    display: block !important;
    height: auto !important;
    max-height: calc(100dvh - 20px) !important;
    overflow-y: auto !important;
    grid-template-rows: none !important;
  }

  .public-home dialog.modal[open] .modal-header,
  .public-home dialog.modal[open] .modal-footer {
    position: static !important;
  }

  .public-home dialog.modal[open] .modal-footer {
    margin-top: 8px;
    background: #fff !important;
  }

  .public-home .urgent-modal .service-options,
  .public-home .urgent-modal .form-grid,
  .public-home .ebook-modal .form-grid {
    overflow: visible !important;
  }

  .public-home .urgent-modal .service-options {
    max-height: none !important;
  }
}

/* 20260731 definitivo final: header sempre acima do conteúdo e âncoras previsíveis. */
:root {
  --header-height: 72px;
  --anchor-gap: 22px;
}

.public-home .site-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
}

.public-home main {
  padding-top: var(--header-height) !important;
}

.public-home main > section[id],
.public-home .landing-section[id],
.public-home .ebook-section[id],
.public-home .site-footer[id],
.public-home .anchor-alias {
  scroll-margin-top: calc(var(--header-height) + var(--anchor-gap)) !important;
}

.public-home .hero,
.public-home .hero-media,
.public-home .hero-overlay {
  pointer-events: none !important;
}

.public-home .hero-grid {
  pointer-events: auto !important;
}

@media (max-width: 1120px) {
  .public-home .main-nav {
    inset: var(--header-height) 16px auto 16px !important;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 70px;
  }

  .public-home .ebook-copy {
    order: -1 !important;
  }

  .public-home .ebook-cover {
    order: 1 !important;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  :root {
    --header-height: 64px;
  }
}

/* 20260731 definitivo: navegação por âncora e modais validados em viewport real. */
:root {
  --header-height: 72px;
  --anchor-gap: 22px;
}

.public-home main > section[id],
.public-home .landing-section[id],
.public-home .ebook-section[id],
.public-home .site-footer[id],
.public-home .anchor-alias {
  scroll-margin-top: calc(var(--header-height) + var(--anchor-gap)) !important;
}

.public-home dialog.modal[open] {
  padding: clamp(8px, 1.7vw, 18px) !important;
  overflow: hidden !important;
}

.public-home .hero-media,
.public-home .hero-overlay {
  pointer-events: none !important;
}

.public-home .hero {
  pointer-events: none !important;
}

.public-home .hero-grid {
  pointer-events: auto !important;
}

.public-home dialog.modal[open] .modal-card,
.public-home .solution-modal[open] .modal-card,
.public-home .urgent-modal[open] .modal-card,
.public-home .ebook-modal[open] .modal-card {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.public-home dialog.modal[open] .modal-card::-webkit-scrollbar,
.public-home .solution-modal[open] .modal-card::-webkit-scrollbar,
.public-home .urgent-modal[open] .modal-card::-webkit-scrollbar,
.public-home .ebook-modal[open] .modal-card::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

@media (min-width: 900px) and (max-height: 760px) {
  .public-home .site-header,
  .public-home .header-shell {
    min-height: 64px !important;
  }

  .public-home .brand img {
    width: 154px !important;
  }

  .public-home .main-nav a {
    min-height: 34px !important;
    padding-block: 10px !important;
  }

  .public-home .header-actions .btn {
    min-height: 34px !important;
    padding: 7px 12px !important;
  }

  .public-home .landing-section {
    padding-block: 34px !important;
  }

  .public-home .section-heading {
    margin-bottom: 18px !important;
  }

  .public-home .section-heading h2 {
    font-size: clamp(2rem, 3vw, 2.95rem) !important;
  }

  .public-home #como-comecar .start-grid,
  .public-home .import-grid,
  .public-home .services-grid,
  .public-home .contract-grid {
    gap: 16px !important;
  }

  .public-home #como-comecar .start-card,
  .public-home .import-card,
  .public-home .service-card,
  .public-home .contract-card {
    padding: 20px 24px !important;
  }

  .public-home #como-comecar .start-card ul,
  .public-home .import-card .import-benefits,
  .public-home .flow-box {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
  }

  .public-home dialog.modal[open] {
    padding: 6px !important;
  }

  .public-home dialog.modal[open] .modal-card,
  .public-home .solution-modal[open] .modal-card,
  .public-home .urgent-modal[open] .modal-card,
  .public-home .ebook-modal[open] .modal-card {
    max-height: calc(100dvh - 12px) !important;
  }

  .public-home .solution-modal[open] .modal-card {
    width: min(98vw, 1040px) !important;
  }

  .public-home .urgent-modal[open] .modal-card {
    width: min(98vw, 1080px) !important;
  }

  .public-home .ebook-modal[open] .modal-card {
    width: min(98vw, 680px) !important;
  }

  .public-home dialog.modal[open] .modal-header {
    padding: 10px 24px 5px !important;
  }

  .public-home dialog.modal[open] .modal-header h2 {
    font-size: clamp(1.26rem, 2.1vw, 1.72rem) !important;
    line-height: 1.04 !important;
  }

  .public-home dialog.modal[open] .wizard-step {
    padding: 6px 24px 10px !important;
  }

  .public-home .solution-modal .progress {
    margin-top: 6px !important;
  }

  .public-home .solution-modal .choice-card {
    min-height: 96px !important;
  }

  .public-home .solution-modal .service-options label,
  .public-home .urgent-modal .urgent-options label {
    min-height: 0 !important;
  }

  .public-home .urgent-modal .service-options {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    padding: 0 24px 6px !important;
  }

  .public-home .urgent-modal .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding-inline: 24px !important;
  }

  .public-home .urgent-modal textarea {
    min-height: 46px !important;
    max-height: 46px !important;
  }

  .public-home dialog.modal[open] .modal-footer {
    padding: 8px 24px !important;
  }
}

/* Auditoria visual 30/07/2026 — navegação fixa, seções centralizadas e rodapé limpo. */
.public-home {
  overflow-x: clip;
}

.public-home main > section[id],
.public-home .landing-section[id],
.public-home .ebook-section[id],
.public-home .site-footer[id] {
  scroll-margin-top: 94px;
}

.public-home .site-header {
  min-height: 70px;
}

.public-home .header-shell {
  min-height: 70px;
  gap: clamp(14px, 1.4vw, 22px);
}

.public-home .brand img {
  width: clamp(156px, 12vw, 186px);
}

.public-home .main-nav {
  gap: clamp(12px, 1.25vw, 24px);
}

.public-home .main-nav a {
  min-height: 38px;
  font-size: clamp(.78rem, .78vw, .86rem);
}

.public-home .header-actions .btn {
  min-height: 38px;
  padding: 9px 14px;
}

.public-home .landing-section {
  padding: clamp(50px, 6.2vh, 78px) 0;
}

.public-home .section-heading {
  margin-bottom: clamp(22px, 3vh, 36px);
}

.public-home .section-heading h2 {
  font-size: clamp(2.05rem, 3.45vw, 3.4rem);
  line-height: 1.04;
}

.public-home .start-section {
  min-height: auto;
}

.public-home .start-grid {
  align-items: stretch;
}

.public-home .start-card {
  min-height: 0;
  padding: clamp(24px, 2.25vw, 34px);
}

.public-home .start-card ul {
  gap: 10px;
  margin: 20px 0 28px;
}

.public-home .start-card .price-line {
  margin-top: auto;
}

@media (min-width: 900px) and (max-height: 820px) {
  .public-home #como-comecar.landing-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .public-home #como-comecar .section-heading {
    margin-bottom: 20px;
  }

  .public-home #como-comecar .section-heading p {
    margin-bottom: 6px;
    font-size: .68rem;
    letter-spacing: .22em;
  }

  .public-home #como-comecar .section-heading h2 {
    font-size: clamp(2rem, 2.75vw, 2.75rem);
    line-height: .98;
  }

  .public-home #como-comecar .section-heading span {
    margin-top: 8px;
    font-size: .88rem;
    line-height: 1.35;
  }

  .public-home #como-comecar .start-grid {
    gap: 18px;
    max-width: 840px;
  }

  .public-home #como-comecar .start-card {
    padding: 22px 26px;
  }

  .public-home #como-comecar .start-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .public-home #como-comecar .start-card h3 {
    font-size: 1.12rem;
    line-height: 1.14;
  }

  .public-home #como-comecar .start-card p {
    margin-top: 8px;
    font-size: .86rem;
    line-height: 1.36;
  }

  .public-home #como-comecar .start-card ul {
    gap: 7px;
    margin: 14px 0 16px;
  }

  .public-home #como-comecar .start-card li {
    gap: 8px;
    font-size: .86rem;
    line-height: 1.25;
  }

  .public-home #como-comecar .price-line {
    padding-top: 3px;
  }

  .public-home #como-comecar .price-line strong {
    font-size: 1.05rem;
  }

  .public-home #como-comecar .price-line span {
    font-size: .76rem;
  }

  .public-home #como-comecar .start-card .btn {
    min-height: 38px;
    margin-top: 12px;
    padding-block: 9px;
    border-radius: 11px;
    font-size: .86rem;
  }
}

.public-home .import-section,
.public-home .services-section,
.public-home .institutional-section,
.public-home .contract-section {
  overflow: clip;
}

.public-home .ebook-section {
  padding: clamp(44px, 5.4vh, 72px) 0;
}

.public-home .site-footer {
  padding-top: 46px;
}

.public-home .footer-grid {
  grid-template-columns: minmax(260px, 1.35fr) minmax(160px, .75fr) minmax(170px, 1fr) minmax(190px, .9fr);
  gap: clamp(22px, 3vw, 48px);
}

@media (max-width: 920px) {
  .public-home .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .public-home .site-footer .btn-footer {
    width: auto;
  }
}

/* Restore 20260731: textos comerciais longos nos cards de importação. */
.public-home .included-note{margin:16px 0 8px;color:#f8d475;font-weight:900}
.public-home .import-system-note{margin:16px 0 0;color:#52657d;line-height:1.55}
.public-home .import-card-featured .import-benefits span,.public-home .import-benefits-light span{align-items:flex-start;line-height:1.3}
.public-home .import-benefits span small{display:block;margin-top:6px;color:inherit;opacity:.82;font-weight:700;line-height:1.35}
.public-home .import-card-featured .import-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.public-home .import-benefits-light{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (max-width:900px){.public-home .import-card-featured .import-benefits,.public-home .import-benefits-light{grid-template-columns:1fr}}

/* 20260731 anchor/forms pass: navegação previsível, sem cortes artificiais. */
:root {
  --header-height: 72px;
  --anchor-gap: 20px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + var(--anchor-gap)) !important;
}

.public-home main > section[id],
.public-home .landing-section[id],
.public-home .ebook-section[id],
.public-home .site-footer[id],
.public-home .anchor-alias {
  scroll-margin-top: calc(var(--header-height) + var(--anchor-gap)) !important;
}

.public-home .anchor-alias {
  position: relative;
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  pointer-events: none;
}

.public-home #como-comecar,
.public-home #como-importar,
.public-home #servicos,
.public-home #servicos-complementares,
.public-home #guia-rtu,
.public-home #quem-somos,
.public-home #solicitar-proposta,
.public-home #contratar {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.public-home .landing-section,
.public-home .ebook-section {
  padding-block: clamp(56px, 7vw, 88px);
}

.public-home .section-heading {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.public-home .section-heading h2,
.public-home .ebook-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.06;
}

.public-home .section-heading span,
.public-home .ebook-copy > span {
  margin-top: 8px;
}

.public-home .start-card,
.public-home .import-card {
  display: flex;
  flex-direction: column;
  height: auto !important;
  min-height: 100%;
  max-height: none !important;
  overflow: visible !important;
}

.public-home .start-card > p,
.public-home .import-card > p,
.public-home .import-card-head > div,
.public-home .import-card__body {
  flex: 1 1 auto;
}

.public-home .start-card .price-line,
.public-home .price-ribbon,
.public-home .system-price {
  margin-top: auto;
}

.public-home .import-cta {
  width: 100%;
  margin-top: 18px;
  white-space: normal;
  text-align: center;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.public-home .import-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  align-items: stretch;
  gap: 24px;
  max-width: 1120px;
}

.public-home .or-badge {
  position: static !important;
  align-self: center;
  justify-self: center;
  width: 56px;
  height: 56px;
  margin: 0;
  transform: none !important;
  z-index: 2;
}

.public-home .import-card {
  padding: clamp(28px, 2.6vw, 36px);
}

.public-home .import-card-head p {
  max-width: 58ch;
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.public-home .import-card-featured p,
.public-home .import-card-featured small,
.public-home .import-card-featured .included-note,
.public-home .import-card-featured .import-benefits span {
  color: rgba(255, 255, 255, .92);
}

.public-home .import-card-featured h3 {
  color: #fff;
}

.public-home .import-card-featured .included-note {
  color: #ffe18a;
}

.public-home .import-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.public-home .import-benefits span {
  min-height: 0;
  align-content: start;
  justify-items: center;
  overflow: visible;
}

.public-home .import-benefits span small {
  max-width: 18ch;
}

.public-home .import-benefits-light {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-home .import-benefits-light span small {
  max-width: 22ch;
}

.public-home .flow-box div {
  min-width: 0;
}

.public-home .flow-box span,
.public-home .import-benefits-light span {
  overflow-wrap: normal;
  word-break: normal;
}

.public-home .import-benefits,
.public-home .import-card-featured .import-benefits {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.public-home .import-benefits span,
.public-home .import-benefits span small {
  min-width: 0;
  overflow-wrap: break-word;
}

.public-home .book {
  width: min(208px, 100%);
  height: auto;
  min-height: 248px;
  transform: none;
}

.public-home .book strong {
  max-width: 100%;
  font-size: clamp(1.28rem, 2.2vw, 1.42rem);
  letter-spacing: -.03em;
}

.public-home .ebook-cover,
.public-home .ebook-copy,
.public-home .ebook-actions {
  min-width: 0;
  max-width: 100%;
}

.public-home .ebook-copy h2,
.public-home .ebook-copy p,
.public-home .ebook-actions {
  overflow-wrap: break-word;
}

.public-home .ebook-detail-card .expand-panel {
  width: min(100%, 620px);
  max-width: 100%;
}

@media (min-width: 1121px) and (max-width: 1320px) {
  .public-home .ebook-grid {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
  }

  .public-home .ebook-cover {
    min-width: 0;
    padding-inline: 8px;
  }

  .public-home .ebook-detail-card {
    grid-column: 1 / -1;
    width: min(720px, 100%);
    justify-self: center;
  }
}

.public-home .solution-modal .btn[disabled],
.public-home .urgent-modal .btn[disabled],
.public-home [data-step-submit][disabled] {
  cursor: not-allowed;
  opacity: .72;
  filter: grayscale(.08);
}

.public-home .solution-modal form.is-submitted .contract-summary,
.public-home .solution-modal form.is-submitted .consent,
.public-home .urgent-modal form.is-submitted .service-options,
.public-home .urgent-modal form.is-submitted .form-grid,
.public-home .urgent-modal form.is-submitted .notice,
.public-home .urgent-modal form.is-submitted .consent,
.public-home .solution-modal .modal-card.is-submitted .contract-summary,
.public-home .solution-modal .modal-card.is-submitted .consent,
.public-home .urgent-modal .modal-card.is-submitted .service-options,
.public-home .urgent-modal .modal-card.is-submitted .form-grid,
.public-home .urgent-modal .modal-card.is-submitted .notice,
.public-home .urgent-modal .modal-card.is-submitted .consent {
  display: none !important;
}

.public-home form.is-submitted .form-status,
.public-home .modal-card.is-submitted .form-status {
  display: block;
  margin: 18px 28px !important;
  padding: 16px 18px;
  border: 1px solid rgba(0, 140, 77, .2) !important;
  border-radius: 16px;
  background: #f0fff6 !important;
  color: #057336 !important;
  font-size: 1rem;
  line-height: 1.45;
}

.public-home form.is-submitted .modal-footer,
.public-home .modal-card.is-submitted .modal-footer {
  margin-top: 8px;
}

@media (max-width: 1100px) {
  .public-home .import-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .public-home .import-benefits span {
    grid-template-columns: 42px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .public-home .import-benefits span small,
  .public-home .import-benefits-light span small {
    max-width: none;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 70px;
    --anchor-gap: 12px;
  }

  .public-home .import-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .public-home .or-badge {
    margin-block: 0;
  }

  .public-home .start-card,
  .public-home .import-card {
    min-height: 0;
  }

  .public-home .import-cta {
    min-height: 54px;
    padding-inline: 14px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 64px;
    --anchor-gap: 12px;
  }

  .public-home .landing-section,
  .public-home .ebook-section {
    padding-block: 44px;
  }

  .public-home .section-heading {
    margin-bottom: 22px;
  }

  .public-home .book {
    width: min(208px, calc(100vw - 88px));
    height: auto;
    min-height: 238px;
  }

  .public-home .book strong {
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1.08;
  }
}

@media (max-height: 760px) and (min-width: 900px) {
  .public-home .landing-section,
  .public-home .ebook-section {
    padding-block: 44px;
  }

  .public-home .section-heading {
    margin-bottom: 24px;
  }

  .public-home .section-heading h2,
  .public-home .ebook-copy h2 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.05;
  }

  .public-home .section-heading span,
  .public-home .ebook-copy > span {
    margin-top: 8px;
  }

  .public-home .start-card,
  .public-home .import-card,
  .public-home .service-card,
  .public-home .contract-card {
    padding: 28px;
  }

  .public-home .start-icon,
  .public-home .import-icon,
  .public-home .card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }
}

@media (max-height: 700px) and (min-width: 900px) {
  .public-home .landing-section,
  .public-home .ebook-section {
    padding-block: 30px;
  }

  .public-home .section-heading {
    margin-bottom: 18px;
  }

  .public-home .section-heading h2,
  .public-home .ebook-copy h2 {
    font-size: clamp(1.9rem, 2.75vw, 2.65rem);
  }

  .public-home .section-heading span,
  .public-home .ebook-copy > span,
  .public-home .import-card-head p,
  .public-home .import-system-note {
    font-size: .9rem;
    line-height: 1.45;
  }

  .public-home .start-card,
  .public-home .import-card,
  .public-home .service-card,
  .public-home .contract-card {
    padding: 22px;
  }

  .public-home .import-grid {
    gap: 16px;
    max-width: 1040px;
  }

  .public-home .import-benefits,
  .public-home .import-card-featured .import-benefits,
  .public-home .import-benefits-light {
    gap: 8px;
  }

  .public-home .price-ribbon,
  .public-home .system-price,
  .public-home .import-cta {
    margin-top: 12px;
  }
}

.public-home.legal-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(232, 164, 0, .10), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 46%, #f4f8fc 100%);
}

.public-home .legal-main {
  padding: clamp(44px, 7vw, 86px) 0 0;
}

.public-home .legal-hero {
  padding: clamp(28px, 5vw, 52px) 0 clamp(22px, 4vw, 36px);
}

.public-home .legal-hero .page-container {
  max-width: 980px;
}

.public-home .legal-kicker {
  margin: 0 0 10px;
  color: var(--ondax-gold-dark);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.public-home .legal-hero h1 {
  margin: 0;
  color: var(--ondax-text);
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.public-home .legal-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--ondax-text-secondary);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.62;
}

.public-home .legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.public-home .legal-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(22, 86, 168, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: var(--ondax-text-secondary);
  font-size: .88rem;
  font-weight: 850;
}

.public-home .legal-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
  padding-bottom: clamp(48px, 7vw, 88px);
}

.public-home .legal-card {
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--ondax-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 44px rgba(6, 23, 45, .07);
}

.public-home .legal-card h2 {
  margin: 0 0 12px;
  color: var(--ondax-text);
  font-size: clamp(1.28rem, 2.1vw, 1.72rem);
  line-height: 1.18;
}

.public-home .legal-card h3 {
  margin: 20px 0 8px;
  color: var(--ondax-text);
  font-size: 1.05rem;
}

.public-home .legal-card p,
.public-home .legal-card li {
  color: var(--ondax-text-secondary);
  font-size: 1rem;
  line-height: 1.68;
}

.public-home .legal-card p {
  margin: 0 0 12px;
}

.public-home .legal-card p:last-child {
  margin-bottom: 0;
}

.public-home .legal-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.public-home .legal-card strong {
  color: var(--ondax-text);
}

.public-home .legal-card a {
  color: var(--ondax-blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.public-home .legal-warning {
  border-color: rgba(232, 164, 0, .42);
  background: linear-gradient(145deg, #fffaf0, #fff);
}

@media (max-width: 760px) {
  .public-home .legal-main {
    padding-top: 24px;
  }

  .public-home .legal-hero h1 {
    font-size: clamp(2.2rem, 13vw, 3.45rem);
  }

  .public-home .legal-card {
    border-radius: 18px;
  }
}

/* 20260731 final UX pass: links, modais e telas baixas sem cortes visuais. */
.public-home,
.public-home * {
  max-width: 100%;
}

.public-home {
  overflow-x: hidden !important;
}

.public-home [hidden] {
  display: none !important;
}

.public-home .site-footer a[href^="mailto:"],
.public-home .site-footer a[href^="tel:"] {
  display: none !important;
}

.public-home dialog.modal[open] {
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  max-width: none !important;
  margin: auto !important;
  padding: clamp(10px, 2vw, 22px) !important;
  overflow: hidden !important;
}

.public-home dialog.modal[open] .modal-card,
.public-home .solution-modal[open] .modal-card,
.public-home .urgent-modal[open] .modal-card,
.public-home .ebook-modal[open] .modal-card {
  width: min(96vw, 920px) !important;
  height: auto !important;
  max-height: min(92dvh, 860px) !important;
  overflow: auto !important;
  display: flex !important;
  flex-direction: column !important;
  grid-template-rows: none !important;
  border-radius: 22px !important;
}

.public-home .urgent-modal[open] .modal-card {
  width: min(96vw, 880px) !important;
}

.public-home .ebook-modal[open] .modal-card {
  width: min(96vw, 720px) !important;
}

.public-home dialog.modal[open] .modal-header,
.public-home dialog.modal[open] .modal-footer {
  position: static !important;
  flex: 0 0 auto !important;
}

.public-home dialog.modal[open] .modal-footer {
  margin-top: auto !important;
  background: #fff !important;
}

.public-home dialog.modal[open] .wizard-step.is-active,
.public-home dialog.modal[open] .service-options,
.public-home dialog.modal[open] .form-grid {
  max-height: none !important;
  overflow: visible !important;
}

@media (min-width: 921px) {
  :root {
    --header-height: 72px;
    --anchor-gap: 24px;
  }
}

@media (max-height: 700px) and (min-width: 900px) {
  .public-home dialog.modal[open] {
    padding: 8px !important;
  }

  .public-home dialog.modal[open] .modal-card {
    max-height: calc(100dvh - 16px) !important;
  }

  .public-home dialog.modal[open] .modal-header {
    padding-block: 14px 8px !important;
  }

  .public-home dialog.modal[open] .modal-header h2 {
    font-size: clamp(1.48rem, 2.35vw, 2.1rem) !important;
    line-height: 1.06 !important;
  }

  .public-home dialog.modal[open] .wizard-step,
  .public-home dialog.modal[open] .service-options,
  .public-home dialog.modal[open] .form-grid,
  .public-home dialog.modal[open] .checkout-box,
  .public-home dialog.modal[open] .order-bump,
  .public-home dialog.modal[open] .notice,
  .public-home dialog.modal[open] .consent {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

@media (max-width: 640px) {
  .public-home dialog.modal[open] {
    align-items: start !important;
    padding: 8px !important;
  }

  .public-home dialog.modal[open] .modal-card {
    width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    border-radius: 18px !important;
  }

  .public-home .import-benefits,
  .public-home .import-card-featured .import-benefits,
  .public-home .import-benefits-light {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .public-home .import-benefits span,
  .public-home .import-benefits-light span {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 4px 12px !important;
    justify-items: start !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 14px 0 !important;
    text-align: left !important;
  }

  .public-home .import-benefits i,
  .public-home .import-benefits-light i {
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
  }

  .public-home .import-benefits br,
  .public-home .import-benefits-light br {
    display: none !important;
  }

  .public-home .import-benefits span small,
  .public-home .import-benefits-light span small {
    grid-column: 2 !important;
    max-width: none !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 921px) and (max-width: 1120px) {
  .public-home .ebook-grid {
    grid-template-columns: 220px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: center !important;
  }

  .public-home .ebook-cover {
    justify-content: center !important;
  }

  .public-home .ebook-copy {
    order: initial !important;
  }

  .public-home .ebook-benefits {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 20260731 copy RTU: textos revisados e cards mais compactos. */
.public-home .hero-description {
  display: grid;
  gap: 8px;
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.98rem, 1.18vw, 1.18rem);
  line-height: 1.5;
}

.public-home .hero-description p,
.public-home .hero-description span {
  margin: 0;
  max-width: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.public-home .hero-description span {
  display: block;
  color: rgba(255, 255, 255, .88);
}

.public-home #como-comecar.landing-section {
  padding-block: clamp(36px, 4.8vw, 62px);
}

.public-home #como-comecar .section-heading {
  margin-bottom: clamp(18px, 2vw, 24px);
}

.public-home #como-comecar .section-heading h2 {
  font-size: clamp(1.9rem, 2.9vw, 3rem);
}

.public-home #como-comecar .start-grid {
  gap: 22px;
}

.public-home #como-comecar .start-card {
  min-height: 0 !important;
  padding: clamp(20px, 2vw, 26px);
}

.public-home #como-comecar .start-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
}

.public-home #como-comecar .start-card p {
  margin-top: 8px;
  line-height: 1.45;
}

.public-home #como-comecar .start-card ul {
  gap: 8px;
  margin: 14px 0 16px;
}

.public-home #como-comecar .start-card li {
  line-height: 1.32;
}

.public-home #como-comecar .start-card .btn {
  min-height: 42px;
  margin-top: 12px;
}

.public-home #como-comecar .section-note {
  margin-top: 16px;
  padding: 12px 18px;
}

.public-home .representation-list {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.public-home .representation-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, .9);
  font-size: .94rem;
  font-weight: 760;
  line-height: 1.38;
}

.public-home .representation-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ondax-gold);
  font-weight: 950;
}

.public-home .import-card .price-ribbon {
  margin-top: 16px;
}

.public-home .service-example {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  font-size: .86rem;
  line-height: 1.32;
}

.public-home .service-example strong {
  color: #ffe18a;
}

.public-home .freight-note {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .82rem;
  line-height: 1.4;
}

.public-home .flow-box strong {
  max-width: 540px;
  margin-inline: auto;
  line-height: 1.35;
}

.public-home .import-system-note {
  line-height: 1.48;
}

@media (min-width: 1200px) {
  .public-home #como-importar.landing-section {
    padding-block: 20px 38px;
  }

  .public-home #como-importar .section-heading {
    margin-bottom: 16px;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(1.95rem, 2.75vw, 2.75rem);
  }

  .public-home .import-card-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 12px 18px;
    align-content: start;
  }

  .public-home .import-card-featured .import-card-head {
    grid-column: 1;
    gap: 14px;
  }

  .public-home .import-card-featured .import-card-head p {
    font-size: .94rem;
    line-height: 1.45;
  }

  .public-home .import-card-featured .representation-list {
    gap: 6px;
    margin-top: 10px;
  }

  .public-home .import-card-featured .representation-list li {
    font-size: .86rem;
    line-height: 1.26;
  }

  .public-home .import-card-featured .import-benefits {
    grid-column: 2;
    grid-template-columns: 1fr !important;
    gap: 0;
    margin: 0;
  }

  .public-home .import-card-featured .import-benefits span {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 2px 10px !important;
    justify-items: start !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 8px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    text-align: left !important;
    font-size: .8rem;
    line-height: 1.18;
  }

  .public-home .import-card-featured .import-benefits span:last-child {
    border-bottom: 0;
  }

  .public-home .import-card-featured .import-benefits i {
    grid-row: 1 / span 2;
    width: 32px;
    height: 32px;
  }

  .public-home .import-card-featured .import-benefits br {
    display: none;
  }

  .public-home .import-card-featured .import-benefits span small {
    grid-column: 2;
    max-width: none;
    margin-top: 0;
    font-size: .74rem;
    line-height: 1.25;
  }

  .public-home .import-card-featured .price-ribbon,
  .public-home .import-card-featured .service-example,
  .public-home .import-card-featured .import-cta,
  .public-home .import-card-featured .included-note,
  .public-home .import-card-featured .freight-note {
    grid-column: 1 / -1;
  }

  .public-home .import-card-featured .price-ribbon {
    padding: 10px 14px;
    font-size: .88rem;
    line-height: 1.24;
  }

  .public-home .import-card-featured .service-example {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 14px;
    padding: 10px 12px;
    font-size: .78rem;
  }

  .public-home .import-card-featured .service-example strong {
    grid-column: 1 / -1;
  }

  .public-home .import-card-featured .import-cta {
    min-height: 42px;
    margin-top: 8px;
  }

  .public-home .import-card-featured .included-note {
    margin: 6px 0 0;
    font-size: .82rem;
  }

  .public-home .import-card-featured .freight-note {
    margin-top: 4px;
    font-size: .72rem;
    line-height: 1.25;
  }
}

@media (max-width: 920px) {
  .public-home .hero-description {
    max-width: none;
  }

  .public-home .representation-list li {
    font-size: .9rem;
  }
}

@media (min-width: 1200px) {
  .public-home #como-importar .import-grid {
    grid-template-columns: minmax(0, 1.18fr) 48px minmax(0, .82fr);
    gap: 18px;
    max-width: 1320px;
  }

  .public-home #como-importar .or-badge {
    width: 48px;
    height: 48px;
  }

  .public-home #como-importar .import-card {
    padding: 24px;
  }

  .public-home #como-importar .import-card-featured {
    display: flex !important;
    flex-direction: column;
  }

  .public-home #como-importar .import-card-featured .import-card-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .public-home #como-importar .import-card-featured .import-icon,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 1rem;
  }

  .public-home #como-importar .import-card-featured .import-card-head p {
    font-size: .86rem;
    line-height: 1.32;
  }

  .public-home #como-importar .import-card-featured .representation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
    margin-top: 9px;
  }

  .public-home #como-importar .import-card-featured .representation-list li {
    font-size: .76rem;
    line-height: 1.18;
  }

  .public-home #como-importar .import-card-featured .import-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    justify-items: center !important;
    min-height: 0 !important;
    padding: 8px 6px !important;
    border: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 10px;
    text-align: center !important;
    font-size: .72rem;
    line-height: 1.16;
  }

  .public-home #como-importar .import-card-featured .import-benefits i {
    grid-row: auto;
    width: 26px;
    height: 26px;
    font-size: .78rem;
  }

  .public-home #como-importar .import-card-featured .import-benefits br {
    display: block;
  }

  .public-home #como-importar .import-card-featured .import-benefits span small {
    grid-column: auto;
    font-size: .67rem;
    line-height: 1.18;
  }

  .public-home #como-importar .import-card-featured .price-ribbon {
    margin-top: 10px;
    padding: 8px 10px;
    font-size: .78rem;
  }

  .public-home #como-importar .import-card-featured .service-example {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 12px;
    margin-top: 8px;
    padding: 9px 10px;
    font-size: .7rem;
    line-height: 1.18;
  }

  .public-home #como-importar .import-card-featured .service-example strong {
    grid-column: 1 / -1;
  }

  .public-home #como-importar .import-card-featured .included-note {
    margin-top: 6px;
    font-size: .74rem;
  }

  .public-home #como-importar .import-card-featured .freight-note {
    font-size: .66rem;
    line-height: 1.18;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    gap: 12px;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head p,
  .public-home #como-importar .import-system-note {
    font-size: .9rem;
    line-height: 1.42;
  }

  .public-home #como-importar .flow-box {
    margin: 18px 0 14px;
    padding: 14px;
  }

  .public-home #como-importar .flow-box strong {
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .public-home #como-importar .import-benefits-light {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px;
    margin: 10px 0;
  }

  .public-home #como-importar .import-benefits-light span {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    justify-items: center !important;
    min-height: 0;
    padding: 8px 6px;
    border-right: 1px solid var(--ondax-border);
    border-bottom: 0;
    text-align: center !important;
    font-size: .66rem;
    line-height: 1.13;
  }

  .public-home #como-importar .import-benefits-light span:last-child {
    border-right: 0;
  }

  .public-home #como-importar .import-benefits-light i {
    grid-row: auto;
    width: 24px;
    height: 24px;
    font-size: .7rem;
  }

  .public-home #como-importar .import-benefits-light br {
    display: block;
  }

  .public-home #como-importar .import-benefits-light span small {
    grid-column: auto;
    font-size: .58rem;
    line-height: 1.12;
  }

  .public-home #como-importar .system-price,
  .public-home #como-importar .import-cta {
    margin-top: 10px;
  }

  .public-home #como-importar .system-price {
    padding: 9px 12px;
    font-size: .86rem;
    line-height: 1.18;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-cta {
    min-height: 42px;
    padding-block: 10px;
    font-size: .86rem;
  }
}

@media (min-width: 1200px) {
  .public-home #como-importar .import-card-featured {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 10px 16px;
    align-content: start;
  }

  .public-home #como-importar .import-card-featured .import-card-head {
    grid-column: 1;
  }

  .public-home #como-importar .import-card-featured .import-benefits {
    grid-column: 2;
    grid-template-columns: 1fr !important;
    margin: 0 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: start !important;
    text-align: left !important;
    padding: 7px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 0;
  }

  .public-home #como-importar .import-card-featured .import-benefits i {
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
  }

  .public-home #como-importar .import-card-featured .import-benefits br {
    display: none;
  }

  .public-home #como-importar .import-card-featured .import-benefits span small {
    grid-column: 2;
  }
}

/* Ajuste final 31/07/2026 — copy mais longa sem cortes em viewport desktop. */
@media (min-width: 1200px) {
  .public-home main > section[id],
  .public-home .landing-section[id],
  .public-home .ebook-section[id],
  .public-home .site-footer[id],
  .public-home .anchor-alias {
    scroll-margin-top: 74px !important;
  }

  .public-home #como-comecar.landing-section {
    padding-block: 24px 36px !important;
  }

  .public-home #como-comecar .section-heading {
    margin-bottom: 14px !important;
  }

  .public-home #como-comecar .section-heading h2 {
    font-size: clamp(1.85rem, 2.45vw, 2.55rem) !important;
  }

  .public-home #como-comecar .section-heading span {
    margin-top: 4px !important;
  }

  .public-home #como-comecar .start-grid {
    gap: 18px !important;
  }

  .public-home #como-comecar .start-card {
    padding: 20px 24px !important;
  }

  .public-home #como-comecar .start-icon {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 10px !important;
  }

  .public-home #como-comecar .start-card h3 {
    font-size: 1.18rem !important;
  }

  .public-home #como-comecar .start-card p {
    margin-top: 6px !important;
    font-size: .91rem !important;
    line-height: 1.34 !important;
  }

  .public-home #como-comecar .start-card ul {
    gap: 6px !important;
    margin: 12px 0 12px !important;
  }

  .public-home #como-comecar .start-card li {
    gap: 8px !important;
    font-size: .9rem !important;
    line-height: 1.22 !important;
  }

  .public-home #como-comecar .price-line {
    margin-top: 10px !important;
    padding-top: 0 !important;
  }

  .public-home #como-comecar .price-line strong {
    font-size: 1.15rem !important;
  }

  .public-home #como-comecar .price-line span {
    font-size: .78rem !important;
  }

  .public-home #como-comecar .start-card .btn {
    min-height: 38px !important;
    margin-top: 10px !important;
    padding-block: 9px !important;
  }

  .public-home #como-comecar .section-note {
    margin-top: 12px !important;
    padding: 10px 16px !important;
    font-size: .84rem !important;
  }

  .public-home #como-importar.landing-section {
    padding-block: 16px 34px !important;
  }

  .public-home #como-importar .section-heading {
    max-width: 1120px !important;
    margin-bottom: 14px !important;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(1.8rem, 2.35vw, 2.45rem) !important;
  }

  .public-home #como-importar .section-heading span {
    margin-top: 4px !important;
  }

  .public-home #como-importar .import-grid {
    align-items: start !important;
    gap: 16px !important;
  }

  .public-home #como-importar .import-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head p,
  .public-home #como-importar .import-system-note {
    font-size: .84rem !important;
    line-height: 1.32 !important;
  }

  .public-home #como-importar .flow-box {
    margin: 12px 0 10px !important;
    padding: 10px 12px !important;
  }

  .public-home #como-importar .flow-box strong {
    margin-bottom: 8px !important;
    font-size: .82rem !important;
    line-height: 1.22 !important;
  }

  .public-home #como-importar .flow-box div span {
    padding-inline: 8px !important;
    font-size: .72rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .import-benefits-light {
    margin: 8px 0 !important;
  }

  .public-home #como-importar .import-benefits-light span {
    padding: 6px 4px !important;
    font-size: .66rem !important;
    line-height: 1.1 !important;
  }

  .public-home #como-importar .import-benefits-light span small {
    display: none !important;
  }

  .public-home #como-importar .system-price {
    margin-top: 8px !important;
    padding: 8px 10px !important;
    font-size: .82rem !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-cta {
    min-height: 38px !important;
    margin-top: 8px !important;
    padding-block: 8px !important;
    font-size: .8rem !important;
  }

  .public-home #servicos.landing-section {
    padding-block: 28px 38px !important;
  }

  .public-home #servicos .section-heading {
    max-width: 1120px !important;
    margin-bottom: 20px !important;
  }

  .public-home #servicos .section-heading h2 {
    font-size: clamp(1.9rem, 2.35vw, 2.45rem) !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 1240px !important;
  }

  .public-home #servicos .service-card {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .public-home #servicos .service-card .card-icon {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 10px !important;
    font-size: .92rem !important;
  }

  .public-home #servicos .service-card h3 {
    font-size: 1.02rem !important;
    line-height: 1.16 !important;
  }

  .public-home #servicos .service-card strong {
    margin-top: 8px !important;
    font-size: .96rem !important;
    line-height: 1.2 !important;
  }

  .public-home #servicos .service-card p {
    margin-top: 7px !important;
    font-size: .78rem !important;
    line-height: 1.3 !important;
  }

  .public-home #inicio.hero {
    min-height: calc(100vh - var(--header-height)) !important;
    padding: 46px 0 42px !important;
  }

  .public-home #inicio .hero-grid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    gap: 72px !important;
  }

  .public-home #inicio .hero-copy {
    max-width: 720px !important;
  }

  .public-home #inicio .hero-kicker {
    margin-bottom: 16px !important;
    font-size: .82rem !important;
    line-height: 1.25 !important;
  }

  .public-home #inicio .hero-copy h1 {
    max-width: 710px !important;
    font-size: clamp(2.55rem, 4.35vw, 4.05rem) !important;
    line-height: .96 !important;
  }

  .public-home #inicio .hero-description {
    max-width: 680px !important;
    gap: 6px !important;
    margin-top: 16px !important;
    font-size: clamp(.9rem, 1vw, 1rem) !important;
    line-height: 1.38 !important;
  }

  .public-home #inicio .hero-benefits {
    margin-top: 22px !important;
    gap: 12px !important;
  }

  .public-home #inicio .hero-benefits span {
    font-size: .82rem !important;
  }

  .public-home #inicio .hero-benefits i {
    width: 28px !important;
    height: 28px !important;
  }

  .public-home #inicio .hero-urgent-card {
    max-width: 360px !important;
    padding: 28px !important;
  }

  .public-home #inicio .hero-urgent-card h2 {
    font-size: clamp(1.35rem, 1.75vw, 1.82rem) !important;
  }

  .public-home #inicio .hero-urgent-card > span:not(.urgent-bell) {
    margin: 14px 0 18px !important;
  }
}

/* Guia RTU: separacao visual entre conteudo e diferenciais. */
.guide-detail-groups {
  display: grid;
  gap: 16px;
  margin-top: 14px;
}

.guide-detail-group {
  padding: 18px;
  border: 1px solid rgba(9, 34, 66, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(9, 34, 66, 0.06);
}

.guide-detail-group--accent {
  background: linear-gradient(135deg, rgba(36, 153, 91, 0.1), rgba(255, 255, 255, 0.82));
  border-color: rgba(36, 153, 91, 0.22);
}

.guide-detail-group h3,
.ebook-benefits strong {
  display: block;
  margin: 0 0 12px;
  color: #102033;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ebook-benefits strong {
  color: #fff;
  opacity: 0.92;
}


/* Guia RTU expandido: leitura ampla e sem cards duplicados. */
.public-home .ebook-grid.has-expanded-card {
  grid-template-columns: minmax(0, 980px) !important;
  justify-content: center;
  align-items: start;
  gap: 0 !important;
}

.public-home .ebook-grid.has-expanded-card .ebook-cover,
.public-home .ebook-grid.has-expanded-card > .ebook-benefits {
  display: none !important;
}

.public-home .ebook-grid.has-expanded-card .ebook-copy {
  width: 100%;
  max-width: 980px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(9, 34, 66, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(9, 34, 66, 0.12);
}

.public-home .ebook-grid.has-expanded-card .ebook-copy .ebook-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.public-home .ebook-grid.has-expanded-card .ebook-copy .btn-green,
.public-home .ebook-grid.has-expanded-card .ebook-detail-card .expand-toggle {
  width: fit-content;
  max-width: 100%;
}

.public-home .ebook-grid.has-expanded-card .ebook-detail-card {
  width: 100%;
  max-width: none;
}

.public-home .ebook-grid.has-expanded-card .ebook-detail-card .expand-panel {
  width: 100%;
  max-width: none;
  margin-top: 16px;
}

.public-home .ebook-grid.has-expanded-card .guide-detail-groups {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-top: 0;
}

.public-home .ebook-grid.has-expanded-card .guide-detail-group {
  padding: clamp(18px, 2.4vw, 26px);
  background: #fff;
}

.public-home .ebook-grid.has-expanded-card .guide-detail-group .check-list.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  columns: initial;
  margin: 0;
}

.public-home .ebook-grid.has-expanded-card .guide-detail-group--accent .check-list.two-columns {
  grid-template-columns: 1fr;
}

.public-home .ebook-grid.has-expanded-card .guide-detail-group .check-list li {
  break-inside: avoid;
  margin: 0;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .public-home .ebook-grid.has-expanded-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .public-home .ebook-grid.has-expanded-card .ebook-copy {
    padding: 22px;
    border-radius: 24px;
  }

  .public-home .ebook-grid.has-expanded-card .guide-detail-groups,
  .public-home .ebook-grid.has-expanded-card .guide-detail-group .check-list.two-columns {
    grid-template-columns: 1fr;
  }
}

/* Hero comercial e selo da representacao. */
.public-home .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.public-home .hero-ctas .btn {
  min-height: 48px;
}

.public-home .solution-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(10, 132, 69, .12);
  color: #087a40;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Refinamentos finais da landing publica: ajuda avulsa fora do hero e CTAs de servicos. */
.public-home .urgent-inline-section,
.urgent-inline-section {
  padding-top: 18px;
  padding-bottom: 18px;
}

.public-home .urgent-inline-card,
.urgent-inline-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(12, 35, 66, .12);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8e8 54%, #edf7ff 100%);
  box-shadow: 0 18px 42px rgba(13, 34, 63, .08);
}

.public-home .urgent-inline-icon,
.urgent-inline-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #ffbe21;
  color: #0b1d35;
  font-size: 1.45rem;
  font-weight: 1000;
}

.public-home .urgent-inline-copy p,
.urgent-inline-copy p {
  margin: 0 0 5px;
  color: #a16a00;
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .12em;
}

.public-home .urgent-inline-copy h2,
.urgent-inline-copy h2 {
  margin: 0 0 5px;
  color: #0c1b31;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.public-home .urgent-inline-copy span,
.urgent-inline-copy span {
  color: #536783;
  font-weight: 760;
}

.public-home .service-card,
.service-card {
  display: flex;
  flex-direction: column;
}

.public-home .service-card .service-card-cta,
.service-card .service-card-cta {
  align-self: flex-start;
  margin-top: auto;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: .9rem;
}

.public-home .service-card-highlight-soft,
.service-card-highlight-soft {
  border-color: rgba(255, 190, 33, .52);
  background: linear-gradient(180deg, #ffffff 0%, #fff8e6 100%);
}

/* Ajustes comerciais RTU: servicos em 3 + 2 e leitura menos apertada. */
.public-home #servicos .services-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  max-width: 1120px !important;
  gap: 18px !important;
}

.public-home #servicos .service-card {
  grid-column: span 2;
  min-height: 232px !important;
  padding: 24px !important;
}

.public-home #servicos .service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.public-home #servicos .service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.public-home #servicos .service-card h3 {
  font-size: 1.12rem !important;
  line-height: 1.18 !important;
}

.public-home #servicos .service-card p {
  font-size: .92rem !important;
  line-height: 1.42 !important;
}

.public-home #como-importar .import-card-featured .import-card-head p,
.public-home #como-importar .import-card-featured .import-benefits span small {
  font-size: .95rem !important;
  line-height: 1.48 !important;
}

.public-home #como-importar .import-card-featured .service-example {
  font-size: .95rem !important;
  line-height: 1.42 !important;
}

.public-home #como-importar .import-card-featured .freight-note {
  color: rgba(255, 255, 255, .88) !important;
  font-size: .92rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  .public-home #servicos .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .public-home #servicos .service-card,
  .public-home #servicos .service-card:nth-child(4),
  .public-home #servicos .service-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .public-home #servicos .services-grid {
    grid-template-columns: 1fr !important;
  }
}

.field-help {
  display: block;
  margin: 3px 0 7px;
  color: #667891;
  font-size: .82rem;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .public-home .urgent-inline-card,
  .urgent-inline-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .public-home .urgent-inline-card .btn,
  .urgent-inline-card .btn {
    width: 100%;
  }
}

/* Logo horizontal oficial no header e rodape. */
.public-home .site-header .brand {
  padding: 8px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
}

.public-home .site-header .brand img {
  width: clamp(178px, 14vw, 236px) !important;
}

.public-home .site-footer img {
  width: min(260px, 100%) !important;
}

@media (max-width: 760px) {
  .public-home .site-header .brand {
    padding: 7px 10px;
    border-radius: 14px;
  }

  .public-home .site-header .brand img {
    width: 176px !important;
  }
}

/* 20260803: header branco com navegacao azul e logo sem moldura. */
.public-home .site-header {
  border-bottom: 1px solid rgba(22, 86, 168, .16) !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 10px 28px rgba(6, 23, 45, .08) !important;
}

.public-home .site-header .brand {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.public-home .site-header .brand img {
  filter: none !important;
}

.public-home .main-nav {
  background: transparent !important;
}

.public-home .main-nav a {
  color: var(--ondax-blue) !important;
}

.public-home .main-nav a:hover,
.public-home .main-nav a[aria-current="page"] {
  color: var(--ondax-navy-900) !important;
}

.public-home .main-nav a[aria-current="page"]::after,
.public-home .main-nav a:hover::after {
  background: var(--ondax-gold) !important;
}

.public-home .btn-outline-light {
  color: var(--ondax-blue) !important;
  border-color: rgba(22, 86, 168, .32) !important;
  background: rgba(22, 86, 168, .04) !important;
}

.public-home .btn-outline-light:hover {
  color: var(--ondax-navy-900) !important;
  border-color: var(--ondax-blue) !important;
  background: rgba(22, 86, 168, .09) !important;
}

.public-home .menu-toggle {
  color: var(--ondax-blue) !important;
  border-color: rgba(22, 86, 168, .22) !important;
  background: rgba(22, 86, 168, .06) !important;
}

/* 20260811: primeira dobra igual ao layout aprovado para RTU Paraguai-Brasil. */
.public-home {
  --landing-header-height: 74px;
}

.public-home .site-header {
  min-height: var(--landing-header-height) !important;
  border-bottom: 1px solid rgba(8, 31, 58, .08) !important;
  background: rgba(255, 255, 255, .99) !important;
  box-shadow: 0 8px 26px rgba(6, 23, 45, .08) !important;
}

.public-home .header-shell {
  min-height: var(--landing-header-height) !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: clamp(22px, 3vw, 44px) !important;
}

.public-home .site-header .brand img {
  width: clamp(178px, 14vw, 226px) !important;
  height: auto !important;
}

.public-home .main-nav {
  gap: clamp(18px, 1.55vw, 28px) !important;
}

.public-home .main-nav a {
  min-height: 40px !important;
  color: #0050a4 !important;
  font-size: .86rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

.public-home .main-nav a:hover,
.public-home .main-nav a[aria-current="page"] {
  color: #06214a !important;
}

.public-home .main-nav a[aria-current="page"]::after,
.public-home .main-nav a:hover::after {
  bottom: 0 !important;
  height: 4px !important;
  background: #f6b70b !important;
}

.public-home .site-header .btn-outline-light {
  min-height: 46px !important;
  padding-inline: 22px !important;
  border-color: rgba(0, 80, 164, .28) !important;
  border-radius: 9px !important;
  color: #0050a4 !important;
  background: rgba(255, 255, 255, .92) !important;
}

.public-home #inicio.hero {
  min-height: calc(100svh - var(--landing-header-height)) !important;
  padding: clamp(58px, 8.6vh, 104px) 0 clamp(40px, 6vh, 78px) !important;
  overflow: hidden !important;
  background: #06172d !important;
}

.public-home #inicio .hero-media {
  background-image: url("/landing-assets/ciudad-del-este-hero.png") !important;
  background-position: center center !important;
  background-size: cover !important;
  transform: none !important;
}

.public-home #inicio .hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 12, 27, .96) 0%, rgba(5, 21, 42, .9) 34%, rgba(5, 28, 58, .62) 68%, rgba(0, 72, 145, .44) 100%),
    linear-gradient(180deg, rgba(3, 15, 32, .12) 0%, rgba(3, 15, 32, .34) 100%) !important;
}

.public-home #inicio .hero-grid {
  width: min(100% - 64px, 1280px) !important;
  min-height: calc(100svh - var(--landing-header-height) - 112px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .78fr) !important;
  gap: clamp(48px, 4.5vw, 64px) !important;
  align-items: center !important;
  padding: 0 !important;
}

.public-home #inicio .hero-copy {
  max-width: 720px !important;
}

.public-home #inicio .hero-kicker {
  display: grid !important;
  gap: 7px !important;
  margin: 0 0 22px !important;
  color: #ffc21a !important;
  font-size: .9rem !important;
  font-weight: 950 !important;
  letter-spacing: .24em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.public-home #inicio .hero-kicker span:first-child {
  color: #ffc21a !important;
}

.public-home #inicio .hero-kicker span:last-child {
  max-width: 560px !important;
  color: rgba(255, 255, 255, .8) !important;
  font-size: .76rem !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.public-home #inicio .hero-copy h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.75rem, 3.22vw, 3.35rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1.03 !important;
  text-wrap: wrap !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .42) !important;
}

.public-home #inicio .hero-copy h1 span {
  display: inline !important;
  color: #ffc21a !important;
}

.public-home #inicio .hero-description {
  max-width: 610px !important;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, .94) !important;
  font-size: clamp(1.1rem, 1.55vw, 1.36rem) !important;
  font-weight: 450 !important;
  line-height: 1.42 !important;
}

.public-home #inicio .hero-description p {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.public-home #inicio .hero-ctas {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
  margin-top: 32px !important;
}

.public-home #inicio .hero-ctas .btn {
  min-width: 240px !important;
  min-height: 66px !important;
  padding: 18px 30px !important;
  border-radius: 10px !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.public-home #inicio .hero-ctas .btn-gold {
  border-color: #f6b70b !important;
  color: #06172d !important;
  background: linear-gradient(180deg, #ffc51f 0%, #efa700 100%) !important;
  box-shadow: 0 16px 28px rgba(232, 164, 0, .28) !important;
}

.public-home #inicio .hero-ctas .btn-outline-light {
  border-color: rgba(255, 255, 255, .72) !important;
  color: #fff !important;
  background: rgba(7, 22, 43, .34) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12) !important;
}

.public-home #inicio .hero-note {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: .98rem !important;
}

.public-home #inicio .hero-note span {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 50% !important;
  font-size: .88rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.public-home #inicio .hero-note p {
  margin: 0 !important;
}

.public-home #inicio .hero-offer-stack {
  display: grid !important;
  gap: 18px !important;
  justify-self: stretch !important;
  max-width: 470px !important;
}

.public-home #inicio .hero-price-card {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: center !important;
  min-height: 196px !important;
  padding: 32px 34px !important;
  border: 1px solid rgba(255, 255, 255, .4) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(8, 28, 55, .82), rgba(12, 43, 80, .54)) !important;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  color: #fff !important;
  backdrop-filter: blur(14px) !important;
}

.public-home #inicio .hero-price-icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 90px !important;
  height: 90px !important;
  border: 1px solid rgba(255, 255, 255, .25) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .06) !important;
}

.public-home #inicio .hero-price-icon::before,
.public-home #inicio .hero-price-icon::after {
  content: "" !important;
  position: absolute !important;
  box-sizing: border-box !important;
}

.public-home #inicio .hero-price-icon-clipboard::before {
  width: 35px !important;
  height: 42px !important;
  border: 4px solid #ffc21a !important;
  border-radius: 5px !important;
}

.public-home #inicio .hero-price-icon-clipboard::after {
  width: 21px !important;
  height: 23px !important;
  border-top: 4px solid #ffc21a !important;
  border-bottom: 4px solid #ffc21a !important;
  transform: translateY(6px) !important;
}

.public-home #inicio .hero-price-icon-monitor::before {
  width: 44px !important;
  height: 31px !important;
  border: 4px solid #ffc21a !important;
  border-radius: 4px !important;
}

.public-home #inicio .hero-price-icon-monitor::after {
  width: 30px !important;
  height: 15px !important;
  border-bottom: 4px solid #ffc21a !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  transform: translateY(22px) !important;
}

.public-home #inicio .hero-price-copy h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.public-home #inicio .hero-price-copy p {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  line-height: 1 !important;
}

.public-home #inicio .hero-price-copy strong {
  color: #ffc21a !important;
  font-size: clamp(3.05rem, 3.65vw, 3.75rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: .9 !important;
  white-space: nowrap !important;
}

.public-home #inicio .hero-price-copy span {
  color: #fff !important;
  font-size: 1.24rem !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.public-home #inicio .hero-price-copy small {
  display: block !important;
  color: rgba(255, 255, 255, .94) !important;
  font-size: 1.16rem !important;
  font-weight: 430 !important;
  line-height: 1.35 !important;
}

@media (max-width: 1180px) {
  .public-home #inicio .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 36px !important;
    align-items: start !important;
  }

  .public-home #inicio .hero-offer-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none !important;
  }

  .public-home #inicio .hero-price-card {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    min-height: 160px !important;
    padding: 24px !important;
  }

  .public-home #inicio .hero-price-icon {
    width: 70px !important;
    height: 70px !important;
  }
}

@media (max-width: 900px) {
  .public-home .header-shell {
    width: min(100% - 32px, 1240px) !important;
  }

  .public-home #inicio.hero {
    min-height: auto !important;
    padding: 54px 0 48px !important;
  }

  .public-home #inicio .hero-grid {
    width: min(100% - 34px, 1280px) !important;
    min-height: 0 !important;
  }

  .public-home #inicio .hero-copy h1 {
    font-size: clamp(2.65rem, 11vw, 4rem) !important;
  }

  .public-home #inicio .hero-offer-stack {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .public-home {
    --landing-header-height: 66px;
  }

  .public-home #inicio .hero-kicker {
    letter-spacing: .16em !important;
  }

  .public-home #inicio .hero-ctas {
    gap: 12px !important;
  }

  .public-home #inicio .hero-ctas .btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
  }

  .public-home #inicio .hero-price-card {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 142px !important;
    padding: 20px !important;
  }

  .public-home #inicio .hero-price-icon {
    width: 58px !important;
    height: 58px !important;
  }

  .public-home #inicio .hero-price-copy strong {
    font-size: 2.45rem !important;
  }

  .public-home #inicio .hero-price-copy p {
    flex-wrap: wrap !important;
  }
}

/* 20260811: secao Como importar igual ao layout aprovado e compacta no viewport. */
.public-home #como-importar.landing-section {
  scroll-margin-top: var(--landing-header-height);
  padding: clamp(18px, 3vh, 30px) 0 clamp(24px, 3.4vh, 36px) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 86, 168, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
}

.public-home #como-importar .page-container {
  width: min(100% - 56px, 1180px) !important;
}

.public-home #como-importar .section-heading {
  max-width: 820px !important;
  margin: 0 auto clamp(16px, 2vh, 22px) !important;
  text-align: center !important;
}

.public-home #como-importar .section-heading p {
  margin-bottom: 6px !important;
  color: #c88b00 !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  letter-spacing: .28em !important;
}

.public-home #como-importar .section-heading h2 {
  margin: 0 !important;
  color: #081b36 !important;
  font-size: clamp(2rem, 2.6vw, 2.65rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1.03 !important;
}

.public-home #como-importar .section-heading span {
  display: block !important;
  margin-top: 4px !important;
  color: #51627a !important;
  font-size: 1.02rem !important;
  line-height: 1.35 !important;
}

.public-home #como-importar .import-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.public-home #como-importar .or-badge {
  position: static !important;
  align-self: center !important;
  justify-self: center !important;
  display: grid !important;
  place-items: center !important;
  width: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  border: 1px solid #d8e4f1 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #081b36 !important;
  font-size: .86rem !important;
  font-weight: 950 !important;
  transform: none !important;
  box-shadow: 0 12px 26px rgba(6, 23, 45, .08) !important;
}

.public-home #como-importar .import-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: clamp(18px, 1.75vw, 26px) !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(6, 23, 45, .08) !important;
  overflow: hidden !important;
}

.public-home #como-importar .import-card-featured {
  border-color: rgba(255, 194, 26, .34) !important;
  background:
    radial-gradient(circle at 14% 6%, rgba(255, 194, 26, .15), transparent 24%),
    linear-gradient(150deg, #092545 0%, #06172d 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 48px rgba(6, 23, 45, .22) !important;
}

.public-home #como-importar .import-card-head {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
}

.public-home #como-importar .import-icon {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  flex-basis: auto !important;
  margin: 0 !important;
  border: 1px solid currentColor !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #ffc21a !important;
  box-shadow: none !important;
}

.public-home #como-importar .import-card:not(.import-card-featured) .import-icon {
  background: #eefaf3 !important;
  color: #0b9a4a !important;
}

.public-home #como-importar .import-icon::before,
.public-home #como-importar .import-icon::after {
  content: "" !important;
  position: absolute !important;
  box-sizing: border-box !important;
}

.public-home #como-importar .import-icon-box::before {
  width: 18px !important;
  height: 18px !important;
  border: 3px solid currentColor !important;
  transform: rotate(45deg) skew(-7deg, -7deg) !important;
}

.public-home #como-importar .import-icon-monitor::before {
  width: 22px !important;
  height: 16px !important;
  border: 3px solid currentColor !important;
  border-radius: 3px !important;
}

.public-home #como-importar .import-icon-monitor::after {
  width: 16px !important;
  height: 8px !important;
  border-bottom: 3px solid currentColor !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  transform: translateY(14px) !important;
}

.public-home #como-importar .solution-badge {
  display: block !important;
  margin: 0 0 6px !important;
  color: #ffc21a !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .16em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.public-home #como-importar .solution-badge-green {
  color: #0b8e42 !important;
}

.public-home #como-importar .import-card h3 {
  margin: 0 !important;
  color: inherit !important;
  font-size: clamp(1.25rem, 1.55vw, 1.48rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

.public-home #como-importar .import-card-head p {
  margin: 4px 0 0 !important;
  color: inherit !important;
  font-size: .96rem !important;
  font-weight: 620 !important;
  line-height: 1.24 !important;
  opacity: .92 !important;
}

.public-home #como-importar .import-price {
  min-width: 126px !important;
  color: #fff !important;
  text-align: right !important;
}

.public-home #como-importar .import-price strong {
  display: block !important;
  color: #ffc21a !important;
  font-size: clamp(2.15rem, 3vw, 2.8rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: .9 !important;
  white-space: nowrap !important;
}

.public-home #como-importar .import-price span,
.public-home #como-importar .import-price small {
  display: block !important;
  color: inherit !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
}

.public-home #como-importar .import-price small {
  margin-top: 4px !important;
  font-size: .72rem !important;
  font-weight: 620 !important;
  opacity: .85 !important;
}

.public-home #como-importar .import-price-green strong {
  color: #0b8e42 !important;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem) !important;
}

.public-home #como-importar .import-price-green {
  color: #081b36 !important;
}

.public-home #como-importar .import-main-copy {
  margin: 20px 0 14px !important;
  color: inherit !important;
  font-size: .92rem !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  opacity: .92 !important;
}

.public-home #como-importar .import-card:not(.import-card-featured) .import-main-copy {
  color: #34455c !important;
}

.public-home #como-importar .import-benefits {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 14px 0 16px !important;
  padding-top: 1px !important;
}

.public-home #como-importar .import-card-featured .import-benefits::before {
  content: "" !important;
  position: absolute !important;
  left: 40px !important;
  right: 40px !important;
  top: 22px !important;
  border-top: 1px dashed rgba(255, 255, 255, .35) !important;
}

.public-home #como-importar .import-benefits span {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;
  min-height: 76px !important;
  padding: 0 8px !important;
  border: 0 !important;
  color: inherit !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.public-home #como-importar .import-benefits i {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, .26) !important;
  border-radius: 50% !important;
  background: #173a63 !important;
  color: #ffc21a !important;
  font-style: normal !important;
}

.public-home #como-importar .import-benefits i::before {
  display: block !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.public-home #como-importar .step-travel::before { content: "▰" !important; }
.public-home #como-importar .step-docs::before { content: "▤" !important; }
.public-home #como-importar .step-flag::before { content: "⚑" !important; }

.public-home #como-importar .service-example {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) !important;
  gap: 12px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
  font-size: .82rem !important;
  line-height: 1.32 !important;
}

.public-home #como-importar .service-example dl {
  margin: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .14) !important;
}

.public-home #como-importar .service-example div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 92px !important;
  min-height: 28px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14) !important;
}

.public-home #como-importar .service-example div:last-child {
  border-bottom: 0 !important;
}

.public-home #como-importar .service-example dt,
.public-home #como-importar .service-example dd {
  margin: 0 !important;
  padding: 6px 10px !important;
}

.public-home #como-importar .service-example dd {
  display: grid !important;
  align-items: center !important;
  border-left: 1px solid rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  font-weight: 950 !important;
  text-align: right !important;
}

.public-home #como-importar .service-example div:last-child dt,
.public-home #como-importar .service-example div:last-child dd {
  color: #ffc21a !important;
  font-weight: 950 !important;
}

.public-home #como-importar .service-example p {
  align-self: center !important;
  margin: 0 !important;
  padding: 8px 10px 8px 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: .78rem !important;
  line-height: 1.35 !important;
}

.public-home #como-importar .import-cta {
  width: 100% !important;
  min-height: 48px !important;
  margin-top: 12px !important;
  border-radius: 8px !important;
  font-size: .98rem !important;
  font-weight: 950 !important;
}

.public-home #como-importar .included-note {
  margin: 9px 0 0 !important;
  color: rgba(255, 255, 255, .95) !important;
  font-size: .78rem !important;
  font-weight: 760 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

.public-home #como-importar .freight-note {
  display: block !important;
  margin-top: 12px !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: .72rem !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.public-home #como-importar .flow-box {
  margin: 18px 0 18px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(11, 142, 66, .26) !important;
  border-radius: 9px !important;
  background: linear-gradient(180deg, #fafffc 0%, #f4fbf7 100%) !important;
  text-align: center !important;
}

.public-home #como-importar .flow-box strong {
  display: block !important;
  margin: 0 0 14px !important;
  color: #0b8e42 !important;
  font-size: .9rem !important;
  font-weight: 950 !important;
}

.public-home #como-importar .flow-box div {
  display: grid !important;
  grid-template-columns: 1fr 34px 1fr 34px 1fr !important;
  gap: 0 !important;
  align-items: center !important;
}

.public-home #como-importar .flow-box div::before,
.public-home #como-importar .flow-box div::after {
  content: "→" !important;
  color: #0b8e42 !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.public-home #como-importar .flow-box div::before {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.public-home #como-importar .flow-box div::after {
  grid-column: 4 !important;
  grid-row: 1 !important;
}

.public-home #como-importar .flow-box span {
  display: grid !important;
  justify-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #081b36 !important;
  font-size: .74rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.public-home #como-importar .flow-box span:nth-child(1) { grid-column: 1 !important; }
.public-home #como-importar .flow-box span:nth-child(2) { grid-column: 3 !important; }
.public-home #como-importar .flow-box span:nth-child(3) { grid-column: 5 !important; }

.public-home #como-importar .flow-box i,
.public-home #como-importar .import-benefits-light i {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(11, 142, 66, .22) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #0b8e42 !important;
  font-style: normal !important;
}

.public-home #como-importar .flow-box i::before,
.public-home #como-importar .import-benefits-light i::before {
  font-size: 1.25rem !important;
  line-height: 1 !important;
}

.public-home #como-importar .flow-doc::before { content: "▤" !important; }
.public-home #como-importar .flow-tax::before { content: "%" !important; }
.public-home #como-importar .flow-invoice::before { content: "▣" !important; }

.public-home #como-importar .import-benefits-light {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 16px 0 18px !important;
}

.public-home #como-importar .import-benefits-light::before {
  display: none !important;
}

.public-home #como-importar .import-benefits-light span {
  min-height: 96px !important;
  padding: 0 !important;
  color: #081b36 !important;
  font-size: .72rem !important;
  line-height: 1.18 !important;
}

.public-home #como-importar .import-benefits-light i {
  width: 44px !important;
  height: 44px !important;
  border-radius: 13px !important;
  background: #f3fbf6 !important;
}

.public-home #como-importar .benefit-pencil::before { content: "✎" !important; }
.public-home #como-importar .benefit-folder::before { content: "▰" !important; }
.public-home #como-importar .benefit-shield::before { content: "✓" !important; }
.public-home #como-importar .benefit-doc::before { content: "▤" !important; }

.public-home #como-importar .btn-green {
  background: linear-gradient(180deg, #10a351 0%, #087d39 100%) !important;
  box-shadow: 0 12px 24px rgba(8, 125, 57, .18) !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  .public-home #como-importar.landing-section {
    padding-block: 12px 18px !important;
  }

  .public-home #como-importar .section-heading {
    margin-bottom: 10px !important;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(1.7rem, 2.2vw, 2.2rem) !important;
  }

  .public-home #como-importar .section-heading span {
    font-size: .92rem !important;
  }

  .public-home #como-importar .import-card {
    padding: 18px !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 14px 0 10px !important;
    font-size: .82rem !important;
    line-height: 1.34 !important;
  }

  .public-home #como-importar .import-benefits {
    margin: 10px 0 10px !important;
  }

  .public-home #como-importar .import-benefits span {
    min-height: 66px !important;
    font-size: .68rem !important;
  }

  .public-home #como-importar .import-benefits i {
    width: 34px !important;
    height: 34px !important;
  }

  .public-home #como-importar .service-example {
    font-size: .7rem !important;
  }

  .public-home #como-importar .service-example div {
    min-height: 23px !important;
  }

  .public-home #como-importar .service-example dt,
  .public-home #como-importar .service-example dd {
    padding: 4px 8px !important;
  }

  .public-home #como-importar .service-example p,
  .public-home #como-importar .freight-note {
    font-size: .64rem !important;
    line-height: 1.24 !important;
  }

  .public-home #como-importar .included-note {
    font-size: .68rem !important;
  }

  .public-home #como-importar .flow-box {
    margin: 12px 0 !important;
    padding: 12px !important;
  }

  .public-home #como-importar .flow-box i {
    width: 38px !important;
    height: 38px !important;
  }

  .public-home #como-importar .import-benefits-light {
    gap: 8px !important;
    margin: 10px 0 12px !important;
  }

  .public-home #como-importar .import-benefits-light span {
    min-height: 78px !important;
    font-size: .62rem !important;
  }

  .public-home #como-importar .import-benefits-light i {
    width: 36px !important;
    height: 36px !important;
  }

  .public-home #como-importar .import-cta {
    min-height: 42px !important;
    margin-top: 8px !important;
    font-size: .86rem !important;
  }
}

@media (max-width: 1080px) {
  .public-home #como-importar .import-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    max-width: 720px !important;
  }

  .public-home #como-importar .or-badge {
    width: 46px !important;
    height: 46px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 680px) {
  .public-home #como-importar .page-container {
    width: min(100% - 32px, 1180px) !important;
  }

  .public-home #como-importar .import-card-head {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .public-home #como-importar .import-price {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .public-home #como-importar .import-benefits,
  .public-home #como-importar .import-benefits-light {
    grid-template-columns: 1fr !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits::before {
    display: none !important;
  }

  .public-home #como-importar .service-example,
  .public-home #como-importar .flow-box div {
    grid-template-columns: 1fr !important;
  }

  .public-home #como-importar .flow-box div::before,
  .public-home #como-importar .flow-box div::after {
    display: none !important;
  }

  .public-home #como-importar .flow-box span {
    grid-column: auto !important;
    margin-bottom: 12px !important;
  }

  .public-home #como-importar .flow-box span:last-child {
    margin-bottom: 0 !important;
  }

  .public-home #como-importar .service-example dl {
    border-right: 0 !important;
  }

  .public-home #como-importar .service-example p {
    padding: 10px !important;
  }
}

/* 20260811: ajuste final desktop para caber em 100% de zoom. */
@media (min-width: 1100px) {
  .public-home #como-importar .section-heading {
    max-width: 1120px !important;
    margin-bottom: 14px !important;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(1.95rem, 2.1vw, 2.28rem) !important;
    white-space: nowrap !important;
  }

  .public-home #como-importar .section-heading span {
    font-size: .96rem !important;
  }

  .public-home #como-importar .import-grid {
    align-items: start !important;
    gap: 16px !important;
  }

  .public-home #como-importar .import-card {
    padding: 18px !important;
  }

  .public-home #como-importar .import-card-featured .import-card-head,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  .public-home #como-importar .import-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .public-home #como-importar .solution-badge {
    margin-bottom: 5px !important;
    font-size: .68rem !important;
    letter-spacing: .14em !important;
  }

  .public-home #como-importar .solution-badge-green {
    max-width: 214px !important;
    white-space: normal !important;
    line-height: 1.08 !important;
  }

  .public-home #como-importar .import-card h3 {
    font-size: 1.32rem !important;
  }

  .public-home #como-importar .import-card-head p {
    font-size: .86rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .import-price {
    min-width: 118px !important;
  }

  .public-home #como-importar .import-price strong {
    font-size: 2.5rem !important;
  }

  .public-home #como-importar .import-price span {
    font-size: .76rem !important;
  }

  .public-home #como-importar .import-price small {
    font-size: .66rem !important;
  }

  .public-home #como-importar .import-price-green {
    min-width: 172px !important;
  }

  .public-home #como-importar .import-price-green strong {
    font-size: 2rem !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 14px 0 10px !important;
    font-size: .82rem !important;
    line-height: 1.35 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits {
    margin: 10px 0 12px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
    min-height: 64px !important;
    font-size: .68rem !important;
    line-height: 1.16 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits i,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits i {
    width: 34px !important;
    height: 34px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits::before {
    left: 34px !important;
    right: 34px !important;
    top: 17px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
    gap: 8px !important;
    font-size: .72rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .service-example div {
    min-height: 24px !important;
  }

  .public-home #como-importar .service-example dt,
  .public-home #como-importar .service-example dd {
    padding: 4px 8px !important;
  }

  .public-home #como-importar .import-card-featured .service-example p {
    padding: 6px 8px 6px 0 !important;
    font-size: .66rem !important;
    line-height: 1.22 !important;
  }

  .public-home #como-importar .import-cta {
    min-height: 42px !important;
    margin-top: 8px !important;
    font-size: .86rem !important;
  }

  .public-home #como-importar .import-card-featured .included-note {
    margin-top: 7px !important;
    font-size: .67rem !important;
    line-height: 1.2 !important;
  }

  .public-home #como-importar .import-card-featured .freight-note {
    margin-top: 8px !important;
    font-size: .62rem !important;
    line-height: 1.24 !important;
  }

  .public-home #como-importar .flow-box {
    margin: 12px 0 12px !important;
    padding: 12px 14px !important;
  }

  .public-home #como-importar .flow-box strong {
    margin-bottom: 10px !important;
    font-size: .82rem !important;
  }

  .public-home #como-importar .flow-box i {
    width: 38px !important;
    height: 38px !important;
  }

  .public-home #como-importar .flow-box span {
    gap: 6px !important;
    font-size: .64rem !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 12px 0 14px !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light span {
    min-height: 78px !important;
    font-size: .61rem !important;
    line-height: 1.12 !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light i {
    width: 36px !important;
    height: 36px !important;
  }
}

/* 20260812: escala final desktop depois dos ajustes antigos. */
@media (min-width: 1100px) {
  .public-home #como-importar.landing-section {
    padding-block: clamp(34px, 4.8vh, 52px) clamp(42px, 5.8vh, 64px) !important;
  }

  .public-home #como-importar .section-heading {
    max-width: 1320px !important;
    margin-bottom: clamp(18px, 2.4vh, 26px) !important;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(2.25rem, 2.85vw, 3.05rem) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  .public-home #como-importar .section-heading span {
    font-size: clamp(1.05rem, 1.22vw, 1.24rem) !important;
  }

  .public-home #como-importar .import-grid {
    align-items: stretch !important;
    gap: clamp(26px, 2.8vw, 44px) !important;
    grid-template-columns: minmax(560px, 1fr) 56px minmax(560px, 1fr) !important;
    max-width: min(100% - 96px, 1480px) !important;
  }

  .public-home #como-importar .import-card {
    padding: clamp(24px, 2vw, 30px) !important;
  }

  .public-home #como-importar .import-card-featured .import-card-head,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    grid-template-columns: 62px minmax(0, 1fr) auto !important;
    gap: 18px !important;
  }

  .public-home #como-importar .import-icon {
    width: 56px !important;
    height: 56px !important;
  }

  .public-home #como-importar .solution-badge {
    margin-bottom: 10px !important;
    font-size: .82rem !important;
    letter-spacing: .14em !important;
  }

  .public-home #como-importar .import-card h3 {
    font-size: clamp(1.65rem, 1.9vw, 2.05rem) !important;
    line-height: 1.08 !important;
  }

  .public-home #como-importar .import-card-head p {
    font-size: clamp(1rem, 1.12vw, 1.16rem) !important;
    line-height: 1.22 !important;
  }

  .public-home #como-importar .import-price {
    min-width: 148px !important;
    text-align: right !important;
  }

  .public-home #como-importar .import-price strong {
    font-size: clamp(3.15rem, 3.9vw, 4.1rem) !important;
    line-height: .95 !important;
  }

  .public-home #como-importar .import-price span {
    font-size: .95rem !important;
  }

  .public-home #como-importar .import-price small {
    font-size: .76rem !important;
  }

  .public-home #como-importar .import-price-green {
    min-width: 210px !important;
  }

  .public-home #como-importar .import-price-green strong {
    font-size: clamp(2.65rem, 3.2vw, 3.5rem) !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 22px 0 18px !important;
    font-size: clamp(1rem, 1.1vw, 1.14rem) !important;
    line-height: 1.46 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits {
    margin: 0 0 18px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
    min-height: 72px !important;
    font-size: .9rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits i,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits i {
    width: 46px !important;
    height: 46px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits::before {
    left: 46px !important;
    right: 46px !important;
    top: 23px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
    gap: 12px !important;
    font-size: .92rem !important;
    line-height: 1.3 !important;
  }

  .public-home #como-importar .service-example dt,
  .public-home #como-importar .service-example dd {
    padding: 8px 12px !important;
  }

  .public-home #como-importar .import-card-featured .service-example p {
    padding: 10px 12px !important;
    font-size: .88rem !important;
    line-height: 1.34 !important;
  }

  .public-home #como-importar .import-cta {
    min-height: 52px !important;
    margin-top: 16px !important;
    font-size: 1rem !important;
  }

  .public-home #como-importar .import-card-featured .included-note {
    margin-top: 12px !important;
    font-size: .88rem !important;
    line-height: 1.3 !important;
  }

  .public-home #como-importar .import-card-featured .freight-note {
    margin-top: 10px !important;
    font-size: .78rem !important;
    line-height: 1.34 !important;
  }

  .public-home #como-importar .flow-box {
    margin: auto 0 18px !important;
    padding: 18px 22px !important;
  }

  .public-home #como-importar .flow-box strong {
    margin-bottom: 16px !important;
    font-size: 1rem !important;
  }

  .public-home #como-importar .flow-box i {
    width: 56px !important;
    height: 56px !important;
  }

  .public-home #como-importar .flow-box span {
    gap: 8px !important;
    font-size: .86rem !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light {
    gap: 0 !important;
    margin: 0 0 26px !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light span {
    min-height: 94px !important;
    font-size: .82rem !important;
    line-height: 1.16 !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light i {
    width: 48px !important;
    height: 48px !important;
  }

  .public-home #servicos .page-container {
    max-width: min(100% - 80px, 1520px) !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(16px, 1.4vw, 24px) !important;
  }

  .public-home #servicos .service-card,
  .public-home #servicos .service-card:nth-child(4),
  .public-home #servicos .service-card:nth-child(5) {
    min-height: 540px !important;
    padding: clamp(26px, 2.15vw, 34px) !important;
  }
}

@media (min-width: 1100px) and (max-height: 780px) {
  .public-home #como-importar.landing-section {
    padding-block: 34px 48px !important;
  }

  .public-home #como-importar .import-card {
    padding: 26px !important;
  }

  .public-home #como-importar .import-grid {
    grid-template-columns: minmax(540px, 1fr) 56px minmax(540px, 1fr) !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 20px 0 18px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
    min-height: 72px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    font-size: .82rem !important;
  }

  .public-home #como-importar .import-card-featured .service-example p {
    font-size: .76rem !important;
  }
}

/* 20260812: guarda final da cascata para os prints de referencia. */
.public-home {
  --landing-header-height: 92px;
}

.public-home .site-header,
.public-home .header-shell {
  min-height: var(--landing-header-height) !important;
}

.public-home .brand img {
  height: clamp(42px, 4vw, 58px) !important;
}

.public-home #guia-rtu,
.public-home #como-importar,
.public-home #servicos {
  scroll-margin-top: calc(var(--landing-header-height) + 10px) !important;
}

.public-home #guia-rtu.ebook-section {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 184, 0, .14), transparent 30%),
    linear-gradient(135deg, #fff8e7 0%, #fffdf7 54%, #f7fbff 100%) !important;
  padding: clamp(46px, 6vh, 72px) 0 clamp(54px, 7vh, 84px) !important;
}

.public-home #guia-rtu .ebook-grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(44px, 5.5vw, 74px) !important;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr) !important;
  max-width: min(100% - 72px, 1340px) !important;
}

.public-home #guia-rtu .book {
  aspect-ratio: .86 / 1 !important;
  background: linear-gradient(142deg, #0b3a70 0%, #06172d 72%) !important;
  border-radius: 24px !important;
  box-shadow: 0 26px 52px rgba(6, 23, 45, .26) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-height: 560px !important;
  min-height: 420px !important;
  padding: clamp(44px, 5vw, 64px) !important;
  width: 100% !important;
}

.public-home #guia-rtu .book span {
  color: #ffb600 !important;
  font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
  letter-spacing: .03em !important;
  margin-bottom: clamp(52px, 7vh, 82px) !important;
}

.public-home #guia-rtu .book strong {
  color: #fff !important;
  font-size: clamp(2rem, 4.2vw, 3.7rem) !important;
  line-height: 1.06 !important;
}

.public-home #guia-rtu .book small {
  border-top: 4px solid rgba(72, 155, 224, .75) !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(1.02rem, 1.6vw, 1.45rem) !important;
  line-height: 1.35 !important;
  margin-top: clamp(42px, 6vh, 62px) !important;
  max-width: 320px !important;
  padding-top: 30px !important;
}

.public-home #guia-rtu .ebook-copy {
  max-width: 720px !important;
}

.public-home #guia-rtu .ebook-copy > p {
  color: #d28a00 !important;
  font-size: .98rem !important;
  letter-spacing: .42em !important;
  margin-bottom: 20px !important;
}

.public-home #guia-rtu .ebook-copy h2 {
  color: #061b3d !important;
  font-size: clamp(3.1rem, 5.2vw, 5.35rem) !important;
  line-height: 1.08 !important;
}

.public-home #guia-rtu .ebook-copy > span {
  color: #49566a !important;
  display: block !important;
  font-size: clamp(1.18rem, 1.65vw, 1.65rem) !important;
  line-height: 1.58 !important;
  margin: 24px 0 30px !important;
  max-width: 760px !important;
}

.public-home #guia-rtu .ebook-actions {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  max-width: 620px !important;
}

.public-home #guia-rtu .ebook-actions > .btn {
  justify-content: center !important;
  min-height: 64px !important;
  width: 100% !important;
}

.public-home #guia-rtu .ebook-detail-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.public-home #guia-rtu .ebook-detail-card > .btn {
  min-height: 58px !important;
  min-width: 220px !important;
}

.public-home #como-importar.landing-section {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%) !important;
  padding: clamp(46px, 6vh, 70px) 0 clamp(54px, 7vh, 78px) !important;
}

.public-home #como-importar .section-heading,
.public-home #servicos .section-heading {
  margin-bottom: clamp(24px, 3.5vh, 42px) !important;
}

.public-home #como-importar .section-heading h2,
.public-home #servicos .section-heading h2 {
  font-size: clamp(2.3rem, 3.2vw, 3.25rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  white-space: normal !important;
}

.public-home #como-importar .section-heading span,
.public-home #servicos .section-heading span {
  font-size: clamp(1rem, 1.25vw, 1.24rem) !important;
}

.public-home #como-importar .import-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(22px, 2.8vw, 42px) !important;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) !important;
  max-width: min(100% - 72px, 1420px) !important;
}

.public-home #como-importar .import-card {
  border-radius: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: clamp(28px, 3vw, 34px) !important;
}

.public-home #como-importar .import-card-featured {
  border: 2px solid rgba(255, 184, 0, .86) !important;
}

.public-home #como-importar .import-card-head {
  align-items: start !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 62px minmax(0, 1fr) auto !important;
}

.public-home #como-importar .import-icon {
  height: 56px !important;
  width: 56px !important;
}

.public-home #como-importar .solution-badge {
  border-radius: 999px !important;
  display: inline-flex !important;
  line-height: 1.12 !important;
  margin-bottom: 10px !important;
  padding: 6px 12px !important;
}

.public-home #como-importar .import-card h3 {
  font-size: clamp(1.6rem, 2.2vw, 2rem) !important;
  line-height: 1.08 !important;
}

.public-home #como-importar .import-card-head p {
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  line-height: 1.22 !important;
}

.public-home #como-importar .import-price {
  text-align: right !important;
}

.public-home #como-importar .import-price strong {
  font-size: clamp(3rem, 4.2vw, 4.25rem) !important;
  line-height: .95 !important;
}

.public-home #como-importar .import-price-green strong {
  font-size: clamp(2.45rem, 3.35vw, 3.55rem) !important;
}

.public-home #como-importar .import-main-copy {
  font-size: clamp(1rem, 1.18vw, 1.16rem) !important;
  line-height: 1.48 !important;
  margin: 28px 0 24px !important;
}

.public-home #como-importar .import-benefits {
  margin: 0 0 24px !important;
}

.public-home #como-importar .import-benefits span {
  font-size: clamp(.82rem, .92vw, .96rem) !important;
  min-height: 86px !important;
}

.public-home #como-importar .import-benefits i {
  height: 46px !important;
  width: 46px !important;
}

.public-home #como-importar .service-example {
  margin-top: auto !important;
}

.public-home #como-importar .import-card-featured .service-example {
  font-size: .95rem !important;
  line-height: 1.34 !important;
}

.public-home #como-importar .import-card-featured .service-example p {
  font-size: .9rem !important;
  line-height: 1.38 !important;
}

.public-home #como-importar .flow-box {
  margin: auto 0 24px !important;
  padding: clamp(18px, 2vw, 24px) !important;
}

.public-home #como-importar .flow-box strong {
  font-size: 1rem !important;
}

.public-home #como-importar .flow-box i {
  height: 56px !important;
  width: 56px !important;
}

.public-home #como-importar .flow-box span,
.public-home #como-importar .import-benefits-light span {
  font-size: clamp(.78rem, .9vw, .92rem) !important;
  line-height: 1.18 !important;
}

.public-home #como-importar .import-benefits-light {
  gap: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 0 26px !important;
}

.public-home #como-importar .import-benefits-light span {
  min-height: 116px !important;
}

.public-home #como-importar .import-cta {
  justify-content: center !important;
  margin-top: 0 !important;
  min-height: 56px !important;
  width: 100% !important;
}

.public-home #como-importar .or-badge {
  align-self: center !important;
  background: #fff !important;
  border: 1px solid rgba(10, 43, 82, .16) !important;
  box-shadow: 0 12px 32px rgba(6, 23, 45, .08) !important;
  color: #061b3d !important;
  height: 54px !important;
  justify-self: center !important;
  width: 54px !important;
}

.public-home #servicos.services-section {
  background:
    radial-gradient(circle at 10% 30%, rgba(24, 126, 201, .06), transparent 28%),
    #fbfdff !important;
  padding: clamp(46px, 6vh, 72px) 0 clamp(60px, 7vh, 90px) !important;
}

.public-home #servicos .page-container {
  max-width: min(100% - 72px, 1500px) !important;
}

.public-home #servicos .services-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(16px, 1.5vw, 24px) !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.public-home #servicos .service-card,
.public-home #servicos .service-card:nth-child(4),
.public-home #servicos .service-card:nth-child(5) {
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  grid-column: auto !important;
  min-height: 520px !important;
  padding: clamp(24px, 2.2vw, 32px) !important;
}

.public-home #servicos .service-card .card-icon {
  height: 58px !important;
  margin-bottom: 26px !important;
  width: 58px !important;
}

.public-home #servicos .service-card h3 {
  font-size: clamp(1.3rem, 1.6vw, 1.72rem) !important;
  line-height: 1.16 !important;
  min-height: 64px !important;
}

.public-home #servicos .service-card strong {
  font-size: clamp(1.2rem, 1.45vw, 1.55rem) !important;
  line-height: 1.2 !important;
  margin: 16px 0 18px !important;
}

.public-home #servicos .service-card p {
  font-size: clamp(.98rem, 1.08vw, 1.12rem) !important;
  line-height: 1.48 !important;
}

.public-home #servicos .service-card-cta {
  justify-content: center !important;
  margin-top: auto !important;
  min-height: 52px !important;
  width: 100% !important;
}

.public-home #servicos .section-action {
  margin-top: 42px !important;
}

@media (max-width: 1280px) {
  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid,
  .public-home #servicos .page-container {
    max-width: min(100% - 48px, 1180px) !important;
  }

  .public-home #guia-rtu .ebook-grid {
    grid-template-columns: minmax(280px, .8fr) minmax(360px, 1.2fr) !important;
  }

  .public-home #guia-rtu .book {
    min-height: 360px !important;
    padding: 38px !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .public-home #servicos .service-card {
    min-height: 420px !important;
  }
}

@media (min-width: 1100px) and (max-height: 780px) {
  .public-home #guia-rtu.ebook-section,
  .public-home #como-importar.landing-section,
  .public-home #servicos.services-section {
    padding-block: 30px 44px !important;
  }

  .public-home #guia-rtu .book {
    min-height: 350px !important;
    padding: 34px !important;
  }

  .public-home #guia-rtu .book span {
    margin-bottom: 34px !important;
  }

  .public-home #guia-rtu .book small {
    margin-top: 30px !important;
    padding-top: 20px !important;
  }

  .public-home #guia-rtu .ebook-copy h2 {
    font-size: clamp(2.65rem, 4.6vw, 4.5rem) !important;
  }

  .public-home #guia-rtu .ebook-copy > span {
    font-size: 1.22rem !important;
    margin: 18px 0 22px !important;
  }

  .public-home #como-importar .import-card {
    padding: 22px !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 18px 0 16px !important;
  }

  .public-home #como-importar .import-benefits span,
  .public-home #como-importar .import-benefits-light span {
    min-height: 72px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    font-size: .78rem !important;
  }

  .public-home #servicos .service-card {
    min-height: 390px !important;
    padding: 22px !important;
  }
}

@media (max-width: 1024px) {
  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid {
    grid-template-columns: 1fr !important;
  }

  .public-home #guia-rtu .ebook-copy,
  .public-home #guia-rtu .ebook-actions {
    max-width: none !important;
  }

  .public-home #servicos .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .public-home {
    --landing-header-height: 74px;
  }

  .public-home .page-container,
  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid,
  .public-home #servicos .page-container {
    max-width: calc(100% - 28px) !important;
  }

  .public-home #guia-rtu.ebook-section,
  .public-home #como-importar.landing-section,
  .public-home #servicos.services-section {
    padding-block: 28px 42px !important;
  }

  .public-home #guia-rtu .book {
    aspect-ratio: auto !important;
    min-height: 330px !important;
    padding: 32px !important;
  }

  .public-home #guia-rtu .book span {
    margin-bottom: 38px !important;
  }

  .public-home #guia-rtu .book strong {
    font-size: clamp(2.4rem, 12vw, 3.35rem) !important;
  }

  .public-home #guia-rtu .ebook-copy h2,
  .public-home #como-importar .section-heading h2,
  .public-home #servicos .section-heading h2 {
    font-size: clamp(2.05rem, 9vw, 2.7rem) !important;
  }

  .public-home #guia-rtu .ebook-copy > span,
  .public-home #como-importar .section-heading span,
  .public-home #servicos .section-heading span {
    font-size: 1rem !important;
  }

  .public-home #como-importar .import-card-head {
    grid-template-columns: 50px minmax(0, 1fr) !important;
  }

  .public-home #como-importar .import-price {
    grid-column: 1 / -1 !important;
    text-align: left !important;
  }

  .public-home #como-importar .import-price strong {
    font-size: 2.7rem !important;
  }

  .public-home #como-importar .import-benefits,
  .public-home #como-importar .import-benefits-light,
  .public-home #como-importar .flow-box div,
  .public-home #servicos .services-grid {
    grid-template-columns: 1fr !important;
  }

  .public-home #como-importar .import-benefits::before,
  .public-home #como-importar .flow-box div::before,
  .public-home #como-importar .flow-box div::after {
    display: none !important;
  }

  .public-home #servicos .service-card {
    min-height: 0 !important;
  }
}

@media (max-width: 920px) and (orientation: landscape) {
  .public-home .main-nav {
    max-height: calc(100dvh - var(--landing-header-height)) !important;
    overflow-y: auto !important;
  }

  .public-home #guia-rtu .ebook-grid,
  .public-home #como-importar .import-grid,
  .public-home #servicos .page-container {
    max-width: calc(100% - 32px) !important;
  }

  .public-home #guia-rtu .book {
    min-height: 280px !important;
  }

  .public-home #guia-rtu .ebook-copy h2 {
    font-size: clamp(2.1rem, 7vw, 3.1rem) !important;
  }
}

/* 20260811: override final para Como comecar e Servicos depois do CSS legado. */
.public-home #como-comecar,
.public-home #servicos {
  scroll-margin-top: calc(var(--landing-header-height, 74px) + 10px) !important;
}

.public-home #como-comecar .section-heading,
.public-home #servicos .section-heading {
  margin-bottom: 20px !important;
}

.public-home #como-comecar .section-heading h2,
.public-home #servicos .section-heading h2 {
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.public-home #como-comecar .start-grid {
  max-width: 980px !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.public-home #como-comecar .start-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: 26px !important;
  border-radius: 12px !important;
}

.public-home #como-comecar .start-icon {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 16px !important;
  font-size: 1.05rem !important;
}

.public-home #como-comecar .start-card h3 {
  font-size: 1.24rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.public-home #como-comecar .start-card p {
  min-height: 48px !important;
  margin-top: 10px !important;
  font-size: .95rem !important;
  line-height: 1.42 !important;
}

.public-home #como-comecar .start-card ul {
  gap: 8px !important;
  margin: 16px 0 !important;
}

.public-home #como-comecar .start-card li {
  gap: 9px !important;
  font-size: .9rem !important;
  line-height: 1.28 !important;
}

.public-home #como-comecar .price-line {
  min-height: 34px !important;
  padding-top: 4px !important;
}

.public-home #como-comecar .start-card .btn {
  min-height: 44px !important;
  margin-top: 16px !important;
}

.public-home #como-comecar .section-note {
  margin-top: 18px !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-size: .88rem !important;
  line-height: 1.36 !important;
}

.public-home #servicos .page-container {
  max-width: 1260px !important;
}

.public-home #servicos .services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  max-width: 1180px !important;
  gap: 14px !important;
  align-items: stretch !important;
}

.public-home #servicos .service-card,
.public-home #servicos .service-card:nth-child(4),
.public-home #servicos .service-card:nth-child(5) {
  grid-column: auto !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 20px 18px !important;
  border-radius: 12px !important;
}

.public-home #servicos .service-card .card-icon {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 12px !important;
  font-size: .92rem !important;
}

.public-home #servicos .service-card h3 {
  min-height: 40px !important;
  font-size: .98rem !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.public-home #servicos .service-card strong {
  margin-top: 8px !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
}

.public-home #servicos .service-card small {
  font-size: .72rem !important;
}

.public-home #servicos .service-card p {
  margin-top: 8px !important;
  font-size: .82rem !important;
  line-height: 1.34 !important;
}

.public-home #servicos .service-card-cta {
  min-height: 38px !important;
  margin-top: auto !important;
  padding: 8px 10px !important;
  font-size: .78rem !important;
  line-height: 1.15 !important;
}

.public-home #servicos .section-action {
  margin-top: 18px !important;
}

.public-home #servicos .section-action .btn {
  min-height: 40px !important;
  padding: 10px 18px !important;
}

@media (min-width: 1100px) {
  .public-home #como-comecar,
  .public-home #servicos {
    min-height: calc(100vh - var(--landing-header-height, 74px)) !important;
    padding-block: 30px 28px !important;
  }

  .public-home #como-comecar .section-heading h2,
  .public-home #servicos .section-heading h2 {
    font-size: clamp(1.9rem, 2.2vw, 2.35rem) !important;
  }

  .public-home #como-comecar .section-heading span,
  .public-home #servicos .section-heading span {
    margin-top: 8px !important;
    font-size: .94rem !important;
    line-height: 1.42 !important;
  }
}

@media (min-width: 1100px) and (max-height: 820px) {
  .public-home #como-comecar,
  .public-home #servicos {
    padding-block: 20px 20px !important;
  }

  .public-home #como-comecar .section-heading,
  .public-home #servicos .section-heading,
  .public-home #como-comecar .start-grid,
  .public-home #servicos .services-grid,
  .public-home #como-comecar .section-note,
  .public-home #servicos .section-action {
    zoom: .9;
  }

  .public-home #como-comecar .section-heading,
  .public-home #servicos .section-heading {
    margin-bottom: 14px !important;
  }

  .public-home #como-comecar .section-note,
  .public-home #servicos .section-action {
    margin-top: 14px !important;
  }
}

@media (max-width: 1199px) and (min-width: 900px) {
  .public-home #servicos .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 920px !important;
  }
}

@media (max-width: 899px) {
  .public-home #como-comecar .start-grid,
  .public-home #servicos .services-grid {
    grid-template-columns: 1fr !important;
  }

  .public-home #como-comecar .start-card p {
    min-height: 0 !important;
  }
}

@media (min-width: 1100px) {
  .public-home #como-importar .import-card h3,
  .public-home #como-importar .import-card-head p,
  .public-home #como-importar .solution-badge {
    white-space: nowrap !important;
  }

  .public-home #como-importar .import-card-featured .import-price {
    min-width: 104px !important;
  }

  .public-home #como-importar .import-card-featured .import-price strong {
    font-size: 2.35rem !important;
  }

  .public-home #como-importar .import-price-green {
    min-width: 138px !important;
  }

  .public-home #como-importar .import-price-green strong {
    font-size: 1.7rem !important;
  }

  .public-home #como-importar .solution-badge-green {
    font-size: .56rem !important;
    letter-spacing: .04em !important;
  }
}

@media (min-width: 1100px) and (max-height: 820px) {
  .public-home #como-importar.landing-section {
    padding-block: 6px 12px !important;
  }

  .public-home #como-importar .section-heading {
    margin-bottom: 8px !important;
  }

  .public-home #como-importar .section-heading p {
    margin-bottom: 2px !important;
    font-size: .62rem !important;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(1.45rem, 1.9vw, 1.7rem) !important;
  }

  .public-home #como-importar .section-heading span {
    margin-top: 2px !important;
    font-size: .78rem !important;
  }

  .public-home #como-importar .import-grid {
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) !important;
    gap: 12px !important;
    max-width: 1060px !important;
  }

  .public-home #como-importar .or-badge {
    width: 42px !important;
    height: 42px !important;
    font-size: .72rem !important;
  }

  .public-home #como-importar .import-card {
    padding: 12px !important;
    border-radius: 9px !important;
  }

  .public-home #como-importar .import-card-featured .import-card-head,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  .public-home #como-importar .import-icon {
    width: 32px !important;
    height: 32px !important;
  }

  .public-home #como-importar .import-icon-box::before {
    width: 14px !important;
    height: 14px !important;
    border-width: 2px !important;
  }

  .public-home #como-importar .import-icon-monitor::before {
    width: 17px !important;
    height: 12px !important;
    border-width: 2px !important;
  }

  .public-home #como-importar .import-icon-monitor::after {
    width: 13px !important;
    height: 6px !important;
    border-bottom-width: 2px !important;
    transform: translateY(11px) !important;
  }

  .public-home #como-importar .solution-badge {
    margin-bottom: 3px !important;
    font-size: .52rem !important;
    letter-spacing: .08em !important;
  }

  .public-home #como-importar .solution-badge-green {
    max-width: 142px !important;
    font-size: .47rem !important;
    letter-spacing: .02em !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  .public-home #como-importar .import-card h3 {
    font-size: 1.02rem !important;
  }

  .public-home #como-importar .import-card-head p {
    margin-top: 2px !important;
    font-size: .66rem !important;
  }

  .public-home #como-importar .import-price {
    min-width: 92px !important;
  }

  .public-home #como-importar .import-price strong {
    font-size: 1.88rem !important;
  }

  .public-home #como-importar .import-price span {
    font-size: .58rem !important;
  }

  .public-home #como-importar .import-price small {
    font-size: .5rem !important;
  }

  .public-home #como-importar .import-price-green {
    min-width: 118px !important;
  }

  .public-home #como-importar .import-price-green strong {
    font-size: 1.35rem !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 8px 0 7px !important;
    font-size: .66rem !important;
    line-height: 1.24 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits {
    margin: 7px 0 8px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
    min-height: 46px !important;
    gap: 4px !important;
    font-size: .52rem !important;
    line-height: 1.08 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits i,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits i {
    width: 26px !important;
    height: 26px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits i::before {
    font-size: .72rem !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits::before {
    left: 28px !important;
    right: 28px !important;
    top: 13px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    gap: 6px !important;
    font-size: .56rem !important;
    line-height: 1.1 !important;
  }

  .public-home #como-importar .service-example div {
    min-height: 18px !important;
  }

  .public-home #como-importar .service-example dt,
  .public-home #como-importar .service-example dd {
    padding: 2px 5px !important;
  }

  .public-home #como-importar .import-card-featured .service-example p {
    padding: 4px 6px 4px 0 !important;
    font-size: .5rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .import-cta {
    min-height: 32px !important;
    margin-top: 6px !important;
    font-size: .66rem !important;
  }

  .public-home #como-importar .import-card-featured .included-note {
    margin-top: 5px !important;
    font-size: .52rem !important;
    line-height: 1.12 !important;
  }

  .public-home #como-importar .import-card-featured .freight-note {
    margin-top: 5px !important;
    font-size: .46rem !important;
    line-height: 1.15 !important;
  }

  .public-home #como-importar .flow-box {
    margin: 8px 0 8px !important;
    padding: 8px 10px !important;
  }

  .public-home #como-importar .flow-box strong {
    margin-bottom: 6px !important;
    font-size: .66rem !important;
  }

  .public-home #como-importar .flow-box i {
    width: 30px !important;
    height: 30px !important;
    border-radius: 9px !important;
  }

  .public-home #como-importar .flow-box span {
    gap: 4px !important;
    font-size: .52rem !important;
  }

  .public-home #como-importar .flow-box div {
    grid-template-columns: 1fr 28px 1fr 28px 1fr !important;
  }

  .public-home #como-importar .flow-box div::before,
  .public-home #como-importar .flow-box div::after {
    font-size: 1.1rem !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light {
    gap: 6px !important;
    margin: 8px 0 8px !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light span {
    min-height: 52px !important;
    gap: 4px !important;
    font-size: .46rem !important;
    line-height: 1.05 !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light i {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
  }
}

@media (min-width: 1100px) and (max-height: 820px) {
  .public-home #como-importar .section-heading,
  .public-home #como-importar .import-grid {
    zoom: .8 !important;
  }

  .public-home #como-importar .import-card h3,
  .public-home #como-importar .import-card-head p {
    white-space: normal !important;
  }
}

/* 20260811: reforco contra regras antigas mais especificas da secao. */
.public-home #como-importar .import-card > p,
.public-home #como-importar .import-card-head > div {
  flex: 0 0 auto !important;
}

.public-home #como-importar .import-card-featured .import-card-head,
.public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
}

.public-home #como-importar .import-card-featured .import-benefits,
.public-home #como-importar .import-card:not(.import-card-featured) .import-benefits,
.public-home #como-importar .import-benefits-light {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 14px 0 16px !important;
  padding: 0 !important;
}

.public-home #como-importar .import-card-featured .import-benefits span,
.public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;
  min-height: 76px !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  color: inherit !important;
  font-size: .78rem !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.public-home #como-importar .import-card-featured .import-benefits i,
.public-home #como-importar .import-card:not(.import-card-featured) .import-benefits i {
  grid-row: auto !important;
  width: 44px !important;
  height: 44px !important;
}

.public-home #como-importar .import-card-featured .import-benefits br,
.public-home #como-importar .import-card:not(.import-card-featured) .import-benefits br {
  display: block !important;
}

.public-home #como-importar .import-card-featured .service-example {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) !important;
  gap: 12px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .06) !important;
  font-size: .82rem !important;
  line-height: 1.32 !important;
}

.public-home #como-importar .import-card-featured .service-example p {
  margin: 0 !important;
  padding: 8px 10px 8px 0 !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: .78rem !important;
  line-height: 1.35 !important;
}

.public-home #como-importar .import-card-featured .included-note {
  margin: 9px 0 0 !important;
  font-size: .78rem !important;
  line-height: 1.3 !important;
}

.public-home #como-importar .import-card-featured .freight-note {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: .72rem !important;
  line-height: 1.4 !important;
}

.public-home #como-importar .import-benefits-light {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 16px 0 18px !important;
}

.public-home #como-importar .import-benefits-light span {
  min-height: 96px !important;
  font-size: .72rem !important;
}

.public-home #como-importar .import-price-green {
  min-width: 178px !important;
}

.public-home #como-importar .import-price-green strong {
  font-size: clamp(1.85rem, 2vw, 2.1rem) !important;
}

@media (min-width: 1100px) and (max-height: 820px) {
  .public-home #como-importar .import-card-featured .import-benefits span,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
    min-height: 66px !important;
    font-size: .68rem !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits i,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits i {
    width: 34px !important;
    height: 34px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    font-size: .7rem !important;
    line-height: 1.2 !important;
  }

  .public-home #como-importar .import-card-featured .service-example p,
  .public-home #como-importar .import-card-featured .freight-note {
    font-size: .64rem !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 680px) {
  .public-home #como-importar .import-card-featured .import-card-head,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits,
  .public-home #como-importar .import-benefits-light {
    grid-template-columns: 1fr !important;
  }
}

/* 20260811: regras finais vencedoras para viewport desktop. */
@media (min-width: 1100px) {
  .public-home #como-importar.landing-section {
    padding-block: 18px 24px !important;
  }

  .public-home #como-importar .section-heading {
    max-width: 1120px !important;
    margin-bottom: 14px !important;
  }

  .public-home #como-importar .section-heading h2 {
    font-size: clamp(1.95rem, 2.1vw, 2.28rem) !important;
    white-space: nowrap !important;
  }

  .public-home #como-importar .section-heading span {
    font-size: .96rem !important;
  }

  .public-home #como-importar .import-grid {
    align-items: start !important;
    gap: 16px !important;
  }

  .public-home #como-importar .import-card {
    padding: 18px !important;
  }

  .public-home #como-importar .import-card-featured .import-card-head,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-card-head {
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  .public-home #como-importar .import-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .public-home #como-importar .solution-badge {
    margin-bottom: 5px !important;
    font-size: .68rem !important;
    letter-spacing: .14em !important;
  }

  .public-home #como-importar .import-card h3 {
    font-size: 1.32rem !important;
  }

  .public-home #como-importar .import-card-head p {
    font-size: .86rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .import-price {
    min-width: 118px !important;
  }

  .public-home #como-importar .import-price strong {
    font-size: 2.5rem !important;
  }

  .public-home #como-importar .import-price span {
    font-size: .76rem !important;
  }

  .public-home #como-importar .import-price small {
    font-size: .66rem !important;
  }

  .public-home #como-importar .import-price-green {
    min-width: 172px !important;
  }

  .public-home #como-importar .import-price-green strong {
    font-size: 2rem !important;
  }

  .public-home #como-importar .import-main-copy {
    margin: 14px 0 10px !important;
    font-size: .82rem !important;
    line-height: 1.35 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits {
    margin: 10px 0 12px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits span,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits span {
    min-height: 64px !important;
    font-size: .68rem !important;
    line-height: 1.16 !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits i,
  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits i {
    width: 34px !important;
    height: 34px !important;
  }

  .public-home #como-importar .import-card-featured .import-benefits::before {
    left: 34px !important;
    right: 34px !important;
    top: 17px !important;
  }

  .public-home #como-importar .import-card-featured .service-example {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
    gap: 8px !important;
    font-size: .72rem !important;
    line-height: 1.18 !important;
  }

  .public-home #como-importar .service-example div {
    min-height: 24px !important;
  }

  .public-home #como-importar .service-example dt,
  .public-home #como-importar .service-example dd {
    padding: 4px 8px !important;
  }

  .public-home #como-importar .import-card-featured .service-example p {
    padding: 6px 8px 6px 0 !important;
    font-size: .66rem !important;
    line-height: 1.22 !important;
  }

  .public-home #como-importar .import-cta {
    min-height: 42px !important;
    margin-top: 8px !important;
    font-size: .86rem !important;
  }

  .public-home #como-importar .import-card-featured .included-note {
    margin-top: 7px !important;
    font-size: .67rem !important;
    line-height: 1.2 !important;
  }

  .public-home #como-importar .import-card-featured .freight-note {
    margin-top: 8px !important;
    font-size: .62rem !important;
    line-height: 1.24 !important;
  }

  .public-home #como-importar .flow-box {
    margin: 12px 0 12px !important;
    padding: 12px 14px !important;
  }

  .public-home #como-importar .flow-box strong {
    margin-bottom: 10px !important;
    font-size: .82rem !important;
  }

  .public-home #como-importar .flow-box i {
    width: 38px !important;
    height: 38px !important;
  }

  .public-home #como-importar .flow-box span {
    gap: 6px !important;
    font-size: .64rem !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 12px 0 14px !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light span {
    min-height: 78px !important;
    font-size: .61rem !important;
    line-height: 1.12 !important;
  }

  .public-home #como-importar .import-card:not(.import-card-featured) .import-benefits-light i {
    width: 36px !important;
    height: 36px !important;
  }
}
