/* =========================================================
   Informacija busimiems NT brokeriams
   ========================================================= */

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

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

/* --- Hero --- */
.vt-inf-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 72px;
}
.vt-inf-hero-text h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d2137;
    line-height: 1.2;
    margin: 0 0 20px;
}
.vt-inf-hero-text p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.75;
    margin: 0 0 28px;
}
.vt-inf-hero-img img {
    width: 100%;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    height: 440px;
}

/* --- TOC --- */
.vt-inf-toc {
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #1560bd;
    border-radius: 6px;
    padding: 28px 36px;
    margin-bottom: 72px;
}
.vt-inf-toc-label {
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 16px;
    font-size: 1rem;
}
.vt-inf-toc ol {
    margin: 0;
    padding-left: 22px;
    columns: 2;
    column-gap: 32px;
}
.vt-inf-toc li {
    margin-bottom: 8px;
    font-size: .9rem;
    color: #333;
    break-inside: avoid;
}
.vt-inf-toc a {
    color: #1560bd;
    text-decoration: none;
}
.vt-inf-toc a:hover { text-decoration: underline; }

/* --- Section base --- */
.vt-inf-section {
    margin-bottom: 72px;
}
.vt-inf-section > h2,
.vt-inf-section-h2 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}
.vt-inf-section--alt {
    background: #f7f9fc;
    border-radius: 6px;
    padding: 44px 52px;
}
.vt-inf-section--alt > h2 {
    border-bottom-color: #d0d9e8;
}
.vt-inf-section p {
    font-size: .95rem;
    line-height: 1.75;
    color: #444;
    margin: 0 0 18px;
}

/* --- Two-column layout with image --- */
.vt-inf-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.vt-inf-split-img img {
    width: 100%;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    height: 380px;
}

/* --- Lists --- */
.vt-inf-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.vt-inf-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .92rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}
.vt-inf-list li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1560bd;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.vt-inf-list--cross li::before {
    background-color: #dc2626;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/* --- Quote / highlight --- */
.vt-inf-quote {
    border-left: 4px solid #1560bd;
    padding: 14px 22px;
    margin: 24px 0;
    background: #f0f5ff;
    border-radius: 0 6px 6px 0;
    font-size: 1rem;
    font-style: italic;
    color: #0d2137;
    font-weight: 600;
    line-height: 1.6;
}

/* --- Income models --- */
.vt-inf-models {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.vt-inf-model {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.vt-inf-model--warn {
    grid-column: 1 / -1;
    background: #fffbeb;
    border-color: #fde68a;
}
.vt-inf-model-num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: #0d2137;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
}
.vt-inf-model--warn .vt-inf-model-num {
    background: #b45309;
}
.vt-inf-model-body {
    flex: 1;
    padding-top: 5px;
}
.vt-inf-model-body p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.6;
    color: #333;
}
.vt-inf-model-body strong {
    display: block;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0d2137;
    margin-bottom: 4px;
}

/* --- Qualities --- */
.vt-inf-qualities {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 48px;
}
.vt-inf-quality-col h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1560bd;
    display: table;
}
.vt-inf-list--two-col {
    columns: 2;
    column-gap: 20px;
}
.vt-inf-list--two-col li {
    break-inside: avoid;
}

/* --- Daily 5 steps --- */
.vt-inf-daily {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    counter-reset: daily;
}
.vt-inf-daily-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #1560bd;
    border-radius: 6px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.vt-inf-daily-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #1560bd;
    margin-bottom: 12px;
    line-height: 1;
    opacity: .25;
}
.vt-inf-daily-item p {
    margin: 0;
    font-size: .88rem;
    line-height: 1.55;
    color: #333;
    font-weight: 600;
}

/* --- Wide image band --- */
.vt-inf-img-band {
    margin-bottom: 72px;
    border-radius: 6px;
    overflow: hidden;
}
.vt-inf-img-band img {
    width: 100%;
    display: block;
    height: 380px;
    object-fit: cover;
    object-position: center 40%;
}

/* --- Type comparison (models 1-2 vs 3-4) --- */
.vt-inf-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.vt-inf-type {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 28px 32px;
}
.vt-inf-type h3 {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    margin: -28px -32px 20px;
    padding: 14px 24px;
    border-radius: 6px 6px 0 0;
    background: #0d2137;
}
.vt-inf-type--b h3 {
    background: #374151;
}

/* --- Company options A/B/C --- */
.vt-inf-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}
.vt-inf-option {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.vt-inf-option--featured {
    border-color: #1560bd;
    box-shadow: 0 6px 24px rgba(21,96,189,.14);
}
.vt-inf-option-head {
    background: #0d2137;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.vt-inf-option--featured .vt-inf-option-head {
    background: #1560bd;
}
.vt-inf-option-letter {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.15);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
}
.vt-inf-option-head h3 {
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.35;
}
.vt-inf-option-body {
    padding: 24px;
}
.vt-inf-option-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.vt-inf-option-label--pros { color: #16a34a; }
.vt-inf-option-label--cons { color: #dc2626; margin-top: 18px; }
.vt-inf-option ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vt-inf-option ul li {
    font-size: .85rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 7px;
    padding-left: 18px;
    position: relative;
}
.vt-inf-option-pros-list li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}
.vt-inf-option-cons-list li::before {
    content: '\2212';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 700;
}
.vt-inf-option-badge {
    display: inline-block;
    background: #f0f7ff;
    color: #1560bd;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
    margin-top: 16px;
    border: 1px solid #bdd8f7;
}

/* --- Income cards --- */
.vt-inf-income {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.vt-inf-income-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 28px 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.vt-inf-income-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #1560bd;
    margin: 0 0 8px;
}
.vt-inf-income-value {
    font-size: 2rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 14px;
    line-height: 1.1;
}
.vt-inf-income-card p:last-child {
    font-size: .87rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* --- Segments accordion-style list --- */
.vt-inf-segments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.vt-inf-segment {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 24px;
}
.vt-inf-segment h4 {
    font-size: .9rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 10px;
}
.vt-inf-segment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vt-inf-segment ul li {
    font-size: .84rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 4px;
    padding-left: 12px;
    position: relative;
}
.vt-inf-segment ul li::before {
    content: '\2013';
    position: absolute;
    left: 0;
    color: #1560bd;
}

/* --- CTA section --- */
.vt-inf-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-inf-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-inf-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-inf-cta-text { flex: 1; }
.vt-inf-cta h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0d2137;
    margin: 0 0 12px;
    line-height: 1.2;
}
.vt-inf-cta p {
    color: #555;
    font-size: .97rem;
    margin: 0;
    line-height: 1.65;
    max-width: 520px;
}
.vt-inf-cta-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}
.vt-inf-btn {
    display: inline-block;
    background: #1560bd;
    color: #fff !important;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: .93rem;
    transition: background .2s, box-shadow .2s;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 4px 14px rgba(21,96,189,.28);
}
.vt-inf-btn:hover { background: #0e4a9a; box-shadow: 0 6px 20px rgba(21,96,189,.38); }
.vt-inf-btn--outline {
    background: #fff;
    border: 2px solid #1560bd;
    color: #1560bd !important;
    padding: 12px 36px;
    box-shadow: none;
}
.vt-inf-btn--outline:hover { background: #f0f5ff; box-shadow: none; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
    .vt-inf-daily { grid-template-columns: repeat(3, 1fr); }
    .vt-inf-options { grid-template-columns: 1fr; }
    .vt-inf-option--featured { order: -1; }
    .vt-inf-option-badge { display: none; }
}
@media (max-width: 900px) {
    .vt-inf { padding-top: 10px; }
    .vt-inf-hero { grid-template-columns: 1fr; gap: 32px; }
    .vt-inf-hero-img img { height: 280px; }
    .vt-inf-hero-text h1 { font-size: 2rem; }
    .vt-inf-toc ol { columns: 1; }
    .vt-inf-toc { padding: 22px 24px; }
    .vt-inf-split { grid-template-columns: 1fr; }
    .vt-inf-split-img { order: -1; }
    .vt-inf-split-img img { height: 240px; }
    .vt-inf-section--alt { padding: 28px 24px; }
    .vt-inf-models { grid-template-columns: 1fr; }
    .vt-inf-model--warn { grid-column: auto; }
    .vt-inf-qualities { grid-template-columns: 1fr; gap: 28px; }
    .vt-inf-list--two-col { columns: 1; }
    .vt-inf-daily { grid-template-columns: 1fr 1fr; }
    .vt-inf-img-band img { height: 220px; }
    .vt-inf-types { grid-template-columns: 1fr; }
    .vt-inf-income { grid-template-columns: 1fr; }
    .vt-inf-segments { grid-template-columns: 1fr; }
    .vt-inf-cta { flex-direction: column; align-items: flex-start; padding: 32px 28px; gap: 28px; }
    .vt-inf-cta-btns { flex-direction: row; flex-wrap: wrap; }
    .vt-inf-cta h2 { font-size: 1.4rem; }
}
@media (max-width: 540px) {
    .vt-inf-hero-text h1 { font-size: 1.65rem; }
    .vt-inf-section > h2 { font-size: 1.35rem; }
    .vt-inf-daily { grid-template-columns: 1fr; }
    .vt-inf-type h3 { margin: -28px -32px 20px; }
}
