:root {
  --solution-ink: #07111f;
  --solution-muted: #475569;
  --solution-line: #dbe6ed;
  --solution-cyan: #00839e;
  --solution-cyan-bright: #06b6d4;
  --solution-soft: #f4f9fb;
}

.solution-page { background: var(--theme-bg, #fff); color: var(--solution-ink); }
.solution-page main { overflow: clip; }
.solution-hero { position: relative; padding: clamp(9rem, 14vw, 12rem) 1.5rem 5.5rem; background: #fff url("circuit-map.svg") center / cover no-repeat; color: var(--solution-ink); isolation: isolate; }
.solution-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.78)); }
.solution-wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.solution-hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(260px, .84fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: end; }
.solution-hero h1 { max-width: 13ch; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(3rem, 7vw, 6rem); line-height: .96; letter-spacing: -.04em; }
.solution-hero h1 span { color: var(--solution-cyan); }
.solution-hero p { max-width: 57ch; margin: 1.8rem 0 0; color: var(--solution-muted); font-size: clamp(1.05rem, 1.8vw, 1.32rem); font-weight: 500; line-height: 1.7; }
.solution-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.solution-button { display: inline-flex; align-items: center; gap: .55rem; min-height: 48px; padding: .9rem 1.15rem; border: 1px solid transparent; border-radius: 8px; background: #06b6d4; color: #06202a; font-family: "Space Grotesk", sans-serif; font-size: .86rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.solution-button:hover, .solution-button:focus-visible { background: #67e8f9; transform: translateY(-2px); }
.solution-button.secondary { border-color: var(--solution-line); background: rgba(255,255,255,.72); color: var(--solution-ink); }
.solution-button.secondary:hover, .solution-button.secondary:focus-visible { border-color: var(--solution-cyan); background: #fff; }
.solution-diagram { position: relative; display: grid; padding-left: 20px; }
.solution-diagram::before { content: ""; position: absolute; top: 42px; bottom: 42px; left: 51px; width: 2px; background: linear-gradient(var(--solution-cyan-bright), rgba(6,182,212,.18)); }
.solution-step { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 18px; align-items: center; padding: 14px 0; }
.solution-step + .solution-step { border-top: 1px solid var(--solution-line); }
.solution-step > span { position: relative; z-index: 1; display: grid; width: 62px; height: 62px; place-items: center; border: 2px solid var(--solution-cyan-bright); border-radius: 50%; background: #fff; box-shadow: 0 0 0 8px rgba(6,182,212,.10); color: var(--solution-ink); font: 700 29px/1 "Space Grotesk", sans-serif; }
.solution-step h2 { margin: 0; color: var(--solution-ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.02em; }
.solution-step p { margin: .3rem 0 0; color: var(--solution-muted); font-size: .93rem; font-weight: 500; line-height: 1.5; }
.solution-section { padding: clamp(4.5rem, 8vw, 7rem) 1.5rem; }
.solution-section.soft { background: var(--solution-soft); }
.solution-section h2 { max-width: 17ch; margin: 0; color: var(--solution-ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(2.15rem, 4.7vw, 4rem); line-height: 1.02; letter-spacing: -.035em; }
.solution-section h2 + p { max-width: 64ch; margin: 1.35rem 0 0; color: var(--solution-muted); font-size: 1.1rem; font-weight: 500; line-height: 1.75; }
.solution-problem-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.solution-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--solution-line); }
.solution-list li { display: grid; grid-template-columns: 34px 1fr; gap: .85rem; padding: 1.15rem 0; border-bottom: 1px solid var(--solution-line); color: var(--solution-ink); font-size: 1.05rem; font-weight: 600; line-height: 1.45; }
.solution-list .material-symbols-outlined { color: var(--solution-cyan); font-size: 1.35rem; }
.solution-build-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin-top: 3rem; }
.solution-build-grid article { min-height: 100%; padding: 1.5rem 0; border-top: 2px solid var(--solution-cyan); }
.solution-build-grid h3 { margin: 1.1rem 0 .65rem; color: var(--solution-ink); font-family: "Space Grotesk", sans-serif; font-size: 1.35rem; letter-spacing: -.02em; }
.solution-build-grid p { margin: 0; color: var(--solution-muted); font-size: 1rem; font-weight: 500; line-height: 1.7; }
.solution-build-grid .material-symbols-outlined { color: var(--solution-cyan); font-size: 1.8rem; }
.solution-proof { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.2rem; align-items: start; max-width: 780px; margin-top: 3rem; padding: 1.5rem; border: 1px solid var(--solution-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 40px -34px rgba(7,17,31,.5); color: inherit; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.solution-proof[href]:hover, .solution-proof[href]:focus-visible { border-color: var(--solution-cyan); transform: translateY(-2px); }
.solution-proof img { width: 74px; height: 74px; object-fit: contain; }
.solution-proof-shakti { grid-template-columns: minmax(180px, 220px) minmax(0, 1fr); }
.solution-proof-shakti > div { min-width: 0; }
.solution-proof .solution-proof-logo { box-sizing: border-box; width: 100%; max-width: 220px; height: 92px; padding: 10px; border: 1px solid var(--solution-line); border-radius: 10px; background: #fff; object-fit: contain; }
.solution-proof h3 { margin: 0 0 .45rem; color: var(--solution-ink); font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; }
.solution-proof p { margin: 0; color: var(--solution-muted); font-weight: 500; line-height: 1.65; }
.solution-cta { padding: clamp(4.5rem, 9vw, 7rem) 1.5rem; background: #07111f; color: #f8fafc; text-align: center; }
.solution-cta h2 { max-width: 18ch; margin: 0 auto; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.035em; }
.solution-cta p { max-width: 58ch; margin: 1.25rem auto 0; color: #c8d6df; font-size: 1.08rem; font-weight: 500; line-height: 1.75; }
.solution-cta .solution-actions { justify-content: center; }
.solution-page a:focus-visible { outline: 3px solid #67e8f9; outline-offset: 3px; }
html[data-theme="dark"] .solution-page { background: var(--theme-bg); }
html[data-theme="dark"] .solution-hero { background-color: var(--theme-bg-soft); color: var(--theme-text); }
html[data-theme="dark"] .solution-hero::before { background: linear-gradient(90deg, rgba(2,6,23,.94), rgba(2,6,23,.80)); }
html[data-theme="dark"] .solution-hero h1 { color: var(--theme-text); }
html[data-theme="dark"] .solution-hero p { color: var(--theme-muted); }
html[data-theme="dark"] .solution-button.secondary { border-color: var(--theme-line); background: rgba(15,23,42,.74); color: var(--theme-text); }
html[data-theme="dark"] .solution-section.soft { background: var(--theme-bg-soft); }
html[data-theme="dark"] .solution-section h2, html[data-theme="dark"] .solution-build-grid h3, html[data-theme="dark"] .solution-list li, html[data-theme="dark"] .solution-proof h3 { color: var(--theme-text); }
html[data-theme="dark"] .solution-section h2 + p, html[data-theme="dark"] .solution-build-grid p, html[data-theme="dark"] .solution-proof p { color: var(--theme-muted); }
html[data-theme="dark"] .solution-list, html[data-theme="dark"] .solution-list li { border-color: var(--theme-line); }
html[data-theme="dark"] .solution-proof { border-color: var(--theme-line); background: var(--theme-surface); box-shadow: var(--theme-shadow); }
html[data-theme="dark"] .solution-step + .solution-step { border-color: var(--theme-line); }
html[data-theme="dark"] .solution-step > span { background: var(--theme-surface); color: var(--theme-text); }
html[data-theme="dark"] .solution-step h2 { color: var(--theme-text); }
html[data-theme="dark"] .solution-step p { color: var(--theme-muted); }
@media (max-width: 760px) { .solution-diagram { padding-left: 0; } .solution-proof-shakti { grid-template-columns: 1fr; } .solution-proof .solution-proof-logo { max-width: 220px; } .solution-hero { padding-top: 8.5rem; } .solution-hero-grid, .solution-problem-grid { grid-template-columns: 1fr; } .solution-hero h1 { max-width: 11ch; } .solution-build-grid { grid-template-columns: 1fr; gap: .3rem; } .solution-diagram { max-width: 480px; } }

.website-promo-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; min-height: 48px; padding: .8rem 1rem; border: 1px solid #67e8f9; border-radius: 8px; background: #07111f; box-shadow: 0 14px 30px rgba(2,6,23,.24); color: #f8fafc; font: 700 .78rem/1.2 "Space Grotesk", sans-serif; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.website-promo-launcher:hover, .website-promo-launcher:focus-visible { background: #0b1d30; transform: translateY(-2px); }
.website-promo-launcher:focus-visible, .website-promo-close:focus-visible, .website-promo-form input:focus-visible, .website-promo-form button:focus-visible { outline: 3px solid #67e8f9; outline-offset: 3px; }
.website-promo-modal[hidden] { display: none; }
.website-promo-modal { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 1.25rem; background: rgba(2,6,23,.68); }
.website-promo-dialog { position: relative; width: min(100%, 530px); padding: clamp(1.5rem, 5vw, 2.6rem); border: 1px solid rgba(103,232,249,.45); border-radius: 16px; background: #07111f; box-shadow: 0 28px 70px rgba(0,0,0,.42); color: #f8fafc; }
.website-promo-dialog::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(circle at top right, rgba(6,182,212,.18), transparent 42%); }
.website-promo-dialog > * { position: relative; }
.website-promo-close { position: absolute; top: .85rem; right: .85rem; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(226,232,240,.25); border-radius: 8px; background: transparent; color: #f8fafc; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.website-promo-close:hover { border-color: #67e8f9; color: #67e8f9; }
.website-promo-dialog h2 { max-width: 12ch; margin: 0; font: 700 clamp(2.25rem, 8vw, 3.8rem)/.98 "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.website-promo-dialog h2 span { color: #67e8f9; }
.website-promo-dialog > p { max-width: 45ch; margin: 1.15rem 0 0; color: #d8e5ed; font-size: 1.02rem; font-weight: 500; line-height: 1.65; }
.website-promo-form { display: grid; gap: .9rem; margin-top: 1.5rem; }
.website-promo-form label { color: #f8fafc; font-size: .85rem; font-weight: 700; }
.website-promo-form input[type="email"] { width: 100%; min-height: 52px; padding: .85rem 1rem; border: 1px solid rgba(226,232,240,.34); border-radius: 8px; background: #fff; color: #07111f; font: 500 16px/1.2 "IBM Plex Sans", sans-serif; }
.website-promo-consent { display: grid; grid-template-columns: auto minmax(0,1fr); gap: .7rem; align-items: start; color: #d8e5ed; font-size: .8rem; line-height: 1.5; }
.website-promo-consent input { width: 1rem; height: 1rem; margin-top: .15rem; accent-color: #06b6d4; }
.website-promo-consent a { color: #67e8f9; }
.website-promo-form button[type="submit"] { min-height: 52px; border: 0; border-radius: 8px; background: #06b6d4; color: #06202a; font: 700 .86rem/1.2 "Space Grotesk", sans-serif; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.website-promo-form button[type="submit"]:hover { background: #67e8f9; }
.website-promo-form button[disabled] { cursor: wait; opacity: .7; }
.website-promo-status { min-height: 1.4em; margin: 0; color: #d8e5ed; font-size: .9rem; font-weight: 600; line-height: 1.5; }
.website-promo-status.is-error { color: #fda4af; }
.website-promo-rules { margin: 1rem 0 0; color: #aac0cc; font-size: .74rem; line-height: 1.55; }
.website-promo-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 560px) { .website-promo-launcher { right: 14px; bottom: 14px; } .website-promo-modal { align-items: end; padding: .75rem; } .website-promo-dialog { max-height: calc(100dvh - 1.5rem); overflow-y: auto; } }
