.solubg{
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.022) 1px, transparent 1px);
    background-size: 40px 40px;
    background-color: #f7f8fc;
}
.soluhero{
    text-align: center;
    margin-bottom: 50px;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFF8E1;
    border: 1px solid rgba(232, 168, 0, 0.28);
    color: #a07000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 100px;
}
.hero-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #E8A800;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(0.65);
    }
}
.highlight{
    background: linear-gradient(135deg, #E8A800 0%, #e87000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.soluhero .headingmain {
    width: 400px;
    margin: 1rem auto;
    font-weight: 600;   

}
.soluhero p span {
    display: block;
}
.section-divider {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 27px;
}
.divider-line {
    flex: 1;
    height: 1px;
    background: #ffd822;
}
.divider-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}
.solutions-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1rem;
    margin-top: 50px;
}
.card-featured {
    grid-row: span 2;
    background: #ffffff;
    border: 1px solid #e4e7f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        border-color 0.35s;
    animation: fadeUp 0.55s ease both;
}
.card-featured:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
    border-color: rgba(232, 168, 0, 0.35);
}
.featured-visual {
    flex: 1;
    min-height: 280px;
    background: linear-gradient(160deg, #1a1f35 0%, #0d1220 60%, #141830 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.featured-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 50% 60%, rgba(232, 168, 0, 0.16) 0%, transparent 65%);
}
.rings {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 120px;
    overflow: hidden;
}
.ring {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid rgba(232, 168, 0, 0.35);
    animation: ringPulse 3s ease-in-out infinite;
}
.ring:nth-child(1) {
    width: 80px;
    height: 32px;
    animation-delay: 0s;
}
.ring:nth-child(2) {
    width: 160px;
    height: 64px;
    animation-delay: .4s;
    opacity: .7;
}
.ring:nth-child(3) {
    width: 240px;
    height: 96px;
    animation-delay: .8s;
    opacity: .4;
}
.ring:nth-child(4) {
    width: 320px;
    height: 128px;
    animation-delay: 1.2s;
    opacity: .2;
}
@keyframes ringPulse {

    0%,
    100% {
        border-color: rgba(232, 168, 0, 0.3);
    }
    50% {
        border-color: rgba(232, 168, 0, 0.65);
    }
}
.featured-logo-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.featured-badge {
    width: 76px;
    height: 76px;
    background: linear-gradient(145deg, #1e243e, #111828);
    border: 1px solid rgba(232, 168, 0, 0.4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 36px rgba(232, 168, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.featured-badge .num {
    font-size: 2.2rem;
    font-weight: 900;
    color: #E8A800;
    text-shadow: 0 0 24px rgba(232, 168, 0, 0.7);
}
.platform-word {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.ecosystem-tag {
    font-size: .77rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.5;
}
.ecosystem-tag strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}
.ai-dots {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 6px;
}
.ai-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E8A800;
    animation: dotBlink 2s ease-in-out infinite;
}
.ai-dot:nth-child(2) {
    animation-delay: .3s;
    background: #00d4ff;
}
.ai-dot:nth-child(3) {
    animation-delay: .6s;
    background: #3b6cff;
}
@keyframes dotBlink {

    0%,
    80%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0.3;
        transform: scale(0.55);
    }
}
.featured-body {
    padding: 22px 24px;
    border-top: 1px solid var(--divider);
    background: #fff;
}
.featured-body .tag {
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #E8A800;
    margin-bottom: 10px;
}
.featured-body h2 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}
.featured-body p {
    font-size: .8rem;
}
.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    font-weight: 600;
    color: #E8A800;
    text-decoration: none;
    transition: gap .2s;
}
.card-link:hover {
    gap: 10px;
    color: #E8A800;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.card {
    background: #fff;
    border: 1px solid #e4e7f0;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: transform .32s cubic-bezier(0.23, 1, 0.32, 1),
        box-shadow .32s cubic-bezier(0.23, 1, 0.32, 1),
        border-color .32s;
    animation: fadeUp .55s ease both;
}
.card:nth-child(1) {
    animation-delay: .08s;
}
.card:nth-child(2) {
    animation-delay: .15s;
}
.card:nth-child(3) {
    animation-delay: .22s;
}
.card:nth-child(4) {
    animation-delay: .29s;
}
.card:nth-child(5) {
    animation-delay: .36s;
}
.card:nth-child(6) {
    animation-delay: .43s;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
}
.card:nth-child(1):hover {
    border-color: rgba(41, 82, 204, 0.28);
}
.card:nth-child(2):hover {
    border-color: rgba(108, 63, 207, 0.28);
}
.card:nth-child(3):hover {
    border-color: rgba(232, 168, 0, 0.32);
}
.card:nth-child(4):hover {
    border-color: rgba(232, 168, 0, 0.32);
}
.card:nth-child(5):hover {
    border-color: rgba(0, 153, 204, 0.28);
}
.card:nth-child(6):hover {
    border-color: rgba(26, 138, 60, 0.28);
}
.card-visual {
    height: 156px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.visual-agenthood {
    background: linear-gradient(135deg, #0f1628 0%, #1a2540 100%);
}
.visual-agenthood::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, rgba(59, 108, 255, 0.2) 0%, transparent 55%);
}
.agent-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 6px;
    padding: 14px;
    z-index: 1;
}
.agent-node {
    border-radius: 8px;
    background: rgba(59, 108, 255, 0.18);
    border: 1px solid rgba(59, 108, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    animation: nodePulse 3s ease-in-out infinite;
}
.agent-node:nth-child(2) {
    animation-delay: .5s;
    background: rgba(0, 212, 255, 0.14);
    border-color: rgba(0, 212, 255, 0.24);
}
.agent-node:nth-child(5) {
    animation-delay: 1s;
    grid-column: span 2;
    background: rgba(232, 168, 0, 0.14);
    border-color: rgba(232, 168, 0, 0.24);
}
.agent-node:nth-child(7) {
    animation-delay: 1.5s;
}
.agent-node:nth-child(9) {
    animation-delay: .8s;
    background: rgba(0, 212, 255, 0.14);
    border-color: rgba(0, 212, 255, 0.24);
}
@keyframes nodePulse {

    0%,
    100% {
        opacity: .65;
    }
    50% {
        opacity: 1;
    }
}
.visual-pai {
    background: linear-gradient(135deg, #100a22 0%, #1c1038 100%);
}
.visual-pai::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(108, 63, 207, 0.28) 0%, transparent 60%);
}
.pai-center {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pai-ring-wrap {
    position: relative;
    width: 100px;
    height: 100px;
}
.pai-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(108, 63, 207, 0.55);
    animation: spin 8s linear infinite;
}
.pai-ring:nth-child(2) {
    inset: 12px;
    border-color: rgba(0, 212, 255, 0.4);
    animation-duration: 6s;
    animation-direction: reverse;
}
.pai-ring:nth-child(3) {
    inset: 24px;
    border-color: rgba(232, 168, 0, 0.5);
    animation-duration: 4s;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.pai-core {
    position: absolute;
    inset: 34px;
    background: linear-gradient(135deg, #8a2be2, #00d4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: .05em;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.7);
}
 .visual-nexus {
    background: linear-gradient(135deg, #0d1018 0%, #141c2c 100%);
}
.nexus-network {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nexus-svg {
    width: 100%;
    height: 100%;
}
.visual-rgm {
    background: linear-gradient(135deg, #0e0618 0%, #1a0d2e 100%);
}
.visual-rgm::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 80%, rgba(232, 168, 0, 0.2) 0%, transparent 58%);
}
.rgm-target {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.target-ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid;
    animation: targetPulse 2.5s ease-in-out infinite;
}
.target-ring:nth-child(1) {
    width: 28px;
    height: 28px;
    border-color: rgba(232, 168, 0, 0.95);
    animation-delay: 0s;
}
.target-ring:nth-child(2) {
    width: 56px;
    height: 56px;
    border-color: rgba(232, 168, 0, 0.65);
    animation-delay: .3s;
}
.target-ring:nth-child(3) {
    width: 90px;
    height: 90px;
    border-color: rgba(232, 168, 0, 0.38);
    animation-delay: .6s;
}
.target-ring:nth-child(4) {
    width: 126px;
    height: 126px;
    border-color: rgba(232, 168, 0, 0.16);
    animation-delay: .9s;
}
@keyframes targetPulse {
    0%,
    100% {
        opacity: .7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}
.target-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 14px rgba(232, 168, 0, 0.9);
    animation: targetPulse 2.5s ease-in-out infinite;
}
.visual-scct {
    background: linear-gradient(180deg, #07111e 0%, #0c1e35 100%);
}
.scct-scene {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.tower-svg {
    width: 100%;
    height: 100%;
}
.visual-wormhole {
    background: linear-gradient(135deg, #040f08 0%, #081808 100%);
    overflow: hidden;
}
.wormhole-canvas {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wormhole-rings {
    position: relative;
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid;
    animation: wormholeSpin 4s linear infinite;
}
.w-ring:nth-child(1) {
    width: 18px;
    height: 18px;
    border-color: rgba(100, 230, 60, 0.95);
    animation-duration: 1s;
}
.w-ring:nth-child(2) {
    width: 40px;
    height: 40px;
    border-color: rgba(80, 200, 50, 0.75);
    animation-duration: 1.5s;
    animation-direction: reverse;
}
.w-ring:nth-child(3) {
    width: 64px;
    height: 64px;
    border-color: rgba(60, 175, 40, 0.55);
    animation-duration: 2.2s;
}
.w-ring:nth-child(4) {
    width: 92px;
    height: 92px;
    border-color: rgba(40, 150, 30, 0.38);
    animation-duration: 3s;
    animation-direction: reverse;
}
.w-ring:nth-child(5) {
    width: 124px;
    height: 124px;
    border-color: rgba(26, 130, 20, 0.22);
    animation-duration: 4.2s;
}
.w-ring:nth-child(6) {
    width: 154px;
    height: 154px;
    border-color: rgba(15, 110, 10, 0.11);
    animation-duration: 6s;
    animation-direction: reverse;
}
@keyframes wormholeSpin {
    to {
        transform: rotate(360deg);
    }
}
.wormhole-core {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: radial-gradient(circle, #90ee40, #3db800);
    box-shadow: 0 0 18px rgba(100, 230, 60, 0.9), 0 0 46px rgba(60, 184, 0, 0.4);
    z-index: 2;
}
.card-body {
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    background: #fff;
}
.card-info {
    flex: 1;
}
.card-name {
   margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
}
.card-desc {
    font-size: .8rem;
}
.card-arrow-wrap {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #eef0f7;
    border: 1px solid #e4e7f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b92a8;
    font-size: .82rem;
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 1px;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
}
.card:hover .card-arrow-wrap {
    background: #FFF8E1;
    border-color: rgba(232, 168, 0, 0.35);
    color: #E8A800;
}
.soluIntr p.text-center {
    font-size: 20px;
    width: 60%;
    margin: 0 auto 30px;
}
.soluIntr img{
    border-radius: 20px;
}
.soluIntrBox .headingmain {
    text-align: left;
    margin-bottom: 5px;
}
.soluIntrBox .accordion{
    margin-top: 30px;
}
.soluIntrBox .accordion-item{
    border: none;
    border-top: 1px solid #ECEEF3
}
.soluIntrBox .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.soluIntrBox .accordion-button{
    font-size: 20px;
    font-weight: bold;
    color: #2249FF;
    padding: 1rem 0;
}
.soluIntrBox .accordion-button:focus{
    box-shadow:none
}
.soluIntrBox .accordion-button span {
    margin-right: 15px;
    color: #18191C;
    font-weight: 500;
}
.soluIntrBox .accordion-body {
    padding: 0px 35px 1rem 35px;
}
.soluIntrBox .homebtn {
    text-align: left;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
}
.soluIntrBox .homebtn a{
    padding: 12px 30px;
    border: 1px solid #000;
}
.soluIntrBox .homebtn a:hover{
    border-color: #2249FF;
}
@media (max-width:1366px) {
    .soluIntrBox .homebtn a{
        padding: 10px 30px;
        font-size: 22px;
    }
}
@media (max-width:1199px) {
    .solutions-wrapper {
        grid-template-columns: 1fr;
    }
    .card-featured {
        grid-row: span 1;
    }
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .soluIntr p.text-center{
        width: 80%;
    }

}
@media (max-width:991px) {
    .soluIntr p.text-center {
        width: 100%;
        font-size: 16px;
    }
    .soluIntrBox {
        margin-top: 30px;
    }
}
@media (max-width:480px) {
    .cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}