.elementor-593 .elementor-element.elementor-element-b4d5eb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a85618d *//* ================= GLOBAL ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fffbf5;
    color: #2c1b18;
    line-height: 1.6;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ================= MAIN PAGE ================= */
.mission-page {
    padding: 60px 0 40px;
}

/* Hero */
.hero-section {
    text-align: center;
    margin-bottom: 60px;
}

.badge {
    display: inline-block;
    background: #ff9933;
    color: #2c1b18;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero-section h1 {
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    font-weight: 800;
    color: #5d1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.lead {
    font-size: 1.2rem;
    color: #5a4a42;
    max-width: 700px;
    margin: 0 auto;
}

/* Content Blocks */
.content-block {
    margin-bottom: 60px;
    background: #fff;
    border-radius: 24px;
    padding: 32px 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f0e4d0;
}

.content-block.accent {
    background: linear-gradient(135deg, #fff8f0, #fff0e0);
    border-left: 6px solid #d4af37;
}

.content-block h2 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #5d1a1a;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-block h2 i {
    color: #d4af37;
    font-size: 1.8rem;
}

.content-block p {
    font-size: 1.05rem;
    color: #3e2a24;
    margin-bottom: 16px;
    line-height: 1.7;
}

/* Motto Box */
.motto-box {
    background: #fff;
    padding: 24px 30px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #d4af37;
    margin-top: 10px;
}

.motto-box p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    color: #5d1a1a;
    font-family: 'Cinzel', serif;
    margin-bottom: 12px;
}

.motto-box p:last-child {
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.benefit-card {
    background: #fef9f0;
    padding: 28px 20px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.2s;
    border: 1px solid #f0e4d0;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #d4af37;
}

.benefit-card i {
    font-size: 2.5rem;
    color: #d4af37;
    margin-bottom: 16px;
}

.benefit-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #5d1a1a;
}

.benefit-card p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Simple Steps */
.steps-simple {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 20px;
}

.step {
    flex: 1;
    min-width: 200px;
    background: #fef9f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e2d5c0;
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #d4af37;
    color: #2c1b18;
    font-weight: 800;
    border-radius: 50%;
    font-size: 1.1rem;
}

.step span:last-child {
    font-weight: 500;
}

.info-note {
    background: #f0ede8;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 10px;
}

.info-note i {
    margin-right: 8px;
    color: #d4af37;
}

/* Call to Action */
.cta-section {
    background: linear-gradient(135deg, #fef3e0, #ffe8d4);
    border-radius: 28px;
    padding: 48px 32px;
    text-align: center;
    margin: 40px 0;
}

.cta-section h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #5d1a1a;
    margin-bottom: 24px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.btn-primary {
    background: #5d1a1a;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    border: 2px solid #d4af37;
}

.btn-primary:hover {
    background: #d4af37;
    color: #2c1b18;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 2px solid #5d1a1a;
    color: #5d1a1a;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #5d1a1a;
    color: #fff;
    transform: translateY(-2px);
}

.small-note {
    font-size: 0.85rem;
    color: #7c5a4a;
}

/* Footer */
.simple-footer {
    text-align: center;
    padding: 24px;
    border-top: 1px solid #e2d5c0;
    font-size: 0.85rem;
    color: #7c5a4a;
    background: #fffbf5;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-page {
        padding: 40px 0;
    }
    .hero-section h1 {
        font-size: 2.2rem;
    }
    .content-block {
        padding: 24px 20px;
    }
    .content-block h2 {
        font-size: 1.5rem;
    }
    .motto-box p:first-child {
        font-size: 1.2rem;
    }
    .benefits-grid {
        gap: 20px;
    }
    .steps-simple {
        flex-direction: column;
    }
    .step {
        width: 100%;
    }
    .cta-section {
        padding: 32px 20px;
    }
    .cta-section h3 {
        font-size: 1.4rem;
    }
}/* End custom CSS */