* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Google Sans", sans-serif;
    color: white;
    background-image: url("Background2025.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

a {
    color: white;
    text-decoration: none;
}

.top-bar {
    background: rgba(60, 120, 60, 0.9);
    padding: 16px;
    text-align: center;
    backdrop-filter: blur(6px);
}

.hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content {
    background: rgba(40, 100, 40, 0.914);
    padding: 40px;
    border-radius: 18px;
    backdrop-filter: blur(12px);
    max-width: 700px;
}

.hero h2 {
    font-size: 48px;
    margin: 0;
}

.tagline {
    font-size: 20px;
    opacity: 0.9;
    margin: 12px 0 24px;
}

.cta {
    display: inline-block;
    padding: 14px 28px;
    background: rgb(90, 180, 90);
    color: white;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease;
}

.cta:hover {
    background: rgb(110, 200, 110);
    transform: translateY(-2px);
}

.glass-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 32px;
    background: rgba(40, 100, 40, 0.914);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.glass-section h3 {
    margin-top: 0;
    font-size: 28px;
}

.glass-section ul {
    padding-left: 20px;
}

.glass-section li {
    margin: 10px 0;
}

.highlight {
    text-align: center;
    font-size: 18px;
}

footer {
    text-align: center;
    padding: 20px;
    background: rgba(40, 80, 40, 0.8);
    backdrop-filter: blur(6px);
    font-size: 14px;
}
