/* ===== Baloane cu Dragoste — finisaje vizuale ===== */

/* --- Fonturi de brand --- */
body,
button,
input,
select,
textarea,
.wp-block-button__link {
    font-family: 'Poppins', -apple-system, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.wp-block-heading {
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: .2px;
}
body {
    font-size: 16px;
    line-height: 1.75;
    color: #3d2a42;
}
h1 { font-weight: 700; }
h2, h3 { font-weight: 600; }

/* --- Selectie text pe brand --- */
::selection {
    background: #e0218a;
    color: #fff;
}
html {
    scroll-behavior: smooth;
}

/* --- Benzile colorate se intind pe toata latimea ecranului --- */
.entry-content > .wp-block-group.has-background {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

/* --- Hero acasa: punct focal pe chip --- */
.home .wp-block-cover .wp-block-cover__image-background {
    object-position: 50% 32%;
}

/* --- Galerii: colturi rotunjite, umbre, hover zoom --- */
.wp-block-gallery {
    gap: 16px;
}
.wp-block-gallery .wp-block-image {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(123, 45, 139, 0.14);
    transition: box-shadow .3s ease, transform .3s ease;
}
.wp-block-gallery .wp-block-image:hover {
    box-shadow: 0 12px 28px rgba(123, 45, 139, 0.25);
    transform: translateY(-4px);
}
.wp-block-gallery .wp-block-image img {
    border-radius: 16px;
    display: block;
    width: 100%;
    transition: transform .45s ease;
}
.wp-block-gallery .wp-block-image:hover img {
    transform: scale(1.06);
}
.wp-block-gallery .wp-block-image a {
    cursor: zoom-in;
}

/* --- Imagini simple din continut --- */
.entry-content .wp-block-image:not(.wp-block-gallery .wp-block-image) img {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(123, 45, 139, 0.16);
}

/* --- Butoane: hover elegant --- */
.wp-block-button__link {
    font-weight: 600;
    letter-spacing: .3px;
    box-shadow: 0 4px 14px rgba(224, 33, 138, 0.22);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(224, 33, 138, 0.32);
    filter: brightness(1.05);
}

/* --- Coloanele din sectiunile roz devin carduri albe --- */
.wp-block-group.has-background[style*="fdf2f8"] .wp-block-columns .wp-block-column {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 6px 20px rgba(123, 45, 139, 0.10);
    transition: transform .25s ease, box-shadow .25s ease;
}
.wp-block-group.has-background[style*="fdf2f8"] .wp-block-columns .wp-block-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(123, 45, 139, 0.18);
}

/* --- Header: umbra subtila si meniu mai prezent --- */
.site-header {
    box-shadow: 0 2px 14px rgba(123, 45, 139, 0.08);
}
.site-title a,
.site-title a:hover {
    color: #7b2d8b;
    font-weight: 700;
}
.main-header-menu .menu-link {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .2px;
}
.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link {
    color: #e0218a !important;
}

/* --- Footer: fundal roz pal --- */
.site-footer {
    background: #fdf2f8;
    border-top: 1px solid #f5d9ea;
}
.site-footer .ast-builder-layout-element,
.site-footer .footer-copyright {
    color: #7b5a80;
}

/* --- Formular WPForms pe brand --- */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container textarea {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 10px !important;
    border: 1.5px solid #ecd6e5 !important;
    padding: 12px 14px !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.wpforms-container input[type="text"]:focus,
.wpforms-container input[type="email"]:focus,
.wpforms-container input[type="tel"]:focus,
.wpforms-container textarea:focus {
    border-color: #e0218a !important;
    box-shadow: 0 0 0 3px rgba(224, 33, 138, 0.12) !important;
    outline: none;
}
.wpforms-container button[type="submit"] {
    background: #e0218a !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 13px 34px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: .3px;
    box-shadow: 0 4px 14px rgba(224, 33, 138, 0.28);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
.wpforms-container button[type="submit"]:hover {
    background: #c81578 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(224, 33, 138, 0.36);
}
.wpforms-container .wpforms-field-label {
    color: #3d2a42 !important;
    font-weight: 500 !important;
}
.wpforms-confirmation-container-full {
    background: #fdf2f8 !important;
    border: 1.5px solid #e0218a !important;
    border-radius: 12px !important;
}

/* --- Sectiunea hero: text mai citet --- */
.wp-block-cover h1 {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.wp-block-cover p {
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

/* ===== Lightbox cu navigatie ===== */
.bcd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(24, 8, 28, 0.93);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}
.bcd-lightbox.open {
    opacity: 1;
    pointer-events: auto;
}
.bcd-lightbox img {
    max-width: 88vw;
    max-height: 84vh;
    border-radius: 14px;
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.55);
    user-select: none;
}
.bcd-lb-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.14);
    border: none;
    color: #fff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
}
.bcd-lb-btn:hover {
    background: #e0218a;
    transform: scale(1.08);
}
.bcd-prev { left: 20px;  top: 50%; transform: translateY(-50%); }
.bcd-next { right: 20px; top: 50%; transform: translateY(-50%); }
.bcd-prev:hover { transform: translateY(-50%) scale(1.08); }
.bcd-next:hover { transform: translateY(-50%) scale(1.08); }
.bcd-close { top: 20px; right: 20px; font-size: 20px; }
.bcd-counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    background: rgba(0, 0, 0, 0.4);
    padding: 7px 16px;
    border-radius: 22px;
}
@media (max-width: 600px) {
    .bcd-lb-btn { width: 44px; height: 44px; font-size: 19px; }
    .bcd-prev { left: 8px; }
    .bcd-next { right: 8px; }
}
