body {
    font-family: 'Inter', sans-serif;
    color: #222;
}

h1,h2,h3,h4 {
    font-family: 'Montserrat', sans-serif;
}

.section {
    padding: 120px 0;
}

.navbar {
    transition: 0.3s;
}

.navbar.scrolled {
    background: #0F3D2E !important;
}

.hero {
    height: 100vh;
    background: url('/assets/img/hero.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.snapshot h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0F3D2E;
}

.btn-primary {
    background: #0F3D2E;
    border: none;
    padding: 12px 28px;
}

.footer {
    background: #0F3D2E;
    color: white;
    padding: 60px 0;
}
