body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #f8f9fa;
}

.navbar-custom {
    background: linear-gradient(90deg, #3b9fd9 0%, #4ba8e0 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.1rem;
    color: white !important;
    background-color: white;
    color: #3b9fd9 !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 25px;
    margin-left: 2rem;
}

.nav-buttons {
    margin-right: 2rem;
}

.nav-buttons .btn {
    background-color: white;
    color: #3b9fd9;
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
}

.nav-buttons .btn:hover {
    background-color: #f0f0f0;
}

.main-content {
    padding: 4rem 2rem;
    background-color: white;
    min-height: calc(100vh - 80px);
}

.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 500;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.price-item {
    margin-bottom: 0.75rem;
    color: #333;
    line-height: 1.6;
}

.price-item strong {
    font-weight: 600;
}

.highlight {
    color: #3b9fd9;
    font-weight: 500;
}

.text-muted-custom {
    color: #666;
    font-size: 0.95rem;
}

.info-block {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

a {
    color: #3b9fd9;
    text-decoration: none;
}

a:hover {
    color: #2a7fb5;
    text-decoration: underline;
}

.italic-text {
    font-style: italic;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .navbar-brand {
        margin-left: 0.5rem;
        font-size: 0.95rem;
        padding: 0.5rem 1rem !important;
    }

    .nav-buttons {
        margin-right: 0.5rem;
    }

    .nav-buttons .btn {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
        margin-left: 0.25rem;
    }

    .main-content {
        padding: 2rem 1rem;
    }

    .section-title {
        font-size: 1.1rem;
    }
}
