/*
 * CometAI public solutions showcase
 * Round S1A - foundation, channels and smart onboarding
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --solutions-bg: #07070f;
  --solutions-surface: rgba(17, 17, 34, 0.86);
  --solutions-surface-strong: #111122;
  --solutions-surface-soft: rgba(24, 24, 48, 0.76);
  --solutions-border: rgba(139, 92, 246, 0.25);
  --solutions-border-cyan: rgba(34, 211, 238, 0.32);
  --solutions-text: #f5f3ff;
  --solutions-muted: #aaa7c3;
  --solutions-purple: #8b5cf6;
  --solutions-purple-strong: #6d28d9;
  --solutions-cyan: #22d3ee;
  --solutions-green: #34d399;
  --solutions-orange: #fb923c;
  --solutions-pink: #f472b6;
  --solutions-radius-lg: 28px;
  --solutions-radius-md: 18px;
  --solutions-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --solutions-container: min(1180px, 92vw);
}

html {
  scroll-behavior: smooth;
  background: var(--solutions-bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--solutions-text);
  background:
    radial-gradient(circle at 10% -5%, rgba(139, 92, 246, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(34, 211, 238, 0.12), transparent 26%),
    var(--solutions-bg);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.solutions-shell {
  width: var(--solutions-container);
  margin: 0 auto;
}

.solutions-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(139, 92, 246, 0.18);
  background: rgba(7, 7, 15, 0.78);
  backdrop-filter: blur(18px);
}

.solutions-header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.solutions-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.solutions-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.36);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.24), rgba(34, 211, 238, 0.12));
  box-shadow: 0 10px 34px rgba(34, 211, 238, 0.12);
}

.solutions-brand-name {
  background: linear-gradient(135deg, #d8ccff, #7ee9f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solutions-main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.solutions-main-nav a {
  color: var(--solutions-muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.solutions-main-nav a:hover,
.solutions-main-nav a:focus-visible {
  color: #fff;
}

.solutions-header-cta,
.solutions-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.12rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.solutions-header-cta,
.solutions-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--solutions-purple), var(--solutions-purple-strong));
  box-shadow: 0 12px 34px rgba(109, 40, 217, 0.24);
}

.solutions-button--secondary {
  border-color: rgba(34, 211, 238, 0.32);
  color: #e7fbff;
  background: rgba(34, 211, 238, 0.07);
}

.solutions-header-cta:hover,
.solutions-button:hover {
  transform: translateY(-2px);
}

.solutions-header-cta:focus-visible,
.solutions-button:focus-visible,
.channel-node:focus-visible,
.solutions-anchor-nav a:focus-visible {
  outline: 3px solid rgba(34, 211, 238, 0.78);
  outline-offset: 3px;
}

.solutions-hero {
  position: relative;
  padding: 84px 0 54px;
}

.solutions-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.solutions-eyebrow,
.solutions-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #bff6ff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.solutions-eyebrow {
  margin-bottom: 1.2rem;
  border: 1px solid rgba(34, 211, 238, 0.27);
  border-radius: 999px;
  padding: 0.45rem 0.76rem;
  background: rgba(34, 211, 238, 0.07);
}

.solutions-hero h1,
.solutions-section-title,
.solutions-onboarding-copy h2,
.solutions-preview-copy h2,
.solutions-final-cta h2 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.solutions-hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.solutions-gradient-text {
  background: linear-gradient(135deg, #c9b7ff 4%, #8b5cf6 42%, #22d3ee 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solutions-hero-copy {
  max-width: 680px;
  margin: 1.35rem 0 0;
  color: var(--solutions-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.solutions-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.solutions-channel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.solutions-channel-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  color: #ddd9ef;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 700;
}

.channel-orbit {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(139, 92, 246, 0.25), transparent 28%),
    linear-gradient(145deg, rgba(18, 18, 39, 0.96), rgba(8, 11, 25, 0.96));
  box-shadow: var(--solutions-shadow);
  isolation: isolate;
}

.channel-orbit::before,
.channel-orbit::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.channel-orbit::before {
  width: 330px;
  height: 330px;
}

.channel-orbit::after {
  width: 455px;
  height: 455px;
  border-color: rgba(139, 92, 246, 0.14);
}

.channel-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 220px;
  min-height: 220px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 50%;
  padding: 1.3rem;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, 0.95), rgba(22, 78, 99, 0.9));
  box-shadow:
    0 0 0 18px rgba(139, 92, 246, 0.06),
    0 24px 70px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
}

.channel-core-icon {
  font-size: 2.25rem;
}

.channel-core strong {
  display: block;
  margin-top: 0.45rem;
  font-family: 'Syne', sans-serif;
  font-size: 1.15rem;
}

.channel-core span {
  display: block;
  margin-top: 0.42rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
}

.channel-node {
  position: absolute;
  display: grid;
  min-width: 132px;
  place-items: center;
  gap: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 0.8rem 0.9rem;
  color: #fff;
  background: rgba(13, 15, 31, 0.9);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.channel-node:hover,
.channel-node[aria-pressed='true'] {
  border-color: rgba(34, 211, 238, 0.62);
  background: rgba(34, 211, 238, 0.1);
  transform: translateY(-3px);
}

.channel-node-icon {
  font-size: 1.48rem;
}

.channel-node strong {
  font-size: 0.82rem;
}

.channel-node small {
  color: var(--solutions-muted);
  font-size: 0.67rem;
}

.channel-node--whatsapp {
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.channel-node--whatsapp:hover,
.channel-node--whatsapp[aria-pressed='true'] {
  transform: translate(-50%, -3px);
}

.channel-node--widget {
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

.channel-node--widget:hover,
.channel-node--widget[aria-pressed='true'] {
  transform: translateY(calc(-50% - 3px));
}

.channel-node--instagram {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.channel-node--instagram:hover,
.channel-node--instagram[aria-pressed='true'] {
  transform: translate(-50%, -3px);
}

.channel-node--facebook {
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

.channel-node--facebook:hover,
.channel-node--facebook[aria-pressed='true'] {
  transform: translateY(calc(-50% - 3px));
}

.solutions-flow {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 2rem;
  color: var(--solutions-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.solutions-flow-step {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.45rem 0.72rem;
  background: rgba(255, 255, 255, 0.03);
}

.solutions-flow-arrow {
  color: var(--solutions-cyan);
}

.solutions-anchor-wrap {
  position: sticky;
  top: 72px;
  z-index: 50;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(139, 92, 246, 0.12);
  border-bottom: 1px solid rgba(139, 92, 246, 0.18);
  background: rgba(7, 7, 15, 0.84);
  backdrop-filter: blur(16px);
}

.solutions-anchor-nav {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.solutions-anchor-nav::-webkit-scrollbar {
  display: none;
}

.solutions-anchor-nav a {
  flex: 0 0 auto;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 999px;
  padding: 0.46rem 0.75rem;
  color: var(--solutions-muted);
  background: rgba(139, 92, 246, 0.05);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.solutions-anchor-nav a[aria-current='true'] {
  border-color: rgba(34, 211, 238, 0.48);
  color: #e8fcff;
  background: rgba(34, 211, 238, 0.1);
}

.solutions-section {
  padding: 88px 0;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.solutions-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.5fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.solutions-section-title {
  margin-top: 0.6rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.solutions-section-lead {
  margin: 0;
  color: var(--solutions-muted);
  font-size: 1rem;
}

.solutions-channels-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.solutions-channel-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--solutions-border);
  border-radius: var(--solutions-radius-md);
  padding: 1.25rem;
  background: linear-gradient(155deg, rgba(21, 21, 45, 0.95), rgba(9, 11, 24, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.solutions-channel-card::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--card-accent, rgba(139, 92, 246, 0.22));
  filter: blur(8px);
  opacity: 0.46;
}

.solutions-channel-card--whatsapp {
  --card-accent: rgba(52, 211, 153, 0.24);
}

.solutions-channel-card--widget {
  --card-accent: rgba(34, 211, 238, 0.24);
}

.solutions-channel-card--instagram {
  --card-accent: rgba(244, 114, 182, 0.25);
}

.solutions-channel-card--facebook {
  --card-accent: rgba(96, 165, 250, 0.24);
}

.solutions-channel-card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.4rem;
}

.solutions-channel-card h3 {
  margin: 1rem 0 0.35rem;
  font-family: 'Syne', sans-serif;
  font-size: 1.18rem;
}

.solutions-channel-card > p {
  margin: 0;
  color: var(--solutions-muted);
  font-size: 0.88rem;
}

.solutions-feature-list {
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.solutions-feature-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #d9d5e9;
  font-size: 0.8rem;
}

.solutions-feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--solutions-green);
  font-weight: 900;
}

.solutions-global-note {
  margin: 1.2rem 0 0;
  border: 1px solid rgba(251, 146, 60, 0.23);
  border-radius: 14px;
  padding: 0.82rem 1rem;
  color: #d7d2e7;
  background: rgba(251, 146, 60, 0.055);
  font-size: 0.78rem;
}

.solutions-onboarding {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.solutions-onboarding-copy h2,
.solutions-preview-copy h2,
.solutions-final-cta h2 {
  margin-top: 0.65rem;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.solutions-onboarding-copy > p,
.solutions-preview-copy > p,
.solutions-final-cta p {
  margin: 1rem 0 0;
  color: var(--solutions-muted);
}

.solutions-onboarding-steps {
  display: grid;
  gap: 0.72rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: onboarding;
}

.solutions-onboarding-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 0.75rem;
  counter-increment: onboarding;
}

.solutions-onboarding-steps li::before {
  content: counter(onboarding, decimal-leading-zero);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 12px;
  color: #bff6ff;
  background: rgba(34, 211, 238, 0.07);
  font-size: 0.72rem;
  font-weight: 900;
}

.solutions-onboarding-steps strong {
  display: block;
  font-size: 0.91rem;
}

.solutions-onboarding-steps span {
  display: block;
  color: var(--solutions-muted);
  font-size: 0.79rem;
}

.solutions-business-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 28px;
  padding: 1.15rem;
  background: linear-gradient(145deg, rgba(15, 25, 42, 0.98), rgba(17, 17, 38, 0.96));
  box-shadow: var(--solutions-shadow);
}

.solutions-business-panel::before {
  content: '';
  position: absolute;
  top: -90px;
  right: -70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.12);
  filter: blur(14px);
}

.solutions-business-toolbar,
.solutions-business-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.solutions-business-toolbar {
  color: var(--solutions-muted);
  font-size: 0.72rem;
}

.solutions-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #b8ffdf;
}

.solutions-status::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--solutions-green);
  box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.1);
}

.solutions-business-heading {
  align-items: flex-start;
  margin-top: 1.3rem;
}


.channel-core {
  isolation: isolate;
}

.channel-core-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  margin: 0 auto 0.72rem;
  width: fit-content;
  max-width: 100%;
}

.channel-core-symbol {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  image-rendering: auto;
}

.channel-core-brand-text {
  display: inline-block;
  font-size: 1.52rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
  background: linear-gradient(
    90deg,
    #a874ff 0%,
    #7f8dff 50%,
    #49e4ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.channel-core-description {
  position: relative;
  z-index: 1;
}

.channel-core-official-logo {
  display: none;
}

@media (max-width: 680px) {
  .channel-core-brand {
    gap: 0.38rem;
    margin-bottom: 0.58rem;
  }

  .channel-core-symbol {
    width: 22px;
    height: 22px;
  }

  .channel-core-brand-text {
    font-size: 1.24rem;
  }
}

.solutions-business-logo {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #f6c945, #fff4a8);
  color: #1c1b12;
  font-size: 1.45rem;
}

.solutions-business-title {
  flex: 1;
}

.solutions-business-title h3 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
}

.solutions-business-title p {
  margin: 0.2rem 0 0;
  color: var(--solutions-muted);
  font-size: 0.76rem;
}

.solutions-progress {
  margin-top: 1.3rem;
}

.solutions-progress-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #d9d5e9;
  font-size: 0.74rem;
}

.solutions-progress-track {
  height: 9px;
  margin-top: 0.48rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.solutions-progress-value {
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--solutions-green), var(--solutions-cyan));
}

.solutions-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.solutions-config-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.035);
}

.solutions-config-card span {
  display: block;
  color: var(--solutions-muted);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.solutions-config-card strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.82rem;
}

.solutions-validation {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.8rem;
  border: 1px solid rgba(52, 211, 153, 0.2);
  border-radius: 15px;
  padding: 0.82rem;
  background: rgba(52, 211, 153, 0.055);
}

.solutions-validation-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: rgba(52, 211, 153, 0.12);
}

.solutions-validation strong {
  display: block;
  font-size: 0.8rem;
}

.solutions-validation span {
  display: block;
  color: var(--solutions-muted);
  font-size: 0.7rem;
}

.solutions-preview-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1.26fr);
  align-items: center;
  gap: 2rem;
  border: 1px solid rgba(139, 92, 246, 0.27);
  border-radius: 30px;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  background:
    linear-gradient(145deg, rgba(28, 20, 57, 0.94), rgba(8, 13, 29, 0.97));
  box-shadow: var(--solutions-shadow);
}

.solutions-preview-list {
  display: grid;
  gap: 0.6rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.solutions-preview-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #ded9ee;
  font-size: 0.82rem;
}

.solutions-preview-list li::before {
  content: '→';
  color: var(--solutions-cyan);
}

.solutions-inbox-demo {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #0d0d1c;
}

.solutions-inbox-list {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.025);
}

.solutions-inbox-tabs {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

.solutions-inbox-tabs span {
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 999px;
  padding: 0.3rem 0.48rem;
  color: var(--solutions-muted);
  font-size: 0.58rem;
  font-weight: 800;
}

.solutions-inbox-tabs span:first-child {
  border-color: rgba(34, 211, 238, 0.4);
  color: #c7f8ff;
  background: rgba(34, 211, 238, 0.08);
}

.solutions-conversation-item {
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 14px;
  padding: 0.75rem;
  background: rgba(139, 92, 246, 0.055);
}

.solutions-conversation-item + .solutions-conversation-item {
  margin-top: 0.55rem;
}

.solutions-conversation-item strong {
  display: block;
  font-size: 0.72rem;
}

.solutions-conversation-item span,
.solutions-conversation-item small {
  display: block;
  color: var(--solutions-muted);
  font-size: 0.62rem;
}

.solutions-inbox-thread {
  display: flex;
  flex-direction: column;
  padding: 0.9rem;
}

.solutions-thread-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: var(--solutions-muted);
  font-size: 0.65rem;
}

.solutions-thread-status {
  border: 1px solid rgba(52, 211, 153, 0.22);
  border-radius: 999px;
  padding: 0.28rem 0.48rem;
  color: #bdffe0;
  background: rgba(52, 211, 153, 0.06);
}

.solutions-thread-messages {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.solutions-message {
  max-width: 84%;
  border-radius: 16px;
  padding: 0.75rem 0.85rem;
  font-size: 0.7rem;
}

.solutions-message--customer {
  justify-self: end;
  background: rgba(139, 92, 246, 0.28);
}

.solutions-message--agent {
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.055);
}

.solutions-thread-compose {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 0.7rem;
  color: var(--solutions-muted);
  font-size: 0.68rem;
}

.solutions-directory {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 2rem;
  align-items: start;
}

.solutions-directory-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.solutions-directory-links a {
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 999px;
  padding: 0.48rem 0.7rem;
  color: #d9d5e9;
  background: rgba(139, 92, 246, 0.05);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
}

.solutions-directory-links a:hover,
.solutions-directory-links a:focus-visible {
  border-color: rgba(34, 211, 238, 0.45);
  color: #fff;
}

.solutions-final-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 88px;
  border: 1px solid rgba(34, 211, 238, 0.26);
  border-radius: 32px;
  padding: clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  background:
    radial-gradient(circle at 14% 20%, rgba(34, 211, 238, 0.14), transparent 30%),
    radial-gradient(circle at 86% 85%, rgba(139, 92, 246, 0.2), transparent 32%),
    rgba(15, 15, 33, 0.96);
  box-shadow: var(--solutions-shadow);
}

.solutions-final-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.solutions-final-cta .solutions-hero-actions {
  justify-content: center;
}

.solutions-site-footer {
  border-top: 1px solid rgba(139, 92, 246, 0.18);
  padding: 2rem 0 2.4rem;
  color: var(--solutions-muted);
  background: rgba(7, 7, 15, 0.72);
}

.solutions-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  font-size: 0.78rem;
}

.solutions-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.solutions-footer-links a {
  color: #c9c5dc;
  text-decoration: none;
}

.solutions-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #25d366, #128c7e);
  box-shadow: 0 15px 38px rgba(37, 211, 102, 0.28);
  font-size: 1.4rem;
  text-decoration: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .solutions-hero-grid,
  .solutions-onboarding,
  .solutions-preview-panel {
    grid-template-columns: 1fr;
  }

  .solutions-hero-copy {
    max-width: 780px;
  }

  .channel-orbit {
    width: min(620px, 100%);
    margin: 0 auto;
  }

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

  .solutions-section-header,
  .solutions-directory {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .solutions-main-nav {
    display: none;
  }

  .solutions-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .solutions-flow-arrow {
    display: none;
  }

  .solutions-flow-step {
    min-height: 48px;
    border-radius: 14px;
    padding: 0.5rem;
    text-align: center;
  }

  .solutions-inbox-demo {
    grid-template-columns: 1fr;
  }

  .solutions-inbox-list {
    display: none;
  }
}

@media (max-width: 620px) {
  .solutions-header-inner {
    min-height: 64px;
  }

  .solutions-brand {
    font-size: 1.16rem;
  }

  .solutions-brand-mark {
    width: 34px;
    height: 34px;
  }

  .solutions-header-cta {
    display: none;
  }

  .solutions-hero {
    padding-top: 58px;
  }

  .solutions-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.45rem);
  }

  .solutions-hero-actions {
    display: grid;
  }

  .solutions-button {
    width: 100%;
  }

  .channel-orbit {
    min-height: 470px;
    border-radius: 24px;
  }

  .channel-orbit::before {
    width: 260px;
    height: 260px;
  }

  .channel-orbit::after {
    width: 390px;
    height: 390px;
  }

  .channel-core {
    width: 174px;
    min-height: 174px;
    padding: 1rem;
  }

  .channel-core-icon {
    font-size: 1.75rem;
  }

  .channel-node {
    min-width: 112px;
    padding: 0.65rem;
  }

  .channel-node--widget {
    right: 2%;
  }

  .channel-node--facebook {
    left: 2%;
  }

  .solutions-section {
    padding: 66px 0;
  }

  .solutions-channels-grid,
  .solutions-config-grid {
    grid-template-columns: 1fr;
  }

  .solutions-channel-card {
    min-height: auto;
  }

  .solutions-business-panel,
  .solutions-preview-panel,
  .solutions-final-cta {
    border-radius: 22px;
  }

  .solutions-footer-inner {
    display: grid;
  }

  .solutions-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}


/* ========================================================
   ROUND S1B - HERO AND BRAND REFINEMENT
   ======================================================== */

.solutions-brand--comet {
  position: relative;
  isolation: isolate;
  gap: 0;
  min-width: 154px;
  padding: 0.34rem 0.22rem 0.48rem;
}

.solutions-brand--comet::before {
  content: '';
  position: absolute;
  right: -0.18rem;
  bottom: 0.2rem;
  left: -0.08rem;
  z-index: -1;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(139, 92, 246, 0.35) 17%,
      #8b5cf6 43%,
      #22d3ee 78%,
      transparent 100%
    );
  filter:
    drop-shadow(
      0 0 8px
      rgba(34, 211, 238, 0.62)
    );
  transform:
    skewX(-24deg)
    rotate(-1.5deg);
  transform-origin: right center;
}

.solutions-brand--comet::after {
  content: '';
  position: absolute;
  right: 0.02rem;
  bottom: 0.02rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a5f3fc;
  box-shadow:
    0 0 0 4px rgba(34, 211, 238, 0.08),
    0 0 18px rgba(34, 211, 238, 0.94),
    -10px 3px 20px rgba(139, 92, 246, 0.72);
}

.solutions-brand--comet .solutions-brand-name {
  font-size: 1.62rem;
  line-height: 1;
  letter-spacing: -0.065em;
  background:
    linear-gradient(
      96deg,
      #f3efff 0%,
      #c7b7ff 42%,
      #67e8f9 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 0 28px
    rgba(34, 211, 238, 0.08);
}

.solutions-hero {
  padding: 56px 0 42px;
}

.solutions-hero-grid {
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(500px, 0.92fr);
  align-items: center;
  gap: clamp(2.2rem, 4.2vw, 4.2rem);
}

.solutions-hero h1 {
  max-width: 760px;
  font-size:
    clamp(
      3rem,
      4.1vw,
      4.5rem
    );
  line-height: 0.98;
}

.solutions-hero-line {
  display: block;
}

.solutions-hero-line + .solutions-hero-line {
  margin-top: 0.06em;
}

.solutions-hero-line--support {
  max-width: 720px;
  margin-top: 0.28em !important;
  color: #f5f2ff;
  font-size: 0.62em;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.solutions-hero-copy {
  max-width: 650px;
  margin-top: 1.3rem;
  font-size:
    clamp(
      1rem,
      1.32vw,
      1.12rem
    );
  line-height: 1.68;
}

.solutions-hero-actions {
  margin-top: 1.45rem;
}

.solutions-channel-list {
  margin-top: 1.05rem;
}

.channel-orbit {
  min-height: 470px;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(139, 92, 246, 0.24),
      transparent 27%
    ),
    radial-gradient(
      circle at 82% 20%,
      rgba(34, 211, 238, 0.1),
      transparent 31%
    ),
    linear-gradient(
      145deg,
      rgba(18, 18, 39, 0.97),
      rgba(8, 11, 25, 0.98)
    );
}

.channel-orbit::before {
  width: 290px;
  height: 290px;
}

.channel-orbit::after {
  width: 405px;
  height: 405px;
}

.channel-core {
  width: 188px;
  min-height: 188px;
  padding: 1.05rem;
  background:
    linear-gradient(
      145deg,
      rgba(113, 70, 217, 0.96),
      rgba(20, 86, 105, 0.94)
    );
  box-shadow:
    0 0 0 16px rgba(139, 92, 246, 0.055),
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 54px rgba(34, 211, 238, 0.08);
}

.channel-core-icon {
  color: #dffbff;
  font-size: 1.65rem;
}

.channel-core strong {
  font-size: 1.2rem;
}

.channel-core span {
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.channel-node {
  width: 176px;
  min-width: 0;
  min-height: 72px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  justify-items: start;
  column-gap: 0.62rem;
  border-radius: 16px;
  padding: 0.72rem 0.82rem;
  text-align: left;
  transform: none !important;
}

.channel-node:hover,
.channel-node[aria-pressed='true'] {
  transform: translateY(-3px) !important;
}

.channel-node-icon {
  grid-row: 1;
  font-size: 1.34rem;
}

.channel-node strong {
  align-self: center;
  font-size: 0.78rem;
}

.channel-node small {
  display: none;
}

.channel-node--whatsapp {
  top: 34px;
  left: 34px;
}

.channel-node--widget {
  top: 34px;
  right: 34px;
}

.channel-node--instagram {
  bottom: 34px;
  left: 34px;
}

.channel-node--facebook {
  right: 34px;
  bottom: 34px;
  left: auto;
}

.solutions-flow {
  margin-top: 1.5rem;
}

@media (max-width: 1160px) {
  .solutions-hero-grid {
    grid-template-columns: 1fr;
  }

  .solutions-hero h1 {
    max-width: 860px;
  }

  .solutions-hero-copy {
    max-width: 760px;
  }

  .channel-orbit {
    width: min(720px, 100%);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .solutions-brand--comet {
    min-width: 136px;
  }

  .solutions-brand--comet .solutions-brand-name {
    font-size: 1.42rem;
  }

  .solutions-hero {
    padding: 38px 0 32px;
  }

  .solutions-hero h1 {
    font-size:
      clamp(
        2.45rem,
        11.4vw,
        3.7rem
      );
    line-height: 1;
  }

  .solutions-hero-line--support {
    font-size: 0.68em;
  }

  .channel-orbit {
    display: grid;
    min-height: 470px;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    grid-template-rows:
      auto
      1fr
      auto;
    gap: 0.75rem;
    padding: 1rem;
  }

  .channel-orbit::before {
    width: 245px;
    height: 245px;
  }

  .channel-orbit::after {
    width: 345px;
    height: 345px;
  }

  .channel-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 168px;
    min-height: 168px;
    align-self: center;
    justify-self: center;
    transform: none;
  }

  .channel-node {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    min-height: 62px;
    align-self: stretch;
    transform: none !important;
  }

  .channel-node:hover,
  .channel-node[aria-pressed='true'] {
    transform: translateY(-2px) !important;
  }

  .channel-node--whatsapp {
    grid-column: 1;
    grid-row: 1;
  }

  .channel-node--widget {
    grid-column: 2;
    grid-row: 1;
  }

  .channel-node--instagram {
    grid-column: 1;
    grid-row: 3;
  }

  .channel-node--facebook {
    grid-column: 2;
    grid-row: 3;
  }
}


/* ========================================================
   ROUND S1C - SHARED WORDMARK AND ORBIT BALANCE
   ======================================================== */

/*
 * O Facebook herdava top: 50% do layout original.
 * Com bottom definido no S1B, o card era esticado.
 */
@media (min-width: 681px) {
  .channel-node {
    height: 72px;
    min-height: 72px;
  }

  .channel-node--facebook {
    top: auto;
    right: 34px;
    bottom: 34px;
    left: auto;
  }
}

.channel-core-content {
  display: grid;
  width: 100%;
  justify-items: center;
  align-content: center;
}

.channel-core .channel-core-wordmark {
  display: inline-flex;
  width: 108px;
  height: 30px;
  margin: 0 auto 0.72rem;
  color: #a78bfa;
}

.channel-core
.channel-core-wordmark
.cometai-brand-wordmark__text {
  display: inline;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.channel-core
.channel-core-wordmark
.cometai-brand-wordmark__art {
  left: -4px;
  top: 1px;
  width: 124px;
  height: 33px;
}

.channel-core
.channel-core-wordmark
.cometai-brand-wordmark__particles {
  display: block;
}

.channel-core .channel-core-description {
  display: block;
  max-width: 154px;
  margin: 0 auto;
  color:
    rgba(
      255,
      255,
      255,
      0.8
    );
  font-size: 0.76rem;
  line-height: 1.46;
  text-wrap: balance;
}

@media (max-width: 680px) {
  .channel-core
  .channel-core-wordmark {
    width: 100px;
    height: 29px;
    margin-bottom: 0.58rem;
  }

  .channel-core
  .channel-core-wordmark
  .cometai-brand-wordmark__text {
    font-size: 17px;
  }

  .channel-core
  .channel-core-description {
    max-width: 138px;
    font-size: 0.7rem;
  }
}


/* ========================================================
   ROUND S1D - OFFICIAL BRAND ASSETS
   ======================================================== */

/*
 * O arquivo oficial substitui a aproximação composta
 * por texto, caminho SVG, halo e partículas separados.
 */

.solutions-official-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 172px;
  height: 58px;
  flex: 0 0 172px;
  overflow: visible;
  text-decoration: none;
}

.solutions-official-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  transform: translateY(1px);
  filter:
    drop-shadow(
      0 0 10px
      rgba(103, 232, 249, 0.08)
    );
}

.channel-core .channel-core-official-logo {
  display: block;
  width: 118px;
  height: auto;
  max-width: none;
  margin:
    0
    auto
    0.68rem;
  object-fit: contain;
  filter:
    drop-shadow(
      0 0 10px
      rgba(103, 232, 249, 0.14)
    );
}

@media (max-width: 680px) {
  .solutions-official-brand {
    width: 148px;
    height: 50px;
    flex-basis: 148px;
  }

  .channel-core
  .channel-core-official-logo {
    width: 104px;
    margin-bottom: 0.55rem;
  }
}


/* ========================================================
   ROUND S1F - CLEAN OFFICIAL CORE WORDMARK
   ======================================================== */

/*
 * O círculo usa exatamente o mesmo wordmark oficial
 * do header, sem filtros ou composição com o favicon.
 */

.channel-core
.channel-core-official-logo,
.channel-core
.channel-core-official-logo--clean {
  position: relative;
  z-index: 2;
  display: block !important;
  width: 132px !important;
  height: auto !important;
  max-width: 72% !important;
  margin:
    0
    auto
    0.72rem !important;
  padding: 0 !important;
  object-fit: contain;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  mix-blend-mode: normal !important;
  image-rendering: auto;
}

.channel-core
.channel-core-brand {
  display: none !important;
}

.channel-core-description {
  position: relative;
  z-index: 2;
}

@media (max-width: 680px) {
  .channel-core
  .channel-core-official-logo,
  .channel-core
  .channel-core-official-logo--clean {
    width: 116px !important;
    max-width: 74% !important;
    margin-bottom: 0.58rem !important;
  }
}


/* ========================================================
   ROUND S1G - CLEAN CORE LOGO CONTRAST
   ======================================================== */

/*
 * O círculo permanece com seu gradiente original.
 * Uma placa escura e discreta isola o wordmark oficial
 * para preservar todas as suas cores e detalhes.
 */

.channel-core-logo-plate {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  min-height: 52px;
  margin:
    0
    auto
    0.72rem;
  padding:
    7px
    10px
    8px;
  box-sizing: border-box;
  overflow: hidden;
  border:
    1px solid
    rgba(103, 232, 249, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(4, 7, 22, 0.82),
      rgba(10, 14, 34, 0.68)
    );
  box-shadow:
    inset 0 1px 0
    rgba(255, 255, 255, 0.04),
    0 10px 24px
    rgba(0, 0, 0, 0.16);
}

.channel-core-logo-plate::after {
  content: "";
  position: absolute;
  inset:
    auto
    18px
    0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(34, 211, 238, 0.32),
      transparent
    );
  pointer-events: none;
}

.channel-core
.channel-core-logo-plate
.channel-core-official-logo,
.channel-core
.channel-core-logo-plate
.channel-core-official-logo--clean {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 146px !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  object-fit: contain;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  mix-blend-mode: normal !important;
  image-rendering: auto;
}

.channel-core-description {
  position: relative;
  z-index: 3;
}

@media (max-width: 680px) {
  .channel-core-logo-plate {
    width: 148px;
    min-height: 47px;
    margin-bottom: 0.58rem;
    padding:
      6px
      9px
      7px;
    border-radius: 12px;
  }

  .channel-core
  .channel-core-logo-plate
  .channel-core-official-logo,
  .channel-core
  .channel-core-logo-plate
  .channel-core-official-logo--clean {
    width: 130px !important;
  }
}


/* ========================================================
   ROUND S1H - FULL DARK CORE
   ======================================================== */

/*
 * O contraste passa a ocupar todo o círculo central.
 * A placa do logo permanece apenas como estrutura,
 * sem fundo, borda ou aparência de retângulo.
 */

.channel-core {
  overflow: hidden;
  border:
    1px solid
    rgba(103, 232, 249, 0.26);
  background:
    radial-gradient(
      circle at 50% 26%,
      rgba(72, 62, 145, 0.34) 0%,
      rgba(17, 22, 52, 0.96) 45%,
      rgba(5, 12, 28, 0.99) 100%
    ) !important;
  box-shadow:
    inset 0 1px 0
    rgba(255, 255, 255, 0.06),
    inset 0 -22px 44px
    rgba(0, 0, 0, 0.18),
    0 18px 42px
    rgba(0, 0, 0, 0.26),
    0 0 0 14px
    rgba(87, 73, 190, 0.08);
}

.channel-core-logo-plate {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 0;
  margin:
    0
    auto
    0.68rem;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.channel-core-logo-plate::after {
  display: none;
  content: none;
}

.channel-core
.channel-core-logo-plate
.channel-core-official-logo,
.channel-core
.channel-core-logo-plate
.channel-core-official-logo--clean {
  display: block !important;
  width: 146px !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  mix-blend-mode: normal !important;
  object-fit: contain;
}

.channel-core-description {
  position: relative;
  z-index: 3;
  max-width: 148px;
  color:
    rgba(255, 255, 255, 0.88);
  text-shadow:
    0 1px 8px
    rgba(0, 0, 0, 0.24);
}

@media (max-width: 680px) {
  .channel-core-logo-plate {
    width: 136px;
    margin-bottom: 0.58rem;
  }

  .channel-core
  .channel-core-logo-plate
  .channel-core-official-logo,
  .channel-core
  .channel-core-logo-plate
  .channel-core-official-logo--clean {
    width: 132px !important;
  }

  .channel-core-description {
    max-width: 136px;
  }
}


/* ========================================================
   ROUND S1I-A - INTERACTIVE CHANNEL CARDS
   ======================================================== */

.solutions-channel-card {
  --channel-accent-rgb:
    139, 92, 246;

  cursor: pointer;
  outline: none;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.solutions-channel-card--whatsapp {
  --channel-accent-rgb:
    52, 211, 153;
}

.solutions-channel-card--widget {
  --channel-accent-rgb:
    34, 211, 238;
}

.solutions-channel-card--instagram {
  --channel-accent-rgb:
    244, 114, 182;
}

.solutions-channel-card--facebook {
  --channel-accent-rgb:
    96, 165, 250;
}

.solutions-channel-card > * {
  position: relative;
  z-index: 2;
}

.solutions-channel-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      transparent 210deg,
      rgba(
        var(--channel-accent-rgb),
        0.08
      ) 230deg,
      rgba(
        var(--channel-accent-rgb),
        0.95
      ) 280deg,
      rgba(
        var(--channel-accent-rgb),
        0.2
      ) 325deg,
      transparent 360deg
    );
  opacity: 0;
  transform: rotate(-110deg);
  pointer-events: none;

  -webkit-mask:
    linear-gradient(#000 0 0)
      content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#000 0 0)
      content-box,
    linear-gradient(#000 0 0);

  mask-composite: exclude;
}

.solutions-channel-card::after {
  z-index: 0;
  transition:
    opacity 220ms ease,
    transform 300ms ease,
    filter 300ms ease;
}

.solutions-channel-card:hover,
.solutions-channel-card:focus-visible {
  transform: translateY(-5px);
  border-color:
    rgba(
      var(--channel-accent-rgb),
      0.62
    );
  box-shadow:
    0 24px 58px
    rgba(0, 0, 0, 0.28),
    0 0 34px
    rgba(
      var(--channel-accent-rgb),
      0.12
    );
}

.solutions-channel-card:hover::before,
.solutions-channel-card:focus-visible::before {
  opacity: 0.88;
  animation:
    solutions-channel-border-sweep
    900ms
    ease-out
    1;
}

.solutions-channel-card:hover::after,
.solutions-channel-card:focus-visible::after {
  opacity: 0.72;
  transform: scale(1.08);
  filter: blur(12px);
}

.solutions-channel-card:hover
.solutions-channel-card-icon,
.solutions-channel-card:focus-visible
.solutions-channel-card-icon {
  transform:
    translateY(-2px)
    scale(1.06)
    rotate(-2deg);
  border-color:
    rgba(
      var(--channel-accent-rgb),
      0.42
    );
  box-shadow:
    0 0 22px
    rgba(
      var(--channel-accent-rgb),
      0.16
    );
}

.solutions-channel-card[
  aria-pressed="true"
] {
  transform: translateY(-4px);
  border-color:
    rgba(
      var(--channel-accent-rgb),
      0.72
    );
  background:
    linear-gradient(
      155deg,
      rgba(
        var(--channel-accent-rgb),
        0.09
      ),
      rgba(9, 11, 24, 0.97)
    );
  box-shadow:
    0 24px 58px
    rgba(0, 0, 0, 0.28),
    inset 0 1px 0
    rgba(255, 255, 255, 0.04),
    0 0 38px
    rgba(
      var(--channel-accent-rgb),
      0.13
    );
}

.solutions-channel-card[
  aria-pressed="true"
]::before {
  opacity: 0.56;
}

.solutions-channel-card-status {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  border:
    1px solid
    rgba(
      var(--channel-accent-rgb),
      0.28
    );
  border-radius: 999px;
  padding:
    0.28rem
    0.58rem;
  color:
    rgba(
      255,
      255,
      255,
      0.86
    );
  background:
    rgba(
      var(--channel-accent-rgb),
      0.1
    );
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0;
  transform:
    translateY(-5px)
    scale(0.96);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  pointer-events: none;
}

.solutions-channel-card-status::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.36rem;
  border-radius: 50%;
  background:
    rgb(
      var(--channel-accent-rgb)
    );
  box-shadow:
    0 0 12px
    rgba(
      var(--channel-accent-rgb),
      0.62
    );
}

.solutions-channel-card[
  aria-pressed="true"
]
.solutions-channel-card-status {
  opacity: 1;
  transform:
    translateY(0)
    scale(1);
}

.solutions-channel-card-icon {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.solutions-channel-card.is-activating::before {
  opacity: 1;
  animation:
    solutions-channel-border-sweep
    900ms
    cubic-bezier(
      0.22,
      1,
      0.36,
      1
    )
    1;
}

.solutions-channel-card.is-activating
.solutions-channel-card-icon {
  animation:
    solutions-channel-icon-pop
    520ms
    cubic-bezier(
      0.22,
      1,
      0.36,
      1
    )
    1;
}

@keyframes solutions-channel-border-sweep {
  from {
    transform: rotate(-110deg);
  }

  to {
    transform: rotate(250deg);
  }
}

@keyframes solutions-channel-icon-pop {
  0% {
    transform:
      scale(1)
      rotate(0);
  }

  45% {
    transform:
      translateY(-3px)
      scale(1.14)
      rotate(-4deg);
  }

  100% {
    transform:
      translateY(-2px)
      scale(1.06)
      rotate(-2deg);
  }
}

@media (max-width: 680px) {
  .solutions-channel-card-status {
    position: static;
    width: fit-content;
    margin:
      0.68rem
      0
      0;
  }

  .solutions-channel-card[
    aria-pressed="true"
  ] {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-channel-card,
  .solutions-channel-card::before,
  .solutions-channel-card::after,
  .solutions-channel-card-icon,
  .solutions-channel-card-status {
    animation: none !important;
    transition: none !important;
  }

  .solutions-channel-card:hover,
  .solutions-channel-card:focus-visible,
  .solutions-channel-card[
    aria-pressed="true"
  ] {
    transform: none;
  }
}


/* ========================================================
   ROUND S1I-B - SERVICE TYPE EXPLORER
   ======================================================== */

.solutions-service-types-section {
  overflow: clip;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(34, 211, 238, 0.07),
      transparent 32%
    ),
    radial-gradient(
      circle at 12% 76%,
      rgba(139, 92, 246, 0.08),
      transparent 34%
    );
}

.solutions-service-types {
  display: block;
}

.solutions-service-types-header {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(300px, 0.56fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 5rem);
  margin-bottom: 2rem;
}

.solutions-service-types-header
.solutions-section-title {
  max-width: 760px;
}

.solutions-service-type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  margin-bottom: 1.35rem;
}

.solutions-service-type-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  min-height: 48px;
  border:
    1px solid
    rgba(139, 92, 246, 0.24);
  border-radius: 999px;
  padding:
    0.68rem
    0.92rem;
  color: var(--solutions-muted);
  background:
    rgba(15, 15, 33, 0.84);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.solutions-service-type-tab:hover,
.solutions-service-type-tab:focus-visible {
  color: #ffffff;
  border-color:
    rgba(34, 211, 238, 0.48);
  transform:
    translateY(-2px);
}

.solutions-service-type-tab:focus-visible {
  outline:
    3px solid
    rgba(34, 211, 238, 0.45);
  outline-offset: 3px;
}

.solutions-service-type-tab[
  aria-selected="true"
] {
  color: #ffffff;
  border-color:
    rgba(34, 211, 238, 0.66);
  background:
    linear-gradient(
      135deg,
      rgba(34, 211, 238, 0.15),
      rgba(139, 92, 246, 0.12)
    );
  box-shadow:
    0 0 28px
    rgba(34, 211, 238, 0.1);
}

.solutions-service-type-stage {
  position: relative;
  min-height: 520px;
}

.solutions-service-type-panel {
  position: relative;
  overflow: hidden;
  border:
    1px solid
    rgba(139, 92, 246, 0.25);
  border-radius:
    var(--solutions-radius-lg);
  padding:
    clamp(1.35rem, 3vw, 2.2rem);
  background:
    linear-gradient(
      145deg,
      rgba(18, 26, 49, 0.98),
      rgba(11, 10, 30, 0.98)
    );
  box-shadow:
    0 26px 70px
    rgba(0, 0, 0, 0.28);
}

.solutions-service-type-panel::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -150px;
  bottom: -200px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(34, 211, 238, 0.12),
      transparent 68%
    );
  pointer-events: none;
}

.solutions-service-type-panel[hidden] {
  display: none !important;
}

.solutions-service-type-panel.is-entering {
  animation:
    solutions-service-panel-enter
    420ms
    cubic-bezier(
      0.22,
      1,
      0.36,
      1
    )
    both;
}

.solutions-service-type-panel-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.solutions-service-type-identity {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.solutions-service-type-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 60px;
  height: 60px;
  border:
    1px solid
    rgba(34, 211, 238, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(139, 92, 246, 0.2),
      rgba(34, 211, 238, 0.12)
    );
  font-size: 1.55rem;
  box-shadow:
    inset 0 1px 0
    rgba(255, 255, 255, 0.06);
}

.solutions-service-type-overline {
  display: block;
  margin-bottom: 0.32rem;
  color: #a5f3fc;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solutions-service-type-identity h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-size:
    clamp(1.45rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
}

.solutions-service-type-identity p {
  max-width: 720px;
  margin:
    0.42rem
    0
    0;
  color: var(--solutions-muted);
}

.solutions-service-type-status {
  flex: 0 0 auto;
  border: 1px solid;
  border-radius: 999px;
  padding:
    0.48rem
    0.7rem;
  font-size: 0.7rem;
  font-weight: 850;
  text-align: center;
}

.solutions-service-type-status--available {
  border-color:
    rgba(52, 211, 153, 0.34);
  color: #a7f3d0;
  background:
    rgba(52, 211, 153, 0.09);
}

.solutions-service-type-status--assisted {
  border-color:
    rgba(34, 211, 238, 0.34);
  color: #bae6fd;
  background:
    rgba(34, 211, 238, 0.09);
}

.solutions-service-type-status--preparatory {
  border-color:
    rgba(251, 191, 36, 0.3);
  color: #fde68a;
  background:
    rgba(251, 191, 36, 0.08);
}

.solutions-service-type-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );
  gap: 1rem;
}

.solutions-service-type-block {
  min-height: 190px;
  border:
    1px solid
    rgba(148, 163, 184, 0.16);
  border-radius: 20px;
  padding: 1.2rem;
  background:
    rgba(15, 17, 36, 0.72);
}

.solutions-service-type-block > span,
.solutions-service-type-niches > span {
  display: block;
  margin-bottom: 0.78rem;
  color: #c4b5fd;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solutions-service-type-block ul {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-service-type-block li {
  position: relative;
  padding-left: 1.35rem;
  color: #eef2ff;
}

.solutions-service-type-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #34d399;
  font-weight: 900;
}

.solutions-service-type-block p {
  margin: 0;
  color: #d6d8e8;
  font-size: 1rem;
  line-height: 1.72;
}

.solutions-service-type-block--behavior {
  background:
    linear-gradient(
      145deg,
      rgba(34, 211, 238, 0.07),
      rgba(139, 92, 246, 0.07)
    );
}

.solutions-service-type-niches {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  border-top:
    1px solid
    rgba(148, 163, 184, 0.13);
  padding-top: 1rem;
}

.solutions-service-type-niche-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.solutions-service-type-niche-links a,
.solutions-service-type-niche-links > span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border:
    1px solid
    rgba(139, 92, 246, 0.23);
  border-radius: 999px;
  padding:
    0.42rem
    0.68rem;
  color: #e4e1f2;
  background:
    rgba(139, 92, 246, 0.06);
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;
}

.solutions-service-type-niche-links a:hover,
.solutions-service-type-niche-links a:focus-visible {
  border-color:
    rgba(34, 211, 238, 0.48);
  color: #ffffff;
}

.solutions-product-paths {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.solutions-product-paths > div {
  border:
    1px solid
    rgba(34, 211, 238, 0.19);
  border-radius: 16px;
  padding: 0.92rem;
  background:
    rgba(34, 211, 238, 0.05);
}

.solutions-product-paths strong,
.solutions-product-paths span {
  display: block;
}

.solutions-product-paths strong {
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.solutions-product-paths span {
  color: var(--solutions-muted);
  font-size: 0.83rem;
}

.solutions-service-type-evaluation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.25rem;
  border:
    1px solid
    rgba(34, 211, 238, 0.2);
  border-radius: 22px;
  padding: 1.2rem;
  background:
    linear-gradient(
      135deg,
      rgba(34, 211, 238, 0.06),
      rgba(139, 92, 246, 0.07)
    );
}

.solutions-service-type-evaluation span {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}

.solutions-service-type-evaluation p {
  max-width: 760px;
  margin:
    0.25rem
    0
    0;
  color: var(--solutions-muted);
}

@keyframes solutions-service-panel-enter {
  from {
    opacity: 0;
    transform:
      translateY(12px)
      scale(0.992);
  }

  to {
    opacity: 1;
    transform:
      translateY(0)
      scale(1);
  }
}

@media (max-width: 860px) {
  .solutions-service-types-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .solutions-service-type-panel-header,
  .solutions-service-type-evaluation {
    align-items: flex-start;
    flex-direction: column;
  }

  .solutions-service-type-grid,
  .solutions-product-paths {
    grid-template-columns: 1fr;
  }

  .solutions-service-type-stage {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .solutions-service-type-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right:
      calc(
        var(--solutions-shell-gutter)
        * -1
      );
    padding-right:
      var(--solutions-shell-gutter);
    padding-bottom: 0.5rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .solutions-service-type-tabs::-webkit-scrollbar {
    display: none;
  }

  .solutions-service-type-tab {
    flex: 0 0 auto;
    min-height: 44px;
    scroll-snap-align: start;
  }

  .solutions-service-type-panel {
    padding: 1.05rem;
    border-radius: 22px;
  }

  .solutions-service-type-identity {
    align-items: flex-start;
  }

  .solutions-service-type-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 1.3rem;
  }

  .solutions-service-type-block {
    min-height: 0;
  }

  .solutions-service-type-evaluation
  .solutions-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-service-type-tab,
  .solutions-service-type-panel {
    animation: none !important;
    transition: none !important;
  }

  .solutions-service-type-tab:hover,
  .solutions-service-type-tab:focus-visible {
    transform: none;
  }
}


/* ========================================================
   ROUND S1I-B.1 - STICKY SERVICE TYPE STRIP
   ======================================================== */

/*
 * Os tipos de atendimento permanecem acessíveis
 * enquanto o visitante explora os painéis.
 */

.solutions-service-type-tabs {
  position: sticky;
  top: 128px;
  z-index: 46;

  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.7rem;

  width: 100%;
  margin:
    0
    0
    1.45rem;

  padding:
    0.72rem
    0.35rem
    0.78rem;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-padding-inline: 1rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;

  border-top:
    1px solid
    rgba(139, 92, 246, 0.08);

  border-bottom:
    1px solid
    rgba(139, 92, 246, 0.15);

  background:
    linear-gradient(
      180deg,
      rgba(7, 8, 18, 0.98),
      rgba(7, 8, 18, 0.91)
    );

  box-shadow:
    0 14px 30px
    rgba(0, 0, 0, 0.18);

  backdrop-filter:
    blur(18px);

  -webkit-backdrop-filter:
    blur(18px);
}

.solutions-service-type-tabs::-webkit-scrollbar {
  display: none;
}

.solutions-service-type-tab {
  flex:
    0
    0
    auto;

  scroll-snap-align:
    center;
}

.solutions-service-type-tab[aria-selected='true'] {
  box-shadow:
    0 0 0 1px
    rgba(34, 211, 238, 0.12),
    0 12px 28px
    rgba(34, 211, 238, 0.08);
}

.solutions-service-type-tab:focus-visible {
  outline:
    3px solid
    rgba(34, 211, 238, 0.72);

  outline-offset:
    3px;
}

#segments.solutions-section {
  padding-bottom:
    58px;
}

#segments
+ .solutions-final-cta {
  margin-top:
    0;
}

@media (max-width: 800px) {
  .solutions-service-type-tabs {
    top:
      112px;

    margin-inline:
      -0.35rem;

    width:
      calc(100% + 0.7rem);

    padding-inline:
      0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-service-type-tabs {
    scroll-behavior:
      auto;
  }

  .solutions-service-type-tab {
    transition:
      none !important;
  }
}
