* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Quicksand', sans-serif;
    background: #faf8f5;
    color: #1e2b2f;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, .display-font {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 4px;
    background: #e67e22;
    border-radius: 4px;
}
.card {
    border: none;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}
.card-icon {
    font-size: 2.4rem;
    color: #e67e22;
    margin-bottom: 0.75rem;
}
.badge-role {
    background: #eef3f2;
    color: #1e4b4f;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    letter-spacing: 0.4px;
    font-size: 0.9rem;
}
.role-tag {
    background: #d9e6e2;
    color: #1a3a3d;
    border-radius: 30px;
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}
.hero-section {
    background: linear-gradient(145deg, #fffcf7 0%, #f4efe8 100%);
    border-bottom: 1px solid rgba(0,0,0,0.02);
    padding: 4rem 0 3rem;
}
.service-category {
    background: #ffffffdd;
    backdrop-filter: blur(2px);
    border-radius: 30px;
    padding: 0.2rem 1.2rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #2b5f5f;
    border: 1px solid #dce8e5;
}
.footer {
    background: #1e2b2f;
    color: #d6e0dd;
    padding: 2.5rem 0 1.5rem;
    margin-top: 3rem;
    border-radius: 40px 40px 0 0;
}
.footer a {
    color: #d6e0dd;
    text-decoration: none;
}
.footer a:hover {
    color: #f1c40f;
}
.btn-outline-accent {
    border: 2px solid #e67e22;
    color: #e67e22;
    border-radius: 40px;
    padding: 0.5rem 1.8rem;
    font-weight: 600;
    transition: all 0.2s;
}
.btn-outline-accent:hover {
    background: #e67e22;
    color: white;
}
.btn-accent {
    background: #e67e22;
    color: white;
    border-radius: 40px;
    padding: 0.6rem 2rem;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}
.btn-accent:hover {
    background: #cf6d1a;
    color: white;
}
.list-item-icon {
    color: #e67e22;
    margin-right: 8px;
}
.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e67e22;
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    flex-shrink: 0;
}
@media (max-width: 576px) {
    .hero-section {
        padding: 2.5rem 0 2rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
}

/* Hero image styles */
.hero-section .col-lg-5 img {
    transition: all 0.3s ease;
}

.hero-section .col-lg-5 img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

/* Placeholder styles */
.hero-section .placeholder-image {
    border: 2px dashed #dee2e6;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    color: #6c757d;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-section .placeholder-image i {
    font-size: 4rem;
    color: #dee2e6;
}

/* Hero image styles */
.hero-section .col-lg-5 img {
    transition: all 0.3s ease;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.hero-section .col-lg-5 img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
    .hero-section .col-lg-5 img {
        max-height: 300px;
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section .col-lg-5 img {
        max-height: 200px;
    }
}

/* Hero image styles - LARGER VERSION */
.hero-section .col-lg-6 img {
    transition: all 0.3s ease;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
}

.hero-section .col-lg-6 img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
    .hero-section .col-lg-6 img {
        max-height: 400px;
        margin-top: 1.5rem;
    }
    .hero-section .col-lg-6 {
        order: -1;
    }
}

@media (max-width: 576px) {
    .hero-section .col-lg-6 img {
        max-height: 280px;
    }
}
