/* Home publica | camada responsive | componente network. */



/* Ajustes responsivos gerais. */
@media (max-width: 1599.98px) {
.pt-home-section-heading,
  .pt-home-ecosystem-heading {
    margin-bottom: 2.25rem;
  }

.pt-home-section-heading h2,
  .pt-home-ecosystem-heading h2,
  .pt-home-journey-intro h2,
  .pt-home-final-copy h2 {
    font-size: clamp(2.5rem, 3.6vw, 3.2rem);
  }
}



@media (max-width: 1099.98px) {
.pt-home-section-heading,
  .pt-home-ecosystem-heading {
    display: grid;
    gap: 1rem;
    align-items: start;
  }

.pt-home-ecosystem-heading {
    grid-template-columns: 1fr;
  }

.pt-home-ecosystem-intro {
    max-width: 760px;
    justify-self: start;
  }

.pt-home-ecosystem-stage {
    gap: 0.9rem;
    padding: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

.pt-home-ecosystem-core {
    display: grid;
    min-height: 230px;
    gap: 0.28rem 1.25rem;
    align-content: center;
    padding: 1.45rem 1.7rem;
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 92px minmax(0, 1fr) minmax(190px, 0.72fr);
    text-align: left;
  }

.pt-home-core-mark {
    align-self: center;
    margin: 0;
    grid-column: 1;
    grid-row: 1 / 6;
  }

.pt-home-ecosystem-core > small {
    grid-column: 2;
  }

.pt-home-ecosystem-core h3 {
    max-width: 430px;
    margin: 0.28rem 0 0.42rem;
    grid-column: 2;
  }

.pt-home-ecosystem-core > p {
    max-width: 470px;
    grid-column: 2;
  }

.pt-home-ecosystem-core > ul {
    align-self: stretch;
    align-content: center;
    margin: 0;
    padding: 0 0 0 1.25rem;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    grid-column: 3;
    grid-row: 1 / 6;
  }

.pt-home-ecosystem-core li {
    justify-content: flex-start;
  }

.pt-home-module-slot.is-position-1,
  .pt-home-module-slot.is-position-2,
  .pt-home-module-slot.is-position-3,
  .pt-home-module-slot.is-position-4,
  .pt-home-module-slot.is-position-5,
  .pt-home-module-slot.is-position-6 {
    grid-column: auto;
    grid-row: auto;
  }

.pt-home-module-connector {
    display: none;
  }
}



@media (max-width: 991.98px) {
.pt-home-network-grid {
    grid-template-columns: 1fr;
  }

.pt-home-integrations {
    grid-template-columns: minmax(0, 1fr) auto;
  }

.pt-home-integrations ul {
    grid-column: 1 / -1;
    grid-row: 2;
  }

.pt-home-pro-callout {
    align-items: start;
    grid-template-columns: 64px minmax(0, 1fr);
  }

.pt-home-pro-callout .btn {
    width: 100%;
    grid-column: 1 / -1;
  }
}



@media (max-width: 767.98px) {
.pt-home-section-heading,
  .pt-home-ecosystem-heading {
    margin-bottom: 1.75rem;
  }

.pt-home-section-heading h2,
  .pt-home-ecosystem-heading h2 {
    font-size: clamp(2.05rem, 9vw, 3rem);
    line-height: 1.06;
  }

.pt-home-ecosystem-stage {
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

.pt-home-ecosystem-core {
    display: flex;
    min-height: 0;
    padding: 1.5rem 1.15rem;
    grid-column: 1;
    text-align: center;
  }

.pt-home-core-mark {
    margin: 0 0 1rem;
  }

.pt-home-ecosystem-core h3 {
    margin: 0.42rem 0 0.65rem;
  }

.pt-home-ecosystem-core > ul {
    align-self: auto;
    margin: 1rem 0 0;
    padding: 0.8rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

.pt-home-ecosystem-core li {
    justify-content: center;
  }

.pt-home-module-card {
    min-height: 148px;
  }

.pt-home-integrations {
    grid-template-columns: 1fr;
  }

.pt-home-integrations ul,
  .pt-home-integrations > a {
    grid-column: 1;
    grid-row: auto;
  }

.pt-home-integrations > a {
    justify-content: flex-start;
  }
}



@media (max-width: 575.98px) {
.pt-home-section-heading,
  .pt-home-ecosystem-heading {
    gap: 0.85rem;
    margin-bottom: 1.6rem;
  }

.pt-home-ecosystem-intro > p {
    font-size: 0.88rem;
    line-height: 1.62;
  }

.pt-home-core-mark {
    width: 78px;
    height: 78px;
    border-radius: 22px;
  }

.pt-home-core-mark img {
    width: 60px;
    height: 60px;
  }

.pt-home-integrations,
  .pt-home-pro-callout {
    padding: 1rem;
  }

.pt-home-pro-callout {
    gap: 0.9rem;
    grid-template-columns: 58px minmax(0, 1fr);
  }

.pt-home-pro-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

.pt-home-pro-icon svg {
    width: 31px;
    height: 31px;
  }

.pt-home-module-card {
    min-height: 146px;
    padding: 1rem;
  }

.pt-home-module-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

.pt-home-module-icon svg {
    width: 28px;
    height: 28px;
  }

.pt-home-module-card h3 {
    font-size: 1rem;
  }

.pt-home-module-card p {
    font-size: 0.76rem;
  }

.pt-home-network-panel {
    padding: 0.9rem;
  }
}



@media (max-width: 339.98px) {
.pt-home-ecosystem-stage {
    padding: 0.6rem;
  }

.pt-home-ecosystem-core {
    padding: 1.35rem 0.9rem;
  }

.pt-home-ecosystem-core h3 {
    font-size: 1.16rem;
  }

.pt-home-pro-callout {
    grid-template-columns: 1fr;
  }

.pt-home-pro-callout .btn {
    grid-column: 1;
  }

.pt-home-network-panel > header {
    grid-template-columns: 42px 1fr;
  }

.pt-home-network-panel > header > a {
    grid-column: 2;
  }

.pt-home-network-list > a {
    grid-template-columns: 42px minmax(0, 1fr);
  }

.pt-home-network-list b {
    grid-column: 2;
  }
}



/* Experiência mobile com conteúdo e gestos priorizados. */
@media (max-width: 767.98px) {
.pt-home-section-heading,
  .pt-home-ecosystem-heading {
    gap: 0.65rem;
    margin-bottom: 1.35rem;
  }

.pt-home-section-heading h2,
  .pt-home-ecosystem-heading h2,
  .pt-home-journey-intro h2 {
    max-width: 18ch;
    font-size: clamp(1.9rem, 8vw, 2.4rem);
    line-height: 1.08;
  }

.pt-home-section-heading > p,
  .pt-home-heading-action p,
  .pt-home-ecosystem-intro > p,
  .pt-home-journey-intro p {
    max-width: 42ch;
    font-size: 0.86rem;
    line-height: 1.55;
  }

.pt-home-journey .pt-home-slider-hint,
  .pt-home-ecosystem .pt-home-slider-hint,
  .pt-home-journey .pt-home-slider-nav > span,
  .pt-home-ecosystem .pt-home-slider-nav > span {
    color: #afbed1;
  }

.pt-home-journey .pt-home-slider-hint i,
  .pt-home-ecosystem .pt-home-slider-hint i {
    color: #8badff;
    background: rgba(30, 86, 255, 0.14);
    border-color: rgba(111, 155, 255, 0.28);
  }

.pt-home-journey .pt-home-slider-nav button,
  .pt-home-ecosystem .pt-home-slider-nav button {
    color: #8badff;
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
  }

.pt-home-journey .pt-home-slider-nav,
  .pt-home-ecosystem .pt-home-slider-nav {
    background: rgba(4, 17, 36, 0.58);
    border-color: rgba(122, 161, 230, 0.2);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

.pt-home-ecosystem-heading {
    margin-bottom: 1.25rem;
  }

.pt-home-ecosystem-stage {
    gap: 0.7rem;
  }

.pt-home-ecosystem-core {
    padding: 1.25rem 1rem;
  }

.pt-home-core-mark {
    width: 70px;
    height: 70px;
    margin-bottom: 0.75rem;
  }

.pt-home-core-mark img {
    width: 54px;
    height: 54px;
  }

.pt-home-ecosystem-core > ul {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }

.pt-home-ecosystem-core li {
    padding: 0.34rem 0.5rem;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
  }

.pt-home-ecosystem-stage > .pt-home-slider-controls {
    width: min(100%, 360px);
    margin: 0.15rem auto 0;
    padding: 0;
    grid-column: 1;
    justify-self: center;
  }

.pt-home-module-rail {
    display: flex;
    min-width: 0;
    gap: 0.7rem;
    margin-right: -0.75rem;
    padding: 0 0.75rem 0.25rem 0;
    overflow-x: auto;
    grid-column: 1;
  }

.pt-home-module-slot {
    flex: 0 0 min(80vw, 310px);
  }

.pt-home-module-card {
    min-height: 145px;
  }

.pt-home-integrations,
  .pt-home-pro-callout {
    margin-top: 0.75rem;
  }

.pt-home-integrations ul {
    gap: 0.35rem;
  }

.pt-home-integrations li {
    min-height: 28px;
    padding: 0.32rem 0.55rem;
  }

.pt-home-pro-content > ul {
    gap: 0.4rem 0.7rem;
    margin-top: 0.55rem;
  }

.pt-home-network-list > a:nth-child(n + 3) {
    display: none;
  }

.pt-home-network-panel {
    padding: 0.85rem;
  }
}



/* Alinhamento mobile: textos centralizados e trilhos equilibrados visualmente. */
@media (max-width: 767.98px) {
.pt-home-hero-copy,
  .pt-home-section-heading,
  .pt-home-journey-intro,
  .pt-home-ecosystem-heading,
  .pt-home-final-copy {
    text-align: center;
  }

.pt-home-section-heading,
  .pt-home-section-heading.pt-home-profiles-heading,
  .pt-home-journey-intro,
  .pt-home-ecosystem-heading {
    justify-items: center;
  }

.pt-home-section-heading > div,
  .pt-home-ecosystem-heading > div:first-child,
  .pt-home-ecosystem-intro {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-self: center;
  }

.pt-home-section-heading h2,
  .pt-home-ecosystem-heading h2,
  .pt-home-journey-intro h2,
  .pt-home-section-heading > p,
  .pt-home-profiles-heading > p,
  .pt-home-heading-action p,
  .pt-home-ecosystem-intro > p,
  .pt-home-journey-intro p,
  .pt-home-final-copy p,
  .pt-home-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
    justify-self: center;
  }

.pt-home-module-rail {
    --pt-mobile-card-width: min(80vw, 310px);
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: max(0px, calc((100% - var(--pt-mobile-card-width)) / 2));
    padding-bottom: 0.25rem;
    padding-left: max(0px, calc((100% - var(--pt-mobile-card-width)) / 2));
    scroll-padding-inline: max(
      0px,
      calc((100% - var(--pt-mobile-card-width)) / 2)
    );
  }

.pt-home-module-slot {
    flex: 0 0 var(--pt-mobile-card-width);
  }

.pt-home-profile-content > small,
  .pt-home-profile-content > p,
  .pt-home-story-card p,
  .pt-home-module-card p {
    margin-right: auto;
    margin-left: auto;
  }

.pt-home-ecosystem-core > ul {
    display: grid;
    width: min(100%, 190px);
    max-width: 100%;
    gap: 0.4rem;
    justify-content: stretch;
    margin-right: auto;
    margin-left: auto;
  }

.pt-home-ecosystem-core li {
    display: grid;
    width: 100%;
    gap: 0.45rem;
    align-items: center;
    justify-content: stretch;
    grid-template-columns: 14px minmax(0, 1fr);
    text-align: left;
  }

.pt-home-ecosystem-core li i {
    justify-self: center;
  }

.pt-home-pro-content > ul {
    display: grid;
    width: max-content;
    max-width: 100%;
    gap: 0.45rem;
    align-items: stretch;
    justify-content: stretch;
    margin-right: auto;
    margin-left: auto;
  }

.pt-home-pro-content li {
    display: grid;
    width: 100%;
    gap: 0.45rem;
    align-items: center;
    grid-template-columns: 14px minmax(0, 1fr);
    text-align: left;
  }

.pt-home-pro-content li i {
    margin: 0;
    justify-self: center;
  }

.pt-home-module-card-top {
    justify-content: center;
  }

.pt-home-module-arrow {
    position: absolute;
    top: 1.05rem;
    right: 1.15rem;
  }

.pt-home-integrations {
    justify-items: center;
    text-align: center;
  }

.pt-home-integrations ul,
  .pt-home-pro-content > ul {
    justify-content: center;
  }

.pt-home-integrations > a {
    justify-content: center;
  }
}



/* Ecossistema: fluxo de leitura mobile compacto e intencional. */
@media (max-width: 767.98px) {
.pt-home-ecosystem {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }

.pt-home-ecosystem-heading {
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

.pt-home-ecosystem-heading .pt-eyebrow {
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
    white-space: nowrap;
  }

.pt-home-ecosystem-heading h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    line-height: 1.07;
  }

.pt-home-ecosystem-heading h2 > span {
    display: block;
    color: #78a1ff;
  }

.pt-home-ecosystem-intro > p {
    max-width: 35ch;
    margin: 0 auto;
    color: #aebed3;
    font-size: 0.73rem;
    line-height: 1.45;
  }

.pt-home-ecosystem-stage {
    gap: 0.62rem;
    padding: 0.62rem;
    border-radius: 22px;
  }

.pt-home-ecosystem-core {
    min-height: 0;
    padding: 1.05rem 0.85rem;
    border-radius: 19px;
  }

.pt-home-ecosystem-core::before {
    width: 170px;
    height: 170px;
  }

.pt-home-ecosystem-core::after {
    width: 165px;
    height: 165px;
  }

.pt-home-core-mark {
    width: 60px;
    height: 60px;
    margin-bottom: 0.52rem;
    border-radius: 17px;
  }

.pt-home-core-mark img {
    width: 46px;
    height: 46px;
  }

.pt-home-ecosystem-core > small {
    font-size: 0.7rem;
  }

.pt-home-ecosystem-core h3 {
    max-width: 20ch;
    margin: 0.25rem 0 0.35rem;
    font-size: 1.05rem;
  }

.pt-home-ecosystem-core > p {
    max-width: 31ch;
    font-size: 0.72rem;
    line-height: 1.4;
  }

.pt-home-ecosystem-core > ul {
    width: min(100%, 180px);
    gap: 0.28rem;
    margin-top: 0.58rem;
    padding-top: 0.55rem;
  }

.pt-home-ecosystem-core li {
    min-height: 28px;
    padding: 0.25rem 0.45rem;
    font-size: 0.7rem;
  }

.pt-home-ecosystem .pt-home-module-rail {
    --pt-mobile-card-width: min(100%, 300px);
  }

.pt-home-ecosystem .pt-home-module-card {
    min-height: 136px;
    gap: 0.5rem;
    padding: 0.82rem 0.9rem;
    border-radius: 17px;
  }

.pt-home-ecosystem .pt-home-module-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

.pt-home-ecosystem .pt-home-module-icon svg {
    width: 26px;
    height: 26px;
  }

.pt-home-ecosystem .pt-home-module-arrow {
    display: none;
  }

.pt-home-ecosystem .pt-home-module-copy > small {
    font-size: 0.7rem;
  }

.pt-home-ecosystem .pt-home-module-card h3 {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
  }

.pt-home-ecosystem .pt-home-module-card p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

.pt-home-ecosystem-stage > .pt-home-slider-controls {
    gap: 0.25rem;
    margin-top: 0.05rem;
  }

.pt-home-ecosystem .pt-home-slider-hint {
    display: none;
  }

.pt-home-integrations {
    gap: 0.7rem;
    margin-top: 0.65rem;
    padding: 0.9rem;
    border-radius: 17px;
  }

.pt-home-integrations small {
    font-size: 0.7rem;
  }

.pt-home-integrations p {
    display: none;
  }

.pt-home-integrations ul {
    display: grid;
    width: 100%;
    gap: 0.35rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.pt-home-integrations li {
    min-height: 28px;
    justify-content: center;
    padding: 0.28rem 0.4rem;
    font-size: 0.7rem;
    text-align: center;
  }

.pt-home-integrations li:last-child {
    width: min(100%, 160px);
    justify-self: center;
    grid-column: 1 / -1;
  }

.pt-home-integrations > a {
    min-height: 36px;
    font-size: 0.72rem;
  }

.pt-home-pro-callout {
    gap: 0.6rem;
    margin-top: 0.65rem;
    padding: 1rem;
    border-radius: 19px;
  }

.pt-home-pro-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

.pt-home-pro-icon svg {
    width: 29px;
    height: 29px;
  }

.pt-home-pro-content h3 {
    margin: 0.22rem 0 0.28rem;
    font-size: 1.02rem;
  }

.pt-home-pro-content > small {
    font-size: 0.7rem;
  }

.pt-home-pro-content > p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

.pt-home-pro-content > ul {
    gap: 0.32rem;
    margin-top: 0.45rem;
  }

.pt-home-pro-content li {
    font-size: 0.7rem;
  }

.pt-home-pro-callout .btn {
    min-height: 44px;
    margin-top: 0.15rem;
  }
}



@media (prefers-reduced-motion: reduce) {
.pt-home-quick-link:hover,
  .pt-home-quick-link:hover .pt-home-quick-icon,
  .pt-home-quick-link:hover .pt-home-quick-arrow,
  .pt-home-profile-card:hover,
  .pt-home-profile-card:hover .pt-home-icon-shell,
  .pt-home-profile-content > a:hover,
  .pt-home-profile-content > a:hover i,
  .pt-home-module-card:hover,
  .pt-home-module-card:hover .pt-home-module-icon,
  .pt-home-module-card:hover .pt-home-module-arrow,
  .pt-home-integrations > a:hover i,
  .pt-home-pro-callout .btn:hover i {
    transform: none;
  }
}



/* Ecossistema conectado: o mobile preserva a ideia radial sem usar slides. */
@media (max-width: 767.98px) {
.pt-home-ecosystem .pt-home-ecosystem-stage {
    --pt-mobile-ecosystem-gap: 0.68rem;
    overflow: visible;
    grid-template-columns: minmax(0, 1fr);
  }

.pt-home-ecosystem .pt-home-ecosystem-core {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    grid-column: 1;
    grid-row: auto;
  }

.pt-home-ecosystem .pt-home-module-rail {
    position: relative;
    display: grid;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    gap: var(--pt-mobile-ecosystem-gap);
    margin: 0;
    padding: 0.72rem 0 0;
    overflow: visible;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    scroll-padding: 0;
    scroll-snap-type: none;
  }

.pt-home-ecosystem .pt-home-module-rail::before {
    position: absolute;
    z-index: 0;
    top: -0.7rem;
    bottom: 0.35rem;
    left: 50%;
    width: 1px;
    pointer-events: none;
    content: "";
    background: linear-gradient(
      180deg,
      rgba(111, 157, 255, 0.12),
      rgba(111, 157, 255, 0.72) 9%,
      rgba(67, 204, 244, 0.42) 88%,
      transparent
    );
    box-shadow: 0 0 14px rgba(74, 132, 255, 0.48);
    transform: translateX(-50%);
  }

.pt-home-ecosystem .pt-home-module-rail::after {
    position: absolute;
    z-index: 1;
    top: -0.35rem;
    left: 50%;
    width: 9px;
    height: 9px;
    pointer-events: none;
    content: "";
    background: #6b9bff;
    border: 2px solid #10294e;
    border-radius: 50%;
    box-shadow:
      0 0 0 5px rgba(83, 139, 255, 0.13),
      0 0 16px rgba(83, 139, 255, 0.72);
    transform: translateX(-50%);
  }

.pt-home-ecosystem .pt-home-module-slot {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    height: 100%;
    flex: none;
  }

.pt-home-ecosystem .pt-home-module-card {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    min-height: 182px;
    height: 100%;
    gap: 0.48rem;
    padding: 0.78rem 0.58rem 0.72rem;
    border-radius: 16px;
    grid-template-rows: auto minmax(0, 1fr);
    scroll-snap-align: none;
    text-align: center;
  }

.pt-home-ecosystem .pt-home-module-card-top {
    justify-content: center;
  }

.pt-home-ecosystem .pt-home-module-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

.pt-home-ecosystem .pt-home-module-icon svg {
    width: 24px;
    height: 24px;
  }

.pt-home-ecosystem .pt-home-module-copy {
    align-content: start;
    text-align: center;
  }

.pt-home-ecosystem .pt-home-module-copy > small {
    margin-bottom: 0.18rem;
    font-size: 0.58rem;
  }

.pt-home-ecosystem .pt-home-module-card h3 {
    min-height: 2.25em;
    margin: 0 0 0.25rem;
    font-size: clamp(0.78rem, 3.6vw, 0.9rem);
    line-height: 1.12;
  }

.pt-home-ecosystem .pt-home-module-card p {
    margin: 0 auto;
    font-size: clamp(0.59rem, 2.55vw, 0.66rem);
    line-height: 1.4;
  }

.pt-home-ecosystem .pt-home-module-connector {
    z-index: 0;
    display: block;
    top: 50%;
    width: calc(0.34rem + 1px);
    height: 1px;
    opacity: 0.9;
    transform: none;
  }

.pt-home-ecosystem
    .pt-home-module-slot:nth-child(odd)
    .pt-home-module-connector {
    right: calc(-0.34rem - 1px);
    left: auto;
    background: linear-gradient(
      90deg,
      var(--pt-module-accent),
      var(--pt-ecosystem-line)
    );
  }

.pt-home-ecosystem
    .pt-home-module-slot:nth-child(even)
    .pt-home-module-connector {
    right: auto;
    left: calc(-0.34rem - 1px);
    background: linear-gradient(
      90deg,
      var(--pt-ecosystem-line),
      var(--pt-module-accent)
    );
  }

.pt-home-ecosystem
    .pt-home-module-slot:nth-child(odd)
    .pt-home-module-connector::after {
    right: -2px;
    left: auto;
  }

.pt-home-ecosystem
    .pt-home-module-slot:nth-child(even)
    .pt-home-module-connector::after {
    right: auto;
    left: -2px;
  }
}



/* Integrações mobile: cabeçalho claro, grade equilibrada e CTA em largura total. */
@media (max-width: 767.98px) {
.pt-home-ecosystem .pt-home-integrations {
    display: grid;
    width: 100%;
    gap: 0.8rem;
    justify-items: stretch;
    margin-top: 0.75rem;
    padding: 1rem;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 100% 0%,
        rgba(30, 86, 255, 0.16),
        transparent 36%
      ),
      rgba(5, 19, 39, 0.82);
    border-color: rgba(117, 157, 224, 0.24);
    border-radius: 18px;
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 16px 34px rgba(0, 5, 16, 0.18);
  }

.pt-home-ecosystem .pt-home-integrations-copy {
    width: 100%;
    gap: 0.72rem;
    grid-template-columns: 42px minmax(0, 1fr);
    text-align: left;
  }

.pt-home-ecosystem .pt-home-integrations-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

.pt-home-ecosystem .pt-home-integrations small {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.56rem;
    line-height: 1.25;
  }

.pt-home-ecosystem .pt-home-integrations p {
    display: block;
    margin: 0;
    color: #d2dcea;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.35;
  }

.pt-home-ecosystem .pt-home-integrations ul {
    display: grid;
    width: 100%;
    gap: 0.42rem;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.pt-home-ecosystem .pt-home-integrations li {
    display: flex;
    min-width: 0;
    min-height: 38px;
    gap: 0.4rem;
    align-items: center;
    justify-content: flex-start;
    padding: 0.48rem 0.58rem;
    color: #c9d6e6;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(145, 177, 226, 0.13);
    border-radius: 11px;
    font-size: 0.62rem;
    line-height: 1.2;
    text-align: left;
  }

.pt-home-ecosystem .pt-home-integrations li::before {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    content: "";
    background: #59a0ff;
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(72, 147, 255, 0.72);
  }

.pt-home-ecosystem .pt-home-integrations li:last-child {
    width: 100%;
    justify-self: stretch;
    grid-column: 1 / -1;
  }

.pt-home-ecosystem .pt-home-integrations > a {
    display: flex;
    width: 100%;
    min-height: 44px;
    gap: 0.48rem;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.8rem;
    color: #fff;
    background: rgba(30, 86, 255, 0.16);
    border: 1px solid rgba(105, 154, 255, 0.3);
    border-radius: 12px;
    font-size: 0.68rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
}



/* Destaque PRO mobile: cabeçalho compacto e benefícios fáceis de percorrer. */
@media (max-width: 767.98px) {
.pt-home-ecosystem .pt-home-pro-callout {
    display: grid;
    gap: 0.68rem 0.72rem;
    align-items: start;
    justify-items: stretch;
    padding: 0.85rem;
    border-radius: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
    text-align: left;
  }

.pt-home-ecosystem .pt-home-pro-icon {
    width: 42px;
    height: 42px;
    margin-top: 0.08rem;
    border-radius: 12px;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

.pt-home-ecosystem .pt-home-pro-icon svg {
    width: 24px;
    height: 24px;
  }

.pt-home-ecosystem .pt-home-pro-content {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }

.pt-home-ecosystem .pt-home-pro-content > small {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.53rem;
    line-height: 1.2;
    text-align: left;
  }

.pt-home-ecosystem .pt-home-pro-content h3 {
    margin: 0 0 0.2rem;
    font-size: clamp(0.86rem, 3.9vw, 1rem);
    line-height: 1.18;
    text-align: left;
    text-wrap: pretty;
  }

.pt-home-ecosystem .pt-home-pro-content > p {
    margin: 0;
    font-size: 0.63rem;
    line-height: 1.35;
    text-align: left;
  }

.pt-home-ecosystem .pt-home-pro-content > ul {
    display: grid;
    width: 100%;
    max-width: none;
    gap: 0.28rem;
    margin: 0.5rem 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.pt-home-ecosystem .pt-home-pro-content li {
    display: grid;
    width: auto;
    min-width: 0;
    gap: 0.22rem;
    align-items: start;
    grid-template-columns: 9px minmax(0, 1fr);
    font-size: 0.53rem;
    line-height: 1.22;
    text-align: left;
  }

.pt-home-ecosystem .pt-home-pro-content li i {
    margin: 0.06rem 0 0;
    font-size: 0.46rem;
    justify-self: start;
  }

.pt-home-ecosystem .pt-home-pro-callout > .btn {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.52rem 0.75rem;
    border-radius: 11px;
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 0.66rem;
  }
}
