.ok-specialist-box{
    --ok-teal:#10bfc7;
    --ok-teal-dark:#02aab4;
    --ok-ink:#101927;
    --ok-muted:#536172;
    --ok-soft:#eaf8f9;
    position:relative;
    overflow:hidden;
    margin:48px 0 36px;
    background:#fff;
    border:1px solid #e7eef1;
    border-radius:22px;
    box-shadow:0 16px 45px rgba(11,31,45,.09);
    font-family:inherit;
}
.ok-specialist-box *{box-sizing:border-box}
.ok-specialist-main{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(260px,.8fr);
    min-height:330px;
}
.ok-specialist-copy{
    padding:42px 38px 34px;
    z-index:2;
}
.ok-specialist-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--ok-soft);
    color:var(--ok-teal-dark);
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:13px;
    font-weight:800;
    border-radius:999px;
    padding:11px 18px;
    margin-bottom:26px;
}
.ok-specialist-eyebrow svg,
.ok-specialist-icon svg,
.ok-specialist-location-icon svg{width:22px;height:22px;fill:currentColor;display:block}
.ok-specialist-copy h2{
    margin:0;
    color:var(--ok-ink);
    font-size:clamp(34px,4vw,54px);
    line-height:1.04;
    font-weight:900;
}
.ok-specialist-role{
    margin-top:8px;
    color:var(--ok-teal-dark);
    font-size:clamp(24px,2.2vw,34px);
    font-weight:800;
}
.ok-specialist-separator{
    width:48px;
    height:3px;
    border-radius:4px;
    background:var(--ok-teal);
    margin:26px 0;
}
.ok-specialist-copy p{
    margin:0;
    color:#293447;
    font-size:clamp(16px,1.35vw,21px);
    line-height:1.72;
}
.ok-specialist-photo{
    position:relative;
    min-height:320px;
    background:linear-gradient(160deg,#eef8f9,#fff);
    clip-path:polygon(16% 0,100% 0,100% 100%,0 100%);
}
.ok-specialist-photo:after{
    content:"";
    position:absolute;
    right:-24px;
    bottom:-22px;
    width:78%;
    height:70px;
    background:var(--ok-teal);
    transform:skewY(-10deg);
}
.ok-specialist-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    position:relative;
    z-index:1;
}
.ok-specialist-links{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    border-top:1px solid #edf2f4;
    background:#fff;
}
.ok-specialist-links a{
    display:flex;
    align-items:center;
    gap:16px;
    padding:24px 30px;
    color:var(--ok-teal-dark);
    text-decoration:none!important;
    font-weight:800;
    font-size:18px;
    border-right:1px solid #edf2f4;
    transition:background .2s ease, transform .2s ease;
}
.ok-specialist-links a:hover{
    background:#f5fcfd;
    transform:translateY(-1px);
}
.ok-specialist-links a:last-child{border-right:0}
.ok-specialist-links small{
    display:block;
    color:#6b7580;
    font-size:13px;
    font-weight:700;
    margin-bottom:2px;
}
.ok-specialist-icon{
    width:54px;
    height:54px;
    flex:0 0 54px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,var(--ok-teal),var(--ok-teal-dark));
    box-shadow:0 8px 20px rgba(16,191,199,.24);
}
.ok-specialist-location{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:24px;
    align-items:center;
    margin:0 38px 34px;
    padding:28px 32px;
    border-radius:20px;
    color:#fff;
    background:
        radial-gradient(circle at 10% 100%,rgba(255,255,255,.20),transparent 34%),
        linear-gradient(135deg,#41d6dd,#00aeb9);
}
.ok-specialist-location-icon{
    width:76px;
    height:76px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    color:var(--ok-teal-dark);
    flex:0 0 76px;
}
.ok-specialist-location-text strong,
.ok-specialist-location-text span{
    display:block;
    font-size:clamp(18px,1.75vw,26px);
    line-height:1.28;
}
.ok-specialist-structure-logo{
    min-width:150px;
    max-width:240px;
    padding-left:26px;
    border-left:1px solid rgba(255,255,255,.55);
    background:transparent;
}
.ok-specialist-structure-logo img{
    display:block;
    max-width:100%;
    max-height:82px;
    width:auto;
    height:auto;
    object-fit:contain;
    background:transparent;
}
@media(max-width:900px){
    .ok-specialist-main{grid-template-columns:1fr}
    .ok-specialist-photo{clip-path:none;min-height:auto;max-height:390px}
    .ok-specialist-photo img{height:auto}
    .ok-specialist-links{grid-template-columns:1fr}
    .ok-specialist-links a{border-right:0;border-bottom:1px solid #edf2f4}
    .ok-specialist-location{grid-template-columns:1fr;text-align:left;margin:0 22px 26px;padding:24px}
    .ok-specialist-structure-logo{
    min-width:150px;
    max-width:240px;
    padding-left:26px;
    border-left:1px solid rgba(255,255,255,.55);
    background:transparent;
}
}
@media(max-width:560px){
    .ok-specialist-box{border-radius:18px;margin:34px 0}
    .ok-specialist-copy{padding:28px 22px}
    .ok-specialist-eyebrow{font-size:11px;padding:9px 13px}
    .ok-specialist-links a{padding:18px 22px;font-size:16px}
    .ok-specialist-location-icon{width:58px;height:58px}
}
