

.platforms-page .main-header .main-menu .menu li.solutions-main-menu-button .link-label{
    color: var(--green);
}

/* Hero */
.platforms-page .platform-hero .hero-bg-img{
    object-position: center center;
}

.platforms-page .platform-hero .text{
    max-width: 900px;
}

.platforms-page .platform-hero .text .description{
    max-width: 860px;
}

/* Platform approach */
.platforms-page .platform-approach{
    padding: 100px 0;
    background:
        radial-gradient(900px 620px at 15% 50%, rgba(14, 94, 140, 0.34), transparent 64%),
        radial-gradient(800px 600px at 88% 55%, rgba(44, 177, 241, 0.08), transparent 62%),
        var(--bg);
}

.platforms-page .platform-approach .content{
    align-items: flex-start;
    gap: 80px;
}

.platforms-page .platform-approach .left,
.platforms-page .platform-approach .right{
    width: 50%;
    max-width: none;
}

.platforms-page .platform-approach .left .title{
    max-width: 580px;
    font-size: 54px;
}

.platforms-page .platform-approach .right .description{
    margin: 0;
    padding: 0;
    font-size: 21px;
}

/* Solutions */
.platforms-page .platform-solutions{
    overflow: hidden;
    padding: 105px 0 115px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.platforms-page .platform-solutions .shadow{
    background:
        radial-gradient(1000px 760px at 10% 70%, rgba(14, 94, 140, 0.28), transparent 62%),
        radial-gradient(800px 640px at 92% 30%, rgba(44, 177, 241, 0.06), transparent 62%);
}

.platforms-page .platform-solutions .head{
    position: relative;
    z-index: 1;
    flex-direction: column;
    margin-bottom: 70px;
    text-align: center;
}

.platforms-page .platform-solutions .head .title{
    max-width: 980px;
    font-size: 58px;
    font-weight: 700;
}

.platforms-page .platform-solutions .head .title span{
    color: var(--green);
}

.platforms-page .platform-solutions .head .description{
    margin-top: 20px;
    color: rgba(242, 244, 241, 0.72);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}

.platforms-page .platform-solutions .grid{
    position: relative;
    z-index: 1;
    gap: 16px;
}

.platforms-page .platform-solutions .grid .bento-card{
    min-height: 220px;
    padding: 36px;
}

.platforms-page .platform-solutions .grid .bento-card::before{
    content: "";
    position: absolute;
    top: 34px;
    left: 34px;
    width: 15px;
    height: 15px;
    border-top: 1px solid rgba(0, 227, 122, 0.42);
    border-left: 1px solid rgba(0, 227, 122, 0.42);
}

.platforms-page .platform-solutions .grid .bento-card .stat-title{
    margin-top: 38px;
    font-size: 30px;
    line-height: 1.2;
}

.platforms-page .platform-solutions .grid .bento-card .stat-label{
    max-width: 520px;
    font-size: 17px;
    color: rgba(242, 244, 241, 0.76);
}

/* Platform cards */
.platforms-page .platform-expertise{
    overflow: hidden;
    padding: 110px 0 125px;
    background: #05080c;
}

.platforms-page .platform-expertise .bg-shadow{
    background:
        radial-gradient(820px 760px at 3% 62%, rgba(13, 80, 113, 0.28), transparent 65%),
        radial-gradient(760px 620px at 94% 12%, rgba(35, 116, 155, 0.07), transparent 65%);
}

.platforms-page .platform-expertise .head{
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}

.platforms-page .platform-expertise .head .title{
    max-width: 900px;
}

.platforms-page .platform-expertise .res-cards-wrapper{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
    padding: 0;
}

.platforms-page .platform-expertise .res-card-animate-wrapper{
    width: auto;
    min-width: 0;
}

.platforms-page .platform-expertise .res-card{
    position: relative;
    min-height: 358px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: #f7f7f5;
    color: #101216;
    outline: none;
    isolation: isolate;
    cursor: default;
    transition: border-color 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

.platforms-page .platform-expertise .res-card:hover,
.platform-keyboard-nav .platforms-page .platform-expertise .res-card:focus{
    border-color: rgba(0, 227, 122, 0.72);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
    transform: translateY(-3px);
}

.platform-keyboard-nav .platforms-page .platform-expertise .res-card:focus{
    box-shadow: 0 0 0 2px rgba(0, 227, 122, 0.16);
}

.platforms-page .platform-expertise .res-card-body{
    min-height: 358px;
    padding: 30px 30px 34px;
    align-items: flex-start;
    gap: 0;
}

.platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-body{
    visibility: visible;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.platforms-page .platform-expertise .platform-logo{
    display: block;
    width: auto;
    height: 44px;
    max-width: 230px;
    object-fit: contain;
    object-position: left center;
}

.platforms-page .platform-expertise .platform-logo--databricks{
    height: 38px;
}

.platforms-page .platform-expertise .platform-logo--informatica{
    height: 42px;
}

.platforms-page .platform-expertise .platform-logo--google-cloud{
    height: 45px;
}

.platforms-page .platform-expertise .platform-logo--anthropic{
    height: 36px;
}

.platforms-page .platform-expertise .platform-card-tag{
    margin-top: 26px;
    padding: 7px 10px 6px;
    border: 1px solid rgba(16, 18, 22, 0.72);
    font-family: var(--space);
    color: #16191d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.platforms-page .platform-expertise .platform-card-headline{
    max-width: 360px;
    margin-top: 28px;
    color: #101216;
    font-family: var(--space);
    font-size: 29px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-hover-content{
    justify-content: flex-start;
    gap: 0;
    padding: 30px;
    background: #f7f7f5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(7px);
    transition: opacity 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
}

.platforms-page .platform-expertise .res-card-flip .res-card-hover-desc{
    margin-top: 26px;
    color: #181b20;
    font-family: var(--inter);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
}

.platforms-page .platform-expertise .res-card-flip .res-card-bullets{
    margin-top: 12px;
    gap: 6px;
}

.platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-bullets li{
    display: list-item;
    margin-left: 22px;
    color: #181b20;
    font-size: 16px;
    line-height: 1.4;
    list-style: disc;
}

.platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:hover .res-card-hover-content,
.platform-keyboard-nav .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:focus .res-card-hover-content{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:hover .res-card-body,
.platform-keyboard-nav .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:focus .res-card-body{
    opacity: 0;
    visibility: hidden;
}

@media (hover: none){
    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:hover .res-card-hover-content{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
    }

    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:hover .res-card-body{
        opacity: 1;
        visibility: visible;
    }

    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:focus .res-card-hover-content{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip:focus .res-card-body{
        opacity: 0;
        visibility: hidden;
    }
}

@media (prefers-reduced-motion: reduce){
    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-body,
    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-hover-content{
        transition: none;
    }
}

/* Enterprise AI bridge */
.platforms-page .platform-ai-bridge{
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: #07111a;
}

.platforms-page .platform-ai-bridge__glow{
    position: absolute;
    inset: 0;
    background:
        radial-gradient(760px 400px at 50% 50%, rgba(14, 94, 140, 0.34), transparent 68%),
        radial-gradient(540px 300px at 70% 50%, rgba(0, 227, 122, 0.06), transparent 70%);
}

.platforms-page .platform-ai-bridge .content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.platforms-page .platform-ai-bridge__icon{
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
}

.platforms-page .platform-ai-bridge p{
    max-width: 760px;
    font-family: var(--space);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
}

.platforms-page .platform-ai-bridge a{
    margin-top: 6px;
    color: var(--green);
    font-family: var(--space);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: color 200ms ease, transform 200ms ease;
}

.platforms-page .platform-ai-bridge a:hover{
    color: var(--offwhite);
    transform: translateX(2px);
}

/* Prefooter */
.platforms-page .platform-prefooter .cta-lockup-bg{
    object-position: center center;
    filter: contrast(1.08) brightness(0.48) grayscale(8%);
}

.platforms-page .platform-prefooter .cta-lockup-overlay{
    background: linear-gradient(90deg, rgba(5, 7, 10, 0.86) 0%, rgba(5, 7, 10, 0.56) 55%, rgba(5, 7, 10, 0.36) 100%);
}

.platforms-page .platform-prefooter .cta-lockup-gradient{
    background: radial-gradient(900px 560px at 72% 45%, rgba(14, 94, 140, 0.24), transparent 62%);
}

@media screen and (max-width: 1280px){
    .platforms-page .platform-approach .content{
        gap: 50px;
    }

    .platforms-page .platform-approach .left{
        padding-right: 0;
    }

    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-bullets li{
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px){
    .platforms-page .main-header .main-menu .menu li.solutions-main-menu-button .link-label{
        color: var(--black);
        font-weight: bold !important;
    }

    .platforms-page .platform-hero .hero-bg-img{
        object-position: 62% center;
    }

    .platforms-page .platform-approach{
        padding: 75px 0;
    }

    .platforms-page .platform-approach .content{
        gap: 0;
    }

    .platforms-page .platform-approach .left,
    .platforms-page .platform-approach .right{
        width: 100%;
    }

    .platforms-page .platform-approach .left .title{
        max-width: 700px;
        font-size: 44px;
    }

    .platforms-page .platform-solutions,
    .platforms-page .platform-expertise{
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .platforms-page .platform-solutions .head .title,
    .platforms-page .platform-expertise .head .title{
        font-size: 44px;
    }

    .platforms-page .platform-expertise .res-cards-wrapper{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platforms-page .platform-ai-bridge p,
    .platforms-page .platform-ai-bridge a{
        font-size: 26px;
    }
    .platform-approach br {
    display: none;
}
}

@media screen and (max-width: 767px){
    .platforms-page .platform-hero .hero-bg-img{
        object-position: 68% center;
    }

    .platforms-page .platform-hero .hero-overlay{
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.30) 100%) !important;
    }

    .platforms-page .platform-approach{
        padding: 60px 0;
    }

    .platforms-page .platform-approach .left .title{
        font-size: 36px;
    }

    .platforms-page .platform-approach .right .description{
        font-size: 18px;
    }

    .platforms-page .platform-solutions{
        padding: 65px 0;
    }

    .platforms-page .platform-solutions .head{
        margin-bottom: 40px;
    }

    .platforms-page .platform-solutions .head .title{
        font-size: 36px;
    }

    .platforms-page .platform-solutions .head .description{
        font-size: 18px;
    }

    .platforms-page .platform-solutions .grid .bento-card{
        min-height: 0;
        padding: 28px;
    }

    .platforms-page .platform-solutions .grid .bento-card::before{
        top: 26px;
        left: 26px;
    }

    .platforms-page .platform-solutions .grid .bento-card .stat-title{
        margin-top: 34px;
        font-size: 27px;
    }

    .platforms-page .platform-expertise{
        padding: 65px 0 55px;
    }

    .platforms-page .platform-expertise .head{
        margin-bottom: 38px;
    }

    .platforms-page .platform-expertise .head .title{
        font-size: 36px;
    }

    .platforms-page .platform-expertise .res-cards-wrapper{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .platforms-page .platform-expertise .res-card{
        min-height: 360px;
    }

    .platforms-page .platform-expertise .res-card-body{
        min-height: 360px;
    }

    .platforms-page .platform-expertise .res-cards-wrapper .res-card-flip .res-card-hover-content{
        padding: 24px;
    }

    .platforms-page .platform-expertise .platform-card-headline{
        font-size: 27px;
    }

    .platforms-page .platform-ai-bridge{
        padding: 70px 20px;
    }

    .platforms-page .platform-ai-bridge p,
    .platforms-page .platform-ai-bridge a{
        font-size: 22px;
    }
    .platform-approach br {
    display: none;
}
}

@media screen and (max-width: 540px){
    .platforms-page .platform-solutions .head .title,
    .platforms-page .platform-expertise .head .title{
        font-size: 32px;
    }

    .platforms-page .platform-ai-bridge__icon{
        width: 48px;
        height: 48px;
    }
    .platform-approach br {
    display: none;
}
}
