/* Shared industry solution pages — AiBiz marketing */

.sol-page {
    --sol-accent: #ad1b02;
    --sol-accent-2: #e88d14;
    --sol-ink: #1f3864;
    color: var(--sol-ink);
}

.sol-page.sol-hotel, .sol-hotel { --sol-accent: #ad1b02; --sol-accent-2: #e88d14; }
.sol-page.sol-retail, .sol-retail { --sol-accent: #d85604; --sol-accent-2: #e88d14; }
.sol-page.sol-mfg, .sol-mfg, .sol-mfg { --sol-accent: #15803d; --sol-accent-2: #34d399; }
.sol-page.sol-loan, .sol-loan { --sol-accent: #7e22ce; --sol-accent-2: #c084fc; }
.sol-page.sol-ngo, .sol-ngo { --sol-accent: #0f766e; --sol-accent-2: #2dd4bf; }
.sol-page.sol-svc, .sol-svc { --sol-accent: #a21caf; --sol-accent-2: #f472b6; }

.sol-hero {
    background:
        radial-gradient(900px 420px at 90% -10%, color-mix(in srgb, var(--sol-accent) 35%, transparent), transparent 60%),
        linear-gradient(145deg, #0d1b2a 0%, #1f3864 55%, #0a1220 100%);
    color: #fff;
    padding: 128px 0 72px;
    position: relative;
    overflow: hidden;
}

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

.sol-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 0.82rem;
    color: #94a3b8;
    margin-bottom: 18px;
}
.sol-crumb a { color: #cbd5e1; text-decoration: none; }
.sol-crumb a:hover { color: #fff; }

.sol-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fef3c7;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 16px;
}

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

.sol-title {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 18px;
}
.sol-title em {
    font-style: normal;
    background: linear-gradient(135deg, var(--sol-accent-2), var(--sol-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sol-lead {
    font-size: 1.12rem;
    line-height: 1.65;
    color: #cbd5e1;
    max-width: 640px;
    margin: 0 0 28px;
}

.sol-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }

.sol-ghost {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
}
.sol-ghost:hover { background: rgba(255,255,255,0.18); color: #fff; }

.sol-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
}
.sol-stat {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 12px 14px;
}
.sol-stat b { display: block; font-size: 1.05rem; color: #fff; }
.sol-stat span { font-size: 0.75rem; color: #94a3b8; }

.sol-section { padding: 80px 0; }
.sol-section.alt { background: #f8fafc; }
.sol-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.sol-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--sol-accent);
    background: color-mix(in srgb, var(--sol-accent) 10%, #fff);
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.sol-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sol-ghost {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
}
.sol-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.sol-industry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}
.btn-light { background: #fff; color: var(--sol-accent); font-weight: 700; }
.sol-section.ink {
    background: #0f172a;
    color: #e2e8f0;
}
.sol-section.ink h2, .sol-section.ink h3 { color: #fff; }

.sol-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.sol-head.left { margin-left: 0; text-align: left; }
.sol-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--sol-accent);
    background: color-mix(in srgb, var(--sol-accent) 10%, #fff);
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.sol-head h2, .sol-block h2, .sol-block h3 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--sol-ink);
    margin: 0 0 12px;
}
.sol-head p { color: #64748b; font-size: 1.05rem; }

.sol-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 88px;
}
.sol-split:last-child { margin-bottom: 0; }
.sol-split.reverse { direction: rtl; }
.sol-split.reverse > * { direction: ltr; }

.sol-list { list-style: none; padding: 0; margin: 20px 0 0; }
.sol-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.5;
}
.sol-list svg { flex-shrink: 0; margin-top: 3px; color: #10b981; }

.sol-note {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(31, 56, 100, 0.05);
    border: 1px solid rgba(31, 56, 100, 0.08);
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
}

.sol-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.sol-step {
    background: #fff;
    border: 1px solid rgba(31, 56, 100, 0.08);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    position: relative;
}
.sol-step .n {
    width: 28px; height: 28px;
    border-radius: 8px;
    background: var(--sol-ink);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 12px;
}
.sol-step h3 { font-size: 1.05rem; margin: 0 0 8px; color: var(--sol-ink); }
.sol-step p { font-size: 0.9rem; color: #64748b; margin: 0; }

.sol-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.sol-card {
    background: #fff;
    border: 1px solid rgba(31, 56, 100, 0.08);
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.sol-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.08rem;
    line-height: 1.3;
    margin: 0 0 8px;
}
.sol-card p { font-size: 0.92rem; color: #64748b; margin: 0; line-height: 1.55; }
.sol-card .ico {
    flex: 0 0 auto;
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.08em;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--sol-accent, #ad1b02) 12%, #fff);
    color: var(--sol-accent, #ad1b02);
}
.sol-card .ico svg { width: 0.72em; height: 0.72em; display: block; }

.sol-ai {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.sol-ai-chat {
    background: #0f172a;
    border-radius: 16px;
    padding: 22px;
    color: #e2e8f0;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}
.sol-ai-chat .bubble {
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
}
.sol-ai-chat .bubble.user { background: color-mix(in srgb, var(--sol-accent) 35%, #1e293b); }
.sol-ai-chat .who { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #94a3b8; margin-bottom: 4px; }

.sol-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}
.sol-table { width: 100%; border-collapse: collapse; }
.sol-table th, .sol-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.92rem;
    vertical-align: top;
}
.sol-table th {
    background: #f8fafc;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}
.sol-table td:nth-child(2) { font-weight: 600; color: #0f172a; }
.sol-table td:last-child { color: #64748b; font-weight: 400; }

.sol-faq details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 10px;
}
.sol-faq summary {
    font-weight: 700;
    cursor: pointer;
    color: var(--sol-ink);
}
.sol-faq details p { margin: 10px 0 0; color: #64748b; font-size: 0.95rem; }

.sol-cta {
    padding: 72px 0;
    background: linear-gradient(135deg, var(--sol-ink), var(--sol-accent));
    color: #fff;
    text-align: center;
}
.sol-cta h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; margin: 0 0 12px; color: #fff; }
.sol-cta p { max-width: 620px; margin: 0 auto 24px; color: #f1f5f9; }
.sol-cta .sol-actions { justify-content: center; }
.sol-cta .btn-light { background: #fff; color: var(--sol-accent); font-weight: 700; }

.sol-index-hero {
    background: linear-gradient(135deg, #1f3864 0%, #0d1b2a 100%);
    color: #fff;
    padding: 140px 0 80px;
}
.sol-index-hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 16px;
}
.sol-index-hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, #e88d14, #ad1b02);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sol-index-hero .sol-lead { color: #cbd5e1; }

.sol-industry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}
.sol-industry a.card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(31,56,100,0.08);
    border-radius: 16px;
    padding: 0 0 24px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 28px rgba(15,23,42,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
    min-height: 100%;
    overflow: hidden;
}
.sol-industry a.card:hover {
    transform: translateY(-4px);
    border-color: var(--sol-accent, #ad1b02);
    box-shadow: 0 16px 40px rgba(31,56,100,0.12);
}
.sol-industry .card-band {
    display: block;
    width: 100%;
    height: 128px;
    margin: 0 0 18px;
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}
.sol-industry .card-band svg {
    display: block;
    width: 100%;
    height: 100%;
}

.sol-industry a.card h3,
.sol-industry a.card p,
.sol-industry a.card .go {
    padding-left: 24px;
    padding-right: 24px;
}

.sol-industry h3 { font-size: 1.25rem; margin: 0 0 8px; color: var(--sol-ink); }
.sol-industry p { color: #64748b; font-size: 0.95rem; flex: 1; margin: 0 0 16px; }
.sol-industry .go { font-weight: 700; color: #ad1b02; font-size: 0.92rem; }

/* App mock window */
.appw {
    background: #0b1220;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.45);
    color: #0f172a;
}
.appw-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #111827;
    padding: 10px 14px;
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.appw-dots { display: flex; gap: 6px; }
.appw-dots i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.appw-dots i:nth-child(1) { background: #ef4444; }
.appw-dots i:nth-child(2) { background: #f59e0b; }
.appw-dots i:nth-child(3) { background: #22c55e; }
.appw-url {
    background: #0b1220;
    border-radius: 999px;
    padding: 4px 10px;
    color: #cbd5e1;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.appw-body {
    background: #f1f5f9;
    padding: 14px;
    min-height: 280px;
}
.appw-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
}
.appw-top h4 { margin: 0; font-size: 0.95rem; color: #0f172a; }
.appw-top small { color: #64748b; }
.appw-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}
.appw-kpi {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e2e8f0;
}
.appw-kpi span { display: block; font-size: 0.68rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; }
.appw-kpi b { font-size: 0.92rem; color: #1f3864; }
.app-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; font-size: 0.75rem; }
.app-table th { background: #e2e8f0; text-align: left; padding: 8px 10px; font-size: 0.68rem; text-transform: uppercase; color: #475569; }
.app-table td { padding: 8px 10px; border-top: 1px solid #f1f5f9; }
.pill {
    display: inline-block;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.68rem;
    font-weight: 700;
}
.pill-ok { background: #dcfce7; color: #166534; }
.pill-warn { background: #fef3c7; color: #92400e; }
.pill-bad { background: #fee2e2; color: #991b1b; }
.pill-info { background: #e0e7ff; color: #3730a3; }
.room-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 6px; }
.room-cell {
    background: #fff;
    border-radius: 8px;
    padding: 8px 6px;
    text-align: center;
    font-size: 0.7rem;
    border: 1px solid #e2e8f0;
}
.room-cell.busy { background: #fee2e2; border-color: #fecaca; }
.room-cell.hold { background: #fef3c7; border-color: #fde68a; }
.room-cell.free { background: #dcfce7; border-color: #bbf7d0; }
.pos-layout,
.pos-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 10px;
    align-items: stretch;
}
.pos-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    white-space: nowrap;
}
.pos-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18);
    animation: pos-pulse 1.6s ease-in-out infinite;
}
@keyframes pos-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}
.pos-search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 10px;
    color: #94a3b8;
    font-size: 0.72rem;
}
.pos-search svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.pos-skus { display: grid; gap: 6px; }
.pos-sku {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px;
    font-size: 0.72rem;
}
.pos-sku.is-in {
    border-color: #fed7aa;
    background: #fff7ed;
}
.pos-sku-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #1f3864;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pos-sku.is-in .pos-sku-mark { background: #d85604; }
.pos-sku-meta { display: grid; gap: 2px; min-width: 0; flex: 1; }
.pos-sku-meta b { color: #0f172a; font-size: 0.78rem; }
.pos-sku-meta span { color: #64748b; }
.pos-sku-qty {
    font-size: 0.68rem;
    font-weight: 800;
    color: #c2410c;
    background: #ffedd5;
    border-radius: 999px;
    padding: 2px 7px;
    flex-shrink: 0;
}
.pos-cart {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.pos-cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}
.pos-cart-head span {
    font-weight: 600;
    color: #64748b;
    font-size: 0.68rem;
}
.pos-line {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 0;
    color: #334155;
    border-bottom: 1px dashed #e2e8f0;
}
.pos-line em { font-style: normal; color: #64748b; font-weight: 600; }
.pos-line b { color: #0f172a; }
.pos-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: auto;
    padding-top: 10px;
    color: #64748b;
    font-weight: 600;
}
.pos-total b { font-size: 1.05rem; color: #0f172a; }
.pos-pay {
    margin-top: 10px;
    background: linear-gradient(135deg, #e88d14, #d85604);
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 0.78rem;
    border-radius: 10px;
    padding: 9px 10px;
    box-shadow: 0 8px 16px rgba(216, 86, 4, 0.25);
}

@media (max-width: 900px) {
    .sol-hero-grid, .sol-split, .sol-split.reverse, .sol-ai, .pos-layout {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    .sol-flow { grid-template-columns: 1fr 1fr; }
    .sol-stats { grid-template-columns: 1fr; }
    .room-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .sol-flow { grid-template-columns: 1fr; }
    .appw-kpis { grid-template-columns: 1fr; }
}

.sol-section { padding: 80px 0; }
.sol-section.alt { background: #f8fafc; }
.sol-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.sol-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; color: var(--sol-ink); margin: 0 0 12px; }
.sol-head p { color: #64748b; font-size: 1.05rem; }
.sol-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--sol-accent);
    background: color-mix(in srgb, var(--sol-accent) 12%, #fff);
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.sol-cta {
    padding: 72px 0;
    background: linear-gradient(135deg, var(--sol-ink), var(--sol-accent));
    color: #fff;
    text-align: center;
}
.sol-cta h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; margin: 0 0 12px; }
.sol-cta p { max-width: 620px; margin: 0 auto 24px; color: #f1f5f9; }
.sol-cta .sol-actions { justify-content: center; }
.sol-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    border: 1px solid rgba(31, 56, 100, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.sol-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.08rem;
    line-height: 1.3;
    margin: 0 0 8px;
    color: var(--sol-ink);
}
.sol-card p { font-size: 0.92rem; color: #64748b; margin: 0; line-height: 1.55; }
.sol-card .ico {
    flex: 0 0 auto;
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.08em;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--sol-accent, #ad1b02) 12%, #fff);
    color: var(--sol-accent, #ad1b02);
}
.sol-card .ico svg { width: 0.72em; height: 0.72em; display: block; }
.sol-faq details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 10px;
}
.sol-faq summary { font-weight: 700; cursor: pointer; color: var(--sol-ink); }
.sol-faq details p { margin: 10px 0 0; color: #64748b; font-size: 0.95rem; }

.sol-page { color: inherit; }
.sol-hero {
    background:
        radial-gradient(900px 420px at 90% -10%, color-mix(in srgb, var(--sol-accent) 35%, transparent), transparent 60%),
        linear-gradient(145deg, #0d1b2a 0%, #1f3864 55%, #0a1220 100%);
    color: #fff;
    padding: 128px 0 72px;
}
.sol-crumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.82rem; color: #94a3b8; margin-bottom: 18px; }
.sol-crumb a { color: #cbd5e1; text-decoration: none; }
.sol-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.95fr); gap: 48px; align-items: center; }
.sol-kicker { display: inline-flex; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fef3c7; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 6px 12px; margin-bottom: 16px; }
.sol-title { font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin: 0 0 18px; }
.sol-title em { font-style: normal; background: linear-gradient(135deg, var(--sol-accent-2), var(--sol-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sol-lead { font-size: 1.12rem; line-height: 1.65; color: #cbd5e1; max-width: 640px; margin: 0 0 28px; }
.sol-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 88px; }
.sol-split.reverse { direction: rtl; }
.sol-split.reverse > * { direction: ltr; }
.sol-list { list-style: none; padding: 0; margin: 20px 0 0; }
.sol-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: #334155; font-size: 0.98rem; line-height: 1.5; }
.sol-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.sol-step { background: #fff; border: 1px solid rgba(31, 56, 100, 0.08); border-radius: 14px; padding: 20px; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04); }
.sol-step .n { width: 28px; height: 28px; border-radius: 8px; background: var(--sol-ink); color: #fff; font-size: 0.8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.sol-step h3 { font-size: 1.05rem; margin: 0 0 8px; color: var(--sol-ink); }
.sol-step p { font-size: 0.9rem; color: #64748b; margin: 0; }
.sol-ai { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.sol-ai-chat { background: #0f172a; border-radius: 16px; padding: 22px; color: #e2e8f0; }
.sol-ai-chat .bubble { background: rgba(255,255,255,0.06); border-radius: 12px; padding: 12px 14px; margin-bottom: 10px; font-size: 0.9rem; line-height: 1.5; }
.sol-ai-chat .bubble.user { background: color-mix(in srgb, var(--sol-accent) 35%, #1e293b); }
.sol-ai-chat .who { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #94a3b8; margin-bottom: 4px; }
.sol-table-wrap { overflow-x: auto; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; }
.appw-top { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.appw-top h4 { margin: 0; font-size: 0.95rem; }
.appw-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 12px; }
.appw-kpi { background: #fff; border-radius: 10px; padding: 10px; border: 1px solid #e2e8f0; }
.appw-kpi span { display: block; font-size: 0.68rem; color: #64748b; text-transform: uppercase; }
.appw-kpi b { font-size: 0.92rem; color: #1f3864; }
.room-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.room-cell { background: #fff; border-radius: 8px; padding: 8px 6px; text-align: center; font-size: 0.7rem; border: 1px solid #e2e8f0; }
.room-cell.busy { background: #fee2e2; }
.room-cell.hold { background: #fef3c7; }
.room-cell.free { background: #dcfce7; }
.app-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; font-size: 0.75rem; }
.app-table th { background: #e2e8f0; text-align: left; padding: 8px 10px; font-size: 0.68rem; text-transform: uppercase; color: #475569; }
.app-table td { padding: 8px 10px; border-top: 1px solid #f1f5f9; }
.pill { display: inline-block; border-radius: 999px; padding: 2px 8px; font-size: 0.68rem; font-weight: 700; }
.pill-ok { background: #dcfce7; color: #166534; }
.pill-warn { background: #fef3c7; color: #92400e; }
.pill-info { background: #e0e7ff; color: #3730a3; }
.pos-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 10px; }
@media (max-width: 900px) {
    .sol-hero-grid, .sol-split, .sol-split.reverse, .sol-ai, .pos-grid { grid-template-columns: 1fr; direction: ltr; }
    .sol-flow { grid-template-columns: 1fr 1fr; }
}

/* Loan report mocks */
.appw-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: -4px 0 12px;
}
.appw-tabs span {
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 4px 8px;
}
.appw-tabs span.is-on {
    color: #6b21a8;
    background: #f3e8ff;
    border-color: #e9d5ff;
}
.appw-kpis.appw-kpis-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.loan-stage-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.loan-stage {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
}
.loan-stage b { display: block; font-size: 0.92rem; color: #1f3864; margin: 6px 0 2px; }
.loan-stage small { display: block; font-size: 0.68rem; color: #64748b; }
.loan-cal {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 8px;
}
.loan-cal-wd {
    text-align: center;
    font-size: 0.62rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
}
.loan-cal-day {
    min-height: 28px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.68rem;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loan-cal-day:empty { background: transparent; border-color: transparent; }
.loan-cal-day.in { background: #dcfce7; border-color: #bbf7d0; }
.loan-cal-day.out { background: #fee2e2; border-color: #fecaca; }
.loan-cal-day.both { background: #fef3c7; border-color: #fde68a; }
.loan-cal-day.due { box-shadow: inset 0 -2px 0 #7e22ce; }
.loan-cal-day.partial { box-shadow: inset 0 -2px 0 #d97706; }
.loan-cal-day.paid { box-shadow: inset 0 -2px 0 #16a34a; }
.loan-cal-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
}
.loan-cal-legend .in { color: #166534; }
.loan-cal-legend .out { color: #991b1b; }
.loan-cal-legend .due { color: #6b21a8; }
.loan-cal-legend .paid { color: #166534; }
@media (max-width: 640px) {
    .appw-kpis.appw-kpis-6, .loan-stage-row { grid-template-columns: 1fr 1fr; }
}

.sol-svc .appw-tabs span.is-on {
    color: #86198f;
    background: #fae8ff;
    border-color: #f5d0fe;
}
.svc-rank {
    display: flex;
    height: 8px;
    border-radius: 99px;
    overflow: hidden;
    background: #f1f5f9;
    margin: 0 0 10px;
}
.svc-rank i { display: block; height: 100%; }
.svc-rank i.a { width: 52%; background: #a21caf; }
.svc-rank i.b { width: 28%; background: #e879f9; }
.svc-rank i.c { width: 20%; background: #f5d0fe; }

.sol-ngo .appw-tabs span.is-on {
    color: #115e59;
    background: #ccfbf1;
    border-color: #99f6e4;
}
.ngo-budget {
    height: 8px;
    border-radius: 99px;
    overflow: hidden;
    background: #f1f5f9;
    margin: 0 0 10px;
}
.ngo-budget i {
    display: block;
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, #0f766e, #2dd4bf);
}
.appw-note {
    margin: 10px 0 0;
    font-size: 0.72rem;
    color: #64748b;
}

.mfg-rank {
    display: flex;
    height: 8px;
    border-radius: 99px;
    overflow: hidden;
    background: #f1f5f9;
    margin: 0 0 10px;
}
.mfg-rank i { display: block; height: 100%; }
.mfg-rank i.a { width: 71%; background: #15803d; }
.mfg-rank i.b { width: 29%; background: #86efac; }

