:root {
    --brand: #bb0000;
    --brand-dark: #8f0000;
    --heading: #1e2430;
    --text: #495162;
    --bg-light: #f5f7fb;
    --border: #e5e7ec;
    --dark: #12161d;
    --white: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-text,
.footer-title,
.footer-heading {
    font-family: 'Poppins', sans-serif;
    color: var(--heading);
    font-weight: 700;
}

p {
    line-height: 1.75;
}

.site-logo {
    width: 52px;
    height: auto;
}

.brand-text {
    font-size: 1.8rem;
    line-height: 1;
}

.navbar .nav-link {
    font-weight: 600;
    color: var(--heading);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--brand);
}

.nav-phone {
    color: var(--heading);
    font-weight: 700;
    text-decoration: none;
}

.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    font-weight: 700;
    padding: 0.85rem 1.5rem;
    border-radius: 0.9rem;
}

.btn-brand:hover,
.btn-brand:focus {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}

.hero-section {
    background: linear-gradient(135deg, #fff 0%, #f7f7fa 100%);
}

.hero-title,
.audit-hero h1,
.page-hero h1 {
    font-size: clamp(2.3rem, 4vw, 4.1rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.hero-text,
.audit-hero-text,
.page-intro,
.lead-text {
    font-size: 1.12rem;
}

.eyebrow {
    display: inline-block;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1rem;
    font-size: 0.84rem;
}

.hero-banner {
    max-height: 520px;
    object-fit: cover;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    font-weight: 600;
}

.hero-points i,
.trust-item i,
.contact-item i {
    color: var(--brand);
}

.section-heading {
    max-width: 760px;
    margin-inline: auto;
}

.section-heading h2,
.page-hero h1,
.audit-form-card h2,
.contact-form-card h2 {
    margin-bottom: 0.85rem;
}

.service-card,
.contact-card,
.contact-form-card,
.audit-form-card,
.trust-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(18, 22, 29, 0.05);
}

.service-icon {
    width: 62px;
    height: 62px;
    border-radius: 1rem;
    background: rgba(187, 0, 0, 0.1);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.service-list li {
    margin-bottom: 0.7rem;
}

.trust-box {
    display: grid;
    gap: 1rem;
}

.trust-item,
.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
}

.cta-section,
.audit-hero {
    background: linear-gradient(135deg, #8f0000 0%, #bb0000 100%);
}

.page-hero {
    background: linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
}

.form-control,
.form-control:focus {
    border-radius: 0.9rem;
    border-color: var(--border);
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(187, 0, 0, 0.35);
}

.site-footer {
    background: var(--dark) !important;
}

.footer-title,
.footer-heading,
..footer-link,
.footer-list a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}

h3 .footer-title, h3 .footer-heading {
    color: #fff !important;
}

.footer-link,
.footer-list a {
    color: var(--brand);
    text-decoration: none;
    font-weight: 600;
}

.footer-link:hover,
.footer-list a:hover {
    color: var(--brand-dark);
    text-decoration: none;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.12);
}


@media (max-width: 991.98px) {
    .brand-text {
        font-size: 1.5rem;
    }

    .nav-phone {
        display: inline-block;
        margin-top: 0.5rem;
    }
}
