body {
    background-color: #fbf9f8;
    color: #1b1c1c;
    font-family: 'Metropolis', sans-serif;
    overflow-x: hidden;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1;
    color: #1e619d;
}

.nav-scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(30, 97, 157, 0.2);
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.hero-background {
    background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDud7VwSEdEeWAeZPicLrAGBuh9FabRk_uPh_pHujANKg-xls2IW1TVscB-_btg_VDwH-Je1ZSC8EwbSEzVP29hVPG5PSRFEsH1LMnPEESKauF8gZ3MTgCRIoyOfubSWUufvRMhN0Glu2_4a5rvXHTR2xS4OpYrP-JoXGSjCUtQGU5jvJdkIgkzgeNb9c1g8ehPTNXeHi4vtDGyYE8umEdQiKwNbshG93oSurt1v1Xp5a7wE_jERSArWgxVhNmS8dyBoMPf6p4sSvs');
}

.about-background {
    background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDud7VwSEdEeWAeZPicLrAGBuh9FabRk_uPh_pHujANKg-xls2IW1TVscB-_btg_VDwH-Je1ZSC8EwbSEzVP29hVPG5PSRFEsH1LMnPEESKauF8gZ3MTgCRIoyOfubSWUufvRMhN0Glu2_4a5rvXHTR2xS4OpYrP-JoXGSjCUtQGU5jvJdkIgkzgeNb9c1g8ehPTNXeHi4vtDGyYE8umEdQiKwNbshG93oSurt1v1Xp5a7wE_jERSArWgxVhNmS8dyBoMPf6p4sSvs');
}

.property-background-alt {
    background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuCEH2pdUCpTHfgXRC_OnM1UAJkKpDHd13CdgmhtwXS7sQk3Phpf5LlNT5WFiqs9tUg5Oj21NCdnfz07C6hz91gkEO3rrFWgp2jr7nC2u-uq7gVJ4BIz1PksOM67RzMDc_ITQ5Rk6Bhbi6VOSRwBFiEttpT5k2i-0S82xFV2PPcKnQMvy_ye1uSobnOR4PF_pQ2mvqhviyf0cYC9k6J0AAE7Y5AGDDEY6Agr2CKVOYION-NRxVwYOiIFv-LY1wimCRL_9Ow7MAKr90w');
}

.mobile-nav-panel {
    z-index: 45;
}

.mobile-nav-panel a {
    width: 100%;
}

@media (max-width: 767px) {
    #hero h1 {
        font-size: 2.7rem;
        line-height: 1.08;
    }

    #top-nav {
        height: 4.75rem;
    }

    #top-nav.nav-scrolled {
        background-color: rgba(255, 255, 255, 0.99);
    }
}

.portfolio-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.portfolio-load-more {
    border: 1px solid #1e619d;
    background: #1e619d;
    color: #ffffff;
    padding: 14px 22px;
    font-family: 'Metropolis', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.portfolio-load-more:hover {
    background: #174f80;
    border-color: #174f80;
    transform: translateY(-1px);
}

.legal-page {
    position: relative;
}

.legal-hero {
    background: linear-gradient(135deg, rgba(30, 97, 157, 0.08), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(30, 97, 157, 0.12);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(27, 28, 28, 0.06);
}

.legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: rgba(30, 97, 157, 0.08);
    color: #1e619d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.legal-section {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(27, 28, 28, 0.08);
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(27, 28, 28, 0.05);
}

.legal-section h2 {
    color: #1e619d;
}

.legal-section p,
.legal-section li {
    color: rgba(27, 28, 28, 0.78);
}

.legal-placeholder {
    color: #d11f1f;
    font-weight: 700;
}
