.ti-block .ti-tagline {
    display: inline-block;
    background: rgba(20,184,166,.1);
    color: #14b8a6;
    font-size: 13px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 5px 16px; border-radius: 50px;
    margin-bottom: 16px;
}
.ti-block .ti-title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800; line-height: 1.25;
    color: #1a1f36; margin-bottom: 20px;
}
.bg-dark-section .ti-block .ti-title { color: #fff; }
.ti-block .ti-content { color: #6c757d; line-height: 1.8; margin-bottom: 28px; }
.bg-dark-section .ti-block .ti-content { color: rgba(255,255,255,.7); }
.ti-block .ti-img-wrap { position: relative; }
.ti-block .ti-img-main {
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}
.ti-block .ti-img-main img { width: 100%; height: 420px; object-fit: cover; display: block; }
.ti-block .ti-img-secondary {
    position: absolute; bottom: -30px;
    width: 200px; height: 200px;
    border-radius: 16px; overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.15);
}
.ti-block .ti-img-secondary img { width: 100%; height: 100%; object-fit: cover; }
.ti-block .ti-experience-badge {
    position: absolute; top: 20px;
    background: #14b8a6; color: #fff;
    border-radius: 12px; padding: 12px 18px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(20,184,166,.35);
}
.ti-block .ti-experience-badge .exp-val { font-size: 32px; font-weight: 900; line-height: 1; }
.ti-block .ti-experience-badge .exp-lbl { font-size: 11px; opacity: .85; text-transform: uppercase; letter-spacing: .5px; }
@media (max-width: 768px) {
    .ti-block .ti-img-main img { height: 280px; }
    .ti-block .ti-img-secondary { display: none; }
    .ti-block .ti-experience-badge { display: none; }
}
