/* DeFi Hungary — Piacolvasás Velo Chartokkal útmutató
   A .velo-page a .utm-page-dzsel együtt áll a wrapperen, így örökli a --utm-*
   változókat (dark default + [data-theme="light"] overrides az utmutatok.css-ből). */

.velo-page {
    --velo-purple: #a78bfa;          /* Prémium akcent (utm badge palettája) */
    --velo-gold: var(--dfi-gold, #ffb800);
    --velo-green: #10b981;
    --velo-red: #f0314f;
}

.velo-page .velo-narrow {
    max-width: 780px;
}

/* ===== Breadcrumb ===== */
.velo-breadcrumb-wrap {
    padding: 18px 0 0;
}
.velo-breadcrumb {
    font-size: 13px;
    color: var(--utm-text-dim, #6b7280);
}
.velo-breadcrumb a {
    color: var(--utm-text-muted, #9ca3af);
    text-decoration: none;
}
.velo-breadcrumb a:hover { color: var(--velo-purple); }
.velo-breadcrumb-sep { margin: 0 8px; opacity: 0.5; }
.velo-breadcrumb-current { color: var(--utm-text, #e5e7eb); }

/* ===== Szekciók ===== */
.velo-section {
    padding: 56px 0;
}
.velo-section-alt {
    background: var(--utm-surface, #111111);
    border-top: 1px solid var(--utm-border, rgba(255,255,255,0.08));
    border-bottom: 1px solid var(--utm-border, rgba(255,255,255,0.08));
}
.velo-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--velo-purple);
    margin-bottom: 10px;
}
.velo-h2 {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--utm-text, #e5e7eb);
    margin-bottom: 18px;
    line-height: 1.25;
}
.velo-h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--utm-text, #e5e7eb);
    margin-bottom: 10px;
}
.velo-section p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--utm-text-muted, #9ca3af);
    margin-bottom: 14px;
}
.velo-section strong { color: var(--utm-text, #e5e7eb); }
.velo-link {
    color: var(--velo-purple);
    text-decoration: none;
    border-bottom: 1px solid rgba(167,139,250,0.35);
}
.velo-link:hover { color: var(--velo-purple); border-bottom-color: var(--velo-purple); text-decoration: none; }

/* ===== Hero ===== */
.velo-hero {
    padding: 72px 0 52px;
    background: radial-gradient(ellipse at top, rgba(167,139,250,0.10), transparent 60%);
    border-bottom: 1px solid var(--utm-border, rgba(255,255,255,0.08));
}
.velo-hero-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.velo-hero-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(167,139,250,0.10);
    border: 1px solid rgba(167,139,250,0.28);
    color: var(--velo-purple);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.velo-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--utm-text, #e5e7eb);
    margin-bottom: 16px;
}
.velo-accent { color: var(--velo-purple); }
.velo-hero-sub {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--utm-text-muted, #9ca3af);
    margin-bottom: 26px;
}
.velo-hero-ctas {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.velo-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}
.velo-btn:hover { text-decoration: none; opacity: 0.92; transform: translateY(-1px); }
.velo-btn-primary {
    background: linear-gradient(135deg, var(--velo-gold) 0%, #e6a300 100%);
    color: #0a0a0d;
    box-shadow: 0 4px 20px rgba(255,184,0,0.22);
}
.velo-btn-primary:hover { color: #0a0a0d; }
.velo-btn-ghost {
    border: 1px solid var(--utm-border-strong, rgba(255,255,255,0.14));
    color: var(--utm-text, #e5e7eb);
}
.velo-btn-ghost:hover { color: var(--velo-purple); border-color: rgba(167,139,250,0.4); }
.velo-hero-trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}
.velo-trust-value {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--velo-purple);
}
.velo-trust-label {
    font-size: 12px;
    color: var(--utm-text-dim, #6b7280);
}
.velo-trust-divider {
    width: 1px;
    height: 30px;
    background: var(--utm-border-strong, rgba(255,255,255,0.14));
}

/* ===== Ábrák ===== */
.velo-figure {
    margin: 26px 0 8px;
}
.velo-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--utm-border-strong, rgba(255,255,255,0.14));
    display: block;
}
.velo-figure figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--utm-text-dim, #6b7280);
}

/* ===== Listák ===== */
.velo-list,
.velo-list-steps {
    margin: 0 0 16px;
    padding-left: 22px;
}
.velo-list li,
.velo-list-steps li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--utm-text-muted, #9ca3af);
    margin-bottom: 6px;
}
.velo-list-steps li {
    font-weight: 600;
    color: var(--utm-text, #e5e7eb);
}

/* ===== Kártyák (indikátor-alapok) ===== */
.velo-card {
    background: var(--utm-surface, #111111);
    border: 1px solid var(--utm-border, rgba(255,255,255,0.08));
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 18px;
}
.velo-section-alt .velo-card { background: var(--utm-surface-2, #1a1a1a); }
.velo-takeaway {
    font-size: 14px;
    font-weight: 600;
    color: var(--velo-gold);
    margin-bottom: 0 !important;
}

/* ===== Callout + átvezető ===== */
.velo-callout {
    border-left: 3px solid var(--velo-purple);
    background: rgba(167,139,250,0.07);
    border-radius: 0 10px 10px 0;
    padding: 18px 20px;
    margin: 24px 0;
}
.velo-callout-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--velo-purple);
    margin-bottom: 8px;
}
.velo-callout p { margin-bottom: 0; }
.velo-transition {
    font-style: italic;
}

/* ===== Valódi / hamis minta-boxok ===== */
.velo-pattern {
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 16px;
    border: 1px solid var(--utm-border, rgba(255,255,255,0.08));
    background: var(--utm-surface-2, #1a1a1a);
}
.velo-pattern p { margin-bottom: 0; }
.velo-pattern-head {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.velo-pattern-real { border-color: rgba(16,185,129,0.35); }
.velo-pattern-real .velo-pattern-head { color: var(--velo-green); }
.velo-pattern-fake { border-color: rgba(240,49,79,0.35); }
.velo-pattern-fake .velo-pattern-head { color: var(--velo-red); }

/* ===== Disclaimer ===== */
.velo-disclaimer {
    margin-top: 34px;
    background: var(--utm-surface, #111111);
    border: 1px solid var(--utm-border-strong, rgba(255,255,255,0.14));
    border-radius: 12px;
    padding: 22px 24px;
}
.velo-disclaimer-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--utm-text-dim, #6b7280);
    margin-bottom: 12px;
}
.velo-disclaimer-list {
    margin: 0;
    padding-left: 20px;
}
.velo-disclaimer-list li {
    font-size: 13px;
    line-height: 1.65;
    color: var(--utm-text-dim, #6b7280);
    margin-bottom: 8px;
}
.velo-disclaimer-list strong { color: var(--utm-text-muted, #9ca3af); }

/* ===== Reszponzív ===== */
@media (max-width: 768px) {
    .velo-section { padding: 40px 0; }
    .velo-hero { padding: 52px 0 40px; }
    .velo-hero-title { font-size: 1.6rem; }
    .velo-hero-sub { font-size: 0.98rem; }
    .velo-h2 { font-size: 1.35rem; }
    .velo-card, .velo-pattern { padding: 18px; }
}
