:root {
    --brand: #0d554a;
    --brand-2: #0c3f37;
    --muted: #6b7280;
    --bg: #f8fafc;
}
* {
    font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
}
.text-brand {
    color: var(--brand);
}
.gradient-hero {
    background: linear-gradient(180deg, #ffffff, #f3f7f6);
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.shadow-soft {
    box-shadow: 0 20px 40px rgba(2, 55, 45, 0.08);
}
.fs-kicker {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.78rem;
}
.icon-pill {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #ecf5f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.logos img {
    filter: grayscale(1);
    opacity: 0.8;
    height: 36px;
    object-fit: contain;
}
.section-muted {
    background: var(--bg);
}
.feature h3 {
    font-size: 1.25rem;
}
.quality .card {
    border: 1px solid #e5e7eb;
}
.quote {
    border-left: 4px solid var(--brand);
    padding-left: 1rem;
}
.btn-sm-custom {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.375rem;
}
.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
}
