/* ==========================================================================
   Modern Skin - Charcoal with quiet teal, Inter throughout
   ========================================================================== */
.style-modern {
    --color-primary: #2a2d34;
    --color-primary-dark: #1c1e23;
    --color-accent: #2f8f86;
    --color-bg: #ffffff;
    --color-bg-secondary: #f4f6f6;
    --color-text: #25272c;
    --color-text-muted: #616971;
    --color-border: #e4e8e8;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --letter-spacing-heading: -0.01em;
}

.style-modern h1,
.style-modern h2,
.style-modern h3 { font-weight: 700; letter-spacing: -0.02em; }

/* --- Header --- */
.style-modern .modern-header__main {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-border);
}

.style-modern .modern-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 76px;
}

.style-modern .modern-header__logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.style-modern .modern-header__logo-icon { color: var(--color-accent); }

.style-modern .modern-header__logo-text {
    font-family: var(--font-heading);
    font-size: 1.1875rem;
    font-weight: 700;
    color: var(--color-text);
    letter-spacing: -0.02em;
}

@media (max-width: 620px) {
    .style-modern .modern-header__logo-text { font-size: 1.0625rem; }
}

.style-modern .modern-nav .main-nav__link {
    color: var(--color-text-muted);
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 0.9375rem;
}

.style-modern .modern-nav .main-nav__link:hover,
.style-modern .modern-nav .main-nav__link.is-active { color: var(--color-text); }

.style-modern .modern-header__right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.style-modern .modern-header__phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
}

.style-modern .modern-header__phone svg { color: var(--color-accent); }

.style-modern .modern-header__cta { display: none; }

@media (min-width: 1024px) {
    .style-modern .modern-header__cta { display: inline-flex; }
}

.style-modern .mobile-nav { background-color: var(--color-bg-secondary); }

/* --- Trust bar --- */
.style-modern .trust-bar {
    background-color: var(--color-text);
    border-color: transparent;
}

.style-modern .trust-bar__item {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 0.9375rem;
}

.style-modern .trust-bar__item svg { color: #59b3aa; }
.style-modern .trust-bar__sep { background-color: var(--color-accent); }

/* --- Buttons --- */
.style-modern .btn {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: 0;
    border-radius: var(--radius-full);
}

/* --- Cards a touch flatter / cleaner --- */
.style-modern .service-card,
.style-modern .testimonial-card,
.style-modern .cred-badge,
.style-modern .reassure-card { border-radius: 12px; }

/* --- Footer --- */
.style-modern .modern-footer { background-color: #17191d; }
.style-modern .cta-banner { background-color: var(--color-text); }
