/* =========================================================
   Pasiūlymas turintiems NT brokerio patirtį
   ========================================================= */

/* Hide Astra's duplicate page H1 and remove content max-width */
.post-206 .entry-header { display: none; }
.post-206 .entry-content[data-ast-blocks-layout] > * { max-width: none !important; }

.vt-pas {
    font-family: inherit;
    color: #222;
    padding-top: 10px;
    max-width: none;
}

/* --- Hero --- */
.vt-pas-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 80px;
}
.vt-pas-kicker {
    display: inline-block;
    background: #f0f5ff;
    color: #1560bd;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 18px;
    border: 1px solid #bdd8f7;
}
.vt-pas-hero-text h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d2137;
    line-height: 1.2;
    margin: 0 0 20px;
}
.vt-pas-hero-text p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.75;
    margin: 0 0 32px;
}
.vt-pas-hero-img img {
    width: 100%;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    height: 480px;
    object-position: center top;
}

/* --- Buttons --- */
.vt-pas-btn {
    display: inline-block;
    background: #1560bd;
    color: #fff !important;
    font-weight: 700;
    padding: 15px 36px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: .95rem;
    transition: background .2s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(21,96,189,.28);
    white-space: nowrap;
    text-align: center;
}
.vt-pas-btn:hover { background: #0e4a9a; box-shadow: 0 6px 20px rgba(21,96,189,.38); }
.vt-pas-btn--outline {
    background: #fff;
    border: 2px solid #1560bd;
    color: #1560bd !important;
    padding: 13px 36px;
    box-shadow: none;
}
.vt-pas-btn--outline:hover { background: #f0f5ff; }

/* --- Section --- */
.vt-pas-section {
    margin-bottom: 80px;
}
.vt-pas-section > h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 14px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}
.vt-pas-section-intro {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin: 0 0 36px;
}

/* --- Benefits grid --- */
.vt-pas-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.vt-pas-benefit {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #1560bd;
    border-radius: 0 6px 6px 0;
    padding: 22px 26px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: box-shadow .2s, transform .2s;
}
.vt-pas-benefit:hover {
    box-shadow: 0 6px 20px rgba(21,96,189,.1);
    transform: translateY(-2px);
}
.vt-pas-benefit:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
.vt-pas-benefit-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #f0f5ff;
    color: #1560bd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 1px;
}
.vt-pas-benefit-body h3 {
    font-size: .9rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.vt-pas-benefit-body p {
    font-size: .88rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* --- Director card --- */
.vt-pas-director {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 80px;
    box-shadow: 0 4px 28px rgba(0,0,0,.07);
}
.vt-pas-director-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    min-height: 380px;
}
.vt-pas-director-info {
    padding: 44px 44px 44px 44px;
    border-left: 5px solid #1560bd;
}
.vt-pas-director-info h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 12px;
}
.vt-pas-director-info > p {
    font-size: .95rem;
    color: #555;
    line-height: 1.7;
    margin: 0 0 28px;
}
.vt-pas-director-name {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}
.vt-pas-director-name strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 5px;
}
.vt-pas-director-name span {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #1560bd;
}
.vt-pas-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .92rem;
    color: #333;
    text-decoration: none !important;
    margin-bottom: 14px;
    line-height: 1.4;
    transition: color .2s;
}
.vt-pas-contact-item:hover { color: #1560bd; }
.vt-pas-contact-item svg {
    color: #1560bd;
    flex-shrink: 0;
}

/* --- CTA --- */
.vt-pas-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #1560bd;
    border-radius: 6px;
    padding: 48px 52px;
    margin-bottom: 48px;
    box-shadow: 0 4px 32px rgba(21,96,189,.09);
    overflow: hidden;
}
.vt-pas-cta::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 280px;
    height: 280px;
    background: rgba(21,96,189,.05);
    border-radius: 50%;
    pointer-events: none;
}
.vt-pas-cta::before {
    content: '';
    position: absolute;
    right: 60px;
    bottom: -60px;
    width: 160px;
    height: 160px;
    background: rgba(21,96,189,.04);
    border-radius: 50%;
    pointer-events: none;
}
.vt-pas-cta-text { flex: 1; }
.vt-pas-cta h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 12px;
    line-height: 1.2;
}
.vt-pas-cta p {
    color: #555;
    font-size: .97rem;
    margin: 0;
    line-height: 1.65;
}
.vt-pas-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
    .vt-pas-director { grid-template-columns: 240px 1fr; }
}
@media (max-width: 900px) {
    .vt-pas { padding-top: 10px; }
    .vt-pas-hero { grid-template-columns: 1fr; gap: 32px; }
    .vt-pas-hero-img img { height: 280px; }
    .vt-pas-hero-text h1 { font-size: 2rem; }
    .vt-pas-benefits { grid-template-columns: 1fr; }
    .vt-pas-benefit:last-child:nth-child(odd) { grid-column: auto; }
    .vt-pas-director { grid-template-columns: 1fr; }
    .vt-pas-director-photo img { min-height: 300px; height: 300px; }
    .vt-pas-director-info { padding: 32px 28px; border-left: none; border-top: 5px solid #1560bd; }
    .vt-pas-cta { flex-direction: column; align-items: flex-start; padding: 32px 28px; gap: 28px; }
    .vt-pas-cta-btns { flex-direction: row; flex-wrap: wrap; }
    .vt-pas-cta h2 { font-size: 1.4rem; }
}
@media (max-width: 540px) {
    .vt-pas-hero-text h1 { font-size: 1.65rem; }
    .vt-pas-section > h2 { font-size: 1.35rem; }
    .vt-pas-director-info { padding: 24px 20px; }
}
