.solutions-hero{
    overflow: hidden;
    background: linear-gradient(180deg,#fff 0,#f7f9ff 100%);
}
.solutions-hero__layout{
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(460px,.95fr);
    align-items: center;
    gap: clamp(54px,7vw,100px);
    padding-top: 76px;
    padding-bottom: 86px;
}
.solutions-hero__content h1{
    max-width: 760px;
    margin: 0;
    font-size: clamp(3rem,4.8vw,4.55rem);
    letter-spacing: -.06em;
}
.solutions-hero__content h1 span{color:var(--color-primary)}
.solutions-hero__content>p:last-child{
    max-width: 660px;
    margin: 30px 0 0;
    color: var(--color-muted);
    font-size: 1.08rem;
    line-height: 1.8;
    word-break: keep-all;
}
.solutions-hero__visual{
    padding: 18px;
    border: 1px solid #dce3f2;
    border-radius: 18px;
    background: rgba(255,255,255,.72);
}
.solutions-hero__platform{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 24px;
    border-radius: 12px;
    color: #fff;
    background: var(--color-dark);
}
.solutions-hero__platform img{width:38px;height:38px}
.solutions-hero__platform span{display:flex;flex-direction:column}
.solutions-hero__platform strong{font-size:.96rem;letter-spacing:.02em}
.solutions-hero__platform small{color:#9fb0e8;font-size:.67rem;letter-spacing:.08em}
.solutions-hero__modules{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    margin-top: 8px;
}
.solutions-hero__modules div{
    position: relative;
    min-height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 18px;
    border: 1px solid #e1e6ef;
    border-radius: 10px;
    background: #fff;
}
.solutions-hero__modules div:last-child{grid-column:1/-1;min-height:82px}
.solutions-hero__modules strong{font-size:.91rem}
.solutions-hero__modules small{color:var(--color-muted);font-size:.67rem}
.solutions-page-heading{max-width:760px;margin-bottom:58px}
.solutions-page-heading h2{margin:0;font-size:clamp(2.35rem,4vw,3.5rem)}
.solutions-page-heading>p:last-child{max-width:650px;margin:25px 0 0;color:var(--color-muted);font-size:1.03rem;word-break:keep-all}
.solutions-overview{background:#fff}
.solutions-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.product-panel{
    min-width:0;
    display:grid;
    grid-template-columns:140px 1fr;
    grid-template-rows:auto 1fr auto;
    column-gap:28px;
    padding:32px;
    border:1px solid #e0e5ee;
    border-radius:13px;
    background:#fbfcfe;
    scroll-margin-top:100px;
}
.product-panel--integration{grid-column:1/-1;grid-template-columns:140px minmax(180px,.65fr) minmax(280px,1.2fr) auto;grid-template-rows:1fr;align-items:stretch}
.product-panel__identity{grid-row:1/4;display:flex;flex-direction:column;justify-content:space-between;min-height:166px;padding-right:22px;border-right:1px solid #e0e5ee}
.product-panel__identity span{color:#77839a;font-size:.68rem;font-weight:800;line-height:1.35;letter-spacing:.08em;white-space:nowrap;word-break:keep-all}
.product-panel__identity span small{display:block;margin-top:5px;color:#929caf;font-size:.65rem;font-weight:700;letter-spacing:.06em}
.product-panel__identity strong{color:var(--color-primary);font-size:2.4rem;line-height:1}
.product-panel h3{margin:0 0 12px;font-size:1.36rem}
.product-panel>p{margin:0;color:var(--color-muted);font-size:.91rem;word-break:keep-all}
.product-panel ul{align-self:end;display:flex;flex-wrap:wrap;gap:7px;margin:24px 0 0;padding:0;list-style:none}
.product-panel li{padding:6px 10px;border:1px solid #e0e5ee;border-radius:999px;color:#596579;background:#fff;font-size:.69rem;font-weight:650}
.product-panel--integration .product-panel__identity{grid-row:auto}
.product-panel--integration h3,.product-panel--integration>p{align-self:start}
.product-panel--integration h3{margin:0}
.product-panel--integration ul{justify-content:flex-end;margin:0}
.connected-solutions{background:#f6f8fc}
.solutions-page-heading--center{margin-right:auto;margin-left:auto;text-align:center}
.solutions-page-heading--center>p:last-child{margin-right:auto;margin-left:auto}
.solution-layer{max-width:1040px;margin:0 auto;padding:34px;border:1px solid #dce3ef;border-radius:16px;background:#fff}
.solution-layer__label{margin:0 0 12px;color:#758198;font-size:.63rem;font-weight:800;letter-spacing:.14em;text-align:center}
.solution-layer__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.solution-layer__products div{position:relative;min-height:112px;display:flex;flex-direction:column;justify-content:center;padding:20px;border:1px solid #e1e6ef;border-radius:10px;background:#fbfcfe;text-align:center}
.solution-layer__products div::after{content:"";position:absolute;top:100%;left:50%;width:1px;height:35px;background:#b9c6e8}
.solution-layer__products span{color:#8490a5;font-size:.6rem;font-weight:750;letter-spacing:.12em}
.solution-layer__products strong{margin-top:7px;font-size:1.05rem}
.solution-layer__platform{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;margin-top:34px;padding:22px;border-radius:10px;color:#fff;background:var(--color-dark)}
.solution-layer__platform::after{content:"";position:absolute;top:100%;left:50%;width:1px;height:20px;background:#b9c6e8}
.solution-layer__platform img{width:34px;height:34px}
.solution-layer__platform span{margin-left:14px;color:#91a3df;font-size:.67rem;letter-spacing:.08em}
.solution-layer__foundation{max-width:640px;margin:20px auto 0;padding:15px 18px 17px;border:1px solid #dce3ef;border-radius:9px;background:#f8faff}
.solution-layer__foundation small{display:block;margin-bottom:11px;color:#758198;font-size:.6rem;font-weight:800;letter-spacing:.14em;text-align:center}
.solution-layer__foundation div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.solution-layer__foundation span{padding:8px 16px;color:#405072;font-size:.72rem;font-weight:750;text-align:center}
.solution-layer__foundation span+span{border-left:1px solid #d7dfef}
.grow-solutions{background:#fff}
.growth-flow{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}
.growth-flow::before{content:"";position:absolute;top:25px;left:6%;right:6%;height:1px;background:#cdd6ec}
.growth-flow li{position:relative;padding:0 clamp(18px,2.5vw,34px);border-left:1px solid #e0e5ee}
.growth-flow li:first-child{padding-left:0;border-left:0}
.growth-flow li:last-child{padding-right:0}
.growth-flow li>span{position:relative;z-index:1;width:50px;height:50px;display:grid;place-items:center;margin-bottom:30px;border:1px solid #bdc9e9;border-radius:50%;color:var(--color-primary);background:#fff;font-size:.7rem;font-weight:800}
.growth-flow small{color:var(--color-primary);font-size:.67rem;font-weight:850;letter-spacing:.13em}
.growth-flow h3{margin:10px 0 12px;font-size:1.18rem}
.growth-flow p{margin:0;color:var(--color-muted);font-size:.88rem;word-break:keep-all}
.solutions-cta{padding:96px 0;color:#dbe3ff;background:var(--color-primary)}
.solutions-cta .eyebrow{color:#cbd6ff}
.solutions-cta h2{margin:0;color:#fff;font-size:clamp(2.2rem,4vw,3.4rem)}
.solutions-cta__layout{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:8%}
.solutions-cta__layout>div:last-child{padding-bottom:5px}
.solutions-cta__layout>div:last-child p{margin-bottom:26px}
@media(hover:hover) and (pointer:fine){
    .product-panel{transition:transform 200ms ease,border-color 200ms ease,background-color 200ms ease}
    .product-panel:hover{transform:translateY(-3px);border-color:#bdc9e9;background:#fff}
    .solutions-hero__modules div{transition:border-color 200ms ease,background-color 200ms ease}
    .solutions-hero__modules div:hover{border-color:#bdc9e9;background:#f9fbff}
}
@media(max-width:900px){
    .solutions-hero__layout{grid-template-columns:1fr;min-height:auto;padding-top:80px}
    .solutions-hero__visual{width:min(100%,620px)}
    .product-panel{grid-template-columns:120px 1fr}
    .product-panel--integration{grid-column:auto;grid-template-columns:120px 1fr;grid-template-rows:auto 1fr auto}
    .product-panel--integration .product-panel__identity{grid-row:1/4}
    .product-panel--integration h3{margin-bottom:12px}
    .product-panel--integration ul{justify-content:flex-start;margin-top:24px}
    .solution-layer__products{grid-template-columns:repeat(2,minmax(0,1fr))}
    .solution-layer__products div::after{display:none}
    .growth-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 0}
    .growth-flow::before{display:none}
    .growth-flow li:nth-child(3){border-left:0;padding-left:0}
    .solutions-cta__layout{grid-template-columns:1fr}
    .solutions-cta__layout>div:last-child{margin-top:34px}
}
@media(max-width:620px){
    .solutions-hero__layout{gap:44px;padding-top:64px;padding-bottom:68px}
    .solutions-hero__content h1{font-size:clamp(2.45rem,12vw,3.25rem)}
    .solutions-hero__content>p:last-child{font-size:.96rem}
    .solutions-hero__visual{padding:10px;border-radius:14px}
    .solutions-hero__platform{padding:18px}
    .solutions-hero__modules div{min-height:82px;padding:14px}
    .solutions-page-heading{margin-bottom:38px}
    .solutions-catalog{grid-template-columns:1fr;gap:12px}
    .product-panel,.product-panel--integration{display:block;padding:25px 22px}
    .product-panel__identity,.product-panel--integration .product-panel__identity{min-height:0;flex-direction:row;align-items:center;margin-bottom:24px;padding:0 0 18px;border-right:0;border-bottom:1px solid #e0e5ee}
    .product-panel__identity strong{font-size:1.8rem}
    .solution-layer{padding:18px}
    .solution-layer__products{grid-template-columns:1fr}
    .solution-layer__products{gap:8px}
    .solution-layer__products div{min-height:94px;padding:12px}
    .solution-layer__platform{flex-wrap:wrap;gap:8px;padding:18px;text-align:center}
    .solution-layer__platform span{width:100%;margin-left:0}
    .solution-layer__foundation{padding-inline:12px}
    .growth-flow{grid-template-columns:1fr;gap:0;padding-left:10px}
    .growth-flow li,.growth-flow li:first-child,.growth-flow li:nth-child(3),.growth-flow li:last-child{min-height:170px;padding:0 0 34px 72px;border-left:1px solid #ccd6ed}
    .growth-flow li:last-child{min-height:0;border-left-color:transparent}
    .growth-flow li>span{position:absolute;top:0;left:-25px;margin:0}
    .solutions-cta{padding:78px 0}
}
.motion-ready .solutions-page .reveal-section{opacity:1;transform:none}
.motion-ready .solutions-page-heading,
.motion-ready .product-panel,
.motion-ready .solutions-hero__content>*,
.motion-ready .solutions-hero__visual,
.motion-ready .solution-layer__products>div,
.motion-ready .solution-layer__platform,
.motion-ready .solution-layer__foundation,
.motion-ready .growth-flow>li{opacity:0}
.motion-ready .solutions-page .is-visible .solutions-page-heading,
.motion-ready .solutions-page .is-visible .product-panel,
.motion-ready .solutions-page .is-visible .solutions-hero__content>*,
.motion-ready .solutions-page .is-visible .solutions-hero__visual,
.motion-ready .solutions-page .is-visible .solution-layer__products>div,
.motion-ready .solutions-page .is-visible .solution-layer__platform,
.motion-ready .solutions-page .is-visible .solution-layer__foundation,
.motion-ready .solutions-page .is-visible .growth-flow>li{animation:motion-enter var(--motion-duration) var(--motion-ease) both}
.solutions-page .is-visible .solutions-hero__content>.eyebrow{animation-delay:20ms}
.solutions-page .is-visible .solutions-hero__content>h1{animation-delay:90ms}
.solutions-page .is-visible .solutions-hero__content>p:last-child{animation-delay:170ms}
.solutions-page .is-visible .solutions-hero__visual{animation-delay:230ms}
.solutions-page .is-visible .product-panel:nth-child(1){animation-delay:100ms}
.solutions-page .is-visible .product-panel:nth-child(2){animation-delay:160ms}
.solutions-page .is-visible .product-panel:nth-child(3){animation-delay:220ms}
.solutions-page .is-visible .product-panel:nth-child(4){animation-delay:280ms}
.solutions-page .is-visible .product-panel:nth-child(5){animation-delay:340ms}
.solutions-page .is-visible .solution-layer__products>div:nth-child(1){animation-delay:100ms}
.solutions-page .is-visible .solution-layer__products>div:nth-child(2){animation-delay:150ms}
.solutions-page .is-visible .solution-layer__products>div:nth-child(3){animation-delay:200ms}
.solutions-page .is-visible .solution-layer__products>div:nth-child(4){animation-delay:250ms}
.solutions-page .is-visible .solution-layer__platform{animation-delay:320ms}
.solutions-page .is-visible .solution-layer__foundation{animation-delay:390ms}
.solutions-page .is-visible .growth-flow>li:nth-child(1){animation-delay:100ms}
.solutions-page .is-visible .growth-flow>li:nth-child(2){animation-delay:170ms}
.solutions-page .is-visible .growth-flow>li:nth-child(3){animation-delay:240ms}
.solutions-page .is-visible .growth-flow>li:nth-child(4){animation-delay:310ms}
@media(prefers-reduced-motion:reduce){
    .product-panel,.solutions-hero__modules div{transition:none!important}
    .motion-ready .solutions-page-heading,.motion-ready .product-panel,.motion-ready .solutions-hero__content>*,.motion-ready .solutions-hero__visual,.motion-ready .solution-layer__products>div,.motion-ready .solution-layer__platform,.motion-ready .solution-layer__foundation,.motion-ready .growth-flow>li{opacity:1!important;transform:none!important;animation:none!important}
}
