/* VAJRA - Luxury Solutions Page */

.solutions-page {
  --sol-nav-h: var(--nav-h);
  --hero-top: calc(var(--sol-nav-h) + 2rem);
  --section-pad-y: clamp(5.5rem, 12vh, 8.5rem);
  --section-gap: clamp(2.75rem, 5vh, 4rem);
  --block-gap: clamp(1.5rem, 3vh, 2.25rem);
  background: var(--black);
}

/* Shared text */
.sol-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.9rem;
}

.sol-eyebrow span {
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), transparent);
}

.sol-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--section-gap);
}

.sol-section-head .sol-eyebrow {
  justify-content: center;
}

.sol-section-head h2,
.sol-split-head h2,
.sol-control-copy h2,
.sol-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
}

.sol-section-head p:last-child,
.sol-split-head > p,
.sol-control-copy > p,
.sol-cta .container-wide > p:not(.sol-eyebrow) {
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
}

/* Hero */
.sol-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: var(--hero-top) 0 clamp(3.5rem, 7vh, 5rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sol-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/premium/vajra-living-automation.png") center 45%/cover no-repeat;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.08) brightness(0.9);
}

.sol-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(3, 3, 4, 0.96) 0%, rgba(3, 3, 4, 0.82) 38%, rgba(3, 3, 4, 0.42) 68%, rgba(3, 3, 4, 0.76) 100%),
    radial-gradient(ellipse 48% 38% at 74% 26%, rgba(59, 139, 255, 0.2), transparent 66%),
    radial-gradient(ellipse 34% 26% at 18% 56%, rgba(110, 181, 255, 0.08), transparent 65%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.12) 0%, var(--black) 100%);
}

.sol-hero .container-wide {
  position: relative;
  z-index: 1;
}

.sol-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.sol-hero-copy {
  max-width: 700px;
}

.sol-hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 6.6vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  max-width: 10ch;
  margin-bottom: 1.35rem;
}

.sol-hero-copy > p {
  max-width: 620px;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--silver);
}

.sol-hero-actions,
.sol-control-actions,
.sol-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.sol-hero-panel {
  padding: 1.25rem;
  border-radius: 20px;
  background: rgba(8, 8, 10, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.sol-hero-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--silver-dim);
}

.sol-hero-panel-top strong {
  color: var(--blue-bright);
}

.sol-hero-scene {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 14px;
  background: rgba(59, 139, 255, 0.08);
  border: 1px solid rgba(110, 181, 255, 0.18);
}

.sol-hero-scene i {
  color: var(--blue-bright);
  font-size: 1.35rem;
}

.sol-hero-scene h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.sol-hero-scene p {
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--silver);
}

.sol-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.sol-hero-metrics div {
  padding: 1rem 0.65rem;
  text-align: center;
  background: rgba(3, 3, 4, 0.65);
}

.sol-hero-metrics dt {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
}

.sol-hero-metrics dd {
  margin-top: 0.25rem;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver-dim);
}

/* Sticky category strip */
.sol-nav-strip {
  position: sticky;
  top: calc(var(--sol-nav-h) + 1.25rem);
  z-index: 12;
  padding: 1rem 0;
  background: rgba(3, 3, 4, 0.86);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sol-nav-strip .container-wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.sol-nav-strip a {
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.sol-nav-strip a:hover {
  color: #fff;
  border-color: rgba(110, 181, 255, 0.4);
  background: rgba(59, 139, 255, 0.1);
}

/* Sections */
.sol-section {
  padding: var(--section-pad-y) 0;
  background: var(--black);
}

.sol-section-alt {
  background: var(--black-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sol-anchor {
  display: block;
  position: relative;
  top: calc(-1 * var(--sol-nav-h) - 2rem);
  height: 0;
  visibility: hidden;
}

/* Overview */
.sol-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.15rem, 2vw, 1.5rem);
}

.sol-overview-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 16, 0.92);
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}

.sol-overview-card:hover {
  transform: translateY(-5px);
  border-color: rgba(110, 181, 255, 0.25);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.sol-overview-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  line-height: 0;
}

.sol-overview-card__media .vajra-showcase {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.sol-overview-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.8);
  transition: transform 0.55s var(--ease), filter 0.45s;
}

.sol-overview-card:hover .sol-overview-card__media img {
  transform: scale(1.05);
  filter: saturate(1) brightness(0.9);
}

.sol-overview-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 6, 14, 0.08) 0%, rgba(3, 6, 14, 0.65) 100%);
}

.sol-overview-card__body {
  padding: 0.95rem 1rem 1.05rem;
}

.sol-overview-card__body i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem;
  border-radius: 10px;
  background: rgba(59, 139, 255, 0.1);
  border: 1px solid rgba(110, 181, 255, 0.2);
  color: var(--blue-bright);
  font-size: 0.95rem;
}

.sol-overview-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.sol-overview-card p {
  font-size: 0.76rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--silver-dim);
}

/* Split header */
.sol-split-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: var(--section-gap);
  padding-bottom: var(--block-gap);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sol-split-head .sol-eyebrow,
.sol-split-head h2 {
  margin-bottom: 0.85rem;
}

.sol-split-head > p {
  margin-bottom: 0.15rem;
}

/* Switch systems */
.sol-switch-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.sol-switch-feature,
.sol-mini-product,
.sol-signature-card,
.sol-control-grid article,
.sol-process-flow article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 15, 0.86);
  transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}

.sol-switch-feature:hover,
.sol-mini-product:hover,
.sol-signature-card:hover,
.sol-control-grid article:hover,
.sol-process-flow article:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 181, 255, 0.24);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.sol-switch-feature {
  display: grid;
  grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
  border-radius: 18px;
  overflow: hidden;
  min-height: 0;
  align-items: stretch;
}

.sol-product-stage {
  position: relative;
  min-height: 260px;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(59, 139, 255, 0.12), transparent 42%),
    linear-gradient(145deg, #f5f6f8 0%, #e5e8ee 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.sol-product-stage img {
  max-width: 220px;
  width: 100%;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

.sol-product-stage--showcase {
  min-height: 0;
  padding: 0;
  display: block;
  align-self: stretch;
  background: #060a12;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sol-product-stage--showcase .vajra-showcase::after {
  display: none;
}

.sol-product-stage--showcase .vajra-showcase img {
  width: 100%;
  height: 100%;
  max-width: none;
  filter: none;
  object-fit: cover;
  object-position: center;
}

.sol-switch-product-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(280px, 38vh, 380px);
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 50% 38%, rgba(59, 139, 255, 0.1), transparent 52%),
    linear-gradient(155deg, #eef1f5 0%, #dde2ea 100%);
}

.sol-switch-product-showcase img {
  display: block;
  width: auto;
  max-width: min(100%, 260px);
  height: auto;
  max-height: min(46vh, 360px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.2));
}

.sol-product-stage--showcase span,
.sol-product-stage--showcase .sol-stage-pills {
  z-index: 2;
}

.sol-mini-product__thumb {
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: #060a12;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 200px;
}

.sol-mini-product__thumb--product {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 512 / 602;
  min-height: 220px;
  padding: clamp(0.85rem, 2vw, 1.25rem);
  background:
    radial-gradient(circle at 50% 40%, rgba(59, 139, 255, 0.08), transparent 50%),
    linear-gradient(155deg, #eef1f5 0%, #dde2ea 100%);
}

.sol-mini-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s var(--ease);
}

.sol-mini-product__thumb--product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  clip-path: none;
  transform: none;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.16));
}

.sol-mini-product__thumb--catalog img {
  object-position: 38% 44%;
  clip-path: inset(14% 26% 22% 2%);
  transform: scale(1.08);
  transform-origin: center;
}

.sol-mini-product:hover .sol-mini-product__thumb img {
  transform: scale(1.04);
}

.sol-mini-product:hover .sol-mini-product__thumb--product img {
  transform: scale(1.02);
}

.sol-mini-product:hover .sol-mini-product__thumb--catalog img {
  transform: scale(1.02);
}

.sol-mini-product__thumb .vajra-showcase::after {
  display: none;
}

.sol-mini-product__thumb .vajra-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sol-mini-product__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1rem, 2vw, 1.2rem);
  min-height: 168px;
}

.sol-product-stage span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 100px;
  background: var(--blue);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sol-stage-pills {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}

.sol-stage-pills em {
  padding: 0.26rem 0.5rem;
  border-radius: 100px;
  background: rgba(3, 3, 4, 0.08);
  border: 1px solid rgba(3, 3, 4, 0.08);
  color: #30343c;
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sol-switch-copy {
  padding: clamp(1.45rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sol-card-kicker {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 0.6rem;
}

.sol-switch-copy h3,
.sol-mini-product h3,
.sol-signature-body h3,
.sol-control-grid h3,
.sol-process-flow h3 {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #fff;
}

.sol-switch-copy > p {
  margin: 0.85rem 0 1.2rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--silver);
}

.sol-check-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

.sol-check-list li {
  display: flex;
  gap: 0.65rem;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.5;
  color: #d0d4dc;
}

.sol-check-list i {
  color: var(--blue-bright);
  margin-top: 0.1rem;
}

.sol-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-bright);
  transition: gap 0.3s;
}

.sol-text-link:hover {
  gap: 0.75rem;
}

.sol-switch-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
}

.sol-mini-product {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.sol-mini-product > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
  background: #060a12;
}

.sol-mini-product p {
  margin: 0.45rem 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--silver);
  flex: 1;
}

.sol-module-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
}

.sol-module-specs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.85rem;
  padding: 0.28rem 0.42rem;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(235, 242, 255, 0.92);
  background: rgba(59, 139, 255, 0.1);
  border: 1px solid rgba(110, 181, 255, 0.22);
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.3s, background 0.3s;
}

.sol-mini-product:hover .sol-module-specs span {
  border-color: rgba(110, 181, 255, 0.38);
  background: rgba(59, 139, 255, 0.16);
}

/* Signature systems */
.sol-signature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.15rem, 2vw, 1.5rem);
}

.sol-signature-card {
  border-radius: 18px;
  overflow: hidden;
}

.sol-signature-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.sol-signature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 0.7s var(--ease);
}

.sol-signature-card:hover .sol-signature-media img {
  transform: scale(1.05);
}

.sol-signature-body {
  padding: 1.45rem 1.45rem 1.65rem;
}

.sol-signature-body > span {
  display: block;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--blue-bright);
  margin-bottom: 0.65rem;
}

.sol-signature-body p {
  margin: 0.65rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--silver);
}

.sol-signature-body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.sol-signature-body li {
  padding: 0.3rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--silver-dim);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
}

/* Control layer */
.sol-control-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vh, 3rem);
}

.sol-app-download {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 15, 0.86);
}

.sol-app-download__visual {
  margin: 0;
  width: 100%;
  max-width: 420px;
  justify-self: center;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.sol-app-download__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.sol-app-download__copy {
  max-width: 560px;
}

.sol-app-download__copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  margin: 0.65rem 0 0.85rem;
}

.sol-app-download__lead {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--silver);
  max-width: 520px;
}

.sol-control-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.sol-control-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0.65rem 0 0.85rem;
}

.sol-control-copy {
  max-width: 520px;
}

.sol-control-copy > p {
  margin-top: 1rem;
}

.sol-control-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.85rem, 1.5vw, 1.1rem);
}

.sol-control-grid article,
.sol-control-card {
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
}

.sol-control-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.25rem, 2.5vw, 1.5rem);
  min-height: 100%;
}

.sol-control-card__icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  font-size: 1.2rem;
  border: 1.5px solid currentColor;
  background: rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sol-control-card:hover .sol-control-card__icon {
  transform: translateY(-2px);
}

.sol-control-card__icon--blue { color: #6eb5ff; box-shadow: 0 0 16px rgba(110, 181, 255, 0.28); }
.sol-control-card__icon--violet { color: #c084fc; box-shadow: 0 0 16px rgba(192, 132, 252, 0.28); }
.sol-control-card__icon--gold { color: #f0d78c; box-shadow: 0 0 16px rgba(240, 215, 140, 0.22); }
.sol-control-card__icon--cyan { color: #67e8f9; box-shadow: 0 0 16px rgba(103, 232, 249, 0.24); }

.sol-control-card h3 {
  margin-bottom: 0.4rem;
}

.sol-control-grid p,
.sol-control-card p {
  margin-top: 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--silver-dim);
  max-width: 28ch;
}

/* Process */
.sol-process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.35rem);
}

.sol-process-flow::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 181, 255, 0.36), transparent);
  pointer-events: none;
}

.sol-process-flow article {
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
}

.sol-process-flow article.vajra-process-card .vajra-process-card__body span {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--blue-bright);
}

.sol-process-flow article.vajra-process-card i {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.sol-process-flow span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--blue-bright);
}

.sol-process-flow i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(14, 14, 17, 0.96);
  border: 1px solid rgba(110, 181, 255, 0.28);
  color: #fff;
}

.sol-process-flow p {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--silver);
}

/* CTA */
.sol-cta {
  position: relative;
  padding: clamp(5.5rem, 12vh, 8rem) 0;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 3, 4, 0.88), rgba(3, 3, 4, 0.92)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sol-cta .sol-eyebrow {
  justify-content: center;
}

.sol-cta h2 {
  margin-bottom: 1rem;
}

.sol-cta .container-wide > p:not(.sol-eyebrow) {
  max-width: 620px;
  margin: 0 auto;
}

.sol-cta-actions {
  justify-content: center;
}

/* Reveal — see css/motion.css */

/* Responsive */
@media (max-width: 1100px) {
  .sol-hero-layout,
  .sol-switch-layout,
  .sol-control-layout {
    grid-template-columns: 1fr;
  }

  .sol-hero-panel {
    max-width: 520px;
  }

  .sol-overview-grid,
  .sol-signature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sol-switch-feature {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  }

  .sol-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .sol-process-flow::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .sol-nav-strip {
    top: 82px;
  }

  .sol-hero {
    min-height: auto;
    padding-top: calc(var(--sol-nav-h) + 4rem);
  }

  .sol-split-head,
  .sol-overview-grid,
  .sol-signature-grid,
  .sol-control-layout,
  .sol-app-download,
  .sol-control-grid,
  .sol-process-flow,
  .sol-switch-cards {
    grid-template-columns: 1fr;
  }

  .sol-app-download__visual {
    max-width: min(420px, 100%);
    margin: 0 auto;
  }

  .sol-app-download__copy {
    max-width: none;
    text-align: center;
  }

  .sol-app-download__copy .sol-check-list {
    text-align: left;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .sol-product-stage {
    min-height: 240px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .sol-product-stage--showcase {
    min-height: 0;
  }

  .sol-mini-product {
    flex-direction: column;
  }

  .sol-mini-product__thumb {
    min-height: 220px;
  }

  .sol-mini-product > img {
    width: 100%;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 520px) {
  .sol-hero-actions,
  .sol-control-actions,
  .sol-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sol-hero-metrics {
    grid-template-columns: 1fr;
  }

  .sol-product-stage {
    min-height: 240px;
  }
}
