:root {
    --primary-color: #802379;
    --text-dark: #2d2d2d;
    --text-muted: #777;
}

body {
    font-family: 'Jaldi', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 1.1rem;
}

h1, h2, h3, h4, .navbar-brand {
    font-family: 'Elsie', display;
}

/* Navbar */
.navbar {
    padding: 30px 0;
    transition: all 0.3s ease;
    background: transparent;
    z-index: 1050;
}
.navbar.scrolled {
    background: white !important;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.navbar-brand {
    font-size: 2.5rem;
    color: white !important;
    line-height: 0.8;
    text-align: center;
    font-weight: 900;
}
.navbar.scrolled .navbar-brand {
    color: var(--primary-color) !important;
}
.nav-link {
    color: white !important;
    font-family: 'Jaldi', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px !important;
    transition: 0.3s;
}
.navbar.scrolled .nav-link {
    color: var(--text-dark) !important;
}

/* Hero */
.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.hero h1 {
    font-size: 4.5rem;
    font-weight: 900;
    max-width: 900px;
    line-height: 1.1;
}

.btn-cta {
    background-color: var(--primary-color);
    color: white !important;
    font-family: 'Jaldi', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px;
    border-radius: 5px;
    border: none;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}
.btn-cta:hover {
    background-color: #6a1b65;
    transform: translateY(-3px);
}

/* Sections */
section { padding: 100px 0; }
.section-title {
    font-size: 3.5rem;
    margin-bottom: 50px;
    font-weight: 900;
    text-align: center;
}

.section-subtitle {
    font-family: 'Elsie', serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    color: #4a4a4a;
}

/* Arches & Images */
.arch-wrapper { position: relative; max-width: 450px; margin: auto; }
.arch-bg { position: absolute; top: 0; left: 0; width: 100%; height: 90%; border-radius: 200px 200px 0 0; z-index: 1; }
.arch-img { position: relative; z-index: 2; width: 100%; height: 550px; object-fit: cover; border-radius: 200px 200px 20px 20px; }

.search-img-container {
    background-color: #ffe0b2;
    border-radius: 200px 200px 0 0;
    padding: 60px 40px 0;
    max-width: 450px;
    margin: auto;
}

/* Contact */
.contact-input {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    padding: 18px !important;
    box-shadow: none !important;
    font-family: Jaldi;
}
.contact-input:focus {
    border-color: var(--primary-color) !important;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
}
.info-item i {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    background: #fdf2f8;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-item h5 { font-family: Jaldi; font-weight: 700; margin-bottom: 0; font-size: 1.3rem; }
.info-item p { font-family: Jaldi; color: #888; margin-bottom: 0; }

/* Pricing */
.pricing-card {
    border: 1px solid #eee;
    padding: 40px 25px;
    border-radius: 12px;
    background: white;
    transition: transform 0.3s;
}

/* Footer */
.footer {
    background-color: var(--primary-color);
    color: white;
    padding: 80px 0 40px;
}
.newsletter-box {
    background: rgba(255,255,255,0.08);
    padding: 40px;
    border-radius: 15px;
}

/* --- RESPONSIVENESS --- */

@media (max-width: 991px) {
    .navbar { background: white !important; padding: 10px 0 !important; }
    .navbar-brand { color: var(--primary-color) !important; margin: 0; }

    .navbar-collapse {
        background: white;
        margin-top: 10px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .nav-link {
        color: var(--text-dark) !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f5f5f5;
        text-align: center;
    }
    .navbar-toggler {
        border: 1px solid var(--primary-color);
        padding: 5px;
    }
    .navbar-toggler-icon {
        filter: invert(19%) sepia(61%) saturate(2341%) hue-rotate(279deg) brightness(89%) contrast(94%);
    }

    .hero h1 { font-size: 2.8rem; }
    .section-subtitle { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    section { padding: 60px 0; }
    .hero h1 { font-size: 2.2rem; }

    .info-item { margin-bottom: 30px; }

    .footer { text-align: left; }
    .footer .col-6 { margin-bottom: 20px; }
    .newsletter-box { margin-top: 30px; text-align: center; }
}

@media (max-width: 576px) {
    .navbar-brand { font-size: 1.8rem !important; }
    .btn-cta { width: 100%; text-align: center; }
    .section-title { font-size: 2.2rem; }
    .section-subtitle { font-size: 2.2rem; }

    /* Center icons on small mobile */
    .info-item {
        flex-direction: column;
        text-align: center;
        max-width: 100%;
    }
}
