/* ═══════════════════════════════════════════════════════════
   CONSULTANTA AUTO — Stilizare DARK cu gradient pe toata pagina
   Inclusa NUMAI pe pagina /consultanta.
   ═══════════════════════════════════════════════════════════ */

.cs-page {
    color: #ffffff;
    background: linear-gradient(135deg, #0a0a0a 0%, #2a2a2a 100%);
    background-attachment: fixed;
    min-height: 100vh;
    font-family: inherit;
}

/* ── Layout ────────────────────────────────────────────── */
.cs-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.cs-section {
    padding: 60px 0;
}
.cs-heading {
    text-align: center;
    margin-bottom: 40px;
}
.cs-heading h2 {
    font-size: 2rem;
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 700;
}
.cs-heading p {
    color: rgba(255,255,255,0.65);
    margin: 0;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}
.cs-prose {
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
    font-size: 1rem;
}

/* ── Buton generic ─────────────────────────────────────── */
.cs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
    text-align: center;
}
.cs-btn--primary {
    background: #ffffff;
    color: #0a0a0a !important;
    border-color: #ffffff;
}
.cs-btn--primary:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
    transform: translateY(-2px);
}
.cs-btn--outline {
    background: transparent;
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.4);
}
.cs-btn--outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #ffffff;
}
.cs-btn--full {
    width: 100%;
    margin-top: 18px;
}

/* Eyebrow / badge */
.cs-eyebrow {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}

/* ═══════════════════════════════════════════════════════════
   1. HERO — transparent ca sa preia gradient-ul paginii
   ═══════════════════════════════════════════════════════════ */
.cs-hero {
    background: transparent;
    color: #fff;
    padding: 80px 0;
}
.cs-hero[style*="background-image"] {
    background-size: cover;
    background-position: center;
}
.cs-hero__inner {
    max-width: 800px;
}
.cs-hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin: 0 0 16px;
    line-height: 1.2;
    color: #fff;
}
.cs-hero__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    margin: 0 0 28px;
    max-width: 640px;
}
.cs-hero__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════════════
   2. INTRO
   ═══════════════════════════════════════════════════════════ */
.cs-intro {
    background: transparent;
}
.cs-intro h2 {
    font-size: 1.6rem;
    margin: 0 0 20px;
    color: #ffffff;
}

/* ═══════════════════════════════════════════════════════════
   3. ABOUT
   ═══════════════════════════════════════════════════════════ */
.cs-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}
@media (min-width: 768px) {
    .cs-about__grid:has(.cs-about__media) {
        grid-template-columns: 1fr 1.4fr;
    }
}
.cs-about__media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4/5;
    border: 1px solid rgba(255,255,255,0.1);
}
.cs-about__body h2 {
    margin: 0 0 16px;
    font-size: 1.8rem;
    color: #ffffff;
}
.cs-about__signature {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.cs-about__signature strong {
    display: block;
    font-size: 1.05rem;
    color: #ffffff;
}
.cs-about__signature span {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

/* ═══════════════════════════════════════════════════════════
   4. CUM FUNCȚIONEAZĂ
   ═══════════════════════════════════════════════════════════ */
.cs-how {
    background: transparent;
}
.cs-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) {
    .cs-steps { grid-template-columns: repeat(3, 1fr); }
}
.cs-step {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.25s;
    backdrop-filter: blur(10px);
}
.cs-step:hover {
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    background: rgba(255,255,255,0.07);
}
.cs-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #0a0a0a;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto 18px;
}
.cs-step h3 {
    font-size: 1.1rem;
    margin: 0 0 10px;
    color: #ffffff;
}
.cs-step p {
    color: rgba(255,255,255,0.7);
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   5. DE CE (5 bullets)
   ═══════════════════════════════════════════════════════════ */
.cs-why__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .cs-why__list { grid-template-columns: 1fr 1fr; }
}
.cs-why__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 0.98rem;
}
.cs-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ffffff;
    color: #0a0a0a;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.78rem;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   6. PACHETE
   ═══════════════════════════════════════════════════════════ */
.cs-packages {
    background: transparent;
}
.cs-packages__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 700px)  { .cs-packages__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cs-packages__grid { grid-template-columns: repeat(3, 1fr); } }

.cs-pkg {
    position: relative;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s;
    backdrop-filter: blur(10px);
}
.cs-pkg:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.08);
}
.cs-pkg--featured {
    border-color: #ffffff;
    border-width: 2px;
    background: rgba(255,255,255,0.08);
}
.cs-pkg__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #0a0a0a;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.cs-pkg__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cs-pkg__tagline {
    color: rgba(255,255,255,0.55);
    font-style: italic;
    font-size: 0.88rem;
    margin: 0 0 18px;
}
.cs-pkg__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 20px;
}
.cs-pkg__amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}
.cs-pkg__currency {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}
.cs-pkg__items {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.cs-pkg__items li {
    position: relative;
    padding: 6px 0 6px 26px;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
}
.cs-pkg__items li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 6px;
    color: #ffffff;
    font-weight: 700;
}

/* ═══════════════════════════════════════════════════════════
   7. TESTIMONIALE
   ═══════════════════════════════════════════════════════════ */
.cs-testim__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 768px) { .cs-testim__grid { grid-template-columns: 1fr 1fr; } }

.cs-testim {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 26px;
    backdrop-filter: blur(10px);
}
.cs-testim__rating {
    color: #f0b400;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.cs-testim__text {
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-size: 0.98rem;
    margin: 0 0 18px;
    font-style: italic;
}
.cs-testim__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cs-testim__author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.2);
}
.cs-testim__author strong {
    display: block;
    color: #ffffff;
    font-size: 0.95rem;
}
.cs-testim__author span {
    color: rgba(255,255,255,0.55);
    font-size: 0.82rem;
}

/* ═══════════════════════════════════════════════════════════
   8. FORMULAR
   ═══════════════════════════════════════════════════════════ */
.cs-form {
    background: transparent;
}
.cs-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(10px);
}
@media (min-width: 700px) {
    .cs-form__grid { grid-template-columns: 1fr 1fr; }
    .cs-field--full { grid-column: 1 / -1; }
}
.cs-field { display: flex; flex-direction: column; gap: 6px; }
.cs-field label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
}
.cs-field input,
.cs-field select,
.cs-field textarea {
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    font: inherit;
    font-size: 0.95rem;
    color: #ffffff;
    transition: all 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.cs-field input::placeholder,
.cs-field textarea::placeholder {
    color: rgba(255,255,255,0.4);
}
.cs-field input:focus,
.cs-field select:focus,
.cs-field textarea:focus {
    outline: none;
    border-color: #ffffff;
    background: rgba(255,255,255,0.1);
}
.cs-field select option {
    background: #1a1a1a;
    color: #ffffff;
}
.cs-form__actions {
    margin-top: 8px;
    text-align: center;
}
.cs-form__actions .cs-btn {
    min-width: 240px;
}

/* Alerte */
.cs-alert {
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 0.95rem;
}
.cs-alert--ok {
    background: rgba(46,204,113,0.15);
    border: 1px solid rgba(46,204,113,0.4);
    color: #6ee7a0;
}
.cs-alert--err {
    background: rgba(239,68,68,0.15);
    border: 1px solid rgba(239,68,68,0.4);
    color: #f8a4a4;
}

/* ═══════════════════════════════════════════════════════════
   9. FAQ
   ═══════════════════════════════════════════════════════════ */
.cs-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cs-faq__item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
}
.cs-faq__item[open] {
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.07);
}
.cs-faq__item summary {
    padding: 16px 22px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.98rem;
    position: relative;
    list-style: none;
}
.cs-faq__item summary::-webkit-details-marker { display: none; }
.cs-faq__item summary::after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: rgba(255,255,255,0.5);
    transition: transform 0.2s;
}
.cs-faq__item[open] summary::after {
    content: '−';
    color: #ffffff;
}
.cs-faq__answer {
    padding: 0 22px 18px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ═══════════════════════════════════════════════════════════
   10. DISCLAIMER
   ═══════════════════════════════════════════════════════════ */
.cs-disclaimer {
    padding: 30px 0;
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.cs-disclaimer p {
    color: rgba(255,255,255,0.55);
    font-size: 0.88rem;
    line-height: 1.55;
    text-align: center;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.cs-disclaimer strong {
    color: rgba(255,255,255,0.8);
}