.elementor-822 .elementor-element.elementor-element-783904f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1d62734 *//* =========================
   GLOBAL PREMIUM BASE
========================= */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #f8f5f0;
    color: #2a2a2a;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.65;
/* TEXT WRAP — LUXURY FIX */
.hero h1,
.hero p,
.text-block {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
}

/* =========================
   HERO LUXURY
========================= */
.hero {
    background: linear-gradient(
rgba(140, 120, 90, 0.40),
rgba(140, 120, 90, 0.40)
),
url('...') center/cover no-repeat;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    padding: 72px 22px;
    min-height: 80vh;
    position: relative;
}

.hero-content {
    max-width: 680px;
    color: #fdfdfd;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

/* =========================
   TITLU HERO PREMIUM
========================= */
.hero h1 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: clamp(28px, 6vw, 52px);
    line-height: 1.25;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    color: #f6f2eb;
}

/* =========================
   PARAGRAF HERO
========================= */
.hero p {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.8;
    opacity: 0.96;
    margin: 0 auto;
    max-width: 85%;
}

/* =========================
   BUTON PREMIUM
========================= */
.btn {
    margin-top: 26px;
    display: inline-block;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d9bb7a, #b3925a);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
}

.btn:hover {
    background: linear-gradient(135deg, #e7cd90, #c9a269);
    transform: translateY(-2px);
}

.btn:active {
    transform: scale(0.97);
}

/* =========================
   SECTIUNI
========================= */
.section {
    padding: 60px 18px;
    max-width: 1100px;
    margin: auto;
}

.section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
    color: #1f1f1f;
}

/* =========================
   TEXT BOX
========================= */
.box {
    background: #fff;
    border: 1px solid rgba(200,169,106,0.25);
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 12px 38px rgba(0,0,0,0.06);
}

.text-block {
    font-size: 16px;
    line-height: 1.9;
    color: #3d3d3d;
    white-space: pre-line;
}

/* =========================
   DETALII CARDS
========================= */
.details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
}

.card {
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.card h3 {
    font-family: 'Cinzel', serif;
    color: #b3925a;
    font-size: 16px;
    margin-bottom: 8px;
}

.card p {
    font-size: 15px;
    color: #444;
}

/* =========================
   CTA — CONTRAST & ELEGANCE
========================= */
.cta {
    text-align: center;
    padding: 70px 24px;
    background: #1a1410;
    color: #fdfdfd;
}

.cta h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 14px;
    line-height: 1.35;
}

.cta p {
    opacity: 0.88;
    font-size: 15px;
    margin-bottom: 22px;
}

/* =========================
   RESPONSIVE — TABLET / DESKTOP
========================= */
@media (min-width: 768px) {

    .hero {
        min-height: 85vh;
        padding: 80px 50px;
    }

    .hero h1 {
        font-size: clamp(36px, 5vw, 64px);
    }

    .hero p {
        font-size: 18px;
        max-width: 70%;
    }

    .section {
        padding: 80px 20px;
    }

    .section h2 {
        font-size: 34px;
    }

    .text-block {
        font-size: 17px;
    }

    .details {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .cta h2 {
        font-size: 32px;
    }
}/* End custom CSS */