.solutions-page {
  --sol-scale: 1.16;
  --sol-display: clamp(2.786rem, 4.445vw, 3.583rem);
  --sol-section-title: clamp(1.659rem, 2.92vw, 2.057rem);
  background: #f7fbff;
}

.solutions-page .page-wrapper {
  min-height: 100%;
  background: #f7fbff;
}

.solutions-page .solutions-main {
  padding-top: 104px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif !important;
  font-size: calc(var(--text-body) * var(--sol-scale));
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  background: #f7fbff;
}

.solutions-page .footer {
  background: #f7fbff;
  border-top: 1px solid #dbe7f3;
}

.solutions-page .solutions-main h1,
.solutions-page .solutions-main h2,
.solutions-page .solutions-main h3,
.solutions-page .solutions-main h4,
.solutions-page .solutions-main h5,
.solutions-page .solutions-main h6 {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif !important;
  letter-spacing: -0.01em;
}

.solutions-page .solutions-main p,
.solutions-page .solutions-main li,
.solutions-page .solutions-main button,
.solutions-page .solutions-main .uc-tab-desc,
.solutions-page .solutions-main .uc-pos-text span,
.solutions-page .solutions-main .uc-msg-line1,
.solutions-page .solutions-main .uc-msg-line2,
.solutions-page .solutions-main .uc-detail-text,
.solutions-page .solutions-main .uc-data-cell .lbl,
.solutions-page .solutions-main .uc-cta,
.solutions-page .solutions-main .uc-chip,
.solutions-page .solutions-main .uc-benefits li,
.solutions-page .solutions-main .uc-industry-tag,
.solutions-page .solutions-main .sec-head p,
.solutions-page .solutions-main .sec-step p,
.solutions-page .solutions-main .sec-footnote {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif !important;
}

.uc-section {
  --ink: #11161f;
  --ink-2: #3d4654;
  --ink-3: #6b7280;
  --ink-4: #9aa1ad;
  --bg: #f7fbff;
  --bg-soft: #f0f7ff;
  --bg-soft-2: #e8f2ff;
  --border: #d8e4f1;
  --navy: #062752;
  --yellow: #f7ca17;
  --yellow-soft: #fff6d6;
  --accent: #2f6df6;
  --accent-soft: #eaf1ff;
  --green: #16a36b;
  --green-soft: #e4f6ee;
  --pink: #f25e8d;
  --pink-soft: #fde8ef;
  --purple: #7c5cff;
  --purple-soft: #efeaff;
  --shadow-card: 0 24px 60px -20px rgba(17, 22, 31, 0.18);
  --shadow-soft: 0 8px 24px -12px rgba(17, 22, 31, 0.14);
  max-width: 1180px;
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
}

.uc-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 1rem;
}

.uc-kicker {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-label) * var(--sol-scale));
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.uc-header h2 {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 800;
  font-size: var(--sol-display);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.1rem;
}

.uc-header h2 .hl {
  background: linear-gradient(180deg, transparent 62%, var(--yellow) 62%);
  padding: 0 4px;
}

.uc-header p {
  font-size: calc(var(--text-body) * var(--sol-scale));
  color: var(--ink-3);
  max-width: 620px;
  margin: 0 auto;
}

.uc-positioning {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 2rem auto 3.5rem;
}

.uc-pos-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 20px 14px 16px;
  max-width: 380px;
}

.uc-pos-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.uc-pos-icon.navy {
  background: var(--navy);
}

.uc-pos-icon.cloud {
  background: var(--accent-soft);
}

.uc-pos-icon svg {
  width: 22px;
  height: 22px;
}

.uc-pos-text strong {
  display: block;
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink);
  line-height: 1.3;
}

.uc-pos-text span {
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink-3);
}

.uc-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.uc-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 6rem;
}

.uc-tab {
  text-align: left;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.uc-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--tab-color, var(--accent));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.uc-tab:hover {
  border-color: var(--ink-4);
}

.uc-tab.active {
  background: var(--bg-soft);
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}

.uc-tab.active::before {
  transform: scaleY(1);
}

.uc-tab-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.uc-tab-badge {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--tab-soft, var(--accent-soft));
  flex-shrink: 0;
}

.uc-tab-badge svg {
  width: 18px;
  height: 18px;
  stroke: var(--tab-color, var(--accent));
}

.uc-tab-title {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-heading-sm) * var(--sol-scale));
  color: var(--ink);
}

.uc-tab-desc {
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink-3);
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.uc-tab.active .uc-tab-desc {
  max-height: 80px;
  opacity: 1;
  margin-top: 2px;
}

.uc-stage {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 2.25rem;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.uc-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--bg-soft-2) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.6;
  pointer-events: none;
}

.uc-panel {
  display: none;
  position: relative;
  z-index: 2;
}

.uc-panel.active {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.uc-industry-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 6px 14px 6px 10px;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.uc-industry-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.uc-flow {
  display: grid;
  grid-template-columns: 256px 52px 1fr;
  gap: 0;
  align-items: start;
  position: relative;
}

.uc-inbox {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.uc-inbox-head {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uc-inbox-title {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-sub) * var(--sol-scale));
}

.uc-inbox-badge {
  background: var(--pink);
  color: #fff;
  font-size: calc(var(--text-label) * var(--sol-scale));
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  padding: 0 6px;
}

.uc-msg-row {
  padding: 12px 14px;
  border-bottom: 1px solid var(--bg-soft-2);
  display: flex;
  gap: 10px;
  position: relative;
  transition: background 0.2s;
}

.uc-msg-row:last-child {
  border-bottom: none;
}

.uc-msg-row.sel {
  background: var(--bg-soft);
}

.uc-msg-row.sel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--panel-color, var(--accent));
}

.uc-msg-thumb {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--panel-soft, var(--accent-soft));
}

.uc-msg-thumb svg {
  width: 15px;
  height: 15px;
  stroke: var(--panel-color, var(--accent));
}

.uc-msg-meta {
  min-width: 0;
  flex: 1;
}

.uc-msg-line1 {
  display: block;
  font-weight: 700;
  font-size: calc(var(--text-label) * var(--sol-scale));
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.uc-msg-line2 {
  display: block;
  font-size: calc(var(--text-label) * var(--sol-scale));
  color: var(--ink-4);
  line-height: 1.35;
}

.uc-msg-unread {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--panel-color, var(--accent));
  flex-shrink: 0;
  margin-top: 4px;
}

.uc-connector {
  position: relative;
  align-self: stretch;
}

.uc-connector svg {
  position: absolute;
  top: 40px;
  left: -2px;
  width: 100%;
  height: 120px;
  overflow: visible;
}

.uc-detail-wrap {
  padding-left: 8px;
}

.uc-detail {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  max-width: 380px;
}

.uc-detail-banner {
  height: 116px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.uc-detail-banner .glyph {
  width: 54px;
  height: 54px;
  opacity: 0.92;
}

.uc-detail-banner .pat {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.uc-detail-body {
  padding: 16px 18px 18px;
}

.uc-detail-eyebrow {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-size: calc(var(--text-label) * var(--sol-scale));
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--panel-color, var(--accent));
  margin-bottom: 7px;
}

.uc-detail-title {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-heading-sm) * var(--sol-scale));
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 8px;
}

.uc-detail-text {
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 14px;
}

.uc-detail-text .dyn {
  background: var(--yellow-soft);
  border-bottom: 1.5px dashed var(--yellow);
  padding: 0 3px;
  border-radius: 3px;
  font-weight: 700;
  color: var(--ink);
}

.uc-data-strip {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.uc-data-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bg-soft);
  border-radius: 10px;
  padding: 9px 11px;
}

.uc-data-cell .lbl {
  display: block;
  font-size: calc(var(--text-label) * var(--sol-scale));
  color: var(--ink-4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.uc-data-cell .val {
  display: block;
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-heading-sm) * var(--sol-scale));
  color: var(--ink);
}

.uc-cta-row {
  display: flex;
  gap: 8px;
}

.uc-cta {
  flex: 1;
  text-align: center;
  border-radius: 10px;
  padding: 11px 12px;
  font-weight: 700;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  cursor: pointer;
  border: none;
  transition: transform 0.15s, filter 0.15s;
}

.uc-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.uc-cta.primary {
  background: var(--panel-color, var(--accent));
  color: #fff;
}

.uc-cta.primary.on-yellow {
  color: var(--navy);
}

.uc-cta.ghost {
  background: var(--bg-soft);
  color: var(--ink-2);
  border: 1px solid var(--border);
}

.uc-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  max-width: 620px;
}

.uc-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--shadow-soft);
}

.uc-chip svg {
  width: 16px;
  height: 16px;
}

.uc-benefits {
  margin-top: 1.75rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  max-width: 620px;
}

.uc-benefits h4 {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.uc-benefits ul {
  list-style: none;
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.uc-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink-2);
}

.uc-benefits li svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 1px;
  stroke: var(--panel-color, var(--accent));
}

.sec-section {
  background: #f7fbff;
  border: 1px solid #d8e4f1;
  border-radius: 28px;
  margin: 4rem auto 0;
  padding: 3.5rem 2.5rem 3.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px -12px rgba(15, 47, 84, 0.1);
}

.sec-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#e8f2ff 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
  pointer-events: none;
}

.sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 2;
}

.sec-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-label) * var(--sol-scale));
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #062752;
  margin-bottom: 1rem;
}

.sec-kicker svg {
  width: 15px;
  height: 15px;
}

.sec-head h2 {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 800;
  font-size: var(--sol-section-title);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1rem;
}

.sec-head p {
  font-size: calc(var(--text-body) * var(--sol-scale));
  color: var(--ink-3);
}

.sec-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.sec-step {
  position: relative;
  padding: 0 14px;
}

.sec-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -10px;
  width: 20px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 5px, transparent 5px 10px);
}

.sec-step-num {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--yellow-soft);
  border: 1px solid #f0dd9a;
  box-shadow: var(--shadow-soft);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  position: relative;
}

.sec-step-num svg {
  width: 24px;
  height: 24px;
  stroke: var(--navy);
}

.sec-step-badge {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 800;
  font-size: calc(var(--text-label) * var(--sol-scale));
  display: grid;
  place-items: center;
}

.sec-step h3 {
  font-family: "Sora", "Manrope", "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: calc(var(--text-heading-sm) * var(--sol-scale));
  color: var(--ink);
  margin-bottom: 7px;
  line-height: 1.3;
}

.sec-step p {
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink-3);
  line-height: 1.55;
}

.sec-step .hl-y {
  color: var(--ink);
  font-weight: 700;
}

.sec-footnote {
  text-align: center;
  margin: 2.75rem auto 0;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #f7fbff;
  border: 1px solid #d8e4f1;
  box-shadow: 0 8px 24px -12px rgba(15, 47, 84, 0.08);
  border-radius: 99px;
  padding: 10px 20px;
  font-size: calc(var(--text-sub) * var(--sol-scale));
  color: var(--ink-2);
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
}

.sec-footnote svg {
  width: 16px;
  height: 16px;
  stroke: #062752;
  flex-shrink: 0;
}

.sec-footnote-wrap {
  text-align: center;
}

@media (max-width: 760px) {
  .sec-flow {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
  }

  .sec-step:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 460px) {
  .sec-flow {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .sec-step::after {
    display: none !important;
  }

  .sec-section {
    padding: 2.5rem 1.4rem 3rem;
  }
}

@media (max-width: 900px) {
  .solutions-page .solutions-main {
    padding-top: 88px;
  }

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

  .uc-tabs {
    position: static;
    flex-direction: column;
  }

  .uc-tab-desc {
    max-height: none;
    opacity: 1;
    margin-top: 2px;
  }

  .uc-flow {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .uc-connector {
    display: none;
  }

  .uc-inbox {
    max-width: 280px;
  }

  .uc-detail-wrap {
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .uc-section {
    padding: 3rem 1.1rem 4rem;
  }

  .uc-stage {
    padding: 1.25rem;
  }
}
