.solution-hero {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 11.75rem;
    padding-bottom: 5rem;
    background:
        radial-gradient(circle at 16% 12%, rgba(242, 101, 34, .18), transparent 34%),
        radial-gradient(circle at 86% 24%, rgba(20, 184, 166, .14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #eef3f8 100%);
    overflow: hidden;
}

.solution-hero-container {
    max-width: 1050px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.solution-hero-copy {
    max-width: 820px;
    margin: 0 auto 3.65rem;
    position: relative;
    z-index: 2;
}

.solution-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .75rem;
    color: #b45309;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.solution-eyebrow::before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    background: #f26522;
    box-shadow: 0 0 0 5px rgba(242, 101, 34, .16);
}

.solution-hero-title {
    max-width: 720px;
    margin: 0 auto;
    color: #111827;
    font-size: clamp(1.85rem, 3.45vw, 3.25rem);
    line-height: 1.12;
    text-wrap: balance;
}

.solution-hero-text {
    max-width: 700px;
    margin: 1.25rem auto 0;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.7;
    position: relative;
    z-index: 3;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(88px, 1fr));
    gap: 1.72rem 2.25rem;
    max-width: 860px;
    padding: 1.8rem 1rem 2.15rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.solution-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -3.1rem;
    width: min(1320px, 138vw);
    height: calc(100% + 11rem);
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg, #f1f2f5 0%, #eef1f5 100%);
    transform: translateX(-50%);
    z-index: -1;
}

.solution-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .62rem;
    color: #263241;
    text-decoration: none;
    text-align: center;
    transition: transform .22s ease;
}

.solution-app:hover {
    transform: translateY(-5px);
    color: #111827;
}

.solution-app-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(255, 255, 255, .96);
    color: #f26522;
    border: 1px solid rgba(15, 23, 42, .045);
    box-shadow: 0 9px 18px rgba(15, 23, 42, .11), 0 1px 2px rgba(15, 23, 42, .05);
    transition: box-shadow .22s ease, color .22s ease, background .22s ease, transform .22s ease;
}

.solution-app:hover .solution-app-icon {
    background: #ffffff;
    color: #b45309;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(15, 23, 42, .15), 0 2px 4px rgba(15, 23, 42, .06);
}

.solution-mark {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
}

.solution-mark::before,
.solution-mark::after {
    content: "";
    position: absolute;
    display: block;
}

.solution-mark-stock::before {
    inset: 7px 18px 3px 6px;
    border-radius: 999px 999px 999px 4px;
    background: linear-gradient(135deg, #f97316, #facc15);
    transform: rotate(42deg);
}

.solution-mark-stock::after {
    inset: 5px 5px 8px 19px;
    border-radius: 4px 999px 999px 999px;
    background: linear-gradient(135deg, #14b8a6, #22c55e);
    transform: rotate(42deg);
}

.solution-mark-billing::before {
    inset: 7px 6px 7px 6px;
    border-radius: 6px;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.solution-mark-billing::after {
    inset: 15px 9px auto 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316 0 34%, #facc15 34% 67%, #14b8a6 67%);
}

.solution-mark-records::before {
    inset: 4px 8px 4px 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #14b8a6 0 48%, #8b5cf6 48%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}

.solution-mark-records::after {
    inset: 11px 16px 10px 18px;
    border-radius: 999px;
    background: #ffffff;
    opacity: .9;
}

.solution-mark-parents::before {
    width: 17px;
    height: 17px;
    left: 6px;
    top: 7px;
    border-radius: 999px;
    background: #f97316;
    box-shadow: 15px 0 0 #14b8a6;
}

.solution-mark-parents::after {
    left: 4px;
    right: 4px;
    bottom: 7px;
    height: 16px;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(90deg, #8b5cf6, #ec4899 46%, #22c55e 47%, #14b8a6);
}

.solution-mark-patients::before {
    inset: 5px;
    border-radius: 999px;
    border: 7px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        conic-gradient(#14b8a6 0 28%, #f97316 28% 53%, #ec4899 53% 75%, #2563eb 75% 100%) border-box;
}

.solution-mark-patients::after {
    width: 18px;
    height: 18px;
    left: 10px;
    top: 10px;
    border-radius: 999px;
    background: #ffffff;
}

.solution-mark-hospital::before {
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: linear-gradient(135deg, #14b8a6, #22c55e);
}

.solution-mark-hospital::after {
    left: 17px;
    top: 5px;
    width: 8px;
    height: 30px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 0 0 0 #fff, -9px 9px 0 -1px #ffffff, 9px 9px 0 -1px #ffffff;
}

.solution-mark-alerts::before {
    inset: 5px;
    border-radius: 999px;
    background: conic-gradient(#ef4444 0 28%, #facc15 28% 64%, #14b8a6 64% 100%);
}

.solution-mark-alerts::after {
    left: 17px;
    top: 10px;
    width: 5px;
    height: 19px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 23px 0 -1px #ffffff;
}

.solution-mark-reports::before {
    left: 7px;
    right: 7px;
    bottom: 7px;
    height: 24px;
    border-radius: 5px;
    background: linear-gradient(90deg, #14b8a6 0 28%, #8b5cf6 28% 56%, #f97316 56% 100%);
}

.solution-mark-reports::after {
    left: 10px;
    bottom: 10px;
    width: 5px;
    height: 12px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 8px -5px 0 #ffffff, 16px -11px 0 #ffffff;
}

.solution-mark-credit::before {
    inset: 8px 5px 7px 5px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
}

.solution-mark-credit::after {
    left: 10px;
    right: 10px;
    top: 16px;
    height: 5px;
    border-radius: 999px;
    background: #facc15;
    box-shadow: 0 9px 0 -1px #ffffff;
}

.solution-mark-cashiers::before {
    left: 6px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #f97316;
    box-shadow: 16px 0 0 #14b8a6, 8px 15px 0 #8b5cf6;
}

.solution-mark-cashiers::after {
    left: 7px;
    bottom: 5px;
    width: 25px;
    height: 13px;
    border-radius: 999px 999px 7px 7px;
    background: linear-gradient(90deg, #ec4899, #facc15, #14b8a6);
}

.solution-mark-fees::before {
    inset: 5px 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #14b8a6);
}

.solution-mark-fees::after {
    left: 16px;
    top: 8px;
    width: 7px;
    height: 25px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 0 #fff, -7px 8px 0 -2px #ffffff, 7px 16px 0 -2px #ffffff;
}

.solution-mark-attendance::before {
    inset: 6px;
    border-radius: 7px;
    background: linear-gradient(135deg, #8b5cf6, #2563eb);
}

.solution-mark-attendance::after {
    left: 11px;
    top: 17px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transform: rotate(-45deg);
}

.solution-mark-exams::before {
    left: 8px;
    right: 8px;
    top: 4px;
    height: 23px;
    border-radius: 999px 999px 7px 7px;
    background: linear-gradient(135deg, #f97316, #facc15);
}

.solution-mark-exams::after {
    left: 11px;
    right: 11px;
    bottom: 5px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 50% 72%, 25% 100%);
    background: linear-gradient(90deg, #ec4899, #8b5cf6);
}

.solution-mark-staff::before {
    left: 7px;
    right: 7px;
    top: 11px;
    height: 23px;
    border-radius: 7px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.solution-mark-staff::after {
    left: 14px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 4px 4px 0 0;
    border: 4px solid #f97316;
    border-bottom: 0;
}

.solution-mark-appointments::before {
    inset: 6px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.solution-mark-appointments::after {
    left: 10px;
    right: 10px;
    top: 13px;
    height: 5px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 9px 0 #ffffff, -4px -6px 0 -1px #facc15, 9px -6px 0 -1px #14b8a6;
}

.solution-mark-doctors::before {
    inset: 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #14b8a6, #2563eb);
}

.solution-mark-doctors::after {
    left: 18px;
    top: 9px;
    width: 5px;
    height: 17px;
    border-radius: 999px;
    background: #ffffff;
    transform-origin: bottom center;
    transform: rotate(38deg);
    box-shadow: -7px 9px 0 -1px #ffffff;
}

.solution-mark-pharmacy::before {
    left: 8px;
    right: 8px;
    top: 7px;
    height: 27px;
    border-radius: 7px;
    background: linear-gradient(135deg, #22c55e, #14b8a6);
}

.solution-mark-pharmacy::after {
    left: 17px;
    top: 11px;
    width: 5px;
    height: 19px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: -7px 7px 0 -1px #ffffff, 7px 7px 0 -1px #ffffff;
}

.solution-mark-lab::before {
    left: 12px;
    right: 12px;
    top: 5px;
    height: 25px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(180deg, #ffffff 0 28%, #38bdf8 28% 100%);
    border: 4px solid #8b5cf6;
    border-top: 0;
}

.solution-mark-lab::after {
    left: 10px;
    bottom: 5px;
    width: 20px;
    height: 6px;
    border-radius: 999px;
    background: #f97316;
}

.solution-app-name {
    max-width: 112px;
    color: #263241;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0;
}

.solution-detail-hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background:
        radial-gradient(circle at 12% 18%, rgba(242, 101, 34, .18), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 64%, #fff4eb 100%);
}

.solution-story-hero {
    min-height: 82vh;
    display: flex;
    align-items: center;
    padding-top: 9.75rem;
    padding-bottom: 5.25rem;
}

.solution-story-hero > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.solution-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.05rem;
}

.solution-back-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .48rem .72rem;
    border: 1px solid rgba(180, 83, 9, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #b45309;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.solution-back-link:hover {
    border-color: rgba(242, 101, 34, .3);
    background: #fff7ed;
    color: #f26522;
}

.solution-meta-label {
    margin: 0;
    padding: .48rem .72rem;
    border-radius: 999px;
    background: rgba(242, 101, 34, .09);
}

.solution-meta-label::before {
    display: none;
}

.solution-detail-title {
    max-width: 780px;
    color: #111827;
    font-size: clamp(2rem, 3.6vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.solution-story-section .section-heading h2,
.solution-final-cta h2 {
    font-size: clamp(1.75rem, 2.6vw, 2.65rem);
    line-height: 1.16;
}

.solution-detail-lead {
    max-width: 680px;
    color: #4b5563;
    font-size: 1.15rem;
    line-height: 1.7;
}

.solution-detail-support {
    max-width: 650px;
    margin-top: 1rem;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.solution-audience-pill {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: .75rem;
    padding: .72rem 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.solution-audience-pill span {
    flex: 0 0 auto;
    color: #b45309;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.solution-audience-pill strong {
    color: #334155;
    font-size: .88rem;
    line-height: 1.35;
}

.solution-showcase {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.solution-showcase::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .95), rgba(255, 255, 255, .35) 45%, rgba(242, 101, 34, .16) 70%),
        linear-gradient(135deg, rgba(20, 184, 166, .16), rgba(242, 101, 34, .14));
    filter: blur(.2px);
    z-index: -1;
    animation: solutionPulse 5.5s ease-in-out infinite;
}

.solution-showcase-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
    z-index: 3;
}

.solution-showcase-icon .solution-mark {
    width: 46px;
    height: 46px;
    transform: scale(1.2);
}

.solution-showcase-board {
    position: relative;
    width: min(100%, 410px);
    padding: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 26px;
    background:
        radial-gradient(circle at 8% 12%, rgba(242, 101, 34, .12), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(20, 184, 166, .13), transparent 32%),
        rgba(255, 255, 255, .9);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
    backdrop-filter: blur(16px);
    animation: solutionFloat 5.4s ease-in-out infinite;
}

.solution-board-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.solution-board-header span:not(.solution-showcase-icon):not(.solution-mark) {
    display: block;
    margin-bottom: .25rem;
    color: #b45309;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.solution-board-header strong {
    display: block;
    color: #111827;
    font-size: 1.1rem;
    line-height: 1.25;
}

.solution-board-path {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .7rem;
    margin-top: 1rem;
}

.solution-board-path div {
    min-height: 92px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .45rem;
    padding: .75rem .5rem;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.solution-board-path svg {
    width: 22px;
    height: 22px;
    color: #f26522;
}

.solution-board-path div:nth-child(2) svg {
    color: #14b8a6;
}

.solution-board-path div:nth-child(3) svg {
    color: #6366f1;
}

.solution-board-path span {
    color: #334155;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.2;
}

.solution-board-list {
    display: grid;
    gap: .65rem;
    margin-top: 1rem;
}

.solution-board-list div {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .7rem .8rem;
    border-radius: 14px;
    background: rgba(248, 250, 252, .82);
}

.solution-board-list span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #f26522;
    box-shadow: 0 0 0 5px rgba(242, 101, 34, .12);
}

.solution-board-list p {
    margin: 0;
    color: #475569;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.35;
}

.solution-showcase-panel {
    position: absolute;
    right: 0;
    bottom: 28px;
    width: min(300px, 86%);
    padding: 1.15rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
    animation: solutionRise 5.2s ease-in-out infinite;
    z-index: 2;
}

.solution-panel-bar {
    width: 52px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316, #14b8a6);
    margin-bottom: 1rem;
}

.solution-panel-line {
    height: 10px;
    border-radius: 999px;
    background: #e5e7eb;
    margin-bottom: .65rem;
}

.solution-panel-line.w-80 {
    width: 80%;
}

.solution-panel-line.w-55 {
    width: 55%;
}

.solution-panel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .45rem;
    margin-top: 1rem;
}

.solution-panel-grid span {
    display: block;
    aspect-ratio: 1;
    border-radius: 10px;
    background: #fff7ed;
}

.solution-panel-grid span:nth-child(2) {
    background: #ecfeff;
}

.solution-panel-grid span:nth-child(3) {
    background: #eef2ff;
}

.solution-panel-grid span:nth-child(4) {
    background: #f0fdf4;
}

.solution-float-card {
    position: absolute;
    min-width: 150px;
    padding: .8rem .95rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .1);
    z-index: 4;
}

.solution-float-card span {
    display: block;
    color: #b45309;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.solution-float-card strong {
    display: block;
    margin-top: .25rem;
    color: #111827;
    font-size: .92rem;
    line-height: 1.25;
}

.solution-float-card-a {
    top: 54px;
    left: 0;
    animation: solutionFloat 5.4s ease-in-out infinite;
}

.solution-float-card-b {
    right: 24px;
    top: 108px;
    animation: solutionFloat 5s ease-in-out infinite reverse;
}

.solution-float-card-c {
    left: 38px;
    bottom: 52px;
    animation: solutionFloat 5.8s ease-in-out infinite;
}

.solution-detail-panel,
.solution-info-card,
.solution-benefit-item,
.solution-final-cta {
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.solution-detail-panel {
    padding: 2rem;
}

.solution-icon-lg {
    width: 72px;
    height: 72px;
}

.solution-info-card {
    height: 100%;
    padding: 1.65rem;
    color: #4b5563;
}

.solution-story-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
}

.solution-premium-story {
    padding-top: 5.5rem;
}

.solution-section-intro {
    max-width: 760px;
    margin: 0 auto 2.25rem;
}

.solution-section-intro h2 {
    color: #111827;
    font-size: clamp(1.85rem, 2.8vw, 2.75rem);
    line-height: 1.15;
}

.solution-section-intro p:not(.solution-card-kicker) {
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.75;
}

.solution-signal-card {
    height: 100%;
    padding: 1.45rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
    transition: transform .24s ease, box-shadow .24s ease;
}

.solution-signal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(15, 23, 42, .1);
}

.solution-signal-dot {
    display: inline-flex;
    width: 12px;
    height: 12px;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: #f26522;
    box-shadow: 0 0 0 8px rgba(242, 101, 34, .12);
}

.solution-signal-card h3 {
    margin-bottom: .55rem;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.solution-signal-card p {
    margin: 0;
    color: #64748b;
    font-size: .94rem;
    line-height: 1.65;
}

.solution-split-panel {
    margin-top: 4.5rem;
    padding: 2.35rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 18%, rgba(242, 101, 34, .1), transparent 32%),
        linear-gradient(135deg, #ffffff, #f8fbff);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.solution-split-panel h2 {
    max-width: 560px;
    color: #111827;
    font-size: clamp(1.75rem, 2.55vw, 2.55rem);
    line-height: 1.16;
}

.solution-split-panel p:not(.solution-card-kicker) {
    max-width: 620px;
    color: #64748b;
    line-height: 1.75;
}

.solution-mini-dashboard {
    max-width: 420px;
    margin-left: auto;
    padding: 1.35rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 20px 52px rgba(15, 23, 42, .1);
    animation: solutionFloat 5.5s ease-in-out infinite;
}

.solution-mini-top {
    display: flex;
    gap: .45rem;
    margin-bottom: 1rem;
}

.solution-mini-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f97316;
}

.solution-mini-top span:nth-child(2) {
    background: #14b8a6;
}

.solution-mini-top span:nth-child(3) {
    background: #8b5cf6;
}

.solution-mini-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.solution-mini-title strong {
    color: #111827;
    font-size: 1rem;
    line-height: 1.25;
}

.solution-mini-title span {
    flex: 0 0 auto;
    padding: .3rem .55rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #b45309;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.solution-mini-row {
    height: auto;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: .45rem .75rem;
    margin-bottom: .7rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #475569;
    font-size: .78rem;
    font-weight: 800;
}

.solution-mini-row.strong {
    width: 72%;
    background: linear-gradient(90deg, #f97316, #14b8a6);
    color: #fff;
}

.solution-mini-row.short {
    width: 48%;
}

.solution-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin-top: 1.2rem;
}

.solution-mini-grid span {
    min-height: 82px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .3rem;
    border-radius: 16px;
    background: #fff7ed;
}

.solution-mini-grid strong {
    color: #b45309;
    font-size: 1.15rem;
    font-weight: 900;
}

.solution-mini-grid small {
    color: #475569;
    font-size: .72rem;
    font-weight: 800;
}

.solution-mini-grid span:nth-child(2) {
    background: #ecfeff;
}

.solution-mini-grid span:nth-child(3) {
    background: #eef2ff;
}

.solution-animate-card,
.solution-step-card {
    animation: solutionFadeUp .7s ease both;
}

.solution-delay-1 {
    animation-delay: .12s;
}

.solution-delay-2 {
    animation-delay: .24s;
}

.solution-card-kicker {
    margin-bottom: .55rem;
    color: #b45309;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.solution-benefits {
    margin-top: 4rem;
}

.solution-workflow {
    margin-top: 4.5rem;
}

.solution-step-card {
    height: 100%;
    padding: 1.4rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
    color: #4b5563;
    transition: transform .24s ease, box-shadow .24s ease;
}

.solution-step-card:hover,
.solution-info-card:hover,
.solution-benefit-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, .12);
}

.solution-step-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 14px;
    background: #fff7ed;
    color: #b45309;
    font-weight: 900;
}

.solution-benefit-item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: 1rem;
    color: #374151;
    font-weight: 700;
    transition: transform .24s ease, box-shadow .24s ease;
}

.solution-benefit-item i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #16a34a;
}

.solution-final-cta {
    margin-top: 4rem;
    padding: 2rem;
}

.solution-final-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 1.1rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.solution-final-icon .solution-mark {
    transform: scale(1.18);
}

.solution-product-strip {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 1.5rem;
    align-items: center;
    margin-top: 4rem;
    padding: 1.6rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at 8% 20%, rgba(242, 101, 34, .12), transparent 32%),
        linear-gradient(135deg, #111827, #1f2937);
    color: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .16);
}

.solution-product-strip p {
    color: rgba(255, 255, 255, .75);
}

.solution-product-strip h2,
.solution-product-strip .h3 {
    color: #ffffff;
}

.solution-product-strip .solution-card-kicker {
    color: #ffb347;
}

@keyframes solutionFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes solutionRise {
    0%, 100% {
        transform: translateY(0) rotate(-1deg);
    }
    50% {
        transform: translateY(-8px) rotate(1deg);
    }
}

@keyframes solutionPulse {
    0%, 100% {
        transform: scale(1);
        opacity: .95;
    }
    50% {
        transform: scale(1.06);
        opacity: .75;
    }
}

@keyframes solutionFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .solution-grid {
        grid-template-columns: repeat(3, minmax(90px, 1fr));
        gap: 1.65rem 1.8rem;
        max-width: 500px;
        padding: 1.75rem .8rem 2.2rem;
    }

    .solution-hero {
        min-height: auto;
        padding-top: 7.75rem;
        padding-bottom: 4.25rem;
    }

    .solution-hero-copy {
        margin-bottom: 3.5rem;
    }

    .solution-story-hero {
        min-height: auto;
        padding-top: 8rem;
    }

    .solution-showcase {
        min-height: 360px;
    }

    .solution-audience-pill {
        align-items: flex-start;
        border-radius: 18px;
    }

    .solution-split-panel {
        padding: 1.55rem;
    }

    .solution-mini-dashboard {
        margin-right: auto;
        margin-left: auto;
    }

    .solution-float-card-a {
        left: 1rem;
    }

    .solution-product-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .solution-grid {
        grid-template-columns: repeat(2, minmax(90px, 1fr));
        gap: 1.55rem 1.35rem;
        max-width: 320px;
    }

    .solution-app-icon {
        width: 56px;
        height: 56px;
    }

    .solution-app-name {
        max-width: 118px;
        font-size: .72rem;
    }

    .solution-detail-title {
        font-size: clamp(1.8rem, 10vw, 2.65rem);
    }

    .solution-float-card {
        min-width: 130px;
    }

    .solution-float-card-b {
        right: .5rem;
    }

    .solution-float-card-c {
        left: .5rem;
        bottom: 24px;
    }

    .solution-section-intro {
        margin-bottom: 1.75rem;
    }

    .solution-mini-grid span {
        min-height: 58px;
    }
}
