/* ==========================================================================
   MSP Process — Mobile Tech App (Solutions)
   Cyan-led brand accent + green for "verified/PSA-synced" callouts.
   All styles namespaced soltech-* and theme-aware via [data-theme="dark"].
   ========================================================================== */

/* --- Hero ---------------------------------------------------------- */
.soltech-hero {
  position: relative;
  padding: clamp(72px, 9vw, 110px) 0 clamp(64px, 8vw, 100px);
  overflow: hidden;
}
.soltech-hero__bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(0, 186, 251, 0.16), transparent 60%),
    radial-gradient(ellipse 70% 50% at 10% 90%, rgba(10, 154, 86, 0.10), transparent 60%);
}
.soltech-hero__grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(color-mix(in srgb, var(--heading) 4%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--heading) 4%, transparent) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 75%);
}
[data-theme="dark"] .soltech-hero__grid {
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
}
.soltech-hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(36px, 5vw, 60px); align-items: center;
}
@media (max-width: 980px) { .soltech-hero__inner { grid-template-columns: 1fr; } }

.soltech-h1 {
  color: var(--heading); font-weight: 900;
  letter-spacing: -0.02em; line-height: 1.05;
  font-size: clamp(36px, 5.5vw, 72px);
  margin: 0 0 20px;
}
.soltech-grad,
.soltech-h1 .grad,
.soltech-h2 .grad {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-green) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.soltech-sub { color: var(--text); font-size: 17px; line-height: 1.6; margin: 0 0 28px; }

.soltech-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }

.soltech-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
@media (max-width: 720px) { .soltech-stats { grid-template-columns: repeat(2, 1fr); } }
.soltech-stat {
  padding: 18px 14px; border-radius: 14px;
  background: var(--surface);
  border: 1px solid color-mix(in srgb, var(--heading) 8%, transparent);
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start;
}
[data-theme="dark"] .soltech-stat { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.08); }
.soltech-stat__num {
  font-weight: 900; letter-spacing: -0.02em; line-height: 1;
  font-size: clamp(20px, 2.2vw, 26px);
  margin: 0 0 10px;
  min-height: 26px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-green) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.soltech-stat__lbl {
  font-size: 11.5px; color: var(--text-muted); font-weight: 600; line-height: 1.35;
  margin: 0; text-align: center;
}

/* --- Hero phone mockup -------------------------------------------- */
.soltech-phone-wrap {
  position: relative;
  justify-self: center;
  width: 320px;
  max-width: 100%;
}
.soltech-phone-glow {
  position: absolute; inset: -40px;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0, 186, 251, 0.22), transparent 70%);
  filter: blur(20px); z-index: 0; pointer-events: none;
}
.soltech-phone {
  position: relative; z-index: 1;
  border-radius: 36px;
  padding: 8px;
  background: linear-gradient(180deg, #2a3754 0%, #0b1230 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.06),
    0 36px 80px -28px rgba(0, 186, 251, 0.40),
    0 16px 32px -12px rgba(11, 18, 48, 0.40);
}
.soltech-phone__notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 24px; border-radius: 14px;
  background: #000;
  z-index: 3;
}
.soltech-phone__statusbar {
  position: absolute; top: 18px; left: 24px; right: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10.5px; font-weight: 700; color: #fff;
  font-family: var(--font-mono, ui-monospace, monospace);
  z-index: 2; letter-spacing: 0.04em;
}
.soltech-phone__time { font-weight: 700; }
.soltech-phone__icons { opacity: 0.85; }
.soltech-phone__screen {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(180deg, #0d1430 0%, #050a1f 100%);
  padding: 50px 16px 18px;
  min-height: 640px;
  overflow: hidden;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  display: flex; flex-direction: column;
  gap: 11px;
}
.soltech-phone__oncall-link {
  display: inline-block; margin-top: 4px;
  font-size: 10.5px; font-weight: 700;
  color: var(--brand-cyan);
}
.soltech-phone__chev {
  align-self: center;
  color: rgba(255,255,255,0.35);
  display: grid; place-items: center; flex-shrink: 0;
}
.soltech-phone__chev svg { width: 16px; height: 16px; }
.soltech-phone__swipe {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.42);
  text-align: center; margin: -4px 0 -4px;
}

.soltech-phone__header { display: flex; justify-content: space-between; align-items: flex-start; }
.soltech-phone__brand {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 9.5px; color: var(--brand-green); font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.soltech-phone__greet { color: #fff; font-size: 15px; font-weight: 700; margin-top: 2px; }
.soltech-phone__settings {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
}
.soltech-phone__settings svg { width: 16px; height: 16px; opacity: 0.7; stroke: #fff; }

.soltech-phone__oncall {
  display: flex; gap: 12px; align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 186, 251, 0.16), rgba(0, 186, 251, 0.06));
  border: 1px solid rgba(0, 186, 251, 0.32);
}
.soltech-phone__oncall-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(0, 186, 251, 0.20);
  display: grid; place-items: center;
  color: var(--brand-cyan);
}
.soltech-phone__oncall-body { flex: 1; min-width: 0; }
.soltech-phone__oncall-status {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 9px; font-weight: 800; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--brand-cyan);
  margin-bottom: 4px;
}
.soltech-phone__oncall-group { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.soltech-phone__oncall-sub { color: rgba(255,255,255,0.55); font-size: 11px; }

.soltech-phone__section-h {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; font-weight: 700; color: #fff;
  margin-top: 4px;
}
.soltech-phone__section-h span:last-child {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 9px; color: var(--brand-green); letter-spacing: 0.08em;
}

.soltech-phone__inc {
  padding: 10px 12px; border-radius: 10px;
  background: rgba(255, 94, 94, 0.10);
  border: 1px solid rgba(255, 94, 94, 0.22);
  display: flex; justify-content: space-between; align-items: center;
  gap: 8px;
}
.soltech-phone__inc-body { flex: 1; min-width: 0; }
.soltech-phone__inc-title { color: #fff; font-size: 11.5px; font-weight: 600; line-height: 1.3; margin-bottom: 2px; }
.soltech-phone__inc-time { color: rgba(255,255,255,0.4); font-size: 10px; }
.soltech-phone__inc-tag {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 8.5px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px; border-radius: 6px;
  background: rgba(255, 94, 94, 0.18); color: #ff7f7f;
  border: 1px solid rgba(255, 94, 94, 0.30);
}

.soltech-phone__ticket {
  padding: 10px 12px; border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.soltech-phone__ticket-title { color: #fff; font-size: 11.5px; font-weight: 600; line-height: 1.3; margin-bottom: 2px; }
.soltech-phone__ticket-meta { color: rgba(255,255,255,0.4); font-size: 10px; }
.soltech-phone__fab {
  position: absolute; right: 18px; bottom: 22px;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-green) 100%);
  box-shadow: 0 12px 24px -6px rgba(0, 186, 251, 0.55);
  display: grid; place-items: center;
  color: #fff; font-size: 22px; font-weight: 700;
}

/* --- Light-mode skin for the phone mockup ------------------------------ */
[data-theme="light"] .soltech-phone {
  background: linear-gradient(180deg, #e8edf5 0%, #c8d1e0 100%);
  box-shadow:
    inset 0 0 0 1px rgba(11, 18, 48, 0.08),
    0 36px 80px -28px rgba(11, 18, 48, 0.18),
    0 16px 32px -12px rgba(11, 18, 48, 0.10);
}
[data-theme="light"] .soltech-phone__notch { background: #1a1f2e; }
[data-theme="light"] .soltech-phone__statusbar { color: #0b1230; }
[data-theme="light"] .soltech-phone__screen {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  color: rgba(11, 18, 48, 0.85);
}
[data-theme="light"] .soltech-phone__greet { color: #0b1230; }
[data-theme="light"] .soltech-phone__settings {
  background: rgba(11, 18, 48, 0.06);
}
[data-theme="light"] .soltech-phone__settings svg { stroke: #0b1230; opacity: 0.65; }
[data-theme="light"] .soltech-phone__oncall {
  background: linear-gradient(135deg, rgba(0, 186, 251, 0.12), rgba(0, 186, 251, 0.04));
  border-color: rgba(0, 186, 251, 0.30);
}
[data-theme="light"] .soltech-phone__oncall-icon {
  background: rgba(0, 186, 251, 0.14);
}
[data-theme="light"] .soltech-phone__oncall-group { color: #0b1230; }
[data-theme="light"] .soltech-phone__oncall-sub { color: rgba(11, 18, 48, 0.55); }
[data-theme="light"] .soltech-phone__chev { color: rgba(11, 18, 48, 0.30); }
[data-theme="light"] .soltech-phone__swipe { color: rgba(11, 18, 48, 0.42); }
[data-theme="light"] .soltech-phone__section-h { color: #0b1230; }
[data-theme="light"] .soltech-phone__inc {
  background: rgba(225, 60, 60, 0.06);
  border-color: rgba(225, 60, 60, 0.20);
}
[data-theme="light"] .soltech-phone__inc-title { color: #0b1230; }
[data-theme="light"] .soltech-phone__inc-time { color: rgba(11, 18, 48, 0.45); }
[data-theme="light"] .soltech-phone__inc-tag {
  background: rgba(225, 60, 60, 0.10); color: #c0392b;
  border-color: rgba(225, 60, 60, 0.28);
}
[data-theme="light"] .soltech-phone__ticket {
  background: rgba(11, 18, 48, 0.03);
  border-color: rgba(11, 18, 48, 0.08);
}
[data-theme="light"] .soltech-phone__ticket-title { color: #0b1230; }
[data-theme="light"] .soltech-phone__ticket-meta { color: rgba(11, 18, 48, 0.45); }
[data-theme="light"] .soltech-phone-glow {
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0, 186, 251, 0.18), transparent 70%);
}

/* --- Generic section helpers --------------------------------------- */
.soltech-section { padding: clamp(72px, 8vw, 96px) 0; position: relative; }
.soltech-section--alt { background: color-mix(in srgb, var(--heading) 2%, transparent); }
[data-theme="dark"] .soltech-section--alt { background: rgba(255, 255, 255, 0.015); }
.soltech-section__head { text-align: center; max-width: 820px; margin: 0 auto 56px; }
.soltech-label {
  display: inline-block;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brand-cyan); margin-bottom: 18px;
}
.soltech-h2 {
  color: var(--heading); font-weight: 900;
  letter-spacing: -0.02em; line-height: 1.1;
  font-size: clamp(28px, 3.6vw, 48px);
  margin-bottom: 14px;
}
.soltech-h2-sub { color: var(--text); font-size: 17px; line-height: 1.6; }

/* --- Capabilities grid (6 cards) ---------------------------------- */
.soltech-caps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
@media (max-width: 980px) { .soltech-caps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .soltech-caps { grid-template-columns: 1fr; } }

.soltech-cap {
  position: relative;
  padding: 6px 6px 6px 26px;
  background: transparent;
  border: none;
  border-left: 2px solid color-mix(in srgb, var(--heading) 10%, transparent);
  display: flex; flex-direction: column;
  transition: border-left-color .25s ease, transform .25s ease;
}
[data-theme="dark"] .soltech-cap { border-left-color: rgba(255, 255, 255, 0.10); }
.soltech-cap:hover {
  border-left-color: var(--brand-cyan);
  transform: translateX(3px);
}
.soltech-cap__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 186, 251, 0.12), rgba(10, 154, 86, 0.06));
  border: 1px solid rgba(0, 186, 251, 0.28);
  color: var(--brand-cyan);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.soltech-cap__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.soltech-cap__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.soltech-cap__h { color: var(--heading); font-size: 16px; font-weight: 800; margin: 0; line-height: 1.3; letter-spacing: -0.01em; flex: 1; min-width: 0; }
.soltech-cap__body { color: var(--text); font-size: 14px; line-height: 1.55; margin: 0 0 14px; flex: 1; }
.soltech-cap__tag {
  align-self: flex-start;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(0, 186, 251, 0.10);
  border: 1px solid rgba(0, 186, 251, 0.28);
  color: var(--brand-cyan);
}

/* --- Voice-to-ticket: 5-step flow + phone --------------------------- */
.soltech-voice {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(36px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 980px) { .soltech-voice { grid-template-columns: 1fr; } }

.soltech-voice-steps {
  position: relative;
  display: flex; flex-direction: column;
  gap: 26px;
  padding-left: 8px;
  list-style: none;
}
/* Vertical spine connecting the numbered steps */
.soltech-voice-steps::before {
  content: ''; position: absolute;
  left: 24px; top: 18px; bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(0,186,251,0.4) 0%, rgba(10,154,86,0.4) 100%);
}
.soltech-voice-step {
  position: relative;
  display: flex; gap: 22px; align-items: flex-start;
  padding: 4px 0;
  background: transparent;
  border: none;
  transition: transform .25s ease;
}
.soltech-voice-step:hover { transform: translateX(4px); }
.soltech-voice-step__num {
  position: relative; z-index: 1;
  width: 32px; height: 32px; border-radius: 50%;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 13px; font-weight: 800; letter-spacing: -0.01em;
  background: var(--surface);
  border: 2px solid var(--brand-cyan);
  color: var(--brand-cyan);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-cyan) 8%, transparent);
}
[data-theme="dark"] .soltech-voice-step__num {
  background: var(--surface);
}
.soltech-voice-step__h { color: var(--heading); font-size: 16px; font-weight: 800; margin: 0 0 6px; letter-spacing: -0.01em; }
.soltech-voice-step__body { color: var(--text); font-size: 13.5px; line-height: 1.55; margin: 0; }

/* --- Without vs With compare -------------------------------------- */
.soltech-vs {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 36px);
  max-width: 1180px; margin: 0 auto;
}
@media (max-width: 900px) { .soltech-vs { grid-template-columns: 1fr; } }

.soltech-vs__col {
  padding: 8px 8px 8px 28px;
  background: transparent;
  border: none;
}
.soltech-vs__col--bad { border-left: 2px solid rgba(210, 48, 48, 0.55); }
.soltech-vs__col--good { border-left: 2px solid var(--brand-green); }
[data-theme="dark"] .soltech-vs__col--bad { border-left-color: rgba(255, 94, 94, 0.55); }
.soltech-vs__tag {
  display: inline-block;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  margin-bottom: 12px;
}
.soltech-vs__col--bad .soltech-vs__tag {
  background: rgba(210, 48, 48, 0.08);
  border: 1px solid rgba(210, 48, 48, 0.30);
  color: #b62828;
}
[data-theme="dark"] .soltech-vs__col--bad .soltech-vs__tag {
  background: rgba(255, 94, 94, 0.10); border-color: rgba(255, 94, 94, 0.30); color: #ff7f7f;
}
.soltech-vs__col--good .soltech-vs__tag {
  background: rgba(10, 154, 86, 0.10);
  border: 1px solid rgba(10, 154, 86, 0.32);
  color: var(--brand-green);
}
.soltech-vs__h { color: var(--heading); font-size: 20px; font-weight: 800; line-height: 1.25; margin: 0 0 18px; letter-spacing: -0.01em; }
.soltech-vs__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.soltech-vs__item {
  display: flex; gap: 12px; align-items: flex-start;
  color: var(--text); font-size: 14px; line-height: 1.55;
}
.soltech-vs__item strong { color: var(--heading); font-weight: 700; }
.soltech-vs__mark {
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
  font-weight: 800; font-size: 13px;
}
.soltech-vs__col--bad .soltech-vs__mark { background: rgba(210, 48, 48, 0.12); color: #d23030; }
[data-theme="dark"] .soltech-vs__col--bad .soltech-vs__mark { background: rgba(255, 94, 94, 0.14); color: #ff7f7f; }
.soltech-vs__col--good .soltech-vs__mark { background: rgba(10, 154, 86, 0.14); color: var(--brand-green); }

/* --- Impact stats ------------------------------------------------- */
.soltech-impacts {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1180px; margin: 0 auto;
  border-top: 1px solid color-mix(in srgb, var(--heading) 10%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--heading) 10%, transparent);
}
[data-theme="dark"] .soltech-impacts {
  border-top-color: rgba(255, 255, 255, 0.10);
  border-bottom-color: rgba(255, 255, 255, 0.10);
}
@media (max-width: 900px) { .soltech-impacts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .soltech-impacts { grid-template-columns: 1fr; } }
.soltech-impact {
  padding: 36px 26px;
  background: transparent;
  border: none;
  border-right: 1px solid color-mix(in srgb, var(--heading) 8%, transparent);
  text-align: center;
}
[data-theme="dark"] .soltech-impact { border-right-color: rgba(255, 255, 255, 0.08); }
.soltech-impact:last-child { border-right: none; }
@media (max-width: 900px) {
  .soltech-impact:nth-child(2n) { border-right: none; }
  .soltech-impact:nth-child(-n+2) { border-bottom: 1px solid color-mix(in srgb, var(--heading) 8%, transparent); }
  [data-theme="dark"] .soltech-impact:nth-child(-n+2) { border-bottom-color: rgba(255,255,255,0.08); }
}
.soltech-impact__num {
  font-size: clamp(34px, 3.6vw, 50px); font-weight: 900;
  letter-spacing: -0.02em; line-height: 1; margin-bottom: 8px;
  font-feature-settings: 'tnum';
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-green));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.soltech-impact__lbl { color: var(--heading); font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.soltech-impact__meta { color: var(--text-muted); font-size: 12px; line-height: 1.45; }

/* --- Customer quote ----------------------------------------------- */
.soltech-quote {
  max-width: 880px; margin: 0 auto;
  padding: 40px 36px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(0,186,251,0.06), rgba(10,154,86,0.02));
  border: 1px solid rgba(0, 186, 251, 0.22);
  position: relative;
  text-align: center;
}
.soltech-quote::before {
  content: '"'; position: absolute; top: 6px; left: 24px;
  font-family: Georgia, serif; font-size: 96px; line-height: 1;
  color: rgba(0, 186, 251, 0.22);
}
.soltech-quote__stars {
  display: inline-flex; gap: 4px; margin-bottom: 14px;
  color: #f5b945;
}
.soltech-quote__stars svg { width: 18px; height: 18px; fill: currentColor; }
.soltech-quote__body { color: var(--text); font-size: 19px; line-height: 1.55; margin: 0 auto 22px; font-weight: 500; position: relative; z-index: 1; max-width: 720px; }
.soltech-quote__body em { color: var(--brand-cyan); font-style: italic; font-weight: 600; }
.soltech-quote__foot { display: inline-flex; align-items: center; gap: 14px; }
.soltech-quote__av {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-green));
  color: #fff; font-weight: 900; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.soltech-quote__name { color: var(--heading); font-size: 15px; font-weight: 800; text-align: left; }
.soltech-quote__role { color: var(--text-muted); font-size: 12.5px; text-align: left; }

/* --- Final CTA --------------------------------------------------- */
.soltech-final {
  position: relative; text-align: center;
  padding: clamp(72px, 8vw, 96px) 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0,186,251,0.10), transparent 70%);
  overflow: hidden;
}
[data-theme="dark"] .soltech-final {
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0,186,251,0.20), transparent 70%);
}
.soltech-final::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(color-mix(in srgb, var(--heading) 3%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--heading) 3%, transparent) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 30%, transparent 80%);
  pointer-events: none;
}
[data-theme="dark"] .soltech-final::before {
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
}
.soltech-final__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.soltech-final h2 { color: var(--heading); font-weight: 900; letter-spacing: -0.02em; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1; margin: 0 0 16px; }
.soltech-final p { color: var(--text); font-size: 16.5px; line-height: 1.6; margin: 0 0 24px; }
.soltech-final .soltech-cta-row { justify-content: center; }
