/* ==========================================================================
   Professional Skin — Corporate blue, clean, structured
   ========================================================================== */
.style-professional {
    --color-primary: #1e40af;
    --color-primary-dark: #1e3a8a;
    --color-accent: #3b82f6;
    --color-bg: #ffffff;
    --color-bg-secondary: #f0f4ff;
    --font-heading: 'Roboto Condensed', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(30, 64, 175, 0.12);
}

/* --- Header --- */
.style-professional .professional-header__top {
    background-color: #f0f4ff;
    border-bottom: 1px solid #dce4f8;
    padding: 0.5rem 0;
}

.style-professional .professional-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.style-professional .professional-header__top-left {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.style-professional .professional-header__top-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: #4b5563;
}

.style-professional .professional-header__top-item a {
    color: #4b5563;
    text-decoration: none;
}

.style-professional .professional-header__top-item svg {
    color: #1e40af;
}

.style-professional .professional-header__top-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.style-professional .professional-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    background-color: #dce4f8;
    color: #1e40af;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 3px;
    letter-spacing: 0.04em;
}

.style-professional .professional-header__reviews {
    font-size: 0.8125rem;
    color: #1e40af;
    font-weight: 600;
    text-decoration: none;
}

.style-professional .professional-header__main {
    background-color: #ffffff;
    border-bottom: 2px solid #dce4f8;
}

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

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

.style-professional .professional-header__logo-icon {
    color: #1e40af;
}

.style-professional .professional-header__logo-text-wrap {
    display: flex;
    flex-direction: column;
}

.style-professional .professional-header__logo-name {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.style-professional .professional-header__logo-sub {
    font-size: 0.7rem;
    color: #1e40af;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.style-professional .professional-nav .main-nav__link {
    color: #374151;
    font-size: 0.9375rem;
}

.style-professional .professional-nav .main-nav__link:hover,
.style-professional .professional-nav .main-nav__link.is-active {
    color: #1e40af;
}

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

.style-professional .professional-header__phone {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-weight: 700;
    color: #1e40af;
    text-decoration: none;
    font-size: 1rem;
}

/* Header CTA is hidden on mobile (the fixed bottom CTA bar covers the action) —
   otherwise logo + CTA + hamburger overflow a phone-width header. */
.style-professional .professional-header__cta {
    display: none;
}

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

/* --- Trust Bar --- */
.style-professional .trust-bar {
    background-color: #ffffff;
    border-color: #dce4f8;
}

.style-professional .trust-bar__item svg {
    color: #1e40af;
}

.style-professional .trust-bar__sep {
    background-color: #1e40af;
}

/* --- Buttons --- */
.style-professional .btn--primary {
    background-color: #1e40af;
    border-color: #1e40af;
}

.style-professional .btn--primary:hover {
    background-color: #1e3a8a;
    border-color: #1e3a8a;
}

.style-professional .btn--secondary {
    color: #1e40af;
    border-color: #1e40af;
    background-color: transparent;
}

.style-professional .btn--secondary:hover,
.style-professional .btn--secondary:focus {
    background-color: #1e40af;
    color: #ffffff;
}

.style-professional .btn--accent {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.style-professional .btn--accent:hover {
    background-color: #1e40af;
    border-color: #1e40af;
}

/* --- Service Cards --- */
.style-professional .service-card__icon {
    background-color: rgba(30, 64, 175, 0.1);
    color: #1e40af;
}

.style-professional .service-card__link {
    color: #1e40af;
}

/* --- Hero (stat numbers) --- */
.style-professional .professional-hero__stat-number {
    color: #1e40af;
}

/* --- FAQ --- */
.style-professional .faq-question__icon {
    background-color: #1e40af;
}

.style-professional .faq-question:hover,
.style-professional .faq-question[aria-expanded="true"] {
    color: #1e40af;
}

/* --- CTA Banner --- */
.style-professional .cta-banner {
    background-color: #1e40af;
}

/* --- Why Us icons --- */
.style-professional .why-us__icon {
    background-color: #1e40af;
}

/* --- Page hero --- */
.style-professional .page-hero {
    background-color: #1e40af;
}

/* --- Trust badges --- */
.style-professional .trust-badge__icon {
    background-color: rgba(30, 64, 175, 0.1);
    color: #1e40af;
}

/* --- Areas dot --- */
.style-professional .areas-list li::before {
    background-color: #1e40af;
}

/* --- Mobile CTA --- */
.style-professional .mobile-cta__call {
    background-color: #1e40af;
}

.style-professional .mobile-cta__quote {
    background-color: #374151;
}
