.ok-stat-card {
background:#ffffff;
border:1px solid #e5eef1;
border-radius:18px;
padding:24px 22px;
min-height:132px;
box-shadow:0 12px 35px rgba(18,49,63,0.06);
transition:all .25s ease;
}

.ok-stat-card:hover {
transform:translateY(-5px);
box-shadow:0 18px 45px rgba(18,49,63,0.11);
}

.ok-stat-card strong {
display:block;
font-size:19px;
color:#12313f;
margin-bottom:10px;
}

.ok-stat-card span {
display:block;
font-size:15px;
line-height:1.6;
color:#65777f;
}

.ok-check-list {
list-style:none;
margin:24px 0 28px 0;
padding:0;
}

.ok-check-list li {
position:relative;
padding-left:30px;
margin-bottom:12px;
font-size:16px;
color:#3f535b;
}

.ok-check-list li:before {
content:"✓";
position:absolute;
left:0;
top:0;
width:22px;
height:22px;
line-height:22px;
text-align:center;
border-radius:50%;
background:#e4f5f7;
color:#0f6b78;
font-weight:700;
}

.ok-service-card {
display:block;
min-height:260px;
background:#ffffff;
border:1px solid #e5eef1;
border-radius:24px;
padding:32px 28px;
margin-bottom:30px;
text-decoration:none !important;
box-shadow:0 14px 40px rgba(18,49,63,0.07);
transition:all .25s ease;
}

.ok-service-card:hover {
transform:translateY(-7px);
box-shadow:0 22px 55px rgba(18,49,63,0.13);
border-color:#b9dde3;
}

.ok-service-card h3 {
font-size:23px;
line-height:1.3;
color:#12313f;
margin:0 0 15px 0;
}

.ok-service-card p {
font-size:15.8px;
line-height:1.8;
color:#5b6f77;
margin-bottom:20px;
}

.ok-service-card span {
color:#0f6b78;
font-weight:700;
font-size:15px;
}

.ok-step-card {
background:#ffffff;
border-radius:22px;
padding:30px 24px;
min-height:225px;
border:1px solid #e5eef1;
box-shadow:0 12px 35px rgba(18,49,63,0.06);
}

.ok-step-card b {
display:inline-block;
font-size:15px;
color:#ffffff;
background:#0f6b78;
border-radius:50px;
padding:7px 13px;
margin-bottom:18px;
}

.ok-step-card h3 {
color:#12313f;
font-size:21px;
margin-bottom:12px;
}

.ok-step-card p {
color:#60727a;
font-size:15.5px;
line-height:1.75;
}

.ok-social-card {
background:#ffffff;
border:1px solid #e5eef1;
border-radius:24px;
padding:32px 28px;
min-height:240px;
box-shadow:0 12px 35px rgba(18,49,63,0.06);
}

.ok-social-card h3 {
font-size:23px;
color:#12313f;
margin-bottom:14px;
}

.ok-social-card p {
font-size:15.8px;
line-height:1.8;
color:#60727a;
}

.ok-social-card a {
color:#0f6b78;
font-weight:700;
text-decoration:none;
}

.ok-contact-box {
background:#f8fbfc;
border:1px solid #e2eef1;
border-radius:18px;
padding:20px 22px;
margin-top:16px;
}

.ok-contact-box strong {
display:block;
color:#12313f;
font-size:15px;
margin-bottom:7px;
}

.ok-contact-box a {
color:#0f6b78;
font-size:19px;
font-weight:700;
text-decoration:none;
}

@media (max-width: 768px) {
h1 {
font-size:34px !important;
}

h2 {
font-size:29px !important;
}

.vc_custom_ok_hero {
padding-top:60px !important;
padding-bottom:60px !important;
}

.ok-service-card,
.ok-step-card,
.ok-social-card,
.ok-stat-card {
min-height:auto;
}
}