.elementor-586 .elementor-element.elementor-element-0a2d0ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-586 .elementor-element.elementor-element-0a1aae8{--divider-border-style:solid;--divider-color:#52575229;--divider-border-width:0.5px;}.elementor-586 .elementor-element.elementor-element-0a1aae8 .elementor-divider-separator{width:100%;}.elementor-586 .elementor-element.elementor-element-0a1aae8 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}/* Start custom CSS for html, class: .elementor-element-fa1ccd1 *//* ── Shared ─────────────────────────────── */
.sol {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  font-family: 'Inter', sans-serif;
  color: #1A1F1A;
  box-sizing: border-box;
}

.eyebrow {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4F46E5;
  margin-bottom: 14px;
}

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, border-color .15s;
}
.btn--primary { background: #4F46E5; color: #fff; border: none; }
.btn--primary:hover { background: #4338CA; color: #fff; }
.btn--ghost { background: transparent; color: #1A1F1A; border: 1.5px solid #D5D9D5; }
.btn--ghost:hover { border-color: #A8ADA8; color: #1A1F1A; }

/* ── Hero ───────────────────────────────── */
.sol-hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 72px;
  align-items: start;
  padding: 64px 0 56px;
}
.sol-h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  margin: 0 0 22px;
}
.sol-lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #4B504B;
  margin: 0 0 30px;
  max-width: 620px;
}

.sol-facts {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #0A0F0B;
  padding-top: 18px;
}
.fact { padding: 16px 0; border-top: 1px solid #E5E8E5; }
.fact:first-child { padding-top: 0; border-top: none; }
.fact:last-child { padding-bottom: 0; }
.fact-t {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  margin-bottom: 3px;
}
.fact-d {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #525752;
}

/* ── Banner ─────────────────────────────── */
.sol-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 88px;
}
.sol-banner-img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.sol-banner-scrim {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(10, 15, 11, 0.82));
  pointer-events: none;
}
.sol-banner-cap {
  position: absolute;
  bottom: 26px;
  left: 28px;
  right: 28px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 520px;
  pointer-events: none;
}

/* ── Index row ──────────────────────────── */
.idx-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 96px;
}
.idx {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px 0 24px;
  border-top: 2px solid #0A0F0B;
  text-decoration: none;
  transition: border-color .18s;
}
.idx:hover { border-top-color: #4F46E5; }
.idx-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.idx-num { font-weight: 600; font-size: 12px; letter-spacing: 0.08em; color: #7A7F7A; }
.idx-arrow { stroke: #7A7F7A; transition: stroke .18s; }
.idx:hover .idx-arrow { stroke: #4F46E5; }
.idx-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  transition: color .18s;
}
.idx:hover .idx-title { color: #4F46E5; }
.idx-desc { font-weight: 400; font-size: 14px; line-height: 1.5; color: #525752; }
.idx-tag { font-weight: 600; font-size: 14px; color: #4F46E5; margin-top: 2px; }

/* ── Audience blocks ────────────────────── */
.aud {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
  border: 1px solid #DFE2DF;
  border-radius: 24px;
  padding: 44px;
  background: #fff;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.aud--tint {
  background: rgba(199, 210, 254, 0.35);
  border-color: transparent;
}
.aud--rev { grid-template-columns: 1.15fr 0.85fr; }
.aud--last { margin-bottom: 96px; }

.aud-eyebrow {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.aud-eyebrow--accent { color: #4F46E5; }

.aud-h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  margin: 0 0 14px;
}
.aud-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: #4B504B;
  margin: 0 0 22px;
}

.aud-img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px !important;
  margin-bottom: 22px;
}

.aud-start { padding-top: 20px; border-top: 1px solid #DFE2DF; }
.aud-start--tint { border-top-color: #B3B8E0; }
.aud-start-label {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #525752;
  margin-bottom: 10px;
}
.aud-start--tint .aud-start-label { color: #3D4470; }
.aud-start-text { font-weight: 400; font-size: 15px; line-height: 1.6; color: #4B504B; }

.aud-list { display: flex; flex-direction: column; }
.aud-list-label {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #525752;
  padding-bottom: 14px;
}
.aud-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid #E5E8E5;
}
.aud-item--tint { border-top-color: #BCC0E2; }
.aud-item-num {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #4F46E5;
  flex-shrink: 0;
  width: 20px;
}
.aud-item-t {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  margin-bottom: 4px;
}
.aud-item-d { font-weight: 400; font-size: 14px; line-height: 1.55; color: #525752; }
.aud-link {
  font-weight: 600;
  font-size: 15px;
  color: #4F46E5;
  text-decoration: none;
  margin-top: 18px;
}
.aud-link:hover { color: #4338CA; }

/* ── Industries ─────────────────────────── */
.ind {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
  padding: 56px 0 96px;
  border-top: 1px solid #E5E8E5;
}
.ind-h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  margin: 0 0 12px;
}
.ind-desc { font-weight: 400; font-size: 15px; line-height: 1.6; color: #525752; margin: 0; }
.ind-desc a { color: #4F46E5; text-decoration: none; }

.ind-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.ind-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid #E5E8E5;
  text-decoration: none;
  transition: padding-left .18s;
}
.ind-row:hover { padding-left: 6px; }
.ind-name {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #0A0F0B;
  transition: color .18s;
}
.ind-row:hover .ind-name { color: #4F46E5; }
.ind-arrow { stroke: #7A7F7A; opacity: 0; transition: opacity .18s, stroke .18s; }
.ind-row:hover .ind-arrow { opacity: 1; stroke: #4F46E5; }

/* ── Bad fit ────────────────────────────── */
.fit {
  background: #0A0F0B;
  border-radius: 24px;
  padding: 52px 48px;
  margin-bottom: 96px;
  box-sizing: border-box;
}
.fit-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}
.fit-h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  max-width: 460px;
}
.fit-sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: #B2B7B2;
  margin: 0;
  max-width: 360px;
}
.fit-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fit-card { border: 1px solid #3A3F3A; border-radius: 14px; padding: 24px; }
.fit-card-t {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 8px;
}
.fit-card-d { font-weight: 400; font-size: 14px; line-height: 1.6; color: #A8ADA8; }

/* ── Closing CTA ────────────────────────── */
.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #4F46E5;
  border-radius: 24px;
  padding: 56px 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.closing-copy { max-width: 560px; }
.closing-h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.closing-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #DDDCFB;
  margin: 10px 0 0;
}
.closing-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.closing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 16px 26px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, border-color .15s;
}
.closing-btn--solid { background: #fff; color: #4338CA; border: 1.5px solid #fff; }
.closing-btn--solid:hover { background: #F0EFFE; color: #4338CA; }
.closing-btn--outline { background: transparent; color: #fff; border: 1.5px solid #9C96F2; }
.closing-btn--outline:hover { border-color: #fff; color: #fff; }

/* ── Fine print ─────────────────────────── */
.sol-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #7A7F7A;
  margin: 0 0 72px;
  max-width: 900px;
}

/* ── Mobile ─────────────────────────────── */
@media (max-width: 900px) {
  .sol { padding: 0 20px; }

  .sol-hero { grid-template-columns: 1fr; gap: 36px; padding: 40px 0; }
  .sol-h1 { font-size: 34px; }
  .sol-lead { font-size: 16px; }

  .sol-banner { margin-bottom: 48px; }
  .sol-banner-img { height: 220px; }
  .sol-banner-cap { font-size: 16px; bottom: 20px; left: 20px; right: 20px; }

  .idx-row { grid-template-columns: 1fr; gap: 12px; padding-bottom: 56px; }

  .aud,
  .aud--rev { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
  .aud-h2 { font-size: 24px; }
  .aud-img { height: 220px; }
  .aud--last { margin-bottom: 56px; }

  .ind { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 56px; }
  .ind-h2 { font-size: 26px; }
  .ind-cols { grid-template-columns: 1fr; gap: 0; }

  .fit { padding: 32px 24px; margin-bottom: 56px; }
  .fit-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .fit-h2 { font-size: 26px; }
  .fit-row { grid-template-columns: 1fr; gap: 12px; }

  .closing-cta { flex-direction: column; align-items: flex-start; gap: 28px; padding: 36px 24px; }
  .closing-h2 { font-size: 24px; }
  .closing-actions { width: 100%; }
  .closing-btn { flex: 1 1 auto; }
}/* End custom CSS */