*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Manrope',sans-serif;color:#ffffff;min-height:100vh;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:#e8a823;text-decoration:none}
body{background:#1b2a1f}
.vt-grid{min-height:100vh;display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto 1fr auto;gap:1rem;padding:1.5rem;position:relative}
.vt-deco1{grid-column:1;grid-row:1 / span 2;background:linear-gradient(180deg,#243527 0%,transparent 100%);border-radius:16px;opacity:.5}
.vt-deco2{grid-column:3;grid-row:1 / span 2;background:linear-gradient(180deg,transparent 0%,#243527 100%);border-radius:16px;opacity:.5}
.vt-deco3{grid-column:1 / span 3;grid-row:3;height:4px;background:linear-gradient(90deg,transparent 0%,#e8a823 50%,transparent 100%);opacity:.3;border-radius:2px}
.vt-center{grid-column:2;grid-row:1 / span 2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.vt-pic{width:84px;height:84px;border-radius:20px;margin-bottom:1.5rem;box-shadow:0 8px 30px rgba(232,168,35,0.3);animation:vt-spin 4s linear infinite}
.vt-h{font-family:'Manrope',sans-serif;font-size:2.4rem;font-weight:800;color:#e8a823;margin-bottom:.5rem}
.vt-tag{font-size:1.2rem;font-weight:600;margin-bottom:1rem;opacity:.9}
.vt-body{font-size:1rem;line-height:1.65;opacity:.6;margin-bottom:2rem;max-width:400px}
.vt-enter{display:flex;gap:.5rem;width:100%;max-width:380px}
.vt-addr{flex:1;padding:.8rem 1rem;border:1px solid rgba(232,168,35,0.3);background:rgba(255,255,255,.05);color:#ffffff;border-radius:12px;font-size:.9rem;outline:none}
.vt-addr:focus{border-color:#e8a823}
.vt-addr::placeholder{color:rgba(255,255,255,.35)}
.vt-go{padding:.8rem 1.4rem;background:#e8a823;color:#1b2a1f;border:none;border-radius:12px;font-weight:700;cursor:pointer;white-space:nowrap}
.vt-go:hover{box-shadow:0 6px 20px rgba(232,168,35,0.3)}
.vt-done{color:#e8a823;font-size:.85rem;margin-top:1rem;display:none}
.vt-end{grid-column:1 / span 3;grid-row:4;text-align:center;padding-top:1rem;font-size:.78rem;opacity:.3}
@keyframes vt-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@media(max-width:768px){.vt-grid{grid-template-columns:1fr}.vt-deco1,.vt-deco2,.vt-deco3{display:none}.vt-center{grid-column:1;grid-row:1}.vt-enter{flex-direction:column}.vt-go{width:100%}}

/* === Extended layout: header / hero / sections / footer === */
.vt-header{position:sticky;top:0;z-index:50;background:rgba(27,42,31,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(232,168,35,.18)}
.vt-header-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem}
.vt-brand-wrap{display:flex;align-items:center;gap:.6rem}
.vt-logo{width:38px;height:38px;border-radius:10px}
.vt-brand-name{font-family:'Manrope',sans-serif;font-weight:800;font-size:1.25rem;color:#e8a823}
.vt-nav{display:flex;gap:1.4rem}
.vt-nav-link{color:#ffffff;opacity:.8;font-size:.95rem;font-weight:600;transition:opacity .2s,color .2s}
.vt-nav-link:hover,.vt-nav-active{opacity:1;color:#e8a823}

.vt-hero{position:relative;max-width:1140px;margin:0 auto;padding:5rem 1.5rem 4rem;text-align:center;overflow:hidden}
.vt-hero-deco1{position:absolute;left:-80px;top:0;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(232,168,35,.16) 0%,transparent 70%);filter:blur(40px)}
.vt-hero-deco2{position:absolute;right:-80px;bottom:0;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(36,53,39,.9) 0%,transparent 70%);filter:blur(40px)}
.vt-hero-content{position:relative;z-index:1;max-width:760px;margin:0 auto}
.vt-eyebrow{display:inline-block;color:#e8a823;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}
.vt-hero-title{font-size:2.7rem;font-weight:800;line-height:1.15;margin-bottom:1.2rem}
.vt-hero-text{font-size:1.08rem;line-height:1.7;opacity:.72;margin-bottom:2rem;max-width:620px;margin-left:auto;margin-right:auto}
.vt-enter-center{margin:0 auto}

.vt-stats{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 1.5rem 3rem}
.vt-stat{text-align:center;padding:1.4rem 1rem;background:rgba(36,53,39,.5);border:1px solid rgba(232,168,35,.15);border-radius:14px}
.vt-stat-num{display:block;font-size:2rem;font-weight:800;color:#e8a823}
.vt-stat-label{display:block;font-size:.85rem;opacity:.7;margin-top:.3rem}

.vt-section{max-width:1140px;margin:0 auto;padding:3.5rem 1.5rem}
.vt-section-alt{max-width:none;background:rgba(36,53,39,.32);border-top:1px solid rgba(232,168,35,.1);border-bottom:1px solid rgba(232,168,35,.1)}
.vt-section-alt .vt-section-head,.vt-section-alt .vt-table-wrap,.vt-section-alt .vt-about,.vt-section-alt .vt-grid-instruments,.vt-section-alt .vt-grid-features{max-width:1140px;margin-left:auto;margin-right:auto}
.vt-section-head{margin-bottom:2rem;text-align:center}
.vt-section-title{font-size:1.9rem;font-weight:800;margin-bottom:.6rem}
.vt-section-sub{font-size:1rem;opacity:.7;max-width:560px;margin:0 auto}

.vt-grid-instruments{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.vt-card{padding:1.6rem;background:rgba(36,53,39,.5);border:1px solid rgba(232,168,35,.14);border-radius:14px;transition:transform .25s,border-color .25s}
.vt-card:hover{transform:translateY(-4px);border-color:rgba(232,168,35,.4)}
.vt-card-title{color:#e8a823;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}
.vt-card-text{font-size:.92rem;line-height:1.6;opacity:.72}

.vt-grid-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.vt-feature{padding:1.4rem;background:rgba(36,53,39,.4);border:1px solid rgba(232,168,35,.12);border-radius:14px}
.vt-feature-title{color:#e8a823;font-size:1.05rem;font-weight:700;margin-bottom:.5rem}
.vt-feature-text{font-size:.88rem;line-height:1.6;opacity:.7}

.vt-table-wrap{overflow-x:auto}
.vt-table{width:100%;border-collapse:collapse;background:rgba(36,53,39,.4);border-radius:14px;overflow:hidden}
.vt-table th,.vt-table td{padding:.9rem 1.1rem;text-align:left;border-bottom:1px solid rgba(232,168,35,.1)}
.vt-table th{color:#e8a823;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}
.vt-table td{font-size:.95rem;opacity:.85}
.vt-table tbody tr:last-child td{border-bottom:none}
.vt-table-note{font-size:.78rem;opacity:.55;margin-top:.8rem;text-align:center}

.vt-news-list{display:grid;grid-template-columns:1fr;gap:1rem}
.vt-news-item{padding:1.3rem 1.4rem;background:rgba(36,53,39,.45);border:1px solid rgba(232,168,35,.12);border-radius:12px;transition:border-color .25s}
.vt-news-item:hover{border-color:rgba(232,168,35,.35)}
.vt-news-title{display:block;color:#ffffff;font-size:1.1rem;font-weight:700;margin-bottom:.4rem;transition:color .2s}
.vt-news-title:hover{color:#e8a823}
.vt-news-date{display:block;color:#e8a823;font-size:.8rem;margin-bottom:.5rem}
.vt-news-preview{font-size:.92rem;line-height:1.6;opacity:.7}
.vt-news-more{text-align:center;margin-top:1.8rem}
.vt-link{color:#e8a823;font-weight:600;transition:opacity .2s}
.vt-link:hover{opacity:.8}
.vt-loading{padding:2rem;text-align:center;opacity:.6}
.vt-error{padding:1.5rem;text-align:center;color:#e8a823;opacity:.85}

.vt-about{font-size:1.02rem;line-height:1.75;opacity:.78;max-width:760px;margin:0 auto;text-align:center}

.vt-cta{background:linear-gradient(135deg,#243527 0%,#1b2a1f 100%);border-top:1px solid rgba(232,168,35,.2);border-bottom:1px solid rgba(232,168,35,.2)}
.vt-cta-inner{max-width:680px;margin:0 auto;padding:3.5rem 1.5rem;text-align:center}
.vt-cta-title{font-size:1.8rem;font-weight:800;margin-bottom:.8rem}
.vt-cta-text{font-size:1rem;opacity:.72;margin-bottom:1.8rem}
.vt-cta-anchor{margin-top:1.5rem;font-size:.85rem;opacity:.6}

.vt-footer{background:#141f17;border-top:1px solid rgba(232,168,35,.15);padding:2.5rem 1.5rem 1.5rem}
.vt-footer-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem}
.vt-footer-logo{width:42px;height:42px;border-radius:10px;margin-bottom:.6rem}
.vt-footer-brand{color:#e8a823;font-weight:700;font-size:1rem}
.vt-footer-tag{font-size:.85rem;opacity:.6;margin-top:.2rem}
.vt-footer-head{color:#ffffff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;opacity:.9}
.vt-footer-link{display:block;color:#ffffff;opacity:.65;font-size:.9rem;margin-bottom:.5rem;transition:opacity .2s,color .2s}
.vt-footer-link:hover{opacity:1;color:#e8a823}
.vt-footer-risk{font-size:.8rem;opacity:.5;line-height:1.6}
.vt-copy{text-align:center;font-size:.78rem;opacity:.4;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(232,168,35,.1)}

.vt-page-head{max-width:1140px;margin:0 auto;padding:3.5rem 1.5rem 2rem;text-align:center}
.vt-page-title{font-size:2.2rem;font-weight:800;margin-bottom:.6rem}
.vt-page-sub{font-size:1rem;opacity:.7;max-width:560px;margin:0 auto}

.vt-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}
.vt-page-btn{display:inline-block;padding:.7rem 1.3rem;background:rgba(232,168,35,.15);color:#e8a823;border:1px solid rgba(232,168,35,.3);border-radius:10px;font-weight:600;font-size:.9rem;transition:background .2s}
.vt-page-btn:hover{background:rgba(232,168,35,.25)}
.vt-page-info{font-size:.9rem;opacity:.7}

.vt-article{max-width:780px;margin:0 auto;padding:3.5rem 1.5rem 2rem}
.vt-article-title{font-size:2rem;font-weight:800;line-height:1.25;margin:1rem 0 .6rem}
.vt-article-date{display:block;color:#e8a823;font-size:.9rem;margin-bottom:1.8rem}
.vt-article-body{font-size:1.02rem;line-height:1.85;opacity:.85}
.vt-article-p{margin-bottom:1.2rem}
.vt-back{max-width:780px;margin:0 auto;padding:0 1.5rem 3rem}

@media(max-width:900px){
  .vt-grid-instruments{grid-template-columns:repeat(2,1fr)}
  .vt-grid-features{grid-template-columns:repeat(2,1fr)}
  .vt-stats{grid-template-columns:repeat(2,1fr)}
  .vt-footer-inner{grid-template-columns:1fr 1fr}
  .vt-hero-title{font-size:2.1rem}
}
@media(max-width:600px){
  .vt-header-inner{flex-direction:column;gap:.8rem}
  .vt-nav{gap:1rem}
  .vt-grid-instruments{grid-template-columns:1fr}
  .vt-grid-features{grid-template-columns:1fr}
  .vt-stats{grid-template-columns:1fr}
  .vt-footer-inner{grid-template-columns:1fr}
  .vt-hero-title{font-size:1.8rem}
  .vt-section-title{font-size:1.5rem}
  .vt-enter{flex-direction:column}
  .vt-go{width:100%}
}
