/* =========================================================
   Naujienos - Blog post single view
   ========================================================= */

.single-naujienos .entry-header { display: none; }
.single-naujienos .entry-content[data-ast-blocks-layout] > * { max-width: none !important; }

.vt-post { font-family: inherit; color: #222; padding-top: 10px; }

.vt-post-hero { border-radius: 6px; overflow: hidden; margin-bottom: 36px; }
.vt-post-hero img { width: 100%; height: 460px; object-fit: cover; display: block; }

.vt-post-cat { display: inline-block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #1560bd; border: 1px solid #bdd8f7; background: #f0f5ff; border-radius: 6px; padding: 5px 14px; margin-bottom: 16px; text-decoration: none !important; transition: background .2s; }
.vt-post-cat:hover { background: #dbeafe; }
.vt-post-title { font-size: 2.3rem; font-weight: 800; color: #0d2137; line-height: 1.2; margin: 0 0 16px; }
.vt-post-meta { display: flex; gap: 16px; align-items: center; color: #888; font-size: .87rem; padding-bottom: 28px; border-bottom: 2px solid #e2e8f0; flex-wrap: wrap; }
.vt-post-meta-sep { color: #d1d5db; }

.vt-post-body { font-size: .97rem; line-height: 1.8; color: #444; }
.vt-post-body h2 { font-size: 1.45rem; font-weight: 800; color: #0d2137; margin: 44px 0 18px; padding-bottom: 12px; border-bottom: 2px solid #e2e8f0; }
.vt-post-body h3 { font-size: 1.05rem; font-weight: 700; color: #0d2137; margin: 28px 0 10px; }
.vt-post-body p { margin: 0 0 18px; }
.vt-post-body strong { color: #0d2137; }
.vt-post-body a { color: #1560bd; }
.vt-post-body a:hover { text-decoration: underline; }

.vt-post-note { background: #f7f9fc; border: 1px solid #e2e8f0; border-left: 5px solid #1560bd; border-radius: 6px; padding: 20px 26px; margin: 28px 0; font-size: .93rem; line-height: 1.7; color: #333; }
.vt-post-note strong { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #1560bd; margin-bottom: 8px; }

.vt-post-warn { background: #fffbeb; border: 1px solid #fde68a; border-left: 5px solid #f59e0b; border-radius: 6px; padding: 20px 26px; margin: 28px 0; font-size: .93rem; line-height: 1.7; color: #333; }
.vt-post-warn strong { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #b45309; margin-bottom: 8px; }

.vt-post-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.vt-post-stat { 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,.05); }
.vt-post-stat-val { font-size: 1.45rem; font-weight: 800; color: #0d2137; display: block; line-height: 1.2; margin-bottom: 8px; }
.vt-post-stat-lbl { font-size: .82rem; color: #666; line-height: 1.45; }

.vt-post-check { list-style: none; padding: 0; margin: 0 0 22px; }
.vt-post-check li { display: flex; align-items: flex-start; gap: 10px; font-size: .93rem; color: #333; line-height: 1.65; margin-bottom: 10px; }
.vt-post-check 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: 2px; }

.vt-post-steps { display: flex; flex-direction: column; gap: 14px; margin: 28px 0; }
.vt-post-step { display: flex; gap: 20px; align-items: flex-start; background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; padding: 20px 24px; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: box-shadow .2s; }
.vt-post-step:hover { box-shadow: 0 4px 16px rgba(21,96,189,.1); }
.vt-post-step-num { flex-shrink: 0; width: 38px; height: 38px; background: #0d2137; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; line-height: 1; margin-top: 2px; }
.vt-post-step-body h3 { font-size: .95rem; font-weight: 700; color: #0d2137; margin: 0 0 5px; }
.vt-post-step-body p { font-size: .9rem; color: #555; margin: 0; line-height: 1.6; }

.vt-post-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0; }
.vt-post-scenario { background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.vt-post-scenario-head { background: #374151; color: #fff; padding: 14px 18px; font-weight: 700; font-size: .88rem; line-height: 1.3; }
.vt-post-scenario-head--rise { background: #16a34a; }
.vt-post-scenario-head--drop { background: #dc2626; }
.vt-post-scenario-body { padding: 16px 18px; }
.vt-post-scenario-body p { font-size: .88rem; color: #444; line-height: 1.65; margin: 0; }

.vt-post-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: 40px 44px; margin: 56px 0 0; box-shadow: 0 4px 24px rgba(21,96,189,.08); overflow: hidden; }
.vt-post-cta::after { content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; background: rgba(21,96,189,.05); border-radius: 50%; pointer-events: none; }
.vt-post-cta::before { content: ''; position: absolute; right: 40px; bottom: -50px; width: 140px; height: 140px; background: rgba(21,96,189,.04); border-radius: 50%; pointer-events: none; }
.vt-post-cta-text { flex: 1; }
.vt-post-cta h2 { font-size: 1.5rem; font-weight: 800; color: #0d2137; margin: 0 0 10px; line-height: 1.2; }
.vt-post-cta p { color: #555; margin: 0; font-size: .95rem; line-height: 1.65; }
.vt-post-cta-btns { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.vt-post-btn { display: inline-block; background: #1560bd; color: #fff !important; font-weight: 700; padding: 14px 32px; border-radius: 6px; text-decoration: none !important; font-size: .93rem; box-shadow: 0 4px 14px rgba(21,96,189,.28); white-space: nowrap; text-align: center; transition: background .2s, box-shadow .2s; }
.vt-post-btn:hover { background: #0e4a9a; box-shadow: 0 6px 20px rgba(21,96,189,.38); }
.vt-post-btn--outline { background: #fff; border: 2px solid #1560bd; color: #1560bd !important; padding: 12px 32px; box-shadow: none; }
.vt-post-btn--outline:hover { background: #f0f5ff; }

@media (max-width: 900px) {
  .vt-post { padding-top: 10px; }
  .vt-post-hero img { height: 260px; }
  .vt-post-title { font-size: 1.75rem; }
  .vt-post-stats { grid-template-columns: 1fr 1fr; }
  .vt-post-scenarios { grid-template-columns: 1fr; }
  .vt-post-cta { flex-direction: column; gap: 24px; padding: 28px 24px; }
  .vt-post-cta h2 { font-size: 1.25rem; }
  .vt-post-cta-btns { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 540px) {
  .vt-post-title { font-size: 1.4rem; }
  .vt-post-stats { grid-template-columns: 1fr; }
  .vt-post-body h2 { font-size: 1.2rem; margin: 32px 0 14px; }
  .vt-post-step { padding: 16px 18px; gap: 14px; }
}