/* ============================================================
   Belluma — pagini footer (editoriale + legale). Premium, tokeni --bl-*.
   ============================================================ */

/* Ascunde titlul implicit al paginii (hero-ul are propriul titlu) */
body.belluma-page .entry-hero,
body.belluma-page .entry-header,
body.belluma-page .page-title,
body.belluma-page [class*="page-title-wrap"],
body.belluma-page .content-container > .entry-header {
    display: none !important;
}

/* ---------- HERO ---------- */
.belluma-page-hero { text-align: center; padding-top: 3.5rem; }
.belluma-page-hero__title { margin: 0.4rem auto 0.8rem; max-width: 20ch; }
.belluma-page-hero__lede {
    max-width: 64ch;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--bl-charcoal);
}

/* ---------- BODY (content) ---------- */
.belluma-page-block { max-width: 820px; }
.belluma-section__head--center + .belluma-page-block,
.belluma-page-block { margin-left: auto; margin-right: auto; }
.belluma-page-p { line-height: 1.7; color: var(--bl-charcoal); margin: 0 0 1rem; font-size: 1.02rem; }
.belluma-page-block .belluma-section__title { margin-bottom: 1rem; }
.belluma-page-list {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}
.belluma-page-list li {
    position: relative;
    padding-left: 1.9rem;
    line-height: 1.55;
    color: var(--bl-charcoal);
}
.belluma-page-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.3rem; height: 1.3rem;
    display: flex; align-items: center; justify-content: center;
    background: var(--bl-accent-soft);
    color: var(--bl-accent-strong);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
}

/* ---------- CTA ---------- */
.belluma-page-cta { text-align: center; }
.belluma-page-cta p { color: var(--bl-charcoal); margin: 0.4rem 0 1.4rem; }

/* ---------- BRANDURI ---------- */
.belluma-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 0.8rem;
    margin-top: 2rem;
}
.belluma-brand-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 78px;
    padding: 1rem;
    background: var(--bl-white);
    border: 1px solid var(--bl-ash);
    border-radius: var(--bl-radius-md);
    color: var(--bl-black);
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.belluma-brand-tile:hover {
    border-color: var(--bl-accent-strong);
    transform: translateY(-2px);
    box-shadow: var(--bl-shadow-sm);
    color: var(--bl-accent-strong);
}

/* ---------- JOURNAL ---------- */
.belluma-journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}
.belluma-journal-card {
    display: flex;
    flex-direction: column;
    background: var(--bl-white);
    border: 1px solid var(--bl-ash);
    border-radius: var(--bl-radius-lg);
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.belluma-journal-card:hover { transform: translateY(-3px); box-shadow: var(--bl-shadow-md); }
.belluma-journal-card__img img { width: 100%; height: 180px; object-fit: cover; display: block; }
.belluma-journal-card__body { padding: 1.1rem 1.2rem 1.3rem; }
.belluma-journal-card__title { display: block; font-family: var(--bl-font-display); font-size: 1.1rem; color: var(--bl-black); margin-bottom: 0.4rem; }
.belluma-journal-card__excerpt { display: block; color: var(--bl-mist); font-size: 0.9rem; line-height: 1.5; }

/* ---------- URMARIRE COMANDA ---------- */
.belluma-track-form { max-width: 640px; }
.belluma-track-form form { background: var(--bl-white); border: 1px solid var(--bl-ash); border-radius: var(--bl-radius-lg); padding: 1.8rem; box-shadow: var(--bl-shadow-sm); }
.belluma-track-form .button { background: var(--bl-black) !important; color: var(--bl-white) !important; border: 0 !important; border-radius: var(--bl-radius-sm) !important; padding: 0.9rem 1.6rem !important; }

/* ---------- CONTACT ---------- */
.belluma-contact {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.4rem;
    align-items: start;
}
.belluma-contact__list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 1rem; }
.belluma-contact__list li { display: flex; flex-direction: column; }
.belluma-contact__list strong { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--bl-mist); margin-bottom: 0.2rem; }
.belluma-contact__list a, .belluma-contact__list span { color: var(--bl-black); text-decoration: none; font-size: 1.05rem; }
.belluma-contact__list a:hover { color: var(--bl-accent-strong); }
.belluma-contact__form {
    background: var(--bl-white);
    border: 1px solid var(--bl-ash);
    border-radius: var(--bl-radius-lg);
    padding: 1.8rem;
    box-shadow: var(--bl-shadow-md);
    display: grid;
    gap: 1rem;
}
.belluma-contact__form label { display: block; }
.belluma-contact__form label > span { display: block; font-weight: 600; color: var(--bl-black); margin-bottom: 0.35rem; font-size: 0.9rem; }
.belluma-contact__form input,
.belluma-contact__form textarea {
    width: 100%;
    border: 1.5px solid var(--bl-ash);
    border-radius: var(--bl-radius-sm);
    padding: 0.8rem 0.9rem;
    font-family: var(--bl-font-body);
    font-size: 0.98rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.belluma-contact__form input:focus,
.belluma-contact__form textarea:focus {
    outline: 0;
    border-color: var(--bl-accent-strong);
    box-shadow: 0 0 0 3px var(--bl-accent-soft);
}
.belluma-contact__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.belluma-contact__msg { margin: 0.2rem 0 0; font-size: 0.92rem; min-height: 1.2em; }
.belluma-contact__msg.is-error { color: var(--bl-rose-strong); }
.belluma-contact__msg.is-ok { color: var(--bl-sage); font-weight: 600; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .belluma-journal-grid { grid-template-columns: 1fr; }
    .belluma-contact { grid-template-columns: 1fr; gap: 1.4rem; }
    .belluma-brand-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
