/* ============================================================================
   Tema Vestido — „Luxury Editorial + Liquid Glass 2026"
   Formare profesională. Estetică: Apple · Linear · MasterClass · Aesop.
   Ivory editorial premium, glass tactil, warm aurora, motion fin.
   Fonturi: Clash Display (titluri) + General Sans (text) — încărcate din layout.
   NB: numele vechi de variabile (--v-red/--v-bg/--v-card...) sunt păstrate ca
   alias către noua paletă, ca stilurile de modul (auth/cont/învățare/portal/
   modal, mai jos) să rămână valide și armonizate fără modificări.
   ============================================================================ */

.vestido {
    /* — Paletă exactă (spec producție) — */
    --v-rose:       #d84c5b;   /* primary */
    --v-rose-lt:    #ff5a5f;   /* top-gradient buton */
    --v-rose-dk:    #b53847;
    --v-wine:       #8e2b30;   /* vin profund (eyebrow) */
    --v-coral:      #ffb199;   /* accent glow cald */
    --v-gold:       #e7c8a0;
    --v-ink:        #161616;   /* text */
    --v-ink-soft:   #4a4a4a;
    --v-muted:      #666666;   /* a11y: ≥4.5:1 pe ivory/alb (WCAG AA) */
    --v-ivory:      #f7f4ef;   /* fundal pagină */
    --v-surface:    #ffffff;   /* suprafață card */
    --v-ivory-2:    #fcfaf7;
    --v-ivory-3:    #f1ece3;   /* secțiune alternantă */
    --v-graphite:   #161616;   /* dark (accente) */
    --v-cream:      #f6f1e9;

    /* — Alias compat (folosite de blocul de modul de mai jos) — */
    --v-red:        var(--v-rose);
    --v-red-dark:   var(--v-rose-dk);
    --v-bg:         var(--v-ivory);
    --v-card:       var(--v-surface);
    --v-line:       rgba(31,24,19,.10);
    --v-line-2:     rgba(31,24,19,.06);

    --glass:        rgba(255,255,255,.55);
    --glass-brd:    rgba(255,255,255,.7);

    /* — Geometrie / umbre / motion (restrained luxury) — */
    --r-md: 16px;
    --r-lg: 22px;
    --r-xl: 28px;
    --r-2xl: 36px;
    --sh-soft:    0 4px 20px rgba(0,0,0,.04);
    --sh-card:    0 10px 40px rgba(0,0,0,.08);
    --sh-float:   0 20px 60px rgba(0,0,0,.08);
    --sh-glow:    0 40px 120px rgba(216,76,91,.18);
    --blur-glass: blur(24px) saturate(150%);
    --ease:       cubic-bezier(.16,1,.3,1);

    --v-fhead: "Instrument Serif", Georgia, "Times New Roman", serif;
    --v-fbody: "General Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-heading: var(--v-fhead);
    --font-body: var(--v-fbody);

    margin: 0;
    background:
        radial-gradient(900px 600px at 88% -8%, rgba(255,177,153,.10), transparent 60%),
        radial-gradient(800px 600px at 100% 6%, rgba(216,76,91,.08), transparent 55%),
        var(--v-ivory);
    background-attachment: fixed;
    color: var(--v-ink);
    font-family: var(--v-fbody);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}
.vestido * { box-sizing: border-box; }
.vestido main { display: block; padding-top: 5.5rem; }
/* Hero-ul urcă sub navbar-ul fix (fundalul lui ajunge sus); paginile fără hero păstrează spațiu sub navbar. */
.vestido main:has(> .v-hero) { padding-top: 0; }
.vestido img { max-width: 100%; }
.vestido a { color: inherit; text-decoration: none; }
.vestido h1, .vestido h2, .vestido h3, .vestido h4 {
    font-family: var(--v-fhead); font-weight: 400; line-height: 1.1;
    letter-spacing: -0.005em; margin: 0; color: var(--v-ink);
}
/* Instrument Serif livrează doar weight 400 — normalizăm toate folosirile fontului de titlu
   ca să evităm faux-bold-ul sintetizat de browser pe numere/accente/wordmark. */
.vestido .v-hc-stat .n, .vestido .v-countdown b,
.vestido .v-hc-video .lbl strong, .vestido .v-price, .vestido .v-stats .num,
.vestido .v-price-lg, .vestido .v-cover-empty,
.vestido .v-curriculum .v-mod strong, .vestido .v-learn-course {
    font-weight: 400;
}
/* Brand wordmark + footer brand → sans-serif (General Sans), nu Instrument Serif */
.vestido .v-brand, .vestido .v-footer-brand .b {
    font-family: var(--v-fbody);
    font-weight: 600;
    letter-spacing: -0.01em;
}
.vestido p { margin: 0 0 1rem; }
.vestido ::selection { background: var(--v-rose); color: #fff; }

/* ============================================================================
   BLOG — listing, single post, category. Editorial premium, paleta Vestido.
   ============================================================================ */

/* Head section comune (blog listing + categorie) */
.v-blog-head-section { padding-top: 4.5rem; padding-bottom: 1rem; }

/* Filtre categorii ca pill-uri */
.v-blog-cats { display: inline-flex; flex-wrap: wrap; gap: .45rem; justify-content: center; }
.v-blog-cats a {
    display: inline-block; padding: .5rem 1rem; border-radius: 999px;
    font-size: .82rem; font-weight: 500; color: var(--v-ink-soft);
    background: rgba(255,255,255,.6); border: 1px solid var(--v-line);
    text-decoration: none; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.v-blog-cats a:hover { background: #fff; color: var(--v-rose); border-color: rgba(216,76,91,.25); transform: translateY(-1px); }
.v-blog-cats a.is-active { background: var(--v-rose); color: #fff; border-color: var(--v-rose); }

/* Grid listing */
.v-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; }
@media (max-width: 980px) { .v-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .v-blog-grid { grid-template-columns: 1fr; gap: 1.2rem; } }

/* Card */
.v-blog-card {
    background: #fff; border-radius: var(--r-xl); overflow: hidden;
    border: 1px solid var(--v-line);
    box-shadow: 0 4px 16px rgba(20,15,12,.04);
    display: flex; flex-direction: column;
    text-decoration: none; color: var(--v-ink);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.v-blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(20,15,12,.10); border-color: rgba(216,76,91,.18); }

/* Featured (primul card mai mare pe blog listing) */
.v-blog-card-featured { grid-column: span 3; flex-direction: row; }
@media (max-width: 980px) { .v-blog-card-featured { grid-column: span 2; flex-direction: column; } }
@media (max-width: 640px) { .v-blog-card-featured { grid-column: span 1; } }
.v-blog-card-featured .v-blog-cover { width: 52%; min-height: 320px; aspect-ratio: auto; }
@media (max-width: 980px) { .v-blog-card-featured .v-blog-cover { width: 100%; aspect-ratio: 16/9; min-height: auto; } }
.v-blog-card-featured .v-blog-body { padding: 2.4rem 2rem; }
.v-blog-card-featured h2 { font-size: 1.85rem; line-height: 1.12; }
.v-blog-card-featured p { font-size: 1rem; -webkit-line-clamp: 3; }

/* Cover */
.v-blog-cover { position: relative; aspect-ratio: 16/10; overflow: hidden; background-color: #e7ddd2; flex: none; }
.v-blog-cover-img {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transition: transform .8s var(--ease);
}
.v-blog-card:hover .v-blog-cover-img { transform: scale(1.05); }
.v-blog-cover-empty {
    display: grid; place-items: center;
    font-family: var(--v-fhead); font-size: 3rem; font-weight: 400;
    color: rgba(255,255,255,.7); background: linear-gradient(135deg, var(--v-wine), var(--v-graphite));
}

/* Body card */
.v-blog-body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.v-blog-meta { display: flex; align-items: center; gap: .55rem; margin-bottom: .65rem; font-size: .76rem; }
.v-blog-cat {
    text-transform: uppercase; letter-spacing: .14em; font-weight: 600;
    color: var(--v-rose); background: rgba(216,76,91,.08); padding: .2rem .55rem; border-radius: 999px;
}
.v-blog-date { color: var(--v-muted); }
.v-blog-body h2 {
    font-family: var(--v-fhead); font-weight: 400;
    font-size: 1.32rem; line-height: 1.2; letter-spacing: -0.005em;
    margin: 0 0 .55rem; color: var(--v-ink);
}
.v-blog-body p {
    color: var(--v-muted); font-size: .93rem; line-height: 1.55;
    margin: 0 0 1.1rem; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.v-blog-read { color: var(--v-rose); font-size: .85rem; font-weight: 600; transition: transform .2s var(--ease); }
.v-blog-card:hover .v-blog-read { transform: translateX(3px); }

/* ============================================================================
   SINGLE POST
   ============================================================================ */

.v-post { padding-bottom: 4rem; }
.v-post-hero { padding: 4rem 0 2rem; text-align: center; }
.v-post-cats { display: inline-flex; gap: .45rem; justify-content: center; flex-wrap: wrap; }
.v-post-cats a {
    text-transform: uppercase; letter-spacing: .15em;
    font-size: .7rem; font-weight: 600; color: var(--v-rose);
    background: rgba(216,76,91,.08); padding: .3rem .8rem; border-radius: 999px;
    text-decoration: none; transition: background .2s ease;
}
.v-post-cats a:hover { background: rgba(216,76,91,.16); }
.v-post-title { font-family: var(--v-fhead); font-weight: 400; letter-spacing: -0.005em; color: var(--v-ink); }
.v-post-lead { font-family: var(--v-fhead); font-weight: 400; font-style: italic; }
.v-post-meta { display: inline-flex; align-items: center; gap: .55rem; font-size: .9rem; color: var(--v-muted); flex-wrap: wrap; justify-content: center; }
.v-post-meta-av { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.v-post-meta-sep { opacity: .5; }

/* Cover image full-width */
.v-post-cover-wrap { padding: 1.5rem 0 2.5rem; }
.v-post-cover {
    aspect-ratio: 16/9;
    background-size: cover; background-position: center;
    border-radius: var(--r-2xl);
    box-shadow: 0 30px 80px rgba(20,15,12,.15);
}

/* Conținut prose */
.v-post-content { padding-bottom: 2.5rem; }
.v-prose {
    font-size: 1.08rem; line-height: 1.75; color: var(--v-ink);
}
.v-prose > * + * { margin-top: 1.3rem; }
.v-prose h2 {
    font-family: var(--v-fhead); font-weight: 400;
    font-size: 1.85rem; line-height: 1.18; letter-spacing: -0.005em;
    margin-top: 2.8rem !important; margin-bottom: 1rem; color: var(--v-ink);
}
.v-prose h3 {
    font-family: var(--v-fhead); font-weight: 400;
    font-size: 1.45rem; line-height: 1.22;
    margin-top: 2rem !important; margin-bottom: .8rem; color: var(--v-ink);
}
.v-prose p { color: var(--v-ink-soft); }
.v-prose strong { color: var(--v-ink); font-weight: 600; }
.v-prose a { color: var(--v-rose); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.v-prose ul, .v-prose ol { padding-left: 1.5rem; }
.v-prose li { margin-bottom: .4rem; color: var(--v-ink-soft); }
.v-prose blockquote {
    border-left: 3px solid var(--v-rose);
    padding: .3rem 0 .3rem 1.4rem;
    font-style: italic; color: var(--v-ink-soft);
    font-family: var(--v-fhead); font-size: 1.2rem; font-weight: 400; line-height: 1.5;
}
.v-prose hr { border: 0; border-top: 1px solid var(--v-line); margin: 2.5rem 0; }
.v-prose code {
    background: rgba(216,76,91,.07); color: var(--v-wine);
    padding: .12rem .45rem; border-radius: 5px;
    font-size: .92em; font-family: ui-monospace, monospace;
}

/* Share buttons sub articol */
.v-post-share {
    display: flex; align-items: center; gap: .55rem; flex-wrap: wrap;
    padding: 1.8rem 0; border-top: 1px solid var(--v-line); border-bottom: 1px solid var(--v-line);
    margin: 1.5rem 0 2rem;
}
.v-post-share-label { font-size: .82rem; color: var(--v-muted); margin-right: .8rem; }
.v-post-share a {
    display: inline-grid; place-items: center; width: 38px; height: 38px;
    border-radius: 50%; background: #fff; border: 1px solid var(--v-line);
    color: var(--v-ink); text-decoration: none;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.v-post-share a:hover { background: var(--v-rose); color: #fff; border-color: var(--v-rose); transform: translateY(-2px); }
.v-post-share svg { fill: currentColor; }

/* CTA card sub articol */
.v-post-cta-card {
    margin: 2.5rem 0;
    padding: 2.5rem 2rem;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,200,170,.4), transparent 55%),
        radial-gradient(circle at 50% 100%, rgba(140,30,50,.5), transparent 60%),
        linear-gradient(140deg, var(--v-rose) 0%, var(--v-wine) 100%);
    border-radius: var(--r-xl);
    color: #fff;
    box-shadow: 0 18px 50px rgba(140,30,50,.22);
}
.v-post-cta-card .v-cta-mini-eyebrow {
    display: inline-block; padding: .3rem .8rem; border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px; text-transform: uppercase; letter-spacing: .2em;
    font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.95); margin-bottom: 1rem;
}
.v-post-cta-card h3 {
    font-family: var(--v-fhead); font-weight: 400;
    font-size: 1.8rem; line-height: 1.12; color: #fff; margin: 0 0 .6rem;
}
.v-post-cta-card p { color: rgba(255,255,255,.9); margin: 0 0 1.4rem; font-size: 1rem; max-width: 38ch; margin-inline: auto; }
.v-post-cta-card .v-btn-light { background: #fff; color: var(--v-rose); padding: 1rem 2rem; box-shadow: 0 10px 30px rgba(0,0,0,.2); }

/* Related */
.v-post-related { padding-top: 3rem; }
.v-post-related .v-section-head h2 { font-size: 1.6rem; text-align: center; margin-bottom: 1.5rem; }
.v-post-related .v-blog-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .v-post-related .v-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .v-post-related .v-blog-grid { grid-template-columns: 1fr; } }

/* ============================================================================
   DESPRE NOI
   ============================================================================ */
.v-despre-hero { padding-top: 5rem; padding-bottom: 0; }
.v-despre-hero-img { aspect-ratio: 21/9; background-size: cover; background-position: center; border-radius: var(--r-2xl); box-shadow: 0 30px 80px rgba(20,15,12,.15); }

/* Stats row */
.v-despre-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 720px) { .v-despre-stats { grid-template-columns: repeat(2, 1fr); } }
.v-despre-stat { text-align: center; padding: 1.5rem 1rem; background: #fff; border-radius: var(--r-xl); border: 1px solid var(--v-line); }
.v-despre-stat .num { font-family: var(--v-fhead); font-weight: 400; font-size: clamp(2.4rem, 3.6vw, 3.2rem); color: var(--v-rose); line-height: 1; letter-spacing: -.02em; }
.v-despre-stat .lbl { font-size: .85rem; color: var(--v-muted); margin-top: .5rem; }

/* Misiune split */
.v-despre-mission { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 860px) { .v-despre-mission { grid-template-columns: 1fr; gap: 2rem; } }

/* Timeline */
.v-despre-timeline { list-style: none; padding: 0; margin: 3rem 0 0; position: relative; }
/* Linie verticală centrată în gutter-ul dedicat (col 2) — desktop 72px, mobil 61px */
.v-despre-timeline::before {
    content: ''; position: absolute; left: 72px; top: 12px; bottom: 12px; width: 2px;
    background: linear-gradient(to bottom, rgba(216,76,91,.2), rgba(216,76,91,.05));
}
@media (max-width: 640px) { .v-despre-timeline::before { left: 61px; } }
/* 3 coloane: an | gutter linie+bulină | conținut — bulina nu se mai poate suprapune cu textul */
.v-despre-timeline li { display: grid; grid-template-columns: 56px 32px 1fr; gap: 0; padding: 1.25rem 0 3.25rem; position: relative; }
.v-despre-timeline li:last-child { padding-bottom: 1rem; }
@media (max-width: 640px) { .v-despre-timeline li { grid-template-columns: 48px 26px 1fr; } }
.v-tl-year { grid-column: 1; font-family: var(--v-fhead); font-weight: 400; font-size: 1.4rem; color: var(--v-rose); position: relative; text-align: right; }
@media (max-width: 640px) { .v-tl-year { font-size: 1.15rem; } }
.v-tl-year::after {
    content: ''; position: absolute; left: 72px; transform: translateX(-50%); top: 8px; width: 14px; height: 14px; border-radius: 50%;
    background: var(--v-rose); box-shadow: 0 0 0 4px rgba(216,76,91,.15);
}
@media (max-width: 640px) { .v-tl-year::after { left: 61px; } }
.v-tl-body { grid-column: 3; }
.v-tl-body h3 { font-family: var(--v-fhead); font-weight: 400; font-size: 1.4rem; line-height: 1.2; margin-bottom: .4rem; color: var(--v-ink); }
.v-tl-body p { color: var(--v-ink-soft); line-height: 1.55; margin: 0; }

/* Valori */
.v-despre-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
@media (max-width: 860px) { .v-despre-values { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .v-despre-values { grid-template-columns: 1fr; } }
.v-despre-value { background: #fff; border-radius: var(--r-xl); padding: 1.8rem 1.5rem; border: 1px solid var(--v-line); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.v-despre-value:hover { transform: translateY(-3px); box-shadow: var(--sh-card); }
.v-despre-value-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, rgba(216,76,91,.12), rgba(255,177,153,.14)); color: var(--v-rose); margin-bottom: 1rem; }
.v-despre-value-icon .picon { width: 28px; height: 28px; }
.v-despre-value h3 { font-family: var(--v-fhead); font-weight: 400; font-size: 1.2rem; margin-bottom: .5rem; color: var(--v-ink); }
.v-despre-value p { color: var(--v-ink-soft); font-size: .92rem; line-height: 1.5; margin: 0; }

/* Echipa formatori */
.v-despre-team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2rem; }
@media (max-width: 720px) { .v-despre-team { grid-template-columns: 1fr; } }
.v-despre-trainer { display: flex; gap: 1.2rem; background: #fff; padding: 1.5rem; border-radius: var(--r-xl); border: 1px solid var(--v-line); }
.v-despre-trainer-photo { flex: none; width: 110px; height: 110px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, var(--v-rose), var(--v-wine)); display: grid; place-items: center; color: #fff; font-family: var(--v-fhead); font-size: 2rem; }
.v-despre-trainer-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v-despre-trainer-body h3 { font-family: var(--v-fhead); font-weight: 400; font-size: 1.3rem; line-height: 1.2; margin-bottom: .15rem; color: var(--v-ink); }
.v-despre-trainer-body .role { display: block; font-size: .82rem; color: var(--v-rose); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; margin-bottom: .8rem; }
.v-despre-trainer-body p { color: var(--v-ink-soft); font-size: .88rem; line-height: 1.55; margin: 0; }

/* ============================================================================
   CONTACT
   ============================================================================ */
.v-contact-hero { padding-top: 5rem; }
.v-contact-quickmeta { font-size: .92rem; color: var(--v-ink-soft); display: inline-flex; align-items: center; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.v-contact-quickmeta strong { color: var(--v-ink); }
.v-contact-quickmeta .dot { color: var(--v-muted); opacity: .6; }

.v-contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: start; }
@media (max-width: 860px) { .v-contact-grid { grid-template-columns: 1fr; } }

.v-contact-form { background: #fff; padding: 2.2rem; border-radius: var(--r-2xl); border: 1px solid var(--v-line); box-shadow: 0 8px 30px rgba(20,15,12,.05); position: relative; }
.v-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 540px) { .v-form-row { grid-template-columns: 1fr; } }
.v-form-field { display: block; margin-bottom: 1rem; }
.v-form-field > span { display: block; font-size: .82rem; font-weight: 500; color: var(--v-ink-soft); margin-bottom: .35rem; }
.v-form-field input, .v-form-field textarea, .v-form-field select {
    width: 100%; padding: .85rem 1rem; border-radius: 12px;
    background: #fafaf7; border: 1.5px solid var(--v-line); font: inherit; font-size: 1rem; color: var(--v-ink);
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.v-form-field input:focus, .v-form-field textarea:focus, .v-form-field select:focus {
    outline: none; border-color: var(--v-rose); background: #fff; box-shadow: 0 0 0 4px rgba(216,76,91,.1);
}
.v-form-captcha { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; padding: .9rem 1rem; background: rgba(216,76,91,.05); border-radius: 12px; }
.v-form-captcha span { font-size: .92rem; color: var(--v-ink-soft); }
.v-form-captcha input { padding: .5rem .8rem; border-radius: 8px; border: 1.5px solid var(--v-line); font: inherit; }

.v-form-consent { display: flex; align-items: flex-start; gap: .7rem; padding: .7rem .9rem; background: rgba(216,76,91,.04); border-radius: 12px; margin-bottom: .6rem; font-size: .85rem; line-height: 1.45; color: var(--v-ink-soft); cursor: pointer; }
.v-form-consent input { position: absolute; opacity: 0; pointer-events: none; }
.v-form-cb-box { flex: none; width: 20px; height: 20px; border-radius: 5px; border: 2px solid rgba(20,15,12,.18); margin-top: 1px; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.v-form-consent:has(input:checked) .v-form-cb-box { background: var(--v-rose); border-color: var(--v-rose); }
.v-form-consent:has(input:checked) .v-form-cb-box::after { content: ''; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); margin-top: -2px; }
.v-form-consent a { color: var(--v-rose); text-decoration: underline; }
.v-form-consent-soft { background: transparent; }

.v-form-msg { font-size: .92rem; padding: .6rem 0; }
.v-form-msg-ok { color: #1e6b46; }
.v-form-msg-err { color: var(--v-rose); }

.v-contact-aside { display: flex; flex-direction: column; gap: 1.2rem; }
.v-contact-card { background: #fff; padding: 1.8rem; border-radius: var(--r-2xl); border: 1px solid var(--v-line); }
.v-contact-card h3 { font-family: var(--v-fhead); font-weight: 400; font-size: 1.4rem; margin-bottom: 1.2rem; }
.v-contact-row { display: flex; gap: 1rem; align-items: flex-start; padding: .9rem 0; border-bottom: 1px solid var(--v-line); }
.v-contact-row:last-child { border-bottom: 0; }
.v-contact-row-ic { flex: none; width: 38px; height: 38px; border-radius: 10px; background: rgba(216,76,91,.08); color: var(--v-rose); display: grid; place-items: center; }
.v-contact-row-ic .picon { width: 20px; height: 20px; }
.v-contact-row strong { display: block; font-size: .82rem; font-weight: 600; color: var(--v-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .15rem; }
.v-contact-row span, .v-contact-row a { color: var(--v-ink); text-decoration: none; line-height: 1.4; }
.v-contact-row a:hover { color: var(--v-rose); }

.v-contact-map iframe { display: block; border-radius: 18px; box-shadow: 0 8px 25px rgba(20,15,12,.08); }
.v-contact-social { display: flex; align-items: center; gap: .55rem; padding: 1rem 1.2rem; background: #fff; border-radius: var(--r-xl); border: 1px solid var(--v-line); }
.v-contact-social span { font-size: .82rem; color: var(--v-muted); margin-right: .3rem; }
.v-contact-social a { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(216,76,91,.06); color: var(--v-ink); transition: background .2s, color .2s; }
.v-contact-social a:hover { background: var(--v-rose); color: #fff; }

/* FAQ accordion */
.v-faq { display: flex; flex-direction: column; gap: .6rem; margin-top: 2rem; }
.v-faq-item { background: #fff; border-radius: 16px; border: 1px solid var(--v-line); overflow: hidden; transition: border-color .2s; }
.v-faq-item[open] { border-color: rgba(216,76,91,.25); }
.v-faq-item summary {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.1rem 1.4rem; cursor: pointer; list-style: none;
    font-weight: 600; font-size: 1.02rem; color: var(--v-ink);
}
.v-faq-item summary::-webkit-details-marker { display: none; }
.v-faq-toggle { flex: none; width: 26px; height: 26px; border-radius: 50%; background: rgba(216,76,91,.08); position: relative; transition: background .2s, transform .3s; }
.v-faq-toggle::before, .v-faq-toggle::after {
    content: ''; position: absolute; left: 50%; top: 50%; width: 11px; height: 2px;
    background: var(--v-rose); transform: translate(-50%, -50%); transition: transform .3s;
}
.v-faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.v-faq-item[open] .v-faq-toggle { background: var(--v-rose); }
.v-faq-item[open] .v-faq-toggle::before, .v-faq-item[open] .v-faq-toggle::after { background: #fff; }
.v-faq-item[open] .v-faq-toggle::after { transform: translate(-50%, -50%) rotate(180deg); }
.v-faq-answer { padding: 0 1.4rem 1.3rem; color: var(--v-ink-soft); line-height: 1.6; }
.v-faq-answer p { margin: 0; }

/* ============================================================================
   COURSE DETAIL PAGE
   ============================================================================ */
.v-course-page { padding-bottom: 4rem; }
/* Sprite Phosphor ascuns (referențiat doar prin <use href="#p-...">) */
#mycms-phosphor-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
/* Picon clasa default — moștenește currentColor */
.picon { display: inline-block; vertical-align: middle; flex: none; color: currentColor; }

/* Hero course: mai mult padding top ca să nu mai treacă titlul sub navbar (era 6rem, acum 9rem) */
.v-course-hero-section { position: relative; min-height: 560px; overflow: hidden; color: #fff; display: flex; align-items: flex-end; padding: 9rem 0 3rem; margin-top: -5.5rem; }
.v-course-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; background-size: cover; background-position: center; }
.v-course-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,15,12,.3) 0%, rgba(20,15,12,.78) 100%); }
.v-course-hero-inner { position: relative; z-index: 1; width: 100%; }
.v-course-hero-inner .v-eyebrow { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); padding: .35rem .9rem; border-radius: 999px; backdrop-filter: blur(8px); }
.v-course-hero-inner .v-course-hero-title { font-family: var(--v-fhead); font-weight: 400; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.04; margin: 1rem 0 1rem; color: #fff; max-width: 22ch; }
.v-course-hero-sub { font-size: 1.15rem; color: rgba(255,255,255,.92); line-height: 1.55; max-width: 56ch; margin: 0 0 1.5rem; }
.v-course-hero-meta { display: inline-flex; align-items: center; gap: .65rem; font-size: .95rem; color: rgba(255,255,255,.92); flex-wrap: wrap; margin-bottom: 2rem; }
.v-course-hero-meta strong { color: #fff; font-weight: 600; }
.v-course-hero-meta .dot { opacity: .5; }
.v-course-hero-cta { display: inline-flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; }
.v-course-hero-price { font-family: var(--v-fhead); font-weight: 400; font-size: 2.4rem; color: #fff; letter-spacing: -.02em; }

/* Key facts row */
.v-course-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 720px) { .v-course-facts { grid-template-columns: repeat(2, 1fr); } }
.v-course-fact { background: #fff; padding: 1.3rem 1.1rem; border-radius: var(--r-xl); border: 1px solid var(--v-line); text-align: center; }
.v-course-fact .ic { display: inline-grid; place-items: center; width: 48px; height: 48px; margin: 0 auto .6rem; border-radius: 12px; background: linear-gradient(135deg, rgba(216,76,91,.10), rgba(255,177,153,.12)); color: var(--v-rose); }
.v-course-fact .ic .picon { width: 24px; height: 24px; }
.v-course-fact .lbl { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: var(--v-muted); font-weight: 600; }
.v-course-fact .val { font-family: var(--v-fhead); font-weight: 400; font-size: 1.15rem; color: var(--v-ink); margin-top: .3rem; line-height: 1.2; }

/* Content + sticky aside grid */
.v-course-content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; max-width: 1100px; }
@media (max-width: 980px) { .v-course-content-grid { grid-template-columns: 1fr; max-width: 720px; } }
.v-course-main-content .v-prose { font-size: 1.05rem; line-height: 1.7; color: var(--v-ink-soft); }

/* Curriculum accordion */
.v-curriculum { display: flex; flex-direction: column; gap: .55rem; }
.v-curriculum-mod { background: #fff; border-radius: 14px; border: 1px solid var(--v-line); overflow: hidden; transition: border-color .2s; }
.v-curriculum-mod[open] { border-color: rgba(216,76,91,.2); }
.v-curriculum-mod summary {
    display: flex; align-items: center; gap: 1rem;
    padding: 1.1rem 1.3rem; cursor: pointer; list-style: none;
    font-weight: 500; color: var(--v-ink);
}
.v-curriculum-mod summary::-webkit-details-marker { display: none; }
.v-mod-num { flex: none; width: 32px; height: 32px; border-radius: 8px; background: rgba(216,76,91,.10); color: var(--v-rose-dk); display: grid; place-items: center; font-weight: 700; font-size: .85rem; }
.v-mod-title { flex: 1; font-family: var(--v-fhead); font-size: 1.1rem; font-weight: 400; line-height: 1.3; }
.v-mod-meta { flex: none; font-size: .8rem; color: var(--v-muted); }
.v-mod-lessons { list-style: none; padding: 0 1.3rem 1rem 1.3rem; margin: 0; }
.v-mod-lessons li { display: flex; align-items: center; gap: .7rem; padding: .6rem 0; border-top: 1px solid var(--v-line); font-size: .95rem; color: var(--v-ink-soft); }
.v-lesson-dot { flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--v-rose); opacity: .4; }
.v-lesson-title { flex: 1; }
.v-lesson-badge { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; background: rgba(34,139,90,.12); color: #1e6b46; padding: .15rem .5rem; border-radius: 999px; font-weight: 600; }
.v-lesson-time { font-size: .8rem; color: var(--v-muted); flex: none; }

/* Outcomes grid */
.v-course-outcomes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.5rem; }
@media (max-width: 560px) { .v-course-outcomes { grid-template-columns: 1fr; } }
.v-course-outcomes > div { background: #fff; padding: 1.3rem 1.3rem 1.4rem; border-radius: var(--r-xl); border: 1px solid var(--v-line); display: flex; flex-direction: column; gap: .35rem; }
.v-course-outcomes > div > .picon { color: var(--v-rose); margin-bottom: .4rem; }
.v-course-outcomes strong { font-size: 1.02rem; color: var(--v-ink); }
.v-course-outcomes > div > span:last-child { font-size: .88rem; color: var(--v-ink-soft); line-height: 1.5; }

/* Trainer card */
.v-course-trainer { display: flex; gap: 1.5rem; background: linear-gradient(135deg, rgba(216,76,91,.04), rgba(255,160,122,.04)); padding: 1.8rem; border-radius: var(--r-2xl); border: 1px solid rgba(216,76,91,.12); margin-top: 1.5rem; }
@media (max-width: 540px) { .v-course-trainer { flex-direction: column; text-align: center; align-items: center; } }
.v-course-trainer img { flex: none; width: 130px; height: 130px; border-radius: 50%; object-fit: cover; }
.v-course-trainer-init { flex: none; width: 130px; height: 130px; border-radius: 50%; background: linear-gradient(135deg, var(--v-rose), var(--v-wine)); color: #fff; display: grid; place-items: center; font-family: var(--v-fhead); font-size: 3rem; }
.v-course-trainer h3 { font-family: var(--v-fhead); font-weight: 400; font-size: 1.5rem; margin-bottom: .2rem; color: var(--v-ink); }
.v-course-trainer .role { display: block; font-size: .82rem; color: var(--v-rose); text-transform: uppercase; letter-spacing: .14em; font-weight: 600; margin-bottom: .8rem; }
.v-course-trainer p { color: var(--v-ink-soft); line-height: 1.6; margin: 0; }

/* Enroll aside sticky */
.v-course-enroll-aside { position: sticky; top: 100px; }
@media (max-width: 980px) { .v-course-enroll-aside { position: static; } }
.v-course-enroll-card { background: #fff; padding: 1.8rem; border-radius: var(--r-2xl); border: 1px solid var(--v-line); box-shadow: 0 10px 40px rgba(20,15,12,.08); }
.v-course-enroll-price { font-family: var(--v-fhead); font-weight: 400; font-size: 2.4rem; color: var(--v-rose); letter-spacing: -.02em; display: block; margin-bottom: 1.2rem; }
.v-course-enroll-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.v-course-enroll-list li { display: flex; justify-content: space-between; padding: .7rem 0; border-bottom: 1px solid var(--v-line); font-size: .92rem; }
.v-course-enroll-list li:last-child { border-bottom: 0; }
.v-course-enroll-list span { color: var(--v-muted); }
.v-course-enroll-list strong { color: var(--v-ink); font-weight: 600; text-align: right; }
.v-course-enroll-card .v-btn { width: 100%; justify-content: center; }
.v-course-enroll-card form { margin: 0; }
.v-course-enroll-card form button { width: 100%; }
.v-course-enroll-foot { font-size: .78rem; color: var(--v-muted); text-align: center; margin-top: .8rem; }

/* Înscriere: formular + checkbox de consimțământ. Textul moștenește culoarea
   contextului (currentColor) ca să fie lizibil și pe hero/bandă închisă, și pe cardul alb. */
.v-enroll-form { display: flex; flex-direction: column; gap: .75rem; align-items: flex-start; margin: 0; }
.v-course-enroll-card .v-enroll-form { align-items: stretch; }
.v-enroll-consent { display: flex; align-items: flex-start; gap: .5rem; font-size: .8rem; line-height: 1.4; max-width: 42ch; color: inherit; opacity: .85; cursor: pointer; text-align: left; font-weight: 500; }
.v-enroll-consent input { margin-top: .15rem; flex: none; width: 16px; height: 16px; accent-color: var(--v-rose); cursor: pointer; }
.v-enroll-consent a { color: inherit; text-decoration: underline; }
.v-consent-alert { margin: 1.4rem 0 -1rem; padding: .85rem 1.1rem; border-radius: 12px; background: rgba(216,76,91,.10); border: 1px solid rgba(216,76,91,.32); color: var(--v-wine); font-size: .92rem; font-weight: 500; }

/* ============================================================================
   View Transitions Vestido. Cross-fade smooth + subtle vertical drift + scale.
   Override-urile default ale style.css ca să avem tranziție editorial elegantă.
   ============================================================================ */
@keyframes v-page-out {
    0%   { opacity: 1; transform: translateY(0)    scale(1); filter: blur(0); }
    100% { opacity: 0; transform: translateY(-12px) scale(.985); filter: blur(2px); }
}
@keyframes v-page-in {
    0%   { opacity: 0; transform: translateY(14px) scale(1.012); filter: blur(3px); }
    60%  { filter: blur(0); }
    100% { opacity: 1; transform: translateY(0)    scale(1); filter: blur(0); }
}
::view-transition-old(root) {
    animation: v-page-out 380ms cubic-bezier(.22, 1, .36, 1) both;
}
::view-transition-new(root) {
    animation: v-page-in 520ms cubic-bezier(.22, 1, .36, 1) both;
}
/* Header rămâne fix peste transition (nu „dispare") */
.v-header { view-transition-name: vestido-header; }
::view-transition-group(vestido-header) {
    animation-duration: 0ms;
}
@media (prefers-reduced-motion: reduce) {
    ::view-transition-old(root), ::view-transition-new(root) { animation-duration: .01ms !important; }
}

/* — Layout helpers — */
.v-container { max-width: 1200px; margin: 0 auto; padding: 0 1.6rem; }
.v-section { position: relative; padding: 4rem 0; }
/* Doar DOUĂ secțiuni plate consecutive (alb pe alb, ex. „De ce…" → bandă CTA) nu-și dublează
   spațiul. O secțiune plată care urmează o bandă colorată (.v-section-alt) ÎȘI PĂSTREAZĂ
   padding-ul de sus (altfel s-ar lipi de bandă). */
.v-section:not(.v-section-alt) + .v-section:not(.v-section-alt) { padding-top: 0; }
.v-section-alt { background: var(--v-ivory-3); }
.v-muted { color: var(--v-muted); }
.v-lead { font-size: 1.22rem; line-height: 1.55; color: var(--v-ink-soft); }

.v-eyebrow {
    display: inline-block;
    text-transform: uppercase; letter-spacing: .2em;
    font-size: .72rem; font-weight: 600; color: var(--v-wine);
}

.v-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.6rem; flex-wrap: wrap; }
.v-section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin: .7rem 0 0; }
.v-section-head p { color: var(--v-muted); margin: .6rem 0 0; max-width: 46ch; }
.v-more {
    display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.3rem;
    font-weight: 600; color: var(--v-ink); white-space: nowrap;
    background: var(--v-surface); border: 1px solid var(--v-line); border-radius: 999px;
    box-shadow: var(--sh-soft); transition: gap .3s var(--ease), transform .3s var(--ease), color .2s;
}
.v-more:hover { gap: .95rem; transform: translateY(-2px); color: var(--v-rose); }

/* ============================================================================
   BUTOANE
   ============================================================================ */
.v-btn {
    position: relative; display: inline-flex; align-items: center; gap: .55rem;
    padding: .95rem 1.7rem; border-radius: 999px; border: 0;
    font-family: var(--v-fbody); font-size: .98rem; font-weight: 600;
    color: #fff; cursor: pointer; text-decoration: none;
    background: linear-gradient(180deg, #ff6f72 0%, var(--v-rose) 52%, var(--v-rose-dk) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.45),
        inset 0 -3px 8px rgba(120,20,30,.20),
        0 2px 4px rgba(216,76,91,.25),
        0 9px 20px rgba(216,76,91,.32);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), filter .25s;
    will-change: transform;
}
.v-btn::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    background: radial-gradient(120px 80px at var(--mx,50%) var(--my,50%), rgba(255,255,255,.32), transparent 70%);
    opacity: 0; transition: opacity .3s;
}
.v-btn:hover { transform: translateY(-2px); filter: brightness(1.03);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 8px rgba(120,20,30,.18), 0 3px 6px rgba(216,76,91,.3), 0 16px 32px rgba(216,76,91,.42); }
.v-btn:hover::after { opacity: 1; }
.v-btn:active { transform: translateY(0); box-shadow: inset 0 2px 5px rgba(120,20,30,.3), 0 3px 8px rgba(216,76,91,.28); }
.v-btn-ghost { background: linear-gradient(180deg, #fff, var(--v-ivory-2)); color: var(--v-ink); border: 1px solid var(--v-line); box-shadow: inset 0 1px 0 #fff, 0 4px 12px rgba(60,40,30,.08); }
.v-btn-ghost:hover { color: var(--v-ink); transform: translateY(-2px); box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(60,40,30,.14); }
.v-btn-light { background: var(--v-surface); color: var(--v-rose); box-shadow: var(--sh-card); }
.v-btn-light:hover { background: #fff; color: var(--v-rose-dk); }
.v-btn .v-ic { width: 1.05em; height: 1.05em; display: inline-block; }
/* Fix specificitate: resetul `.vestido a {color:inherit}` (0,1,1) bătea `.v-btn` —
   forțăm culorile corecte ale butoanelor pe <a> și <button>. */
.vestido .v-btn { color: #fff; }
.vestido .v-btn-ghost { color: var(--v-ink); }
.vestido .v-btn-light { color: var(--v-rose); }
/* style.css desenează un „underline" pe ORICE <a> prin background-image
   (linear-gradient currentColor, background-size:100% 1px). getComputedStyle nu-l
   raportează ca text-decoration → de-aia părea „none". Îl anulăm pe linkurile temei.
   Butoanele/CTA folosesc `background:` shorthand (deci background-image propriu) și nu sunt afectate;
   CTA „Cont nou" (.member-nav-link:last-child) e mai specific → își păstrează gradientul. */
.vestido .v-nav a, .vestido .v-nav-end a, .vestido .v-footer a, .vestido .v-more,
.vestido .v-brand, .vestido .v-nav-brand, .vestido .member-nav-account, .vestido .member-nav-link,
.vestido .v-footer-brand .b {
    text-decoration: none;
    background-image: none;
}

/* ============================================================================
   HEADER — floating glass navbar
   ============================================================================ */
/* Navbar fix care plutește PESTE hero (nu bandă separată) + centrat pe orice lățime */
.v-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: .8rem 1.6rem; transition: padding .4s var(--ease); }
.v-header-inner {
    max-width: 1200px; margin: 0 auto;
    padding: .5rem .6rem .5rem 1.4rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    /* Bg mai opac (.88) + blur mai puternic ca textul de sub să nu mai treacă vizibil prin pill */
    background: rgba(255,251,247,.88);
    backdrop-filter: blur(28px) saturate(180%); -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255,255,255,.8); border-radius: 999px;
    box-shadow: 0 10px 40px rgba(60,40,30,.10), inset 0 1px 0 rgba(255,255,255,.9);
}
/* La scroll, mai opac încă (.94) ca textul lung de sub să fie complet ascuns */
.v-header.scrolled .v-header-inner {
    background: rgba(255,251,247,.94);
    box-shadow: 0 14px 50px rgba(60,40,30,.16), inset 0 1px 0 rgba(255,255,255,.95);
}
.v-brand { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--v-fhead); font-weight: 600; font-size: 1.2rem; letter-spacing: -0.03em; }
.v-brand img { height: 32px; width: auto; display: block; }
/* Simbolul VR (Vestido Rojo) — înlocuiește bila cu gradient. SVG-ul folosit e symbol-vr-clean.svg
   (varianta fără background-ul alb care acoperea ivory-ul). Înălţimea finală vine din regula
   `.v-brand img { height: 32px }` de mai sus (specificitate mai mare 0,1,1 vs 0,1,0); arată bine
   la 32px alături de wordmark. Override-ul explicit aici e dezactivat intenţionat. */
.v-brand-mark { width: auto; display: block; flex: none; }
.v-brand .bt { display: flex; flex-direction: column; line-height: 1; }
.v-brand small { font-family: var(--v-fbody); font-weight: 600; font-size: .56rem; letter-spacing: .22em; text-transform: uppercase; color: var(--v-muted); margin-top: 3px; }
/* Layout: brand (stânga) · meniu (centrat) · auth+CTA (dreapta) */
.v-nav-wrap { display: flex; align-items: center; gap: 1rem; flex: 1; min-width: 0; }
.v-nav { display: flex; align-items: center; gap: .2rem; flex: 1; justify-content: center; }
.v-nav-end { display: flex; align-items: center; gap: .3rem; flex: none; }
.v-nav > a { position: relative; font-size: .94rem; font-weight: 500; color: var(--v-ink-soft); padding: .5rem .85rem; border-radius: 999px; transition: color .2s, background .2s; }
.v-nav > a::after { content: ''; position: absolute; left: 50%; bottom: .3rem; width: 0; height: 2px; background: var(--v-rose); border-radius: 2px; transform: translateX(-50%); transition: width .3s var(--ease); }
.v-nav > a:hover { color: var(--v-ink); }
.v-nav > a:hover::after { width: 16px; }
.v-nav-end .member-nav-account, .v-nav-end .member-nav-link { font-weight: 600; font-size: .94rem; }
.v-nav-end .member-nav-link { padding: .5rem .7rem; border-radius: 999px; color: var(--v-ink-soft); transition: color .2s, background .2s; }
.v-nav-end .member-nav-link:hover { color: var(--v-ink); }
.v-nav-end .member-nav-account { padding: .35rem .7rem; border-radius: 999px; transition: background .2s; }
.v-nav-end .member-nav-account:hover { background: rgba(31,24,19,.05); }
/* „Cont nou" (ultimul link membri) → pilulă CTA */
.v-nav-end .member-nav-link:last-child {
    color: #fff; background: linear-gradient(135deg, var(--v-rose-lt), var(--v-rose));
    padding: .55rem 1.25rem; margin-left: .35rem; box-shadow: 0 10px 24px rgba(216,76,91,.26);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), filter .2s;
}
.v-nav-end .member-nav-link:last-child:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(216,76,91,.36); filter: brightness(1.03); }
.vestido .member-nav-avatar { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; border: 1px solid var(--v-line); }
/* Hamburger animat: 3 linii → X la .open. Pe desktop ascuns. */
.v-nav-toggle { display: none; background: rgba(255,255,255,.7); border: 1px solid var(--v-line); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; color: var(--v-ink); padding: 0; place-items: center; align-items: center; justify-content: center; transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease); }
.v-nav-toggle:hover { background: #fff; border-color: var(--v-rose); }
.v-nav-toggle:active { transform: scale(.94); }
.v-burger { position: relative; width: 18px; height: 14px; display: inline-block; }
.v-burger span { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; border-radius: 2px; transition: transform .35s var(--ease), opacity .25s var(--ease), top .35s var(--ease); }
.v-burger span:nth-child(1) { top: 0; }
.v-burger span:nth-child(2) { top: 6px; }
.v-burger span:nth-child(3) { top: 12px; }
.v-header.open .v-burger span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.v-header.open .v-burger span:nth-child(2) { opacity: 0; }
.v-header.open .v-burger span:nth-child(3) { top: 6px; transform: rotate(-45deg); }
/* Backdrop & drawer elements — vizibile/scoase din flow doar pe mobil (regulile @media) */
.v-nav-backdrop { display: none; }
.v-nav-head, .v-nav-close, .v-nav-brand, .v-nav-eyebrow, .v-nav-foot { display: none; }

/* ============================================================================
   HERO — asimetric: copy stânga + carduri glass plutitoare dreapta
   ============================================================================ */
.v-hero {
    position: relative; overflow: hidden; padding: 8rem 0 5rem;
    background:
        /* veil ivory pe toată lățimea — liniile din fundal rămân doar o textură discretă, sub text */
        linear-gradient(100deg, var(--v-ivory) 8%, rgba(247,244,239,.84) 48%, rgba(247,244,239,.5) 78%, rgba(247,244,239,.4) 100%),
        var(--hero-bg, none) right center / cover no-repeat,
        radial-gradient(circle at top right, rgba(255,160,122,.20), transparent 40%),
        var(--v-ivory);
}
/* grain subtil — 3.5% opacity, restrained */
.v-hero::after {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: .035; mix-blend-mode: multiply;
}
.v-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.v-orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; will-change: transform; opacity: .8; }
.v-orb-1 { width: 300px; height: 300px; right: 6%; top: 2%; background: rgba(255,160,122,.22); }
.v-orb-2 { width: 260px; height: 260px; right: 32%; top: 40%; background: rgba(255,90,120,.14); }
.v-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 1.6rem; display: grid; grid-template-columns: 1.02fr .98fr; gap: 3rem; align-items: center; }
.v-hero h1 { font-size: clamp(2.6rem, 5.8vw, 5rem); line-height: 1.04; letter-spacing: -0.015em; margin: 1.3rem 0 1.4rem; }
.v-hero h1 .accent { color: var(--v-rose); }
.v-hero-sub { font-size: 1.18rem; color: var(--v-ink-soft); max-width: 44ch; margin: 0 0 2rem; }
.v-hero-cta { display: flex; gap: .85rem; flex-wrap: wrap; align-items: center; }
.v-hero-proof { display: flex; align-items: center; gap: .9rem; margin-top: 2.2rem; color: var(--v-ink-soft); font-size: .95rem; }
/* Pe desktop afișăm doar proof-ul din .v-hero-copy. Varianta duplicată .v-hero-proof-mob (din stat card) e ascunsă. */
.v-hero-proof-mob { display: none; }
.v-avatars { display: flex; }
.v-avatars img, .v-avatars span {
    width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--v-ivory); margin-left: -14px;
    background: linear-gradient(135deg, var(--v-rose), var(--v-wine));
    display: grid; place-items: center; color: #fff; font-weight: 600; font-size: .85rem;
}
.v-avatars :first-child { margin-left: 0; }
.v-avatars .more { font-size: .72rem; }

/* Stage cu carduri glass */
.v-hero-stage { position: relative; display: grid; grid-template-columns: 1fr 1.12fr; grid-template-rows: auto auto auto; gap: 1rem; }
.v-glass {
    position: relative; background: var(--glass);
    backdrop-filter: var(--blur-glass); -webkit-backdrop-filter: var(--blur-glass);
    border: 1px solid var(--glass-brd); border-radius: var(--r-2xl);
    box-shadow: var(--sh-float), inset 0 1px 0 rgba(255,255,255,.9);
}
.v-hc { padding: 1.2rem 1.3rem; }
/* Card statistici (sus-stânga) */
.v-hc-stat { grid-column: 1; grid-row: 1; align-self: start; }
.v-hc-stat .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(216,76,91,.12); color: var(--v-rose); margin-bottom: .8rem; }
.v-hc-stat .n { font-family: var(--v-fhead); font-weight: 600; font-size: 2rem; letter-spacing: -.03em; line-height: 1; }
.v-hc-stat .l { font-size: .85rem; color: var(--v-muted); margin-top: .3rem; }
/* Card media mare (dreapta, înalt) */
.v-hc-media { grid-column: 2; grid-row: 1 / span 3; min-height: 360px; padding: 0; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.v-hc-media .ph { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: #e7ddd2; }
.v-hc-media .ph::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,15,12,0) 40%, rgba(20,15,12,.62)); }
.v-hc-media .live { position: relative; align-self: flex-start; margin: 1rem; display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .75rem; border-radius: 999px; background: rgba(255,255,255,.9); font-size: .74rem; font-weight: 600; color: var(--v-rose); }
.v-hc-media .live::before { content:''; width: 7px; height: 7px; border-radius: 50%; background: var(--v-rose); box-shadow: 0 0 0 0 rgba(216,76,91,.5); animation: v-pulse 1.8s infinite; }
.v-hc-media .cd { position: relative; margin: auto 0 0; padding: 1rem 1.2rem 1.2rem; color: #fff; }
.v-hc-media .cd .t { font-size: .82rem; opacity: .85; margin-bottom: .6rem; }
.v-countdown { display: flex; gap: 1rem; }
.v-countdown div { text-align: left; }
.v-countdown b { font-family: var(--v-fhead); font-weight: 600; font-size: 1.7rem; line-height: 1; }
.v-countdown span { display: block; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; opacity: .8; margin-top: .3rem; }
@keyframes v-pulse { 0%{box-shadow:0 0 0 0 rgba(216,76,91,.5);} 70%{box-shadow:0 0 0 8px rgba(216,76,91,0);} 100%{box-shadow:0 0 0 0 rgba(216,76,91,0);} }
/* Card video (mijloc-stânga) */
.v-hc-video { grid-column: 1; grid-row: 2; display: flex; flex-direction: column; gap: .9rem; cursor: pointer; padding: 0; overflow: hidden; }
.v-hc-video .ph { position: relative; aspect-ratio: 16/11; background-size: cover; background-position: center; background-color: #e7ddd2; display: grid; place-items: center; }
.v-hc-video .ph::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(20,15,12,.35)); }
.v-hc-video .play { position: relative; z-index: 1; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; color: var(--v-rose); font-size: 1rem; transition: transform .35s var(--ease); box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.v-hc-video:hover .play { transform: scale(1.1); }
.v-hc-video .lbl { padding: 0 1.1rem 1.1rem; }
.v-hc-video .lbl strong { display: block; font-family: var(--v-fhead); font-weight: 500; font-size: 1.04rem; }
.v-hc-video .lbl span { font-size: .82rem; color: var(--v-muted); display: inline-flex; align-items: center; gap: .35rem; margin-top: .25rem; }
/* Card testimonial (jos-stânga, suprapus) */
.v-hc-testi { grid-column: 1; grid-row: 3; align-self: start; }
.v-hc-testi .who { display: flex; align-items: center; gap: .6rem; margin-bottom: .6rem; }
.v-hc-testi .who .av { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; background: linear-gradient(135deg,var(--v-rose),var(--v-wine)); display:grid; place-items:center; color:#fff; font-weight:600; font-size: .85rem; }
.v-hc-testi .who b { display: block; font-weight: 600; font-size: .92rem; }
.v-hc-testi .who .stars { color: var(--v-coral); font-size: .76rem; letter-spacing: .08em; }
.v-hc-testi .q { font-size: .92rem; line-height: 1.5; color: var(--v-ink-soft); margin: 0; }

/* ============================================================================
   TRUSTED BY
   ============================================================================ */
.v-trust { padding: 2.8rem 0; border-top: 1px solid var(--v-line-2); border-bottom: 1px solid var(--v-line-2); background: var(--v-ivory-2); }
.v-trust-lbl { text-align: center; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 600; color: var(--v-muted); margin-bottom: 1.6rem; }
.v-trust-row { display: flex; align-items: center; justify-content: center; gap: 2.6rem; flex-wrap: wrap; }
.v-trust-row .org { display: inline-flex; align-items: center; gap: .65rem; opacity: .65; transition: opacity .3s; }
.v-trust-row .org:hover { opacity: 1; }
.v-trust-row .org-mark { color: var(--v-wine); flex: none; }
.v-trust-row .org-mark svg { width: 30px; height: 30px; display: block; }
/* Logo-uri reale parteneri — PNG monocrom gri, înălțime uniformă pentru aliniere stabilă */
.v-trust-row .org-img { gap: 0; }
.v-trust-row .org-logo { height: 46px; width: auto; display: block; object-fit: contain; }
.v-trust-row .org-txt { display: flex; flex-direction: column; line-height: 1.12; }
.v-trust-row .org-txt b { font-family: var(--v-fbody); font-weight: 700; font-size: .98rem; letter-spacing: .01em; color: var(--v-ink); }
.v-trust-row .org-txt small { font-size: .6rem; letter-spacing: .04em; color: var(--v-muted); text-transform: uppercase; max-width: 18ch; margin-top: .12rem; }

/* ============================================================================
   CURSURI — bento + carduri cinematice
   ============================================================================ */
/* Bento: rândurile sunt independente, cardurile dintr-un rând au aceeași înălțime (default stretch).
   Constrângere: TOATE rândurile capate la ~460px ca să rămână compact (fără carduri uriașe). */
.v-bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(0, 460px); gap: 1.3rem; }
.v-bento .v-course-card.feat-big { grid-column: span 2; grid-row: span 2; }
.v-bento .v-course-card.feat-wide { grid-column: span 2; flex-direction: row; }
.v-bento .feat-wide .v-cover { aspect-ratio: auto; width: 42%; min-height: auto; flex: none; }
.v-bento .feat-wide .v-course-body { flex: 1; }
.v-bento .feat-wide .v-course-body > p { -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
/* CTA în bento: padding mai mic ca să încapă în 460px, font ușor redus */
.v-bento .v-cta-mini-bold { padding: 2.2rem 1.6rem; min-height: 0; height: 100%; box-sizing: border-box; }
.v-bento .v-cta-mini-bold h3 { font-size: 1.85rem; max-width: 14ch; }
.v-bento .v-cta-mini-bold p { font-size: .96rem; max-width: 28ch; margin-bottom: 1.4rem; }
.v-bento .v-cta-mini-bold .v-cta-mini-eyebrow { margin-bottom: .8rem; }
.v-course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }

.v-course-card {
    position: relative; display: flex; flex-direction: column; overflow: hidden;
    background: var(--v-surface); border: 1px solid var(--v-line-2); border-radius: var(--r-xl);
    box-shadow: var(--sh-soft);
    transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
    will-change: transform; color: inherit;
}
.v-course-card:hover { transform: translateY(-6px); box-shadow: var(--sh-float); border-color: rgba(216,76,91,.18); }
.v-course-card .v-cover { position: relative; aspect-ratio: 16/10; overflow: hidden; background-color: #e7ddd2; background-size: cover; background-position: center; }
.v-bento .feat-big .v-cover { aspect-ratio: auto; flex: 1; min-height: 230px; }
.v-course-card .v-cover-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s var(--ease); }
.v-course-card:hover .v-cover-img { transform: scale(1.07); }
.v-course-card .v-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(20,15,12,.5)); }
.v-cover-empty { display: grid; place-items: center; font-family: var(--v-fhead); font-size: 3rem; color: rgba(255,255,255,.7); background: linear-gradient(135deg, var(--v-wine), var(--v-graphite)); }
.v-course-card .v-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; padding: .35rem .8rem; border-radius: 999px; font-size: .74rem; font-weight: 600; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); color: var(--v-ink); border: 1px solid rgba(255,255,255,.6); }
.v-badge-online { color: #1d6a5a; }
.v-badge-fizic { color: var(--v-wine); }
.v-badge-hibrid { color: #6b4ba3; }
.v-course-body { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.v-course-body h3 { font-family: var(--v-fbody); font-weight: 600; font-size: 1.1rem; line-height: 1.25; letter-spacing: -.01em; margin-bottom: .5rem; }
.v-bento .feat-big .v-course-body h3 { font-size: 1.45rem; }
.v-course-body > p { color: var(--v-muted); font-size: .95rem; margin: 0 0 1.2rem; flex: 1; }
.v-course-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--v-line-2); }
.v-price { font-family: var(--v-fhead); font-weight: 600; font-size: 1.2rem; color: var(--v-rose); }
.v-course-foot .v-date { font-size: .85rem; color: var(--v-muted); }
.v-course-foot .v-arr { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--v-ink); color: #fff; flex: none; transition: transform .35s var(--ease), background .25s; }
.v-course-card:hover .v-arr { background: var(--v-rose); transform: translateX(3px); }

/* mini CTA card în bento */
.v-cta-mini { display: flex; flex-direction: column; justify-content: center; padding: 2rem; border-radius: var(--r-xl); background: linear-gradient(150deg, #fff, var(--v-ivory-2)); border: 1px dashed rgba(216,76,91,.4); }
.v-cta-mini h3 { font-size: 1.4rem; margin-bottom: .55rem; }
.v-cta-mini p { color: var(--v-muted); font-size: .95rem; margin-bottom: 1.3rem; }

/* Varianta „bold" cardul CTA quiz: fundal roșu cu dots pattern, text CENTRAT, font mare. */
.v-cta-mini-bold {
    position: relative; overflow: hidden; color: #fff; border: 0; padding: 3rem 2.4rem;
    text-align: center; align-items: center; justify-content: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,200,170,.4), transparent 55%),
        radial-gradient(circle at 50% 100%, rgba(140,30,50,.5), transparent 60%),
        linear-gradient(140deg, var(--v-rose) 0%, var(--v-wine) 100%);
    box-shadow: 0 18px 50px rgba(140,30,50,.28), inset 0 1px 0 rgba(255,255,255,.18);
}
/* Dots pattern subtil în fundal (CSS radial-gradient repetată, fără SVG) */
.v-cta-mini-bold::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.18) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    background-position: 0 0;
    opacity: .55;
    mask: radial-gradient(circle at 50% 50%, #000 30%, transparent 80%);
    -webkit-mask: radial-gradient(circle at 50% 50%, #000 30%, transparent 80%);
}
.v-cta-mini-bold::after {
    content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .08; mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.v-cta-mini-glow { position: absolute; left: 50%; top: -60px; transform: translateX(-50%); width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.32), transparent 65%); pointer-events: none; filter: blur(20px); }
.v-cta-mini-bold > * { position: relative; z-index: 1; }
.v-cta-mini-eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.95); margin: 0 auto 1.1rem; padding: .35rem .9rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; backdrop-filter: blur(4px); }
.v-cta-mini-bold h3 { color: #fff; font-size: 2.4rem; line-height: 1.05; margin: 0 auto .8rem; max-width: 18ch; text-align: center; }
.v-cta-mini-bold p { color: rgba(255,255,255,.92); font-size: 1.1rem; line-height: 1.5; margin: 0 auto 1.8rem; max-width: 36ch; text-align: center; }
/* Buton alb (varianta light) cu accent roșu folosit în CTA-ul roșu */
.vestido .v-btn-light { background: #fff; color: var(--v-rose); align-self: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.9), inset 0 -2px 0 rgba(0,0,0,.04);
    padding: 1.05rem 2.2rem; font-size: 1.05rem; }
.vestido .v-btn-light:hover { background: #fff8f5; color: var(--v-wine); }

/* ── Glur: fotografie cu progressive blur în banda CTA bold ──
   Imaginea stă în spate; 5 straturi de backdrop-filter cu măști de gradient
   compun un blur care crește gradat în jos (efect Glur), peste care vine
   un voal roșu de brand ca textul să rămână lizibil. */
.v-cta-mini-bold > .v-cta-media { z-index: 0; }
.v-cta-media { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none; }
.v-cta-media-img {
    position: absolute; inset: 0;
    background: url('../../../../uploads/vestido/course-resurse-umane.jpg') center 60% / cover no-repeat;
    transform: scale(1.05);
}
.v-cta-blur { position: absolute; inset: 0; }
.v-cta-blur.b1 { backdrop-filter: blur(2px);  -webkit-backdrop-filter: blur(2px);
    -webkit-mask: linear-gradient(to bottom, transparent 0%, #000 26%); mask: linear-gradient(to bottom, transparent 0%, #000 26%); }
.v-cta-blur.b2 { backdrop-filter: blur(4px);  -webkit-backdrop-filter: blur(4px);
    -webkit-mask: linear-gradient(to bottom, transparent 24%, #000 44%); mask: linear-gradient(to bottom, transparent 24%, #000 44%); }
.v-cta-blur.b3 { backdrop-filter: blur(8px);  -webkit-backdrop-filter: blur(8px);
    -webkit-mask: linear-gradient(to bottom, transparent 42%, #000 60%); mask: linear-gradient(to bottom, transparent 42%, #000 60%); }
.v-cta-blur.b4 { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    -webkit-mask: linear-gradient(to bottom, transparent 58%, #000 76%); mask: linear-gradient(to bottom, transparent 58%, #000 76%); }
.v-cta-blur.b5 { backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
    -webkit-mask: linear-gradient(to bottom, transparent 74%, #000 90%); mask: linear-gradient(to bottom, transparent 74%, #000 90%); }
.v-cta-media-tint {
    position: absolute; inset: 0;
    background:
        linear-gradient(to bottom, rgba(12,10,10,0) 0%, rgba(12,10,10,.10) 30%, rgba(10,8,8,.55) 60%, rgba(8,6,6,.9) 84%, #070606 100%);
}

@media (max-width: 720px) {
    .v-cta-mini-bold { padding: 2.2rem 1.4rem; min-height: 0; }
    .v-cta-mini-bold h3 { font-size: 1.85rem; }
    .v-cta-mini-bold p { font-size: 1rem; }
}

/* ============================================================================
   FEATURES / DE CE NOI
   ============================================================================ */
.v-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.v-feature { padding: 1.8rem 1.5rem; border-radius: var(--r-lg); background: var(--v-surface); border: 1px solid var(--v-line-2); box-shadow: var(--sh-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease); text-align: left; }
.v-feature:hover { transform: translateY(-6px); box-shadow: var(--sh-card); }
.v-feature-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--v-rose); margin: 0 0 1rem; background: linear-gradient(135deg, rgba(216,76,91,.13), rgba(255,177,153,.14)); border: 1px solid rgba(216,76,91,.16); }
.v-feature-icon .picon { width: 28px; height: 28px; }
.v-feature h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.v-feature p { color: var(--v-muted); font-size: .95rem; margin: 0; }

/* ============================================================================
   STATS BAND — outcomes
   ============================================================================ */
.v-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding: 2.4rem 2.6rem; border-radius: var(--r-2xl); background: var(--v-surface); border: 1px solid var(--v-line-2); box-shadow: var(--sh-soft); }
.v-stats .item { display: flex; flex-direction: column; gap: .3rem; }
.v-stats .item .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(216,76,91,.1); color: var(--v-rose); margin-bottom: .6rem; }
.v-stats .num { font-family: var(--v-fhead); font-weight: 600; font-size: clamp(2.2rem,3.6vw,3rem); letter-spacing: -.04em; line-height: 1; color: var(--v-rose); }
.v-stats .lbl { color: var(--v-ink-soft); font-size: .92rem; }
.v-stats .item + .item { border-left: 1px solid var(--v-line); padding-left: 1.5rem; }

/* ============================================================================
   TESTIMONIALE
   ============================================================================ */
.v-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.v-testi { padding: 1.9rem; border-radius: var(--r-xl); background: var(--v-surface); border: 1px solid var(--v-line-2); box-shadow: var(--sh-soft); display: flex; flex-direction: column; }
.v-testi .stars { color: var(--v-coral); font-size: .9rem; letter-spacing: .1em; margin-bottom: .9rem; }
.v-testi blockquote { margin: 0 0 1.4rem; font-size: 1.06rem; line-height: 1.55; color: var(--v-ink); flex: 1; }
.v-testi .who { display: flex; align-items: center; gap: .75rem; }
.v-testi .who .av { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: linear-gradient(135deg,var(--v-rose),var(--v-wine)); display:grid; place-items:center; color:#fff; font-weight:600; }
.v-testi .who b { display: block; font-weight: 600; }
.v-testi .who small { color: var(--v-muted); }

/* ============================================================================
   CTA — bandă caldă editorial (light)
   ============================================================================ */
.v-cta { position: relative; overflow: hidden; padding: 0; background: transparent; color: var(--v-ink); text-align: left; }
.v-cta-inner {
    position: relative; max-width: 1200px; margin: 0 auto;
    padding: 4rem clamp(2rem, 5vw, 4.5rem); border-radius: var(--r-2xl);
    background: linear-gradient(110deg, #f7e7df 0%, #f3dcd2 48%, #efd3cf 100%);
    box-shadow: var(--sh-soft); display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; overflow: hidden;
}
.v-cta-inner .ph { position: absolute; right: 0; top: 0; bottom: 0; width: 42%; background-size: cover; background-position: center; -webkit-mask-image: linear-gradient(90deg, transparent, #000 35%); mask-image: linear-gradient(90deg, transparent, #000 35%); }
.v-cta-copy { position: relative; z-index: 2; }
.v-cta h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -.01em; margin: .6rem 0 1rem; }
.v-cta h2 .accent { color: var(--v-rose); }
.v-cta p { color: var(--v-ink-soft); font-size: 1.12rem; margin-bottom: 1.6rem; max-width: 40ch; }
.v-cta-meta { margin-top: 1.6rem; display: flex; gap: 1.4rem; flex-wrap: wrap; color: var(--v-ink-soft); font-size: .9rem; }
.v-cta-meta span { display: inline-flex; align-items: center; gap: .5rem; }
.v-cta-meta span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--v-rose); }

/* ============================================================================
   FOOTER — light, editorial
   ============================================================================ */
.v-footer { background: var(--v-surface); border-top: 1px solid var(--v-line); padding: 4.5rem 0 0; }
.v-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.6rem; display: grid; grid-template-columns: 1.7fr repeat(3, .9fr) 1.5fr; gap: 2.4rem; }
.v-footer-brand .b { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--v-fhead); font-weight: 600; font-size: 1.3rem; color: var(--v-ink); }
/* Logo VR în footer: limitat la 28px ca să nu domine coloana (fără regulă, SVG-ul se întinde la 1414×815) */
.v-footer-brand .b .v-brand-mark { height: 28px; width: auto; display: block; flex: none; }
.v-footer-brand p { margin-top: .9rem; max-width: 30ch; line-height: 1.6; font-size: .95rem; color: var(--v-muted); }
.v-footer-col h4 { font-family: var(--v-fbody); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--v-ink); margin-bottom: 1rem; }
.v-footer-col a { display: block; padding: .32rem 0; font-size: .95rem; color: var(--v-muted); transition: color .2s, padding .2s; }
.v-footer-col a:hover { color: var(--v-rose); padding-left: .3rem; }
.v-footer-news p { font-size: .92rem; color: var(--v-muted); margin-bottom: 1rem; }
.v-footer-news form { display: flex; gap: .5rem; background: var(--v-ivory-2); border: 1px solid var(--v-line); border-radius: 999px; padding: .3rem .3rem .3rem 1.1rem; }
.v-footer-news input { flex: 1; background: none; border: 0; color: var(--v-ink); font-family: var(--v-fbody); font-size: .92rem; outline: none; }
.v-footer-news input::placeholder { color: var(--v-muted); }
.v-footer-news button { width: 40px; height: 40px; flex: none; border-radius: 50%; border: 0; background: linear-gradient(180deg, var(--v-rose), var(--v-rose-dk)); color: #fff; cursor: pointer; font-size: 1rem; transition: transform .3s var(--ease), filter .2s; }
.v-footer-news button:hover { transform: translateX(2px); filter: brightness(1.05); }
.v-socials { display: flex; gap: .55rem; margin-top: 1.3rem; }
.v-socials a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--v-ivory-2); border: 1px solid var(--v-line); color: var(--v-ink-soft); transition: background .25s, color .2s, transform .3s var(--ease); }
.v-socials a:hover { background: var(--v-rose); color: #fff; transform: translateY(-3px); border-color: var(--v-rose); }
.v-footer-bottom { max-width: 1200px; margin: 3.5rem auto 0; padding: 1.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--v-line); font-size: .85rem; color: var(--v-muted); }
.v-footer-meta { display: inline-flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.v-footer-meta a { color: var(--v-muted); transition: color .2s; }
.v-footer-meta a:hover { color: var(--v-rose); }
.v-footer-eu { margin-left: auto; display: inline-flex; align-items: center; flex: 0 0 auto; }
.v-footer-eu img { height: 56px; width: auto; max-width: 100%; display: block; }
@media (max-width: 720px) { .v-footer-eu { margin-left: auto; } .v-footer-eu img { height: 40px; } }

/* Lenis smooth scroll (CSS recomandat upstream) */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }

/* ============================================================================
   MOTION — reveal on scroll
   ============================================================================ */
.v-reveal { opacity: 0; transform: translateY(26px); filter: blur(6px); transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease); }
.v-reveal.in { opacity: 1; transform: none; filter: none; }
.v-reveal.d1 { transition-delay: .08s; }
.v-reveal.d2 { transition-delay: .16s; }
.v-reveal.d3 { transition-delay: .24s; }
.v-reveal.d4 { transition-delay: .32s; }

/* ============================================================================
   RESPONSIVE — home + componente noi
   ============================================================================ */
@media (max-width: 980px) {
    .v-hero-inner { grid-template-columns: 1fr; gap: 2.4rem; }
    .v-bento { grid-template-columns: repeat(2,1fr); }
    .v-bento .v-course-card.feat-big { grid-column: span 2; grid-row: auto; }
    .v-bento .v-course-card.feat-wide { grid-column: span 2; flex-direction: column; }
    .v-bento .feat-wide .v-cover { width: auto; aspect-ratio: 16/10; }
    .v-course-grid, .v-testi-grid { grid-template-columns: repeat(2,1fr); }
    .v-features { grid-template-columns: repeat(2,1fr); }
    .v-stats { grid-template-columns: repeat(2,1fr); gap: 1.6rem; }
    .v-stats .item + .item { border-left: 0; padding-left: 0; }
    .v-cta-inner { grid-template-columns: 1fr; }
    .v-cta-inner .ph { display: none; }
    .v-footer-inner { grid-template-columns: 1fr 1fr; }
    .v-footer-brand, .v-footer-news { grid-column: span 2; }
}
@media (max-width: 720px) {
    .vestido { font-size: 16px; }
    .v-section { padding: 2rem 0; }
    .v-header { padding-inline: 1rem; }
    .v-header-inner { padding-left: 1.1rem;
        /* fără backdrop-filter pe mobil: altfel ar „prinde" drawer-ul fixed în containing block */
        backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(255,255,255,.94); }

    /* ── Hamburger ── */
    .v-nav-toggle { display: inline-flex; z-index: 220; margin-left: auto; position: relative; transition: opacity .25s var(--ease), transform .25s var(--ease); }
    /* Când drawer-ul e deschis, ascundem hamburger-ul — close-X-ul din drawer preia rolul (altfel se văd 2 X). */
    .v-header.open .v-nav-toggle { opacity: 0; pointer-events: none; transform: scale(.8); }

    /* ── Backdrop (overlay peste pagină) ── */
    .v-nav-backdrop { display: block; position: fixed; inset: 0; z-index: 190;
        background: radial-gradient(ellipse at 75% 30%, rgba(216,76,91,.18), rgba(20,15,12,.55) 70%);
        backdrop-filter: blur(6px) saturate(120%); -webkit-backdrop-filter: blur(6px) saturate(120%);
        opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility 0s linear .35s; cursor: pointer; }
    .v-header.open .v-nav-backdrop { opacity: 1; visibility: visible; transition: opacity .35s var(--ease); }

    /* ── Drawer (sertarul din dreapta) ── */
    .v-nav-wrap { position: fixed; inset: 0 0 0 auto; z-index: 200; width: min(86vw, 360px);
        flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; overscroll-behavior: contain;
        background:
            radial-gradient(circle at 100% 0%, rgba(255,160,122,.22), transparent 55%),
            radial-gradient(circle at 0% 100%, rgba(216,76,91,.12), transparent 55%),
            #fffaf3;
        padding: 1.1rem 1.6rem 2rem;
        transform: translateX(105%); transition: transform .45s var(--ease), box-shadow .45s var(--ease);
        box-shadow: none;
        border-left: 1px solid rgba(216,76,91,.12);
    }
    .v-header.open .v-nav-wrap { transform: none; box-shadow: -30px 0 80px rgba(20,15,12,.22); }

    /* Header drawer (brand + close) */
    .v-nav-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
        padding-bottom: 1.4rem; margin-bottom: 1.4rem; border-bottom: 1px solid rgba(216,76,91,.14); }
    .v-nav-brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--v-ink);
        font-family: var(--v-fbody); font-weight: 600; font-size: 1.08rem; letter-spacing: -0.01em; }
    .v-nav-brand img { height: 28px; width: auto; display: block; }
    .v-nav-close { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
        border: 1px solid var(--v-line); background: rgba(255,255,255,.7); color: var(--v-ink); cursor: pointer;
        transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease); }
    .v-nav-close svg { width: 18px; height: 18px; display: block; }
    .v-nav-close:hover { background: var(--v-rose); color: #fff; border-color: var(--v-rose); transform: rotate(90deg); }

    /* Eyebrow-uri secțiuni drawer */
    .v-nav-eyebrow { display: block; text-transform: uppercase; letter-spacing: .22em; font-size: .62rem;
        font-weight: 600; color: var(--v-rose); margin: 0 0 .65rem .15rem; }

    /* Linkuri meniu — stagger reveal + accent bar la hover */
    .v-nav { flex-direction: column; align-items: stretch; gap: .15rem; flex: none; margin-bottom: 1.8rem; }
    .v-nav > a { position: relative; display: flex; align-items: center; justify-content: flex-start; text-align: left;
        padding: .9rem 1rem .9rem 1.1rem; border-radius: 14px;
        font-family: var(--v-fhead); font-weight: 400; font-size: 1.45rem; letter-spacing: -0.005em;
        color: var(--v-ink); text-decoration: none;
        opacity: 0; transform: translateX(18px);
        transition: background .25s var(--ease), color .25s var(--ease), transform .35s var(--ease), opacity .35s var(--ease); }
    .v-nav > a::before { content: ''; position: absolute; left: 0; top: 50%; width: 3px; height: 0; background: var(--v-rose); border-radius: 0 3px 3px 0; transform: translateY(-50%); transition: height .3s var(--ease); }
    .v-nav > a:hover, .v-nav > a:focus-visible { background: rgba(216,76,91,.06); color: var(--v-rose); outline: none; }
    .v-nav > a:hover::before, .v-nav > a:focus-visible::before { height: 60%; }
    .v-header.open .v-nav > a { opacity: 1; transform: translateX(0); }
    .v-header.open .v-nav > a:nth-child(1) { transition-delay: .12s; }
    .v-header.open .v-nav > a:nth-child(2) { transition-delay: .18s; }
    .v-header.open .v-nav > a:nth-child(3) { transition-delay: .24s; }
    .v-header.open .v-nav > a:nth-child(4) { transition-delay: .30s; }
    .v-header.open .v-nav > a:nth-child(5) { transition-delay: .36s; }

    /* Slot cont (Autentificare + Cont nou) */
    .v-nav-end { flex-direction: column; align-items: stretch; gap: .55rem; margin-top: auto; padding-top: 1.4rem; border-top: 1px solid rgba(216,76,91,.14); }
    .v-nav-end .member-nav-link:last-child { margin-left: 0; text-align: center; }

    /* Footer drawer */
    .v-nav-foot { display: flex; align-items: center; justify-content: center; margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid rgba(20,15,12,.06); font-size: .72rem; color: var(--v-muted); letter-spacing: .04em; }

    /* Blocaj scroll body când drawer-ul e deschis (modern browsers cu :has) */
    body:has(.v-header.open) { overflow: hidden; }

    /* ── Hero mobil centrat ── */
    .v-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
    .v-hero-copy { text-align: center; align-items: center; display: flex; flex-direction: column; }
    .v-hero h1 { margin-inline: auto; }
    .v-hero-sub { margin-inline: auto; max-width: 38ch; }
    .v-hero-cta { justify-content: center; }
    /* Ascundem proof-ul din zona text (e mutat în .v-hc-stat ca să fie în primul card). */
    .v-hero-copy .v-hero-proof:not(.v-hero-proof-mob) { display: none; }
    /* Arătăm versiunea din stat card pe mobil — coloană: avatare sus, text sub (cardul e îngust, row se suprapune). */
    .v-hc-stat .v-hero-proof-mob {
        display: flex; flex-direction: column; align-items: flex-start; gap: .55rem;
        margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--v-line);
        font-size: .88rem; line-height: 1.4; color: var(--v-ink-soft);
    }
    .v-hc-stat .v-hero-proof-mob .v-avatars img, .v-hc-stat .v-hero-proof-mob .v-avatars span { width: 30px; height: 30px; border-width: 2px; margin-left: -10px; font-size: .68rem; }
    .v-hc-stat .v-hero-proof-mob .v-avatars :first-child { margin-left: 0; }

    .v-hero-stage { grid-template-columns: 1fr; }
    .v-hc-media { grid-column: 1; grid-row: auto; min-height: 280px; }
    .v-hc-stat, .v-hc-video, .v-hc-testi { grid-column: 1; }
    .v-bento, .v-course-grid, .v-testi-grid, .v-features { grid-template-columns: 1fr; }
    .v-bento .v-course-card.feat-big, .v-bento .v-course-card.feat-wide { grid-column: span 1; }
    .v-stats { grid-template-columns: 1fr 1fr; padding: 1.8rem; }
    .v-footer-inner { grid-template-columns: 1fr; }
    .v-footer-brand, .v-footer-news { grid-column: span 1; }
    .v-section-head { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    .vestido *, .vestido *::before, .vestido *::after { animation: none !important; transition-duration: .01ms !important; }
    .v-reveal { opacity: 1; transform: none; filter: none; }
    .vestido { background-attachment: scroll; }
}

/* ============================================================
   Pagini de modul integrate în temă (auth, cont, cursuri, învățare, portal)
   ============================================================ */
.vestido .v-narrow { max-width: 760px; }
.vestido .v-page-title { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 1.25rem; }
.vestido .v-card { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); padding: 1.6rem; margin-bottom: 1.25rem; box-shadow: var(--sh-soft); }
.vestido .v-card h3 { margin: 0 0 .75rem; font-size: 1.1rem; }
.vestido .v-alert { padding: .7rem .9rem; border-radius: 10px; font-size: .92rem; margin: 0 0 1rem; }
.vestido .v-alert-error { background: #fdecea; color: #a93226; }
.vestido .v-alert-ok { background: #eafaf1; color: #1e8449; }

/* Form fields */
.vestido .v-field { display: block; margin: 0 0 1rem; }
.vestido .v-field span { display: block; font-size: .82rem; color: var(--v-muted); margin-bottom: .35rem; font-weight: 600; }
.vestido .v-input, .vestido .v-portal input, .vestido .v-portal textarea {
    display: block; width: 100%; padding: .7rem .85rem; border: 1px solid var(--v-line);
    border-radius: 12px; font: inherit; color: var(--v-ink); background: #fff; transition: border-color .15s, box-shadow .15s; }
.vestido .v-input:focus, .vestido .v-portal input:focus, .vestido .v-portal textarea:focus {
    outline: 0; border-color: var(--v-red); box-shadow: 0 0 0 3px rgba(216,76,91,.14); }
.vestido .v-btn-block { display: block; width: 100%; text-align: center; justify-content: center; }
.vestido .v-btn-sm { padding: .5rem .95rem; font-size: .88rem; }

/* Auth (login/register/reset) — card centrat */
.vestido .v-authwrap { display: flex; justify-content: center; padding: 3.5rem 1.5rem; }
.vestido .v-auth { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-xl); padding: 2.5rem; width: 100%; max-width: 420px; box-shadow: var(--sh-card); }
.vestido .v-auth h1 { font-size: 1.7rem; margin: 0 0 .35rem; }
.vestido .v-auth-sub { color: var(--v-muted); margin: 0 0 1.5rem; }
.vestido .v-auth-alt { font-size: .92rem; color: var(--v-muted); margin: .75rem 0 0; text-align: center; }
.vestido .v-auth-alt a { color: var(--v-red); font-weight: 600; }
/* Consimțăminte la înregistrare (modal cont) */
.vestido .v-auth-consents { display: flex; flex-direction: column; gap: .6rem; margin: .25rem 0 1.1rem; }
.vestido .v-auth-consent { display: flex; align-items: flex-start; gap: .55rem; font-size: .82rem; line-height: 1.4; color: var(--v-ink-soft); cursor: pointer; text-align: left; }
.vestido .v-auth-consent input { margin-top: .15rem; flex: none; width: 16px; height: 16px; accent-color: var(--v-rose); cursor: pointer; }
.vestido .v-auth-consent a { color: var(--v-rose); text-decoration: underline; font-weight: 500; }
.vestido .v-auth-consent b { color: var(--v-rose); font-weight: 700; }

/* Cont */
.vestido .v-account-head { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; }
.vestido .v-account-id h2 { margin: 0 0 .4rem; font-size: 1.3rem; }
.vestido .v-account-actions { display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; }
.vestido .v-avatar-form { margin: 0; }
.vestido .v-file-btn { display: inline-block; padding: .45rem .9rem; border: 1px solid var(--v-line); border-radius: 999px; font-size: .88rem; cursor: pointer; background: #fff; }
.vestido .v-file-btn input { display: none; }
.vestido .v-inline { display: inline; margin: 0; }
.vestido .v-profile { margin-bottom: 1rem; }
.vestido .v-prow { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--v-line); }
.vestido .v-prow span { color: var(--v-muted); }
.vestido .v-logout { margin-top: .5rem; }

/* Filtre catalog */
.vestido .v-filters { display: flex; gap: .55rem; margin-bottom: 1.75rem; flex-wrap: wrap; }
.vestido .v-chip { padding: .5rem 1.1rem; border: 1px solid var(--v-line); border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 600; background: #fff; color: var(--v-ink); transition: all .2s var(--ease); }
.vestido .v-chip:hover { border-color: var(--v-red); color: var(--v-red); transform: translateY(-2px); }
.vestido .v-chip.on { background: var(--v-ink); color: #fff; border-color: var(--v-ink); }

/* Detaliu curs */
.vestido .v-course-hero { aspect-ratio: 21/8; border-radius: var(--r-2xl); background-size: cover; background-position: center; margin-bottom: 1.8rem; box-shadow: var(--sh-card); }
.vestido .v-course-detail-head { margin-bottom: 2rem; }
.vestido .v-course-detail-head .v-page-title { margin: .6rem 0 .5rem; }
.vestido .v-course-grid-2 { display: grid; grid-template-columns: 1fr 360px; gap: 2.5rem; align-items: start; }
.vestido .v-enroll-card { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-xl); padding: 1.8rem; position: sticky; top: 96px; box-shadow: var(--sh-card); }
.vestido .v-price-lg { display: block; font-size: 2.4rem; font-weight: 600; color: var(--v-red); font-family: var(--v-fhead); letter-spacing: -.03em; margin-bottom: 1rem; }
.vestido ul.v-meta { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.vestido ul.v-meta li { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px solid var(--v-line); font-size: .92rem; }
.vestido ul.v-meta li span { color: var(--v-muted); }
.vestido .v-enroll-card .v-btn { display: flex; width: 100%; text-align: center; justify-content: center; }
.vestido .v-curriculum { margin-top: .5rem; }
.vestido .v-curriculum .v-mod { background: var(--v-ivory-2); border: 1px solid var(--v-line); border-radius: var(--r-md); padding: 1rem 1.2rem; margin-bottom: .7rem; }
.vestido .v-curriculum .v-mod strong { font-family: var(--v-fhead); font-weight: 500; }
.vestido .v-curriculum ul { margin: .5rem 0 0; padding-left: 1.2rem; }
.vestido .v-curriculum li { padding: .18rem 0; }

/* Zona de învățare */
.vestido .v-learn { display: grid; grid-template-columns: 300px 1fr; gap: 2rem; align-items: start; }
.vestido .v-learn-nav { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); padding: 1.25rem; position: sticky; top: 96px; box-shadow: var(--sh-soft); }
.vestido .v-learn-back { font-size: .85rem; color: var(--v-muted); text-decoration: none; }
.vestido .v-learn-course { font-weight: 600; margin: .5rem 0 .75rem; font-family: var(--v-fhead); }
.vestido .v-progressbar { height: 7px; background: var(--v-line); border-radius: 999px; overflow: hidden; margin: .4rem 0; }
.vestido .v-progressbar span { display: block; height: 100%; background: var(--v-red); }
.vestido .v-ln-mod { font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--v-muted); margin: 1rem 0 .35rem; }
.vestido .v-ln-lesson { display: flex; align-items: center; gap: .5rem; padding: .5rem .6rem; border-radius: 10px; text-decoration: none; font-size: .93rem; color: var(--v-ink); }
.vestido .v-ln-lesson:hover { background: var(--v-ivory-2); }
.vestido .v-ln-lesson.on { background: rgba(216,76,91,.08); color: var(--v-red); font-weight: 600; }
.vestido .v-ln-check { width: 18px; height: 18px; flex: 0 0 auto; border: 1.5px solid var(--v-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .7rem; color: #fff; }
.vestido .v-ln-lesson.done .v-ln-check { background: var(--v-red); border-color: var(--v-red); }
.vestido .v-learn-main { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--sh-soft); }
.vestido .v-eyebrow-ink { display: inline-block; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; color: var(--v-red); margin-bottom: .4rem; }
.vestido .v-learn-main h1 { font-size: 1.9rem; margin: 0 0 1rem; }
.vestido .v-lesson-foot { border-top: 1px solid var(--v-line); padding-top: 1.25rem; margin-top: 1.5rem; }
.vestido .v-done-badge { color: #1e8449; font-weight: 700; }
.vestido .v-bar { height: 6px; background: var(--v-line); border-radius: 999px; overflow: hidden; margin: .5rem 0; }
.vestido .v-bar span { display: block; height: 100%; background: var(--v-red); }

/* Portal suport */
.vestido .v-portal label { display: block; margin-bottom: .9rem; font-size: .85rem; color: var(--v-muted); font-weight: 600; }
.vestido .v-portal .t-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--v-line); text-decoration: none; color: var(--v-ink); }
.vestido .v-portal .badge { font-size: .75rem; padding: .15rem .55rem; border-radius: 999px; background: #eef; color: #334; }
.vestido .v-portal .badge-open { background: #fdebd0; color: #b9770e; }
.vestido .v-portal .badge-pending { background: #d6eaf8; color: #1f6391; }
.vestido .v-portal .badge-closed { background: #eaecee; color: #566573; }
.vestido .v-portal .thread { margin: 1rem 0; }
.vestido .v-portal .msg { padding: .7rem .9rem; border-radius: 12px; margin-bottom: .6rem; background: var(--v-bg); }
.vestido .v-portal .msg-client { background: rgba(216,76,91,.06); }
.vestido .v-portal .msg p { margin: .3rem 0; }

@media (max-width: 860px) {
    .vestido .v-course-grid-2 { grid-template-columns: 1fr; }
    .vestido .v-enroll-card { position: static; }
    .vestido .v-learn { grid-template-columns: 1fr; }
    .vestido .v-learn-nav { position: static; }
}

/* ============================================================
   Modal (desktop) / drawer-sheet (mobil) pentru auth
   ============================================================ */
.v-modal-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(28,25,23,.55);
    display: flex; align-items: center; justify-content: center; padding: 1.5rem;
    opacity: 0; visibility: hidden; transition: opacity .25s ease; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.v-modal-overlay.open { opacity: 1; visibility: visible; }
.v-modal { background: #fff; border-radius: 18px; width: 100%; max-width: 420px; padding: 2.4rem;
    position: relative; box-shadow: 0 24px 70px rgba(0,0,0,.28); max-height: 92vh; overflow: auto;
    transform: translateY(14px) scale(.98); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.v-modal-overlay.open .v-modal { transform: none; }
.v-modal-close { position: absolute; top: .65rem; right: .9rem; background: none; border: 0;
    font-size: 1.7rem; line-height: 1; color: var(--v-muted); cursor: pointer; padding: .2rem .4rem; }
.v-modal-close:hover { color: var(--v-ink); }
.v-modal h1 { font-size: 1.5rem; margin: 0 0 .35rem; }
.v-modal .v-auth-sub { color: var(--v-muted); margin: 0 0 1.5rem; }
.v-modal-loading { padding: 2.5rem 1rem; text-align: center; color: var(--v-muted); }
body.v-modal-open { overflow: hidden; }

/* Mobil → drawer-sheet care urcă de jos */
@media (max-width: 680px) {
    .v-modal-overlay { align-items: flex-end; padding: 0; }
    .v-modal { max-width: none; border-radius: 22px 22px 0 0; padding: 1.5rem 1.4rem 2.4rem;
        max-height: 90vh; transform: translateY(100%); }
    .v-modal-overlay.open .v-modal { transform: none; }
    /* mâner de drawer */
    .v-modal::before { content: ''; display: block; width: 40px; height: 4px; border-radius: 999px;
        background: var(--v-line); margin: -.4rem auto 1.1rem; }
}
