/* ==========================================================
   OKAYCHAT™ — ARQUIVO GERADO NA REFATORAÇÃO ESTRUTURAL
   Organização por componente e página
========================================================== */

/* ==========================================================
   HERO
============================================================= */

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes heroGlow {
  from { transform: translate3d(-2%, -1%, 0) scale(.96); }
  to { transform: translate3d(3%, 2%, 0) scale(1.06); }
}

.pipeline-panel { min-height: 235px; padding: 12px; }
.panel-heading { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 0 12px; border-bottom: 1px solid rgba(229,231,237,.8); }
.pipeline-panel .panel-heading { min-height: 35px; padding: 0 0 9px; }
.panel-heading > div { display: flex; align-items: center; gap: 6px; }
.pipeline-panel .panel-heading > div { display: grid; gap: 2px; }
.panel-heading strong { color: #2b2e37; font-size: .57rem; }
.panel-heading small { color: #969aa5; font-size: .43rem; }
.panel-heading__status { width: 6px; height: 6px; border-radius: 50%; background: var(--color-green); box-shadow: 0 0 0 4px rgba(73,201,87,.10); }
.panel-heading__filter { width: 22px; height: 22px; border: 1px solid #e3e5eb; border-radius: 7px; background: linear-gradient(#b6bac4 0 0) center 7px / 9px 1px no-repeat, linear-gradient(#b6bac4 0 0) center 11px / 6px 1px no-repeat, linear-gradient(#b6bac4 0 0) center 15px / 3px 1px no-repeat; }

.avatar { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; color: #fff; font-size: .41rem; font-style: normal; font-weight: 800; }
.avatar--pink { background: linear-gradient(135deg, #ff63cf, #cb20b6); }.avatar--blue { background: linear-gradient(135deg, #52a1ff, #3765dc); }.avatar--green { background: linear-gradient(135deg, #77d984, #2c9a43); }

.chat-preview { display: flex; min-width: 0; flex-direction: column; background: linear-gradient(160deg, #fbfbfd, #f7f8fb); }
.chat-preview__head { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 7px 9px; border-bottom: 1px solid #eceef3; }
.chat-preview__head .avatar { width: 24px; height: 24px; border-radius: 8px; }
.chat-preview__head span { display: grid; gap: 1px; }
.chat-preview__head b { color: #343740; font-size: .45rem; }.chat-preview__head small { color: #46a754; font-size: .36rem; }
.chat-preview__head em { width: 16px; height: 16px; margin-left: auto; border: 1px solid #e3e5eb; border-radius: 5px; }
.chat-preview__messages { display: flex; flex: 1; flex-direction: column; gap: 7px; padding: 12px 9px; }
.message { max-width: 88%; padding: 7px 8px; border-radius: 8px; font-size: .39rem; line-height: 1.45; }
.message--customer { align-self: flex-start; color: #60636d; background: #fff; box-shadow: 0 3px 9px rgba(28,31,42,.05); }
.message--ai { align-self: flex-end; color: #393b47; background: linear-gradient(135deg, rgba(239,0,184,.09), rgba(17,103,245,.09)); box-shadow: inset 0 0 0 1px rgba(123,67,194,.06); }
.message--ai i { margin-right: 3px; color: var(--color-pink); font-style: normal; }
.chat-preview__composer { display: flex; height: 28px; align-items: center; gap: 6px; margin: 0 8px 8px; padding: 0 5px 0 8px; border: 1px solid #e3e5eb; border-radius: 8px; background: #fff; }
.chat-preview__composer span { height: 3px; flex: 1; border-radius: 9px; background: #e6e8ed; }
.chat-preview__composer i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 6px; color: #fff; background: linear-gradient(135deg, var(--color-pink), #bd2ddb); font-size: .45rem; font-style: normal; }
.pipeline-panel__more { color: #9ca0aa; font-size: .5rem; letter-spacing: .1em; }
.pipeline-columns { display: grid; gap: 9px; margin-top: 9px; }
.pipeline-column { display: grid; gap: 5px; }
.pipeline-column > span { display: flex; align-items: center; justify-content: space-between; }
.pipeline-column b { color: #565963; font-size: .44rem; }.pipeline-column em { display: grid; min-width: 17px; height: 17px; place-items: center; border-radius: 6px; color: #777b86; background: #f0f1f5; font-size: .37rem; font-style: normal; }
.pipeline-column > i { position: relative; overflow: hidden; height: 4px; border-radius: 99px; background: #eef0f4; }
.pipeline-column > i::after { position: absolute; inset: 0 auto 0 0; width: var(--progress); border-radius: inherit; background: linear-gradient(90deg, rgba(239,0,184,.55), rgba(17,103,245,.6)); content: ""; }
.pipeline-column small { color: #a0a3ad; font-size: .38rem; }

@keyframes productHalo { from { transform: translate3d(-2%,1%,0) scale(.97); } to { transform: translate3d(3%,-2%,0) scale(1.04); } }
@keyframes orbitDrift { from { transform: rotate(-9deg) translate3d(-4px,2px,0); } to { transform: rotate(-5deg) translate3d(7px,-5px,0); } }
@keyframes statusPulse { 0% { box-shadow: 0 0 0 0 rgba(73,201,87,.24); } 70%,100% { box-shadow: 0 0 0 7px rgba(73,201,87,0); } }
@keyframes iconShine { to { transform: rotate(360deg); } }

/* ==========================================================
   TRUST
============================================================= */

@keyframes brandRail {
  to { transform: translateX(calc(-50% - 9px)); }
}

/* ==========================================================
   FEATURE CARDS
============================================================= */

.solutions-overview {
  position: relative;
  overflow: hidden;
  padding-block: clamp(96px, 11vw, 160px);
  background:
    linear-gradient(rgba(17,103,245,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,103,245,.035) 1px, transparent 1px),
    #f8f9fc;
  background-size: 54px 54px;
}

.solutions-overview::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fff 0, transparent 18%, transparent 82%, #fff 100%);
  content: "";
  pointer-events: none;
}

.solutions-overview__glow {
  position: absolute;
  top: -200px;
  left: 50%;
  width: 780px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,0,184,.12), rgba(17,103,245,.08) 38%, transparent 70%);
  filter: blur(20px);
  transform: translateX(-50%);
  pointer-events: none;
}

.feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(52px, 6vw, 78px);
}

.feature-card {
  --feature-accent: var(--color-pink);
  --feature-soft: var(--color-pink-soft);
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(226,228,235,.95);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 35px rgba(8,9,11,.045);
  backdrop-filter: blur(14px);
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.feature-card::before {
  position: absolute;
  top: -85px;
  right: -85px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--feature-accent) 18%, transparent), transparent 68%);
  content: "";
  pointer-events: none;
}

.feature-card:hover {
  border-color: color-mix(in srgb, var(--feature-accent) 28%, var(--color-line));
  box-shadow: 0 24px 65px rgba(8,9,11,.09);
  transform: translateY(-7px);
}

.feature-card--blue { --feature-accent: var(--color-blue); --feature-soft: var(--color-blue-soft); }
.feature-card--green { --feature-accent: var(--color-green); --feature-soft: var(--color-green-soft); }
.feature-card--violet { --feature-accent: #7b35e8; --feature-soft: #f4efff; }
.feature-card--cyan { --feature-accent: #00a8c7; --feature-soft: #ecfbfe; }

.feature-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 17px;
  color: var(--feature-accent);
  background: var(--feature-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--feature-accent) 13%, transparent);
}

.feature-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card__label {
  display: block;
  margin-top: 34px;
  color: var(--feature-accent);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin-top: 11px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 780;
  line-height: 1.08;
}

.feature-card p {
  margin-top: 15px;
  color: var(--color-muted);
  font-size: .91rem;
  line-height: 1.65;
}

.feature-card > a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--color-ink);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.feature-card > a span { transition: transform var(--transition-fast); }
.feature-card > a:hover span { transform: translateX(4px); }

.feature-card--ink {
  grid-column: span 2;
  flex-direction: row;
  align-items:stretch;
  justify-content: space-between;
  gap: 42px;
  color: #fff;
  border-color: #171922;
  background:
    radial-gradient(circle at 85% 10%, rgba(239,0,184,.28), transparent 28%),
    radial-gradient(circle at 62% 100%, rgba(17,103,245,.25), transparent 34%),
    #090a0e;
  box-shadow: var(--shadow-md);
}

.feature-card--ink{

    min-height:320px;

}

.feature-card--ink .btn{

    margin-top:auto;

    align-self:flex-start;

}

.feature-card--ink::before { display: none; }
.feature-card--ink:hover { border-color: #2d3040; box-shadow: var(--shadow-lg); }
.feature-card--ink .feature-card__label { margin-top: 0; color: #ff6bdd; }
.feature-card--ink h3 { max-width: 470px; color: #fff; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.feature-card--ink p { max-width: 610px; color: rgba(255,255,255,.65); }

.btn--light {
  flex: 0 0 auto;
  color: var(--color-black);
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
}

.btn--light:hover { background: #f7f7fa; }

.feature-card{padding:30px;border-radius:28px;transition:.35s}.feature-card:hover{transform:translateY(-8px)}.card-preview{height:74px;margin:18px 0;border-radius:18px;background:linear-gradient(135deg,#fff,#f4f7ff);border:1px solid rgba(0,0,0,.05)}.feature-card--pink .card-preview{background:linear-gradient(135deg,#fff,#ffe8f6)}.feature-card--blue .card-preview{background:linear-gradient(135deg,#fff,#eaf2ff)}.feature-card--green .card-preview{background:linear-gradient(135deg,#fff,#e9fff2)}

/* ==========================================================
   SECTIONS
============================================================= */

/* Mini softwares dos cards */
.card-preview {
  position: relative;
  display: flex;
  height: 112px;
  align-items: center;
  margin: 22px 0 24px;
  overflow: hidden;
  border: 1px solid rgba(25,27,38,.06);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 28px rgba(25,27,38,.035);
}
.card-preview::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(25,27,38,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(25,27,38,.025) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent);
  pointer-events: none;
}

.card-preview--chat { display: grid; align-content: center; gap: 8px; padding: 15px 18px; }
.preview-chat__top { display: flex; align-items: center; gap: 7px; color: #626570; font-size: .52rem; }
.preview-chat__top i { width: 7px; height: 7px; border-radius: 50%; background: var(--color-green); box-shadow: 0 0 0 4px rgba(73,201,87,.1); }
.preview-chat__top b { color: #333640; font-size: .58rem; }
.preview-chat__top em { margin-left: auto; font-style: normal; }
.preview-chat__message { display: block; height: 18px; border-radius: 7px; }
.preview-chat__message--left { width: 68%; background: #fff; box-shadow: 0 4px 11px rgba(30,32,42,.06); }
.preview-chat__message--right { width: 76%; justify-self: end; background: linear-gradient(90deg, rgba(239,0,184,.14), rgba(239,0,184,.05)); }

.card-preview--ai { display: grid; grid-template-columns: 32px 1fr; grid-template-rows: 9px 9px 28px; gap: 7px 10px; padding: 18px; }
.preview-ai__spark { grid-row: 1 / 3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--color-pink), var(--color-blue)); box-shadow: 0 8px 20px rgba(98,58,210,.18); }
.preview-ai__line { height: 7px; border-radius: 99px; background: rgba(17,103,245,.12); }
.preview-ai__line--one { width: 82%; }.preview-ai__line--two { width: 58%; }
.preview-ai__answer { grid-column: 1 / -1; border: 1px solid rgba(17,103,245,.08); border-radius: 9px; background: linear-gradient(135deg, rgba(239,0,184,.07), rgba(17,103,245,.08)); }

.card-preview--crm { gap: 8px; padding: 16px; align-items: stretch; }
.preview-crm__column { display: grid; flex: 1; align-content: start; gap: 6px; padding: 9px; border-radius: 10px; background: rgba(255,255,255,.78); }
.preview-crm__column b { color: #747783; font-size: .43rem; }
.preview-crm__column i { height: 16px; border: 1px solid rgba(73,201,87,.09); border-radius: 6px; background: #fff; box-shadow: 0 3px 8px rgba(25,27,38,.04); }

.card-preview--flow { justify-content: center; gap: 8px; }
.card-preview--flow > i { width: 24px; height: 2px; background: #dadde6; }
.preview-flow__node { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; background: #fff; box-shadow: 0 5px 13px rgba(25,27,38,.07); }
.preview-flow__node--start { background: var(--color-blue-soft); }
.preview-flow__node--ai { width: 37px; height: 37px; color: #fff; background: linear-gradient(135deg, var(--color-pink), #7b35e8); }
.preview-flow__node--end { background: var(--color-green-soft); }

.card-preview--wa { justify-content: center; }
.preview-wa__phone { position: relative; width: 58px; height: 82px; border: 3px solid rgba(37,42,52,.78); border-radius: 15px; background: rgba(255,255,255,.84); box-shadow: 0 12px 22px rgba(31,43,51,.1); }
.preview-wa__phone::before { position: absolute; top: 5px; left: 50%; width: 17px; height: 3px; border-radius: 99px; background: #d5d8df; content: ""; transform: translateX(-50%); }
.preview-wa__bubble { position: absolute; left: 9px; height: 10px; border-radius: 4px; background: rgba(73,201,87,.18); }
.preview-wa__bubble--one { top: 24px; width: 34px; }.preview-wa__bubble--two { top: 42px; left: 18px; width: 27px; background: rgba(17,103,245,.1); }
.preview-wa__phone b { position: absolute; right: -8px; bottom: 8px; display: grid; width: 23px; height: 23px; place-items: center; border: 3px solid #f4fbf6; border-radius: 50%; color: #fff; background: var(--color-green); font-size: .58rem; }

.card-preview--dash { justify-content: space-between; gap: 18px; padding: 18px 22px; }
.preview-dash__metric { display: grid; gap: 7px; }
.preview-dash__metric b { color: #fff; font-size: 1.25rem; }
.preview-dash__metric i { width: 58px; height: 6px; border-radius: 99px; background: rgba(255,255,255,.2); }
.preview-dash__bars { display: flex; height: 54px; align-items: flex-end; gap: 6px; }
.preview-dash__bars i { width: 7px; border-radius: 4px 4px 1px 1px; background: linear-gradient(to top, rgba(17,103,245,.65), rgba(239,0,184,.85)); }
.preview-dash__bars i:nth-child(1){height:34%}.preview-dash__bars i:nth-child(2){height:58%}.preview-dash__bars i:nth-child(3){height:45%}.preview-dash__bars i:nth-child(4){height:78%}.preview-dash__bars i:nth-child(5){height:100%}
.feature-card--ink .card-preview { border-color: rgba(255,255,255,.08); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }

@keyframes dashboardShine {
  0%, 66%, 100% { left: -38%; opacity: 0; }
  72% { opacity: 1; }
  86% { left: 125%; opacity: 0; }
}

@media (max-width: 1180px) {
  .hero__inner { grid-template-columns: minmax(390px, .92fr) minmax(500px, 1.08fr); gap: 42px; }
  .hero-visual { min-height: 510px; }
  .floating-card--ai { right: 0; }
  .floating-card--whatsapp { left: -2%; }
}

@media (max-width: 980px) {
  .hero { padding-top: 145px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__content { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero h1, .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero-visual { width: min(100%, 760px); min-height: auto; margin: 40px auto 0; transform: none !important; }
  .hero-dashboard { transform: none; }
  .hero-visual:hover .hero-dashboard { transform: translateY(-4px); }
}

@media (max-width: 680px) {
  .hero { padding: 124px 0 38px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); line-height: .98; }
  .hero-title__line { white-space: normal; }
  .hero__lead { margin-top: 24px; font-size: 1rem; }
  .hero__actions { display: grid; }
  .hero__actions .btn { width: 100%; }
  .hero__proof { display: grid; justify-content: start; text-align: left; }
  .hero-dashboard { border-radius: 18px; }
  .floating-card--conversion { display: none; }
  .floating-card { transform: scale(.84); }
  .floating-card--ai { top: -7%; right: -7%; transform-origin: top right; }
  .floating-card--whatsapp { bottom: -5%; left: -7%; transform-origin: bottom left; }
  .hero__footer { align-items: flex-start; }
  .card-preview { height: 102px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-dashboard__shine, .hero-visual__halo, .hero-visual__orbit, .floating-card { animation: none !important; }
  .hero-visual, .hero-dashboard { transition: none !important; }
}

/* Soluções: transição mais curta e composição horizontal */
.solutions-overview {
  padding-top: clamp(78px, 8vw, 116px);
  padding-bottom: clamp(92px, 9vw, 132px);
}

.solutions-overview::before {
  background: linear-gradient(180deg, #fff 0, transparent 10%, transparent 92%, #fff 100%);
}

.solutions-overview__glow {
  top: -250px;
  width: 720px;
  height: 420px;
  opacity: .58;
}

.solutions-overview .section-header--center {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .62fr);
  align-items: end;
  gap: clamp(48px, 8vw, 116px);
  margin-inline: 0;
  text-align: left;
}

.solutions-overview .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.solutions-overview .section-title {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(2.8rem, 4.2vw, 4.25rem);
  line-height: 1;
}

.solutions-overview .section-lead {
  max-width: 470px;
  margin: 24px 0 4px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.7;
}

/* Cards de soluções: menores, planos e com identidade por cor */
.feature-grid {
  gap: 18px;
  margin-top: clamp(42px, 5vw, 62px);
}

.feature-card {
  min-height: 0;
  padding: 26px;
  border-color: #e3e6ed;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20, 23, 34, .035);
  backdrop-filter: none;
}

.feature-card::before {
  top: 0;
  right: 26px;
  left: 26px;
  width: auto;
  height: 3px;
  border-radius: 0 0 5px 5px;
  background: var(--feature-accent);
  opacity: .68;
}

.feature-card:hover {
  border-color: color-mix(in srgb, var(--feature-accent) 22%, #dfe2e9);
  box-shadow: 0 20px 48px rgba(20, 23, 34, .075);
  transform: translateY(-5px);
}

.card-preview {
  height: 96px;
  margin: 16px 0 20px;
  border-color: color-mix(in srgb, var(--feature-accent) 10%, #e4e7ed);
  border-radius: 17px;
  background: var(--feature-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}

.card-preview::after {
  opacity: .32;
}

.feature-card--pink .card-preview,
.feature-card--blue .card-preview,
.feature-card--green .card-preview,
.feature-card--violet .card-preview,
.feature-card--cyan .card-preview {
  background: var(--feature-soft);
}

.feature-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.feature-card__icon svg {
  width: 22px;
  height: 22px;
}

.feature-card__label {
  margin-top: 25px;
}

.feature-card h3 {
  font-size: clamp(1.42rem, 1.65vw, 1.8rem);
}

.feature-card p {
  margin-top: 13px;
  font-size: .88rem;
  line-height: 1.58;
}

.feature-card > a:not(.btn){

    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-top:auto;

    padding-top:28px;

    color:#111;

    font-size:.82rem;

    font-weight:700;

    text-decoration:none;

    transition:.25s;
}

.feature-card > a:not(.btn):hover{

    color:var(--color-blue);

}

.feature-card > a:not(.btn) span{

    transition:transform .25s;

}

.feature-card > a:not(.btn):hover span{

    transform:translateX(5px);

}

/* Card final: largura total, composição mais ampla e fundo elegante */
.feature-card--ink {
  grid-column: 1 / -1;
  min-height: 300px;
  padding: clamp(32px, 4vw, 52px);
  gap: clamp(34px, 6vw, 86px);
  border-color: #181a22;
  background: #090a0e;
  box-shadow: 0 26px 68px rgba(8, 9, 14, .18);
}

.feature-card--ink::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17,103,245,.18), transparent 68%);
  content: "";
  pointer-events: none;
}

.feature-card--ink .card-preview {
  width: min(270px, 28%);
  height: 126px;
  flex: 0 0 auto;
  margin: 0;
  border-color: rgba(255,255,255,.1);
  background: rgba(255,255,255,.055);
}

.feature-card--ink > div:not(.card-preview) {
  position: relative;
  z-index: 2;
  flex: 1;
}

.feature-card--ink h3 {
  max-width: 660px;
  font-size: clamp(2.25rem, 3.5vw, 3.65rem);
}

.feature-card--ink p {
  max-width: 680px;
}

.feature-card--ink .btn {
  position: relative;
  z-index: 2;
}

@media (max-width: 1180px) {
  .hero__inner {
    grid-template-columns: minmax(370px, .9fr) minmax(500px, 1.1fr);
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 4.2vw, 4.35rem);
  }
}

@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 720px;
  }

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

  .solutions-overview .section-header--center {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .solutions-overview .section-kicker,
  .solutions-overview .section-title,
  .solutions-overview .section-lead {
    grid-column: 1;
    max-width: 760px;
  }

  .feature-card--ink {
    flex-wrap: wrap;
  }

  .feature-card--ink .card-preview {
    width: 230px;
  }
}

@media (max-width: 680px) {
  .hero__footer {
    margin-top: 34px;
  }

  .hero__segments {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-section {
    padding-top: 64px;
  }

  .feature-card {
    padding: 23px;
  }

  .feature-card--ink {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .feature-card--ink .card-preview {
    width: 100%;
  }
}

/* Soluções: cabeçalho em fluxo vertical e redução dos vazios */
.solutions-overview {
  padding-top: clamp(66px, 6vw, 88px);
  padding-bottom: clamp(82px, 7vw, 108px);
}

.solutions-overview__glow {
  top: -190px;
  height: 330px;
  opacity: .44;
}

.solutions-overview .section-header--center {
  display: block;
  max-width: none;
  margin: 0;
  text-align: left;
}

.solutions-overview .section-kicker {
  margin-bottom: 0;
}

.solutions-overview .section-title {
  width: 100%;
  max-width: 1120px;
  margin: 16px 0 0;
  font-size: clamp(3rem, 4.35vw, 4.65rem);
  line-height: .99;
}

.solutions-overview .section-lead {
  width: 100%;
  max-width: 930px;
  margin: 18px 0 0;
  color: #555966;
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  font-weight: 560;
  line-height: 1.5;
  letter-spacing: -.02em;
}

/* Seis cards: grade equilibrada, sem coluna vazia */
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(34px, 4vw, 48px);
}

.feature-card {
  min-height: 390px;
  padding: 22px 24px 24px;
  border-radius: 24px;
}

.card-preview {
  height: 82px;
  margin: 10px 0 17px;
  border-radius: 15px;
}

.feature-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.feature-card__icon svg {
  width: 20px;
  height: 20px;
}

.feature-card__label {
  margin-top: 18px;
}

.feature-card h3 {
  margin-top: 8px;
  font-size: clamp(1.35rem, 1.55vw, 1.68rem);
}

.feature-card p {
  margin-top: 10px;
  font-size: .85rem;
  line-height: 1.52;
}

.feature-card > a:not(.btn) {
  padding-top: 18px;
}

.feature-card--orange {
  --feature-accent: #f08b24;
  --feature-soft: #fff6eb;
}

.card-preview--analytics {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 18px;
}

.preview-analytics__metric {
  display: grid;
  gap: 2px;
}

.preview-analytics__metric b {
  color: #242732;
  font-size: 1rem;
}

.preview-analytics__metric small {
  color: #8a8e99;
  font-size: .48rem;
  font-weight: 700;
  text-transform: uppercase;
}

.preview-analytics__chart {
  display: flex;
  height: 42px;
  align-items: flex-end;
  gap: 5px;
}

.preview-analytics__chart i {
  width: 7px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #ffb866, #f08b24);
}

.preview-analytics__chart i:nth-child(1) { height: 30%; }
.preview-analytics__chart i:nth-child(2) { height: 44%; }
.preview-analytics__chart i:nth-child(3) { height: 36%; }
.preview-analytics__chart i:nth-child(4) { height: 67%; }
.preview-analytics__chart i:nth-child(5) { height: 80%; }
.preview-analytics__chart i:nth-child(6) { height: 100%; }

.feature-card--ink {
  margin-top: 2px;
}

@media (max-width: 1180px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(500px, .92fr);
  }

  .hero h1 {
    font-size: clamp(3.2rem, 4.45vw, 4.25rem);
  }

  .hero-visual {
    transform: translate3d(8px, 4px, 0);
  }
}

@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero-title__line {
    width: auto;
  }

  .hero-visual {
    transform: none;
  }

  .hero__footer {
    grid-template-columns: 1fr;
  }

  .hero__segments {
    justify-content: flex-start;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.65rem);
  }

  .hero-title__line {
    width: auto;
    white-space: normal;
  }

  .hero__segments {
    display: flex;
    flex-wrap: wrap;
  }

  .trust-card {
    min-height: 0;
    padding: 30px 28px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }
}

@media (min-width: 981px) {
  .hero {
    padding-top: 126px;
    padding-bottom: 34px;
  }

  .hero__footer {
    position: relative;
    z-index: 5;
    margin-top: -54px;
    padding-top: 22px;
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 118px;
  }

  .hero__footer {
    margin-top: 26px;
  }
}

@media (max-width: 760px) {
  .trust-section {
    padding-top: 36px;
  }

  .brand-chip {
    min-width: 210px;
  }
}

a.brand-chip,
.brand-chip[data-partner-link] {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a.brand-chip:focus-visible,
.brand-chip[data-partner-link]:focus-visible {
  border-radius: 16px;
  outline: 3px solid rgba(17, 103, 245, .28);
  outline-offset: 3px;
}

/* ==========================================================
   HOME — PARTE 1 CONSOLIDADA
   Hero, produto visual, confiança, parceiros e cabeçalhos.
   Duplicidades de regras-base removidas; media queries preservadas.
========================================================== */

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --hero-pointer-x: 0px;
  --hero-pointer-y: 0px;
  padding: clamp(110px, 10vw, 140px) 0 54px;
  background: #fbfbfd;
  min-height: 0;
  padding-bottom: 54px;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: -3;
  background-image: linear-gradient(rgba(21,23,31,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,23,31,.032) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), rgba(0,0,0,.22) 66%, transparent 94%);
}

.hero__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(105px);
  opacity: .28;
  animation: heroGlow 11s ease-in-out infinite alternate;
}

.hero__glow--pink {
  top: 2%;
  right: -7%;
  width: 500px;
  height: 500px;
  background: rgba(239,0,184,.24);
}

.hero__glow--blue {
  bottom: 4%;
  left: -10%;
  width: 520px;
  height: 520px;
  background: rgba(17,103,245,.20);
  animation-delay: -5s;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(590px, .98fr);
  gap: clamp(24px, 3vw, 48px);
}

.hero__content {
  padding-top: 0;
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 690px;
}

.hero__eyebrow {
  margin-bottom: 22px;
  border-color: rgba(239,0,184,.13);
  background: rgba(255,255,255,.64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 10px 30px rgba(31,32,40,.04);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.hero h1 {
  font-weight: 790;
  line-height: .985;
  letter-spacing: -.062em;
  width: 100%;
  max-width: 690px;
  font-size: clamp(3.55rem, 4.45vw, 4.65rem);
}

.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(95deg, var(--color-pink) 2%, var(--color-blue) 68%, var(--color-green) 105%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero__lead {
  margin-top: 30px;
  color: #626570;
  font-size: clamp(1.04rem, 1.25vw, 1.18rem);
  line-height: 1.72;
  letter-spacing: -.012em;
  max-width: 570px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  font-weight: 650;
  gap: 18px;
  margin-top: 27px;
  color: #60636d;
  font-size: .79rem;
}

.hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero__proof li span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #168826;
  background: var(--color-green-soft);
  font-size: .7rem;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  perspective: 1200px;
  filter: drop-shadow(0 34px 55px rgba(36, 34, 55, .08));
  min-height: 570px;
  display: grid;
  align-items: center;
  transition: transform 220ms ease-out;
  isolation: isolate;
  z-index: 2;
  min-width: 0;
  transform: translate3d(28px, 4px, 0);
}

.hero-visual__orbit {
  position: absolute;
  border: 1px solid rgba(17,103,245,.13);
  border-radius: 50%;
  pointer-events: none;
  opacity: .7;
  animation: orbitDrift 13s ease-in-out infinite alternate;
  z-index: 1;
}

.hero-visual__orbit--one {
  transform: rotate(-9deg);
  inset: -36px -24px;
  border-color: rgba(17,103,245,.12);
}

.hero-visual__orbit--two {
  transform: rotate(8deg);
  inset: 26px -58px -20px 48px;
  border-color: rgba(239,0,184,.11);
  animation-delay: -6s;
}

.product-window {
  position: relative;
  transform-origin: center;
  backdrop-filter: blur(24px);
  overflow: visible;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 26px;
  background: rgba(250,251,254,.9);
  box-shadow: 0 42px 100px rgba(25,27,38,.16),
    0 12px 32px rgba(25,27,38,.08),
    inset 0 1px 0 rgba(255,255,255,.96);
  transform: rotateY(-3.3deg) rotateX(1deg) translateZ(0);
  transition: transform 700ms cubic-bezier(.2,.8,.2,1), box-shadow 700ms cubic-bezier(.2,.8,.2,1);
}

.hero-visual:hover .product-window {
  transform: rotateY(-.8deg) rotateX(0) translateY(-7px);
  box-shadow: 0 58px 130px rgba(25,27,38,.19), 0 14px 36px rgba(25,27,38,.09);
}

.product-window__topbar {
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  min-height: 62px;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  padding: 0 18px;
  border-bottom-color: rgba(221,224,232,.72);
  border-radius: 25px 25px 0 0;
  background: rgba(255,255,255,.84);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.product-window__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-black);
  font-weight: 850;
  font-size: .78rem;
  letter-spacing: -.025em;
}

.product-window__brand img {
  width: 28px;
  height: 28px;
}

.product-window__brand span span {
  font-size: .5em;
  vertical-align: super;
}

.product-window__search {
  justify-self: center;
  position: relative;
  width: 88px;
  height: 29px;
  border: 1px solid rgba(219,222,230,.85);
  border-radius: 9px;
  background: rgba(247,248,251,.9);
}

.product-window__user {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--color-blue), var(--color-pink));
  font-weight: 850;
  width: 31px;
  height: 31px;
  font-size: .58rem;
}

.product-window__body {
  display: grid;
  min-height: 462px;
  grid-template-columns: 58px 1fr;
  overflow: hidden;
  border-radius: 0 0 25px 25px;
}

.product-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--color-line);
  position: relative;
  gap: 12px;
  padding: 19px 9px;
  border-right-color: rgba(222,225,233,.75);
  background: rgba(247,248,252,.92);
}

.product-sidebar__item {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: transparent;
}

.product-sidebar__item--short {
  width: 20px;
}

.product-sidebar__item.is-active {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(239,0,184,.13), rgba(17,103,245,.12));
  box-shadow: inset 0 0 0 1px rgba(239,0,184,.10), 0 5px 13px rgba(75,38,113,.06);
}

.product-content {
  min-width: 0;
  padding: 20px 21px 21px;
  background: linear-gradient(160deg, rgba(255,255,255,.94), rgba(248,249,252,.92));
}

.product-content__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.skeleton {
  display: block;
  border-radius: 99px;
  background: #e8eaf0;
}

.skeleton--eyebrow {
  width: 66px;
  height: 7px;
}

.skeleton--title {
  width: 150px;
  height: 13px;
  margin-top: 10px;
  background: #cfd2dc;
}

.product-content__action {
  display: inline-flex;
  width: auto;
  height: 31px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #f312bc, #c925d9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 18px rgba(225,0,174,.18);
  font: inherit;
  font-size: .52rem;
  font-weight: 780;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.metric-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: #fff;
  min-height: 105px;
  padding: 12px 13px 10px;
  border-color: rgba(222,225,232,.76);
  border-radius: 14px;
  box-shadow: 0 7px 19px rgba(28,31,42,.035), inset 0 1px 0 rgba(255,255,255,.8);
}

.metric-card::after {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  content: "";
  opacity: .16;
  display: none;
}

.metric-card--pink::after {
  background: var(--color-pink);
}

.metric-card--blue::after {
  background: var(--color-blue);
}

.metric-card--green::after {
  background: var(--color-green);
}

.metric-card__icon {
  display: block;
  margin-bottom: 15px;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 7px;
}

.metric-card--pink .metric-card__icon {
  background: var(--color-pink-soft);
  box-shadow: inset 0 0 0 1px rgba(239,0,184,.12);
}

.metric-card--blue .metric-card__icon {
  background: var(--color-blue-soft);
  box-shadow: inset 0 0 0 1px rgba(17,103,245,.12);
}

.metric-card--green .metric-card__icon {
  background: var(--color-green-soft);
  box-shadow: inset 0 0 0 1px rgba(73,201,87,.14);
}

.metric-card strong {
  display: block;
  color: var(--color-black);
  line-height: 1;
  margin-top: 9px;
  font-size: .91rem;
  letter-spacing: -.025em;
}

.metric-card small {
  display: block;
  color: var(--color-muted);
  margin-top: 3px;
  font-size: .48rem;
}

.metric-card__trend {
  top: 14px;
  right: 13px;
  font-weight: 800;
  position: static;
  padding: 3px 5px;
  border-radius: 99px;
  color: #258b36;
  background: rgba(73,201,87,.09);
  font-size: .43rem;
}

.workspace-grid {
  display: grid;
  grid-template-columns: 1.43fr .77fr;
  gap: 9px;
  margin-top: 9px;
}

.conversation-panel, .automation-panel {
  border: 1px solid var(--color-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--shadow-xs);
}

.conversation-panel {
  min-height: 235px;
  padding: 0;
}

.conversation-panel__head, .automation-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conversation-panel__head > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.conversation-panel__head > div > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 0 4px rgba(73,201,87,.11);
}

.conversation-panel__head strong, .automation-panel__head span {
  color: var(--color-ink);
  font-size: .65rem;
}

.conversation-panel__head small {
  color: var(--color-green);
  font-size: .52rem;
  font-weight: 800;
}

.conversation-list {
  display: grid;
  margin-top: 16px;
  gap: 0;
  margin: 0;
  border-right: 1px solid #eceef3;
}

.conversation-row {
  display: grid;
  align-items: center;
  grid-template-columns: 27px 1fr auto;
  gap: 7px;
  min-height: 57px;
  padding: 8px;
  border-bottom: 1px solid rgba(235,237,242,.8);
}

.conversation-row i {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #edf2ff, #fbeefa);
}

.conversation-row > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.conversation-row b, .conversation-row em, .conversation-row small {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: #dfe2e9;
}

.conversation-row b {
  width: auto;
  height: auto;
  overflow: hidden;
  color: #343740;
  background: none;
  font-size: .48rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversation-row em {
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #999da7;
  background: none;
  font-size: .39rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversation-row small {
  width: auto;
  height: auto;
  align-self: start;
  color: #a2a5ae;
  background: none;
  font-size: .36rem;
}

.automation-panel {
  padding: 15px;
}

.automation-panel__head small {
  padding: 4px 7px;
  border-radius: 99px;
  color: #258c34;
  background: var(--color-green-soft);
  font-size: .48rem;
  font-weight: 800;
}

.automation-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

.flow-node {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #eef0f4;
}

.flow-node--start {
  background: var(--color-blue-soft);
}

.flow-node--ai {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(239,0,184,.18), rgba(17,103,245,.2));
  box-shadow: 0 8px 22px rgba(17,103,245,.1);
}

.flow-node--end {
  background: var(--color-green-soft);
}

.flow-line {
  width: 25px;
  height: 2px;
  background: #dfe2e9;
}

.automation-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 42px;
}

.automation-panel__stats span {
  height: 6px;
  border-radius: 99px;
  background: #e8eaf0;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(225,227,234,.9);
  border-radius: 16px;
  animation: floatCard 5.6s ease-in-out infinite;
  border-color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 45px rgba(27,29,41,.13), inset 0 1px 0 rgba(255,255,255,.95);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
  z-index: 4;
  will-change: transform;
}

.floating-card strong, .floating-card small {
  display: block;
}

.floating-card strong {
  color: var(--color-ink);
  font-size: .72rem;
}

.floating-card small {
  margin-top: 2px;
  color: var(--color-muted);
  font-size: .58rem;
}

.floating-card--ai {
  animation: floatCard 5.8s ease-in-out infinite;
  top: 3%;
  right: -4%;
}

.floating-card--whatsapp {
  animation-delay: -2.8s;
  animation: floatCard 6.4s ease-in-out infinite -3s;
  bottom: 13%;
  left: -7%;
}

.floating-card__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-pink), var(--color-blue));
  position: relative;
  overflow: hidden;
}

.floating-card__status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 0 7px rgba(73,201,87,.12);
}

.hero__footer {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  border-top: 1px solid rgba(221,223,231,.8);
  border-top-color: rgba(214,217,227,.66);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
  padding-top: 26px;
}

.hero__footer p {
  color: var(--color-muted);
  font-size: .78rem;
  line-height: 1.55;
  max-width: 390px;
}

.hero__segments {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
}

.hero__segments span {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  color: #666974;
  font-size: .68rem;
  font-weight: 700;
  background: rgba(255,255,255,.52);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 8px 13px;
  white-space: nowrap;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: radial-gradient(ellipse 58% 48% at 78% 21%, rgba(239,0,184,.13), transparent 70%),
    radial-gradient(ellipse 52% 50% at 12% 68%, rgba(17,103,245,.105), transparent 72%),
    radial-gradient(ellipse 34% 36% at 72% 76%, rgba(73,201,87,.075), transparent 72%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 57%, #f7f8fb 100%);
  content: "";
}

.hero__mesh {
  position: absolute;
  inset: -20% -12% 10%;
  z-index: -2;
  background: radial-gradient(circle at 72% 30%, rgba(255,255,255,.92) 0 9%, transparent 28%),
    conic-gradient(from 225deg at 72% 38%, rgba(239,0,184,.12), rgba(17,103,245,.08), rgba(73,201,87,.045), rgba(239,0,184,.12));
  filter: blur(62px);
  opacity: .54;
  transform: translate3d(0,0,0);
  pointer-events: none;
}

.hero__noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero__glow--green {
  right: 24%;
  bottom: -18%;
  width: 360px;
  height: 360px;
  background: rgba(73,201,87,.13);
  animation-delay: -8s;
}

.hero-title__line {
  display: block;
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
}

.hero h1 .hero-title__line--primary {
  color: var(--color-black);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.hero h1 .hero-title__line--accent {
  color: transparent;
  background: linear-gradient(96deg, #ef00b8 0%, #d70bc7 32%, #6d41e9 68%, #1167f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__actions .btn--primary {
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(135deg, #fb14c2 0%, #e500ae 48%, #b828e6 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 18px 42px rgba(229,0,174,.24);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero__actions .btn--primary::before {
  position: absolute;
  inset: 1px 10% auto;
  z-index: -1;
  height: 46%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.28), transparent);
  content: "";
}

.hero__actions .btn--secondary {
  background: rgba(255,255,255,.66);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.hero-visual__halo {
  position: absolute;
  inset: 3% -8% -7% 4%;
  border-radius: 48%;
  background: radial-gradient(circle at 70% 25%, rgba(239,0,184,.18), transparent 34%),
    radial-gradient(circle at 18% 75%, rgba(17,103,245,.16), transparent 39%),
    radial-gradient(circle at 78% 82%, rgba(73,201,87,.10), transparent 32%);
  filter: blur(45px);
  opacity: .8;
  animation: productHalo 12s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.product-window::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(239,0,184,.16) 40%, rgba(17,103,245,.12) 72%, rgba(255,255,255,.9));
  content: "";
  filter: blur(.2px);
}

.product-window::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(31,34,45,.035);
  content: "";
  pointer-events: none;
}

.product-window__workspace {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  color: #656976;
  font-size: .56rem;
  font-weight: 750;
}

.product-window__workspace i {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.product-window__tools {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product-window__search::before {
  position: absolute;
  top: 9px;
  left: 11px;
  width: 9px;
  height: 9px;
  border: 1.4px solid #aeb2bd;
  border-radius: 50%;
  content: "";
}

.product-window__search::after {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 5px;
  height: 1.4px;
  background: #aeb2bd;
  content: "";
  transform: rotate(45deg);
}

.product-window__notification {
  position: relative;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(219,222,230,.85);
  border-radius: 9px;
  background: #fff;
}

.product-window__notification::before {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 9px;
  height: 10px;
  border: 1.4px solid #8e929d;
  border-radius: 7px 7px 4px 4px;
  content: "";
}

.product-window__notification::after {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--color-pink);
  content: "";
}

.product-sidebar::after {
  position: absolute;
  right: 8px;
  bottom: 16px;
  left: 8px;
  height: 1px;
  background: rgba(218,221,230,.75);
  content: "";
}

.product-sidebar__item i {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1.5px solid #adb1bc;
  border-radius: 4px;
}

.product-sidebar__item:nth-child(2) i {
  border-radius: 50%;
}

.product-sidebar__item:nth-child(3) i::after, .product-sidebar__item:nth-child(4) i::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #c5c8d0;
  content: "";
}

.product-sidebar__item.is-active i {
  border-color: #c21ca9;
  box-shadow: inset 0 0 0 3px rgba(239,0,184,.08);
}

.product-sidebar__item--bottom {
  margin-top: auto;
  margin-bottom: 11px;
}

.product-content__heading > div {
  display: grid;
  gap: 3px;
}

.product-content__kicker {
  color: #8a8e99;
  font-size: .49rem;
  font-weight: 720;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-content__heading strong {
  color: #171921;
  font-size: .9rem;
  letter-spacing: -.025em;
}

.product-content__action span {
  font-size: .72rem;
  font-weight: 400;
}

.metric-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.metric-card__spark {
  display: flex;
  height: 20px;
  align-items: flex-end;
  gap: 3px;
  margin-top: 7px;
}

.metric-card__spark i {
  width: 12%;
  border-radius: 2px 2px 0 0;
  background: rgba(239,0,184,.22);
}

.metric-card__spark i:nth-child(1) {
  height: 30%;
}

.metric-card__spark i:nth-child(2) {
  height: 48%;
}

.metric-card__spark i:nth-child(3) {
  height: 38%;
}

.metric-card__spark i:nth-child(4) {
  height: 68%;
}

.metric-card__spark i:nth-child(5) {
  height: 55%;
}

.metric-card__spark i:nth-child(6) {
  height: 92%;
  background: rgba(239,0,184,.58);
}

.metric-card__ring {
  position: absolute;
  right: 12px;
  bottom: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: conic-gradient(var(--color-blue) 0 94%, #edf0f6 94%);
}

.metric-card__ring::after {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.metric-card__bars {
  position: absolute;
  right: 12px;
  bottom: 11px;
  display: flex;
  height: 27px;
  align-items: flex-end;
  gap: 3px;
}

.metric-card__bars i {
  width: 4px;
  border-radius: 3px;
  background: rgba(73,201,87,.38);
}

.metric-card__bars i:nth-child(1) {
  height: 35%;
}

.metric-card__bars i:nth-child(2) {
  height: 62%;
}

.metric-card__bars i:nth-child(3) {
  height: 48%;
}

.metric-card__bars i:nth-child(4) {
  height: 92%;
  background: rgba(73,201,87,.75);
}

.conversation-panel, .pipeline-panel {
  overflow: hidden;
  border: 1px solid rgba(222,225,232,.78);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 19px rgba(28,31,42,.035);
}

.conversation-shell {
  display: grid;
  min-height: 192px;
  grid-template-columns: .92fr 1.08fr;
}

.conversation-row.is-active {
  background: linear-gradient(90deg, rgba(239,0,184,.055), rgba(17,103,245,.035));
  box-shadow: inset 2px 0 0 var(--color-pink);
}

.automation-strip {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 8px;
  border: 1px solid rgba(118,77,214,.08);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(239,0,184,.055), rgba(17,103,245,.055));
}

.automation-strip__icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-pink), var(--color-blue));
  font-size: .7rem;
}

.automation-strip > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.automation-strip b {
  color: #4c4f59;
  font-size: .43rem;
}

.automation-strip small {
  color: #999ca6;
  font-size: .34rem;
}

.automation-strip > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 0 4px rgba(73,201,87,.1);
  animation: statusPulse 2.4s ease-out infinite;
}

.floating-card--conversion {
  min-width: 145px;
  justify-content: space-between;
  animation: floatCard 6.8s ease-in-out infinite -1.5s;
  right: -2%;
  bottom: 0;
}

.floating-card__icon::after {
  position: absolute;
  inset: -50%;
  background: conic-gradient(transparent, rgba(255,255,255,.55), transparent 32%);
  content: "";
  animation: iconShine 4.5s linear infinite;
}

.floating-card__whatsapp {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #62da70, #22a43a);
  box-shadow: 0 8px 20px rgba(42,170,64,.2);
  font-size: 1rem;
}

.floating-card__pulse {
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 0 5px rgba(73,201,87,.1);
  animation: statusPulse 2.4s ease-out infinite;
}

.floating-card--conversion > span:first-child {
  display: grid;
  gap: 2px;
}

.floating-card--conversion strong {
  font-size: .88rem;
}

.floating-card--conversion small {
  margin: 0;
  font-size: .48rem;
}

.floating-card__mini-chart {
  display: flex;
  height: 31px;
  align-items: flex-end;
  gap: 3px;
}

.floating-card__mini-chart i {
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(to top, rgba(17,103,245,.35), rgba(239,0,184,.7));
}

.floating-card__mini-chart i:nth-child(1) {
  height: 35%;
}

.floating-card__mini-chart i:nth-child(2) {
  height: 54%;
}

.floating-card__mini-chart i:nth-child(3) {
  height: 46%;
}

.floating-card__mini-chart i:nth-child(4) {
  height: 75%;
}

.floating-card__mini-chart i:nth-child(5) {
  height: 100%;
}

.trust-section {
  overflow: hidden;
  padding-block: clamp(92px, 10vw, 150px);
  background: linear-gradient(180deg, rgba(247,248,252,.75) 0, #fff 82px, #fff 100%);
  padding-top: clamp(28px, 2.8vw, 40px);
  padding-bottom: clamp(34px, 3.7vw, 48px);
}

.brand-rail {
  margin-top: clamp(50px, 6vw, 76px);
  padding-block: 20px;
  border-block: 1px solid var(--color-line);
}

.brand-rail__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-rail__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 18px;
  animation: brandRail 28s linear infinite;
}

.brand-rail:hover .brand-rail__track {
  animation-play-state: paused;
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  color: #4d5059;
  font-size: .88rem;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
  min-width: 245px;
  gap: 14px;
  border-radius: 16px;
  transition: color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms cubic-bezier(.2,.75,.25,1);
}

.brand-chip:hover {
  color: var(--color-black);
  background: rgba(255,255,255,.66);
  box-shadow: 0 12px 30px rgba(18,21,31,.055);
  transform: translateY(-2px);
}

.brand-chip:hover img {
  transform: scale(1.04);
}

.brand-chip img {
  transition: transform .25s ease;
}

.brand-chip__mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  box-shadow: var(--shadow-xs);
}

.brand-chip__mark--okay {
  background: linear-gradient(135deg, var(--color-pink), var(--color-blue));
}

.brand-chip__mark--avalon {
  background: linear-gradient(135deg, #11131a, #424654);
}

.brand-chip__mark--suits {
  background: linear-gradient(135deg, #095ccf, #49a5ff);
}

.brand-chip__mark--vivo {
  background: linear-gradient(135deg, #6b21d3, #ef00b8);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.trust-card {
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
  border-color: #e5e7ed;
  min-height: 330px;
  padding: 38px 40px 34px;
  border: 1px solid #e2e5ec;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18,21,31,.055);
}

.trust-card:hover {
  transform: translateY(-6px);
  border-color: #d9dce5;
  box-shadow: 0 20px 50px rgba(20, 23, 34, .075);
}

.trust-card::after {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 28px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(17,103,245,.10);
  border-radius: 50%;
  background: none;
  box-shadow: inset 0 0 0 13px rgba(17,103,245,.025);
  opacity: 1;
}

.trust-card:nth-child(2)::after {
  border-color: rgba(73,201,87,.14);
  background: none;
  box-shadow: inset 0 0 0 13px rgba(73,201,87,.035);
}

.trust-card__number {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  color: var(--color-muted);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .08em;
  width: 40px;
  height: 40px;
  border-color: #dde2ea;
  background: #f8f9fc;
}

.trust-card h3 {
  font-weight: 780;
  line-height: 1.08;
  max-width: 290px;
  margin-top: auto;
  font-size: clamp(1.65rem, 2vw, 2rem);
}

.trust-card p {
  position: relative;
  z-index: 1;
  color: var(--color-muted);
  font-size: .92rem;
  line-height: 1.65;
  max-width: 330px;
  margin-top: 15px;
}

.trust-card--dark {
  color: #fff;
  border-color: #151824;
  background: #0b0d13;
  box-shadow: 0 22px 54px rgba(9,11,17,.16);
}

.trust-card--dark:hover {
  border-color: #2a2d39;
  box-shadow: var(--shadow-lg);
}

.trust-card--dark::after {
  display: block;
  right: -90px;
  bottom: -130px;
  width: 280px;
  height: 280px;
  border-color: rgba(255,255,255,.10);
  background: none;
  box-shadow: inset 0 0 0 13px rgba(17,103,245,.06);
}

.trust-card--dark .trust-card__number {
  border-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.06);
}

.trust-card--dark h3 {
  color: #fff;
}

.trust-card--dark p {
  color: rgba(255,255,255,.64);
}

.trust-card__link {
  position: absolute;
  right: 38px;
  bottom: 34px;
  left: 38px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.trust-card__link span {
  transition: transform var(--transition-fast);
}

.trust-card__link:hover span {
  transform: translateX(4px);
}

.section-header {
  position: relative;
  z-index: 1;
}

.section-header--split {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(430px,.88fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
}

.section-header--center {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--color-pink-dark);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--color-pink), var(--color-blue));
  content: "";
}

.section-title {
  max-width: 1040px;
  font-size: clamp(2.5rem, 4.7vw, 4.65rem);
  font-weight: 790;
  line-height: .99;
  letter-spacing: -.057em;
}

.section-header--center .section-title,
.section-header--center .section-lead {
  margin-inline: auto;
}

.section-lead {
  max-width: 560px;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  line-height: 1.7;
}

.section-header--center .section-lead {
  margin-top: 24px;
}

.hero-dashboard {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 28px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 52px 120px rgba(25,27,38,.17), 0 14px 38px rgba(25,27,38,.08), inset 0 1px 0 rgba(255,255,255,.98);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.4deg) translateZ(0);
  transform-origin: center;
  transition: transform 750ms cubic-bezier(.2,.8,.2,1), box-shadow 750ms cubic-bezier(.2,.8,.2,1);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
  width: min(100%, 700px);
  margin-left: auto;
}

.hero-dashboard::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(25,27,38,.035);
  content: "";
  pointer-events: none;
}

.hero-dashboard__image {
  width: 100%;
  height: auto;
}

.hero-dashboard__shine {
  position: absolute;
  top: -65%;
  left: -35%;
  width: 28%;
  height: 230%;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: rotate(19deg);
  animation: dashboardShine 8s ease-in-out infinite 1.5s;
  pointer-events: none;
}

.hero-visual:hover .hero-dashboard {
  box-shadow: 0 64px 145px rgba(25,27,38,.2), 0 18px 44px rgba(25,27,38,.09), inset 0 1px 0 rgba(255,255,255,1);
  transform: perspective(1400px) rotateY(-1deg) rotateX(.2deg) translateY(-7px);
}

.trust-card::before {
  position: absolute;
  inset: 0 0 auto;
  background: var(--color-blue);
  content: "";
  opacity: .62;
  top: 0;
  right: 38px;
  left: 38px;
  height: 3px;
  border-radius: 0 0 5px 5px;
}

.trust-card:nth-child(2)::before {
  background: var(--color-green);
}

.trust-card::after,
.trust-card:nth-child(2)::after {
  display: none;
}

.trust-card--dark::before {
  height: 1px;
  background: linear-gradient(90deg, #ef00b8, #1167f5);
  opacity: .8;
}

.hero-title__line:nth-child(1) {
  font-size: .84em;
}

.hero-title__line:nth-child(2) {
  font-size: .88em;
}

.hero-title__line:nth-child(3) {
  font-size: .92em;
}

.trust-section::before {
  position: absolute;
  top: 0;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17,103,245,.16), rgba(239,0,184,.2), transparent);
  content: "";
}

.trust-card h3::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 18px;
  border-radius: 2px;
  background: #1167f5;
  content: "";
  opacity: .42;
}

.trust-card:nth-child(2) h3::after {
  background: #49c957;
}

.trust-card--dark h3::after {
  background: linear-gradient(90deg, #ef00b8, #1167f5);
  opacity: 1;
}

.hero__actions .btn--primary::after {
  position: absolute;
  top: -80%;
  left: -42%;
  width: 32%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(18deg);
  transition: left 650ms cubic-bezier(.2,.75,.25,1);
}

.hero__actions .btn--primary:hover::after,
.hero__actions .btn--primary:focus-visible::after {
  left: 118%;
}

.brand-chip__logo {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 13px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 7px 18px rgba(18,21,31,.07),
    inset 0 0 0 1px rgba(218,221,229,.72);
  transition: transform 240ms cubic-bezier(.2,.75,.25,1), box-shadow 240ms ease;
}

.brand-chip__logo img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-chip__logo--suits img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.brand-chip:hover .brand-chip__logo {
  box-shadow: 0 11px 24px rgba(18,21,31,.10),
    inset 0 0 0 1px rgba(211,214,224,.9);
  transform: translateY(-1px) scale(1.025);
}

.trust-card--dark .trust-card__link {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: flex-start;
  overflow: hidden;
  margin-top: 22px;
  padding: 12px 19px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #1f7aff 0%, #1167f5 52%, #315be8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34),
    0 13px 30px rgba(17, 103, 245, .28);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 220ms cubic-bezier(.2, .75, .25, 1),
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.trust-card--dark .trust-card__link::after {
  position: absolute;
  top: -90%;
  left: -44%;
  width: 34%;
  height: 280%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, .48),
    transparent
  );
  content: "";
  pointer-events: none;
  transform: rotate(18deg);
  transition: left 650ms cubic-bezier(.2, .75, .25, 1);
}

.trust-card--dark .trust-card__link:hover,
.trust-card--dark .trust-card__link:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4),
    0 18px 38px rgba(17, 103, 245, .36);
}

.trust-card--dark .trust-card__link:hover::after,
.trust-card--dark .trust-card__link:focus-visible::after {
  left: 118%;
}

.trust-card--dark .trust-card__link span {
  transition: transform 180ms ease;
}

.trust-card--dark .trust-card__link:hover span,
.trust-card--dark .trust-card__link:focus-visible span {
  transform: translateX(4px);
}

.solutions-overview {
  padding-top: clamp(32px, 3.2vw, 44px);
}

/* 05. Abertura de soluções usando toda a largura útil real.
   Nenhuma coluna artificialmente estreita. */
.solutions-overview .section-header--center {
  width: 100%;
  max-width: none;
}

.solutions-overview .section-title {
  width: 100%;
  max-width: none;
  margin-right: 0;
  font-size: clamp(2.9rem, 3.75vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.solutions-overview .section-lead {
  width: 100%;
  max-width: none;
  margin-right: 0;
  font-size: clamp(1.08rem, 1.34vw, 1.3rem);
  line-height: 1.48;
  text-wrap: pretty;
}

/* Evita que o glow recrie visualmente um espaço excessivo. */
.solutions-overview__glow {
  top: -110px;
  height: 240px;
}

@media (max-width: 980px) {
  .trust-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .solutions-overview {
    padding-top: 38px;
  }

  .solutions-overview .section-title {
    font-size: clamp(2.65rem, 7vw, 3.75rem);
  }
}

@media (max-width: 680px) {
  .trust-section {
    padding-top: 26px;
    padding-bottom: 34px;
  }

  .brand-chip__logo--suits img {
    width: 25px;
    height: 25px;
  }

  .trust-card--dark .trust-card__link {
    min-height: 44px;
    padding-inline: 17px;
  }

  .solutions-overview {
    padding-top: 32px;
  }

  .solutions-overview .section-title {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    text-wrap: balance;
  }

  .solutions-overview .section-lead {
    font-size: 1.05rem;
  }
}

/* ===== Sprint 4.6 placeholders ===== */
.partner-card{cursor:pointer;transition:.25s ease;}
.partner-card:hover{transform:translateY(-2px);}
.cta-link{font-weight:700;transition:.25s ease;}
.cta-link:hover{letter-spacing:.02em;}
