.vtk-tim-section{
    width:100%;
    max-width:1520px;
    margin:0 auto;
    padding:86px 80px 74px;
    background:#f8fafc;
    border:1px solid #dbe3ef;
    border-radius:28px;
    overflow:hidden;
}
.vtk-tim-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:60px;
    row-gap:40px;
    align-items:center;
}
.vtk-tim-eyebrow{
    margin-bottom:32px;
    color:#2563eb;
    font-size:16px;
    line-height:1;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.vtk-tim-heading{
    margin:0 0 32px;
    color:#020617;
    font-size:47px;
    line-height:1.05;
    font-weight:900;
    letter-spacing:-.045em;
}
.vtk-tim-price-card{
    max-width:650px;
    margin-bottom:31px;
    padding:32px 30px 28px;
    background:#fff;
    border:1px solid #dbe3ef;
    border-radius:19px;
    box-shadow:0 2px 7px rgba(15,23,42,.06);
}
.vtk-tim-price{
    margin-bottom:10px;
    color:#020617;
    font-size:48px;
    line-height:1;
    font-weight:900;
    letter-spacing:-.04em;
}
.vtk-tim-price-subtitle{
    margin-bottom:26px;
    color:#0f172a;
    font-size:18px;
    line-height:1.3;
    font-weight:800;
}
.vtk-tim-referral{
    margin-bottom:12px;
    color:#009b74;
    font-size:30px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:-.035em;
}
.vtk-tim-referral-note{
    color:#64748b;
    font-size:16px;
    line-height:1.4;
}
.vtk-tim-body{
    max-width:650px;
    margin-bottom:28px;
    color:#475569;
    font-size:16px;
    line-height:1.55;
}
.vtk-tim-bullets{
    display:grid;
    gap:15px;
}
.vtk-tim-bullet{
    display:flex;
    align-items:center;
    gap:12px;
}
.vtk-tim-bullet-icon{
    display:inline-flex;
    flex:0 0 auto;
    color:#00a86b;
    font-size:16px;
}
.vtk-tim-bullet-icon svg{
    width:16px;
    height:16px;
    fill:currentColor;
}
.vtk-tim-bullet-text{
    color:#0f172a;
    font-size:16px;
    line-height:1.25;
    font-weight:700;
}
.vtk-tim-right-heading{
    margin:0 0 32px;
    color:#020617;
    font-size:26px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.03em;
}
.vtk-tim-feature-list{
    display:grid;
    gap:21px;
    margin-bottom:28px;
}
.vtk-tim-feature{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:18px;
    align-items:center;
}
.vtk-tim-feature-icon-wrap{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:11px;
    background:#eaf2ff;
}
.vtk-tim-feature-icon{
    display:inline-flex;
    color:#2563eb;
    font-size:20px;
    line-height:1;
}
.vtk-tim-feature-icon svg{
    width:20px;
    height:20px;
    fill:currentColor;
}
.vtk-tim-feature-title{
    margin-bottom:4px;
    color:#020617;
    font-size:16px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:.02em;
}
.vtk-tim-feature-description{
    color:#475569;
    font-size:15px;
    line-height:1.35;
}
.vtk-tim-quote{
    margin-top:9px;
    padding:20px 24px;
    border-left:4px solid #2563eb;
    border-radius:0 15px 15px 0;
    background:#fff;
    color:#475569;
    font-size:16px;
    line-height:1.45;
    font-style:italic;
}
@media (max-width:1024px){
    .vtk-tim-section{padding:60px 40px;}
    .vtk-tim-grid{grid-template-columns:1fr;}
    .vtk-tim-heading{font-size:42px;}
}
@media (max-width:767px){
    .vtk-tim-section{padding:38px 22px;border-radius:22px;}
    .vtk-tim-heading{font-size:35px;}
    .vtk-tim-price{font-size:42px;}
    .vtk-tim-referral{font-size:26px;}
    .vtk-tim-feature{align-items:flex-start;}
}
