/* ============================================================
   MIXBOX Landing V2 - design system pentru homepage-ul nou si
   pagina Despre noi. Namespace .v2- (nu atinge restul site-ului).
   Mobil-first; imbunatatiri progressive la 768/992px.
   ============================================================ */

.v2 {
    --g1: #039d55;
    --g2: #04c96b;
    --g3: #04f485;
    --ink: #0c1f15;
    --muted: #52645a;
    --surface: #f4faf6;
    --line: #e3efe8;
    --r-lg: 24px;
    --r-md: 16px;
    --shadow-soft: 0 10px 40px rgba(12, 31, 21, 0.08);
    --shadow-card: 0 4px 24px rgba(12, 31, 21, 0.06);
    color: var(--ink);
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
}
.v2 * { box-sizing: border-box; }
.v2 img { max-width: 100%; }

.v2 .v2-container {
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    padding-inline: 20px;
}

/* ---------------- tipografie ---------------- */
.v2 h1, .v2 h2, .v2 h3, .v2 h4 { color: var(--ink); line-height: 1.15; font-weight: 900; margin: 0 0 14px; }
.v2 .v2-display { font-size: clamp(2.35rem, 9vw, 4.2rem); letter-spacing: -0.02em; }
.v2 h2 { font-size: clamp(1.85rem, 6.5vw, 2.9rem); letter-spacing: -0.015em; }
.v2 h3 { font-size: clamp(1.25rem, 4.5vw, 1.6rem); }
.v2 p { font-size: clamp(1.02rem, 3.9vw, 1.15rem); color: var(--muted); margin: 0 0 14px; }
.v2 .v2-lead { font-size: clamp(1.15rem, 4.6vw, 1.45rem); line-height: 1.5; color: #37473f; }
.v2 .v2-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.82rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--g1);
    background: rgba(3, 157, 85, 0.09);
    border: 1px solid rgba(3, 157, 85, 0.18);
    padding: 8px 16px; border-radius: 999px; margin-bottom: 18px;
}
.v2 .v2-grad-text {
    background: linear-gradient(100deg, var(--g1), var(--g2) 60%, #0fbf77);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------------- butoane ---------------- */
.v2 .v2-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-weight: 800; font-size: 1.05rem; line-height: 1;
    padding: 17px 30px; border-radius: 999px; text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.v2 .v2-btn:active { transform: scale(0.97); }
.v2 .v2-btn--primary {
    color: #fff !important;
    background: linear-gradient(120deg, var(--g1), var(--g2));
    box-shadow: 0 10px 26px rgba(3, 157, 85, 0.35);
}
.v2 .v2-btn--primary:hover { color: #fff; box-shadow: 0 14px 32px rgba(3, 157, 85, 0.45); transform: translateY(-2px); }
.v2 .v2-btn--ghost {
    color: var(--ink) !important;
    background: #fff;
    border: 2px solid var(--line);
    box-shadow: var(--shadow-card);
}
.v2 .v2-btn--ghost:hover { border-color: var(--g2); color: var(--g1) !important; transform: translateY(-2px); }
.v2 .v2-btn--dark {
    color: #fff !important; background: var(--ink);
    box-shadow: 0 10px 26px rgba(12, 31, 21, 0.3);
}
.v2 .v2-btn svg { width: 20px; height: 20px; flex: none; }

/* ---------------- sectiuni generice ---------------- */
.v2 .v2-section { padding-block: clamp(56px, 10vw, 110px); }
.v2 .v2-section--surface { background: var(--surface); }
.v2 .v2-section-head { text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: clamp(30px, 6vw, 56px); }

/* ---------------- HERO ---------------- */
.v2 .v2-hero {
    position: relative;
    padding-block: clamp(64px, 12vw, 130px) clamp(48px, 9vw, 90px);
    text-align: center;
    background:
        radial-gradient(52% 44% at 12% 0%, rgba(4, 244, 133, 0.14), transparent 70%),
        radial-gradient(46% 40% at 92% 12%, rgba(3, 157, 85, 0.12), transparent 70%),
        radial-gradient(60% 44% at 50% 108%, rgba(4, 201, 107, 0.10), transparent 72%),
        #fff;
}
.v2 .v2-hero .v2-lead { max-width: 620px; margin-inline: auto; margin-bottom: 30px; }
.v2 .v2-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 34px; }
.v2 .v2-hero-flow {
    display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 10px;
    font-weight: 900; font-size: clamp(0.95rem, 3.6vw, 1.1rem); letter-spacing: 0.08em;
}
.v2 .v2-hero-flow .f-step {
    background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
    padding: 10px 20px; box-shadow: var(--shadow-card); color: var(--ink);
}
.v2 .v2-hero-flow .f-arrow { color: var(--g1); font-size: 1.15em; }
/* chip-uri plutitoare decor */
.v2 .v2-chip {
    position: absolute; display: none;
    padding: 10px 18px; border-radius: 999px; font-weight: 800; font-size: 0.9rem;
    background: #fff; color: var(--ink); border: 1.5px solid var(--line);
    box-shadow: var(--shadow-soft);
    animation: v2float 7s ease-in-out infinite;
}
.v2 .v2-chip .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--g2); margin-right: 8px; }
@keyframes v2float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (min-width: 992px) {
    .v2 .v2-chip { display: inline-flex; align-items: center; }
    .v2 .v2-chip--1 { top: 22%; left: 6%; animation-delay: 0s; }
    .v2 .v2-chip--2 { top: 52%; left: 3%; animation-delay: 1.4s; }
    .v2 .v2-chip--3 { top: 26%; right: 6%; animation-delay: 0.7s; }
    .v2 .v2-chip--4 { top: 56%; right: 4%; animation-delay: 2.1s; }
}

/* ---------------- STATS ---------------- */
.v2 .v2-stats {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
    background: var(--line); border: 1px solid var(--line);
    border-radius: var(--r-lg); overflow: hidden;
    box-shadow: var(--shadow-soft);
}
.v2 .v2-stat { background: #fff; padding: 26px 14px; text-align: center; }
.v2 .v2-stat .num {
    font-size: clamp(1.9rem, 7.5vw, 2.9rem); font-weight: 900; letter-spacing: -0.02em;
    color: var(--ink); line-height: 1.1;
}
.v2 .v2-stat .num .plus { color: var(--g1); }
.v2 .v2-stat .lbl {
    margin-top: 6px; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--muted);
}
@media (min-width: 768px) { .v2 .v2-stats { grid-template-columns: repeat(4, 1fr); } .v2 .v2-stat { padding: 34px 16px; } }

/* ---------------- PASII (cum functioneaza) ---------------- */
.v2 .v2-steps { display: grid; gap: 18px; }
@media (min-width: 768px) { .v2 .v2-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.v2 .v2-step {
    position: relative; background: #fff; border: 1px solid var(--line);
    border-radius: var(--r-lg); padding: 30px 24px 26px;
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.v2 .v2-step:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.v2 .v2-step .no {
    font-size: 3rem; font-weight: 900; line-height: 1;
    background: linear-gradient(120deg, var(--g2), var(--g1));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    margin-bottom: 12px; display: block;
}
.v2 .v2-step h3 { margin-bottom: 8px; }
.v2 .v2-step p { margin-bottom: 0; font-size: 1.02rem; }

/* ---------------- PILONI (ce gasesti) ---------------- */
.v2 .v2-pillars { display: grid; gap: 18px; }
@media (min-width: 768px) { .v2 .v2-pillars { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.v2 .v2-pillar {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 30px 24px; text-align: center; box-shadow: var(--shadow-card);
    transition: transform 0.25s ease;
}
.v2 .v2-pillar:hover { transform: translateY(-6px); }
.v2 .v2-pillar .ic {
    width: 66px; height: 66px; margin: 0 auto 16px; border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(3,157,85,0.12), rgba(4,244,133,0.16));
}
.v2 .v2-pillar .ic svg { width: 32px; height: 32px; }
.v2 .v2-pillar .tag { font-size: 0.78rem; font-weight: 900; letter-spacing: 0.15em; color: var(--g1); text-transform: uppercase; display: block; margin-bottom: 6px; }
.v2 .v2-pillar p { margin: 0; font-size: 1.02rem; }

/* ---------------- MANIFEST ---------------- */
.v2 .v2-manifest {
    position: relative; border-radius: calc(var(--r-lg) + 8px); overflow: hidden;
    background:
        radial-gradient(80% 120% at 10% 0%, rgba(4, 244, 133, 0.16), transparent 60%),
        linear-gradient(135deg, #0c231a, #103d2a 55%, #0c2c1f);
    color: #fff; text-align: center;
    padding: clamp(44px, 8vw, 80px) 24px;
    box-shadow: var(--shadow-soft);
}
.v2 .v2-manifest h2 { color: #fff; margin-bottom: 16px; }
.v2 .v2-manifest p { color: rgba(255, 255, 255, 0.82); max-width: 680px; margin-inline: auto; }
.v2 .v2-manifest .hl { color: var(--g3); font-weight: 800; }

/* ---------------- CARDURI PARTENERI ---------------- */
.v2 .v2-partners { display: grid; gap: 18px; }
@media (min-width: 768px) { .v2 .v2-partners { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.v2 .v2-partner {
    display: block; text-decoration: none;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 30px 26px; box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.v2 .v2-partner:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: rgba(3, 157, 85, 0.4); }
.v2 .v2-partner .tag { font-size: 0.75rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: var(--g1); display: block; margin-bottom: 10px; }
.v2 .v2-partner h3 { margin-bottom: 8px; }
.v2 .v2-partner p { font-size: 1rem; margin-bottom: 16px; }
.v2 .v2-partner .go {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 800; color: var(--ink); font-size: 1rem;
}
.v2 .v2-partner .go .arr {
    width: 34px; height: 34px; border-radius: 50%; flex: none;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(3, 157, 85, 0.1); color: var(--g1);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.v2 .v2-partner:hover .go .arr { background: var(--g1); color: #fff; transform: translateX(4px); }

/* ---------------- TESTIMONIALE ---------------- */
.v2 .v2-quotes { display: grid; gap: 18px; justify-content: center; }
@media (min-width: 768px) { .v2 .v2-quotes { grid-template-columns: repeat(auto-fit, minmax(320px, 480px)); gap: 24px; } }
.v2 .v2-quote {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 28px 26px; box-shadow: var(--shadow-card);
}
.v2 .v2-quote .qmark { font-size: 2.6rem; line-height: 1; color: var(--g2); font-weight: 900; display: block; margin-bottom: 6px; }
.v2 .v2-quote p { color: #37473f; font-size: 1.05rem; }
.v2 .v2-quote .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.v2 .v2-quote .who .av {
    width: 46px; height: 46px; border-radius: 50%; flex: none; overflow: hidden;
    background: linear-gradient(135deg, var(--g1), var(--g2));
    color: #fff; font-weight: 900; display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.v2 .v2-quote .who .av img { width: 100%; height: 100%; object-fit: cover; }
.v2 .v2-quote .who b { display: block; color: var(--ink); font-size: 1rem; line-height: 1.2; }
.v2 .v2-quote .who span { font-size: 0.85rem; color: var(--muted); }

/* ---------------- DOWNLOAD ---------------- */
.v2 .v2-download {
    border-radius: calc(var(--r-lg) + 8px);
    background:
        radial-gradient(70% 110% at 88% 0%, rgba(4, 244, 133, 0.2), transparent 55%),
        linear-gradient(120deg, #0c231a, #114430);
    color: #fff; padding: clamp(40px, 8vw, 72px) 26px; text-align: center;
    box-shadow: var(--shadow-soft);
}
.v2 .v2-download h2 { color: #fff; }
.v2 .v2-download p { color: rgba(255, 255, 255, 0.8); max-width: 560px; margin-inline: auto; }
.v2 .v2-download .btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }

/* ---------------- DESPRE: vignete "ce cauti de fapt" ---------------- */
.v2 .v2-vignettes { display: grid; gap: 16px; }
@media (min-width: 768px) { .v2 .v2-vignettes { grid-template-columns: repeat(2, 1fr); gap: 22px; } }
.v2 .v2-vignette {
    background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--g2);
    border-radius: var(--r-md); padding: 22px 22px 18px; box-shadow: var(--shadow-card);
}
.v2 .v2-vignette b { color: var(--ink); font-size: 1.06rem; display: block; margin-bottom: 6px; }
.v2 .v2-vignette p { margin: 0; font-size: 1rem; }

/* valori (siguranta/confort/timp) */
.v2 .v2-values { display: grid; gap: 16px; }
@media (min-width: 768px) { .v2 .v2-values { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.v2 .v2-value {
    text-align: center; background: var(--surface); border-radius: var(--r-lg);
    padding: 28px 22px; border: 1px solid var(--line);
}
.v2 .v2-value .em { font-size: 2rem; display: block; margin-bottom: 8px; }
.v2 .v2-value h3 { margin-bottom: 6px; }
.v2 .v2-value p { margin: 0; font-size: 1rem; }

/* dual (client vs prestator) */
.v2 .v2-duals { display: grid; gap: 14px; }
@media (min-width: 768px) { .v2 .v2-duals { grid-template-columns: 1fr 1fr; gap: 20px; } }
.v2 .v2-dual {
    border-radius: var(--r-md); padding: 20px 22px; font-weight: 700; font-size: 1.05rem;
    background: #fff; border: 1px solid var(--line); color: var(--ink);
    box-shadow: var(--shadow-card);
}
.v2 .v2-dual .lbl { display: block; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.16em; margin-bottom: 6px; }
.v2 .v2-dual--c .lbl { color: var(--g1); }
.v2 .v2-dual--p .lbl { color: #0079e3; }

/* prose: continutul lung din DB, imblanzit */
.v2 .v2-prose { max-width: 820px; margin-inline: auto; }
.v2 .v2-prose h1, .v2 .v2-prose h2, .v2 .v2-prose h3 { margin-top: 1.6em; }
.v2 .v2-prose h1 { font-size: clamp(1.6rem, 5.5vw, 2.2rem); }
.v2 .v2-prose h2 { font-size: clamp(1.35rem, 5vw, 1.8rem); }
.v2 .v2-prose h3 { font-size: clamp(1.15rem, 4.4vw, 1.4rem); }
.v2 .v2-prose p, .v2 .v2-prose li { font-size: 1.05rem; line-height: 1.75; color: #3c4c44; }
.v2 .v2-prose img { border-radius: var(--r-md); }
.v2 .v2-prose ul, .v2 .v2-prose ol { padding-left: 22px; margin-bottom: 16px; }

/* ---------------- reveal on scroll ---------------- */
.v2 .v2-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.v2 .v2-reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .v2 .v2-reveal { opacity: 1; transform: none; transition: none; } }


/* ================= WHY GRID (De ce e diferit) ================= */
.v2 .v2-whygrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
@media (min-width: 768px) { .v2 .v2-whygrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
@media (min-width: 1100px) { .v2 .v2-whygrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.v2 .v2-whycard {
    display: flex; align-items: center; gap: 12px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 16px 16px; box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.v2 .v2-whycard:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.v2 .v2-whycard .ic {
    width: 52px; height: 52px; flex: none; border-radius: 14px; overflow: hidden;
    background: var(--surface); display: flex; align-items: center; justify-content: center;
}
.v2 .v2-whycard .ic img { width: 100%; height: 100%; object-fit: cover; }
.v2 .v2-whycard b { font-size: 1.02rem; line-height: 1.35; color: var(--ink); font-weight: 800; }

/* ================= DOWNLOAD PANEL centrat ================= */
.v2 .v2-dlpanel {
    text-align: center;
    border-radius: calc(var(--r-lg) + 8px);
    background:
        radial-gradient(70% 110% at 88% 0%, rgba(4, 244, 133, 0.14), transparent 55%),
        linear-gradient(180deg, #f4faf6, #eaf6ef);
    border: 1px solid var(--line);
    padding: clamp(36px, 7vw, 64px) 22px clamp(20px, 4vw, 36px);
    box-shadow: var(--shadow-soft);
}
.v2 .v2-dlpanel h2 { max-width: 760px; margin-inline: auto; }
.v2 .v2-dlpanel p { max-width: 560px; margin-inline: auto; }
.v2 .v2-dlpanel .btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 22px 0 8px; }
.v2 .v2-dlpanel .dlimg { max-width: min(680px, 92%); margin-top: 18px; }
