/* Solutions / For business pages */

.sol-body {
    --sol-ink: #1a1a1a;
    --sol-muted: #6b7280;
    --sol-faint: #9ca3af;
    --sol-line: #e8eaed;
    --sol-bg: #ffffff;
    --sol-soft: #f6f7f9;
    --sol-accent: #315efb;
    color: var(--sol-ink);
    background: var(--sol-bg);
    overflow-x: clip;
}

.sol-kicker {
    margin: 8px 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sol-accent);
}

.sol-hero {
    padding: 12px 0 36px;
    border-bottom: 1px solid var(--sol-line);
}

.sol-hero-page { padding-bottom: 28px; }

.sol-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 28px;
    align-items: start;
}

.sol-title {
    margin: 0 0 14px;
    font-family: var(--lp-display, "Syne", "Manrope", system-ui, sans-serif);
    font-size: clamp(1.7rem, 3.2vw, 2.45rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.sol-lead {
    margin: 0 0 12px;
    font-size: 1.12rem;
    line-height: 1.55;
    font-weight: 650;
    color: #374151;
    max-width: 40rem;
}

.sol-sublead {
    margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--sol-muted);
    max-width: 40rem;
}

.sol-benefit {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-left: 3px solid var(--sol-accent);
    background: rgba(49, 94, 251, 0.05);
    font-weight: 650;
    line-height: 1.45;
    max-width: 38rem;
}

.sol-section { padding: 40px 0; }
.sol-soft { background: var(--sol-soft); border-top: 1px solid var(--sol-line); border-bottom: 1px solid var(--sol-line); }

.sol-h2 {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.sol-muted { color: var(--sol-muted); line-height: 1.6; }

.sol-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px 36px;
    align-items: start;
}

.sol-list,
.sol-list-num {
    margin: 14px 0 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 8px;
    color: #374151;
    line-height: 1.5;
}

.sol-list-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    list-style: none;
    padding-left: 0;
}
.sol-list-row li {
    padding: 12px 14px;
    border: 1px solid var(--sol-line);
    border-radius: 12px;
    background: #fff;
}

.sol-note-card {
    padding: 18px 18px 16px;
    border: 1px solid var(--sol-line);
    border-radius: 16px;
    background: #fff;
}
.sol-note-card strong { display: block; margin-bottom: 8px; }
.sol-note-card p { margin: 0 0 8px; line-height: 1.55; }
.sol-note-card p:last-child { margin-bottom: 0; }

.sol-hub-flow,
.sol-mini-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    font-size: 13px;
    font-weight: 700;
}
.sol-hub-flow { justify-content: center; padding: 8px 0; }
.sol-hub-flow span,
.sol-mini-flow span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--sol-line);
}
.sol-hub-flow i,
.sol-mini-flow i {
    width: 18px;
    height: 1px;
    background: #cbd5e1;
    display: inline-block;
}
.sol-mini-flow-block { margin-top: 16px; }

.sol-cat-head { margin-bottom: 16px; }

.sol-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}

.sol-hub-card {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--sol-line);
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.sol-hub-card:hover {
    border-color: rgba(49, 94, 251, 0.35);
    transform: translateY(-1px);
}
.sol-hub-label {
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sol-faint);
}
.sol-hub-card strong { font-size: 1.02rem; }
.sol-hub-card > span:last-child {
    color: var(--sol-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.sol-hub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 14px;
}
.sol-hub-links a,
.sol-text-link {
    color: var(--sol-accent);
    font-weight: 650;
    text-decoration: none;
}
.sol-hub-links a:hover,
.sol-text-link:hover { text-decoration: underline; }

.sol-notfound { text-align: left; }

.sol-neighbors {
    border-bottom: 1px solid var(--sol-line);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
}
.sol-neighbors-inner {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}
.sol-neighbors-inner a {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--sol-muted);
    font-size: 13px;
    font-weight: 650;
    border: 1px solid transparent;
}
.sol-neighbors-inner a.is-current,
.sol-neighbors-inner a:hover {
    color: var(--sol-ink);
    border-color: var(--sol-line);
    background: var(--sol-soft);
}

.sol-scene { min-width: 0; }
.sol-ui {
    border: 1px solid var(--sol-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.sol-ui-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--sol-line);
    background: var(--sol-soft);
    font-size: 12px;
    font-weight: 700;
}
.sol-ui-dots { display: inline-flex; gap: 4px; }
.sol-ui-dots i {
    width: 7px; height: 7px; border-radius: 50%;
    background: #d1d5db; display: block;
}
.sol-ui-path {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 10px;
    border-bottom: 1px solid var(--sol-line);
}
.sol-ui-path button {
    border: 0;
    background: transparent;
    padding: 8px 4px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 750;
    color: var(--sol-muted);
    cursor: pointer;
}
.sol-ui-path button.is-on {
    background: rgba(49, 94, 251, 0.08);
    color: var(--sol-accent);
}
.sol-ui-body { padding: 16px; }
.sol-ui-label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 750;
    color: var(--sol-accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.sol-ui-body p { margin: 0; line-height: 1.55; color: #374151; }

.sol-source-tabs,
.sol-team-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 16px;
}
.sol-source-tabs button,
.sol-team-toggle button {
    border: 1px solid var(--sol-line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--sol-muted);
    cursor: pointer;
}
.sol-source-tabs button.is-on,
.sol-team-toggle button.is-on {
    color: var(--sol-ink);
    border-color: rgba(49, 94, 251, 0.35);
    background: rgba(49, 94, 251, 0.06);
}

.sol-source-panel,
.sol-team-panel { display: none; }
.sol-source-panel.is-on,
.sol-team-panel.is-on { display: block; }
.sol-source-role {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sol-faint);
}
.sol-team-panel {
    padding: 16px;
    border: 1px solid var(--sol-line);
    border-radius: 14px;
    background: #fff;
}
.sol-team-panel strong { display: block; margin-bottom: 8px; }
.sol-team-panel p { margin: 0; line-height: 1.55; }

.sol-workflow {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.sol-workflow > li {
    border: 1px solid var(--sol-line);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}
.sol-workflow > li > button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    background: transparent;
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
}
.sol-workflow > li > button span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--sol-soft);
    font-size: 12px;
    font-weight: 800;
    color: var(--sol-muted);
}
.sol-workflow > li.is-on > button span {
    background: rgba(49, 94, 251, 0.12);
    color: var(--sol-accent);
}
.sol-workflow > li > button b { font-size: 0.98rem; }
.sol-workflow > li > p {
    display: none;
    margin: 0;
    padding: 0 16px 14px 56px;
    color: var(--sol-muted);
    line-height: 1.55;
}
.sol-workflow > li.is-on > p { display: block; }

.sol-funnel {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.sol-funnel li {
    position: relative;
    padding: 10px 12px 10px 34px;
    border: 1px solid var(--sol-line);
    border-radius: 12px;
    background: #fff;
    font-weight: 650;
}
.sol-funnel li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: var(--sol-accent);
}

.sol-owner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.sol-owner-grid > div {
    padding: 16px;
    border: 1px solid var(--sol-line);
    border-radius: 14px;
    background: #fff;
}
.sol-owner-grid strong { display: block; margin-bottom: 8px; }
.sol-owner-grid p { margin: 0; color: var(--sol-muted); line-height: 1.5; }

.sol-fit-grid { display: grid; gap: 20px; }

.sol-faq details {
    border-bottom: 1px solid var(--sol-line);
    padding: 12px 0;
}
.sol-faq summary {
    cursor: pointer;
    font-weight: 700;
    line-height: 1.4;
}
.sol-faq details p {
    margin: 8px 0 4px;
    color: var(--sol-muted);
    line-height: 1.6;
}

.sol-final-cta { text-align: left; }

.sol-related {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.sol-related a {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--sol-line);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
}
.sol-related a span {
    font-size: 11px;
    font-weight: 750;
    color: var(--sol-faint);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.sol-related a:hover { border-color: rgba(49, 94, 251, 0.35); }

@media (max-width: 960px) {
    .sol-hero-grid,
    .sol-two,
    .sol-owner-grid {
        grid-template-columns: 1fr;
    }
    .sol-ui-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 390px) {
    .sol-section { padding: 28px 0; }
    .sol-title { font-size: 1.55rem; }
    .sol-workflow > li > p { padding-left: 16px; }
}
