/**
 * Area-Service Pages Styles
 * 
 * Modern, Premium Design System
 */

:root {
    --ehs-area-card-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
    --ehs-area-card-hover: 0 20px 50px -12px rgba(0, 0, 0, 0.15);
    --ehs-area-primary: #1e293b;
    --ehs-area-accent: #8b5cf6;
    --ehs-area-accent-gradient: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    --ehs-service-icon-bg: #eff6ff;
}

/* ... existing code ... */

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.ehs-breadcrumbs-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    margin-top: 2.5rem;
}

/* Transparent Breadcrumbs for Hero Integration */
.ehs-breadcrumbs-wrapper--hero {
    background: transparent !important;
    border: none !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.ehs-breadcrumbs-wrapper--hero .ehs-breadcrumbs ol {
    display: flex;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ehs-breadcrumbs-wrapper--hero .ehs-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ehs-breadcrumbs-wrapper--hero .ehs-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.ehs-breadcrumbs-wrapper--hero .ehs-breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0.5rem;
}

.ehs-breadcrumbs-wrapper--hero .ehs-breadcrumbs span[aria-current="page"] {
    color: #ffffff;
    font-weight: 600;
}

.ehs-breadcrumbs nav {
    padding: 1rem 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
}

.ehs-breadcrumbs ol {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

/* ... rest of breadcrumbs ... */

/* ... (keep existing styles) ... */

/* ==========================================================================
   Archive Page - Enhanced Hero Section
   ========================================================================== */
.ehs-hero--areas-archive {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

/* Hero Overlay Layer - Enhanced Darkening */
.ehs-hero__media-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Darker gradient for better text contrast/auto-darkening */
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.85) 50%, rgba(15, 23, 42, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Ensures Hero Media Layer catches correctly in other hero types */
.ehs-services-hero .ehs-hero__media {
    position: relative;
}

.ehs-hero--areas-archive .ehs-hero__bg {
    /* ... existing ... */
}

/* ... existing ... */

/* Service Cards - Premium Redesign */
/* ... existing card styles ... */

.ehs-service-card__image {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(99, 102, 241, 0.1) 100%);
}

/* Added Overlay for Service Cards */
.ehs-service-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Darker overlay as requested */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: opacity 0.3s ease;
    opacity: 0.8;
}

.ehs-service-card:hover .ehs-service-card__image::after {
    opacity: 0.6;
}

/* ... rest of existing ... */

.ehs-breadcrumbs li:not(:last-child)::after {
    content: "›";
    margin-left: 0.5rem;
    color: #cbd5e1;
}

.ehs-breadcrumbs a {
    color: #64748b;
    transition: color 0.15s ease;
    text-decoration: none;
}

.ehs-breadcrumbs a:hover {
    color: var(--ehs-area-accent);
}

.ehs-breadcrumbs span[aria-current="page"] {
    color: var(--ehs-area-primary);
    font-weight: 600;
}

/* ==========================================================================
   Main Content & Benefits Grid
   ========================================================================== */
.ehs-area-content {
    padding: 4rem 0;
    background: #ffffff;
}

.ehs-area-content__grid {
    display: grid;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .ehs-area-content__grid {
        grid-template-columns: 2fr 1fr;
        gap: 4rem;
    }
}

/* Entry Content */
.ehs-entry-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
}

.ehs-entry-content h2,
.ehs-entry-content h3 {
    color: var(--ehs-area-primary);
    font-weight: 800;
    margin-top: 2.5em;
    margin-bottom: 1em;
    letter-spacing: -0.02em;
}

.ehs-entry-content ul {
    margin: 1.5rem 0;
}

.ehs-entry-content li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
}

.ehs-entry-content li::before {
    content: "•";
    color: var(--ehs-area-accent);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Benefits Card */
.ehs-area-benefits {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.ehs-area-benefits__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
}

.ehs-area-benefits__list {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.ehs-area-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.ehs-area-benefits__item:last-child {
    border-bottom: none;
}

.ehs-area-benefits__icon {
    flex-shrink: 0;
    color: var(--ehs-area-accent);
    margin-top: 0.125rem;
}

.ehs-area-benefits__item span {
    font-size: 0.938rem;
    color: #475569;
    font-weight: 500;
    line-height: 1.5;
}

/* ==========================================================================
   Services Grid Section
   ========================================================================== */
.ehs-area-services {
    padding: 5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ehs-area-services__header {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ehs-area-services__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.ehs-area-services__subtitle {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
}

.ehs-area-services__grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 640px) {
    .ehs-area-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ehs-area-services__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ehs-area-services__empty {
    text-align: center;
    padding: 3rem;
    color: #64748b;
    font-size: 1.125rem;
}

/* Service Cards - Premium Redesign */
.ehs-service-card {
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(139, 92, 246, 0.15);
    opacity: 1 !important;
}

.ehs-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.3), 0 0 40px rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.5);
}

.ehs-service-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.ehs-service-card__image {
    position: relative;
    padding-bottom: 60%;
    /* 5:3 aspect ratio - bigger image */
    overflow: hidden;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(99, 102, 241, 0.1) 100%);
}

.ehs-service-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.95;
}

.ehs-service-card:hover .ehs-service-card__image img {
    transform: scale(1.08);
    opacity: 1;
}

.ehs-service-card__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(139, 92, 246, 0.4);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(99, 102, 241, 0.05) 100%);
}

.ehs-service-card__content {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.05) 0%, transparent 100%);
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

.ehs-service-card__title {
    font-size: 1.375rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.ehs-service-card__excerpt {
    font-size: 1rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 1.5rem 0;
    flex: 1;
}

.ehs-service-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: #a78bfa;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: auto;
}

.ehs-service-card:hover .ehs-service-card__cta {
    gap: 1rem;
    color: #c4b5fd;
}

.ehs-service-card__cta svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.ehs-service-card:hover .ehs-service-card__cta svg {
    transform: translateX(4px);
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.ehs-area-portfolio {
    padding: 5rem 0;
    background: #ffffff;
}

.ehs-area-portfolio__header {
    text-align: center;
    margin-bottom: 3rem;
}

.ehs-area-portfolio__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.02em;
}

.ehs-area-portfolio__header p {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
}

.ehs-area-portfolio__grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 640px) {
    .ehs-area-portfolio__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ehs-area-portfolio__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ehs-portfolio-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--ehs-area-card-shadow);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.ehs-portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ehs-area-card-hover);
}

.ehs-portfolio-card__link {
    display: block;
    text-decoration: none;
}

.ehs-portfolio-card__image {
    position: relative;
    padding-bottom: 75%;
    /* 4:3 ratio */
    overflow: hidden;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.ehs-portfolio-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ehs-portfolio-card:hover .ehs-portfolio-card__image img {
    transform: scale(1.08);
}

.ehs-portfolio-card__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.ehs-portfolio-card__title {
    padding: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ehs-area-primary);
    margin: 0;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.ehs-area-cta {
    padding: 5rem 0;
    background: var(--ehs-area-accent-gradient);
    position: relative;
    overflow: hidden;
}

.ehs-area-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.ehs-area-cta__content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.ehs-area-cta__title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.ehs-area-cta__text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.ehs-button--light {
    background: #ffffff;
    color: var(--ehs-area-accent);
    border: none;
}

.ehs-button--light:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media (max-width: 768px) {
    .ehs-area-content {
        padding: 2.5rem 0;
    }

    .ehs-area-benefits {
        margin-top: 2rem;
        position: static;
    }

    .ehs-area-services {
        padding: 3rem 0;
    }

    .ehs-area-services__header h2 {
        font-size: 2rem;
    }

    .ehs-area-portfolio {
        padding: 3rem 0;
    }

    .ehs-area-portfolio__header h2 {
        font-size: 2rem;
    }

    .ehs-area-cta {
        padding: 3rem 0;
    }

    .ehs-area-cta__title {
        font-size: 2rem;
    }

}

/* ==========================================================================
   Archive Page - Enhanced Hero Section
   ========================================================================== */
.ehs-hero--areas-archive {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.ehs-hero--areas-archive .ehs-hero__bg {
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.ehs-hero__trust {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.ehs-trust-element {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.ehs-trust-element:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.ehs-trust-element__icon {
    flex-shrink: 0;
    color: #fbbf24;
}

.ehs-trust-element__content {
    flex: 1;
}

.ehs-trust-element__value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.ehs-trust-element__label {
    font-size: 0.813rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

@media (max-width: 768px) {
    .ehs-hero__trust {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ehs-trust-element {
        padding: 1rem;
    }

    .ehs-trust-element__value {
        font-size: 1.25rem;
    }
}

/* ==========================================================================
   Archive Page - SEO Intro Section
   ========================================================================== */
.ehs-areas-intro {
    padding: 4rem 0;
    background: #ffffff;
}

.ehs-areas-intro__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ehs-areas-intro__content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
}

.ehs-areas-intro__content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 1rem 0;
}

.ehs-areas-intro__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .ehs-areas-intro {
        padding: 3rem 0;
    }

    .ehs-areas-intro__content h2 {
        font-size: 1.75rem;
    }

    .ehs-areas-intro__content p {
        font-size: 1rem;
    }
}

/* ==========================================================================
   Archive Page - Areas Grid
   ========================================================================== */
.ehs-areas-archive {
    padding: 5rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.ehs-areas-archive__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem auto;
}

.ehs-areas-archive__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.ehs-areas-archive__header p {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
}

.ehs-areas-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 640px) {
    .ehs-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ehs-areas-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Premium Area Cards */
.ehs-area-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
}

.ehs-area-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px -15px rgba(0, 0, 0, 0.25);
    border-color: rgba(139, 92, 246, 0.3);
}

.ehs-area-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.ehs-area-card__image-wrapper {
    position: relative;
}

.ehs-area-card__image {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ehs-area-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.3) 0%, rgba(15, 23, 42, 0.7) 100%);
    transition: opacity 0.4s ease;
}

.ehs-area-card:hover .ehs-area-card__overlay {
    opacity: 0.85;
}

.ehs-area-card__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.813rem;
    font-weight: 700;
    color: var(--ehs-area-accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.ehs-area-card__content {
    padding: 2rem;
    background: #ffffff;
}

.ehs-area-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.ehs-area-card__icon {
    flex-shrink: 0;
    color: var(--ehs-area-accent);
}

.ehs-area-card__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0;
    letter-spacing: -0.02em;
}

.ehs-area-card__description {
    font-size: 0.938rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.ehs-area-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ehs-area-accent);
    font-weight: 700;
    font-size: 0.938rem;
    transition: gap 0.3s ease;
}

.ehs-area-card:hover .ehs-area-card__cta {
    gap: 1rem;
}

.ehs-area-card__cta svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.ehs-area-card:hover .ehs-area-card__cta svg {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .ehs-areas-archive {
        padding: 3rem 0;
    }

    .ehs-areas-archive__header {
        margin-bottom: 2.5rem;
    }

    .ehs-areas-archive__header h2 {
        font-size: 2rem;
    }

    .ehs-area-card__image {
        height: 220px;
    }

    .ehs-area-card__content {
        padding: 1.5rem;
    }

    .ehs-area-card__title {
        font-size: 1.25rem;
    }
}

/* ==========================================================================
   Archive Page - Why Choose Us Section
   ========================================================================== */
.ehs-areas-why {
    padding: 5rem 0;
    background: #ffffff;
}

.ehs-areas-why__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem auto;
}

.ehs-areas-why__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ehs-area-primary);
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.ehs-areas-why__header p {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
}

.ehs-areas-why__grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 640px) {
    .ehs-areas-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ehs-areas-why__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ehs-why-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.ehs-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    border-color: rgba(139, 92, 246, 0.3);
}

.ehs-why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%);
    border-radius: 16px;
    color: var(--ehs-area-accent);
    margin-bottom: 1.5rem;
}

.ehs-why-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ehs-area-primary);
    margin: 0 0 1rem 0;
}

.ehs-why-card p {
    font-size: 0.938rem;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

@media (max-width: 768px) {
    .ehs-areas-why {
        padding: 3rem 0;
    }

    .ehs-areas-why__header {
        margin-bottom: 2.5rem;
    }

    .ehs-areas-why__header h2 {
        font-size: 2rem;
    }

    .ehs-why-card {
        padding: 1.5rem 1.25rem;
    }
}

/* ==========================================================================
   Archive Page - CTA Section
   ========================================================================== */
.ehs-areas-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.ehs-areas-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.ehs-areas-cta__content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.ehs-areas-cta__content h2 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

.ehs-areas-cta__content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
}

.ehs-areas-cta__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.ehs-button--large {
    padding: 1rem 2.5rem;
    font-size: 1.063rem;
}

@media (max-width: 768px) {
    .ehs-areas-cta {
        padding: 3rem 0;
    }

    .ehs-areas-cta__content h2 {
        font-size: 2rem;
    }

    .ehs-areas-cta__content p {
        font-size: 1.125rem;
    }

    .ehs-areas-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ehs-button--large {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Services-Style Hero Section
   ========================================================================== */
.ehs-services-hero {
    padding: 120px 0 100px;
    position: relative;
    color: #ffffff;
    background: var(--ehs-color-dark);
    overflow: hidden;
}

.ehs-services-hero .ehs-hero__media {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.7));
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.ehs-services-hero .ehs-hero__media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.85) 100%);
    z-index: 1;
}

.ehs-services-hero .ehs-hero__media-layer {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(71, 85, 105, 0.2) 0%, transparent 55%),
        radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.3) 0%, transparent 60%);
    z-index: 2;
}

.ehs-services-hero .ehs-hero__media-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.ehs-services-hero .ehs-hero__content {
    position: relative;
    z-index: 3;
}

.ehs-services-hero__layout {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.ehs-services-hero__title {
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ehs-services-hero__subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 40px;
    max-width: 600px;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

.ehs-services-hero__features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
}

.ehs-services-hero__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.ehs-services-hero__feature svg {
    width: 16px;
    height: 16px;
    color: var(--ehs-color-primary);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .ehs-services-hero {
        padding: 80px 0 60px;
    }

    .ehs-services-hero__features {
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }

    .ehs-services-hero__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ehs-services-hero {
        padding: 60px 0 40px;
    }

    .ehs-services-hero__feature {
        font-size: 13px;
    }

    .ehs-services-hero__feature svg {
        width: 14px;
        height: 14px;
    }
}

/* ==========================================================================
   Final CTA Section - Split Layout
   ========================================================================== */
.ehs-cta-final {
    padding: 0;
    background: var(--ehs-gradient-cta-bright);
    position: relative;
    overflow: hidden;
}

.ehs-cta-final__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    align-items: center;
}

.ehs-cta-final__image-side {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.ehs-cta-final__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ehs-cta-final__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--ehs-color-primary) 0%, transparent 100%);
    opacity: 0.3;
}

.ehs-cta-final__content {
    position: relative;
    z-index: 1;
    padding: clamp(3rem, 8vw, 6rem) clamp(2rem, 6vw, 5rem);
    text-align: left;
}

.ehs-cta-final__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ehs-cta-final__title {
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    color: #ffffff;
    margin: 0 0 1rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: var(--ehs-font-family-heading);
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.ehs-cta-final__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 2rem;
    line-height: 1.6;
}

.ehs-cta-final__trust-list {
    list-style: none;
    margin: 0 0 2.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ehs-cta-final__trust-item {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding-left: 2rem;
    line-height: 1.5;
}

.ehs-cta-final__trust-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.125rem;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" fill="%239AD927" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.ehs-cta-final__trust-icon {
    display: none;
}

.ehs-cta-final__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.125rem 2.5rem;
    background: #ffffff;
    color: var(--ehs-color-primary);
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: var(--ehs-font-family-heading);
}

.ehs-cta-final__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.ehs-cta-final__button-icon {
    width: 18px;
    height: 18px;
}

.ehs-cta-final__note {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1rem;
}

@media (max-width: 968px) {
    .ehs-cta-final__wrapper {
        grid-template-columns: 1fr;
    }

    .ehs-cta-final__image-side {
        min-height: 350px;
        order: 2;
    }

    .ehs-cta-final__content {
        order: 1;
        text-align: center;
    }

    .ehs-cta-final__chip {
        margin-left: auto;
        margin-right: auto;
    }

    .ehs-cta-final__trust-list {
        align-items: center;
    }

    .ehs-cta-final__trust-item {
        text-align: left;
        max-width: 500px;
    }

    .ehs-cta-final__button {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 640px) {
    .ehs-cta-final__image-side {
        min-height: 300px;
    }

    .ehs-cta-final__content {
        padding: 3rem 1.5rem;
    }

    .ehs-cta-final__title {
        font-size: 1.75rem;
    }

    .ehs-cta-final__trust-list {
        gap: 0.625rem;
    }

    .ehs-cta-final__trust-item {
        font-size: 0.875rem;
        text-align: left;
        max-width: 400px;
        padding-left: 1.75rem;
    }

    .ehs-cta-final__trust-item::before {
        width: 18px;
        height: 18px;
    }

    .ehs-cta-final__button {
        padding: 1rem 2rem;
        font-size: 0.9375rem;
    }
}

/* ==========================================================================
   Content + Sidebar Two-Column Layout
   ========================================================================== */
.ehs-area-content-with-sidebar {
    padding: 4rem 0;
    background: #f8fafc;
}

.ehs-area-two-columns {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 3rem;
    align-items: start;
}

.ehs-area-main-content {
    min-width: 0;
}

.ehs-area-sidebar {
    position: sticky;
    top: 2rem;
}

/* ==========================================================================
   Element Advantage Widget - Premium Redesign
   ========================================================================== */
.ehs-advantage-widget {
    background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
    border-radius: 1.25rem;
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow:
        0 4px 24px -4px rgba(139, 92, 246, 0.12),
        0 12px 48px -12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.ehs-advantage-widget__header {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 1.5rem;
    text-align: center;
    color: #ffffff;
}

.ehs-advantage-widget__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fbbf24;
    margin-bottom: 0.75rem;
}

.ehs-advantage-widget__badge svg {
    color: #fbbf24;
}

.ehs-advantage-widget__header h3 {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: #ffffff;
}

.ehs-advantage-widget__tagline {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* Trust Benefits List */
.ehs-advantage-widget__list {
    list-style: none;
    padding: 1.25rem 1.5rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.ehs-advantage-widget__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1e293b;
}

.ehs-advantage-widget__check {
    flex-shrink: 0;
    color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    padding: 3px;
}

/* Trust Badges */
.ehs-advantage-widget__badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.ehs-advantage-widget__badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.ehs-advantage-widget__badge-item svg {
    color: #8b5cf6;
}

.ehs-advantage-widget__badge-item span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    line-height: 1.3;
}

/* CTA Section */
.ehs-advantage-widget__cta {
    padding: 1.25rem 1.5rem 1.5rem;
    text-align: center;
}

.ehs-advantage-widget__offer {
    font-size: 0.875rem;
    color: #475569;
    margin: 0 0 1rem 0;
}

.ehs-advantage-widget__offer strong {
    color: #8b5cf6;
    font-weight: 700;
}

.ehs-advantage-widget__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px -4px rgba(139, 92, 246, 0.4);
}

.ehs-advantage-widget__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px -4px rgba(139, 92, 246, 0.5);
}

.ehs-advantage-widget__urgency {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0.875rem 0 0 0;
    font-style: italic;
}

/* Responsive Adjustments for Two-Column Layout */
@media (max-width: 1024px) {
    .ehs-area-two-columns {
        grid-template-columns: 1fr 340px;
        gap: 2rem;
    }
}

@media (max-width: 900px) {
    .ehs-area-two-columns {
        grid-template-columns: 1fr;
    }

    .ehs-area-sidebar {
        position: static;
        order: -1;
        max-width: 480px;
        margin: 0 auto 2rem;
    }
}

@media (max-width: 640px) {
    .ehs-area-content-with-sidebar {
        padding: 2.5rem 0;
    }

    .ehs-advantage-widget__header {
        padding: 1.25rem;
    }

    .ehs-advantage-widget__header h3 {
        font-size: 1.25rem;
    }

    .ehs-advantage-widget__list {
        padding: 1rem 1.25rem;
    }

    .ehs-advantage-widget__item {
        font-size: 0.875rem;
    }

    .ehs-advantage-widget__badges {
        padding: 1rem 1.25rem;
    }

    .ehs-advantage-widget__cta {
        padding: 1rem 1.25rem 1.25rem;
    }
}