/* ============================================
   HOME PAGE - PREMIUM LIGHT REDESIGN
   Sophisticated, Typography-Driven, Mobile-First
   Enterprise-Grade Polish v2.0
   ============================================ */

/* --- Main Container --- */
.home-main {
    padding: 0;
    background: transparent;
    overflow-x: hidden;
}

/* ============================================
   HERO SECTION
   ============================================ */
/* --- Base Mobile Styles (< 600px) --- */
.home-hero {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 48px 20px 64px;
    background: transparent;
}

.home-hero-inner {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: center;
    text-align: center;
}

.home-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    overflow: visible;
}

.home-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #003a7d;
    opacity: 0.9;
}

.home-hero-eyebrow::before {
    content: '';
    width: 40px;
    height: 1.5px;
    background: linear-gradient(90deg, #003a7d 0%, #2d7a3f 100%);
    display: none;
    /* Hidden on mobile by default */
}

.home-hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0a0a0a;
    letter-spacing: -0.035em;
    overflow: visible;
    padding-bottom: 0.1em;
    word-wrap: break-word;
    max-width: 100%;
}

.home-hero-title em {
    font-style: normal;
    background: linear-gradient(90deg, #003a7d 0%, #2d7a3f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #003a7d;
    /* Fallback for browsers without background-clip:text */
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0.15em 0.02em;
    margin: 0 -0.02em;
    position: relative;
}

.home-hero-description {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #4a4a4a;
    max-width: 100%;
    font-weight: 400;
}

.home-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/* Primary Button - Enterprise Grade */
.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 28px;
    background: var(--primary-gradient);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 2px;
    min-height: 56px;
    width: 100%;
    transition: filter 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-hero-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 58, 125, 0.25);
}

.btn-hero-primary:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 58, 125, 0.2);
}

.btn-hero-primary svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.btn-hero-primary:hover svg {
    transform: translateX(3px);
}

/* Secondary Button - Enterprise Grade */
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 28px;
    background: transparent;
    color: #0a0a0a;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: 2px solid #d8d8d8;
    border-radius: 2px;
    min-height: 56px;
    width: 100%;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-secondary:hover {
    border-color: #0a0a0a;
    background: rgba(0, 0, 0, 0.02);
}

/* Hero Visual */
.home-hero-visual {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.home-hero-image-wrapper {
    position: relative;
    padding: 24px;
}

.home-hero-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background: linear-gradient(145deg, #f5f5f3 0%, #ebebea 100%);
    z-index: 0;
    border-radius: 2px;
    display: none;
    /* Hidden on mobile */
}

.home-hero-image {
    position: relative;
    z-index: 1;
    aspect-ratio: 4/5;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.14);
    border-radius: 2px;
}

.home-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-hero-visual:hover .home-hero-image img {
    transform: scale(1.03);
}

/* Hero Badge - Premium Stats Card */
.home-hero-badge {
    position: static;
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    z-index: 2;
    border-radius: 2px;
    margin-top: 32px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.hero-badge-stat {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4px 8px;
}

.hero-badge-number {
    font-size: 1.625rem;
    font-weight: 800;
    line-height: 1;
    color: #003a7d;
    letter-spacing: -0.02em;
}

.hero-badge-label {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #777;
    margin-top: 6px;
}

/* --- Hero Progressive Enhancements (> 601px) --- */
@media (min-width: 601px) {
    .home-hero {
        padding: 56px 5vw 72px;
    }

    .home-hero-title {
        font-size: clamp(2.5rem, 5vw, 4.5rem);
    }

    .home-hero-description {
        font-size: 1.125rem;
    }

    .home-hero-actions {
        flex-direction: row;
        width: auto;
        gap: 16px;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: auto;
        padding: 18px 36px;
    }

    .home-hero-visual {
        max-width: 420px;
    }

    .home-hero-badge {
        padding: 24px 28px;
        gap: 32px;
    }

    .hero-badge-number {
        font-size: 2rem;
    }

    .hero-badge-label {
        font-size: 0.65rem;
    }
}

/* --- Hero Progressive Enhancements (> 901px) --- */
@media (min-width: 901px) {
    .home-hero {
        min-height: calc(100vh - 80px);
        min-height: calc(100svh - 80px);
        padding: 64px 5vw 88px;
    }

    .home-hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
        text-align: left;
        gap: 56px;
    }

    .home-hero-content {
        align-items: flex-start;
        gap: 28px;
    }

    .home-hero-eyebrow::before {
        display: block;
    }

    .home-hero-description {
        max-width: 560px;
        font-size: 1.125rem;
    }

    .home-hero-actions {
        justify-content: flex-start;
        margin-top: 8px;
    }

    .home-hero-visual {
        max-width: none;
        margin: 0;
    }

    .home-hero-image-wrapper::before {
        display: block;
    }

    .home-hero-image {
        box-shadow: 32px 32px 64px rgba(0, 0, 0, 0.12);
    }

    .home-hero-badge {
        position: absolute;
        bottom: 48px;
        left: -24px;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 20px;
        padding: 24px 28px;
        margin-top: 0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 24px 56px rgba(0, 0, 0, 0.1);
    }

    .hero-badge-stat {
        text-align: left;
        padding: 4px 0;
    }
}

/* --- Hero Progressive Enhancements (> 1101px) --- */
@media (min-width: 1101px) {
    .home-hero-inner {
        gap: 88px;
    }

    .home-hero-badge {
        left: -48px;
        padding: 28px 32px;
    }

    .hero-badge-number {
        font-size: 2.125rem;
    }
}

/* ============================================
   TRUST BAR - Enterprise Data Display
   ============================================ */
/* --- Base Mobile Styles (< 600px) --- */
.home-trust {
    background: #0a0a0a;
    padding: 48px 5vw;
}

.home-trust-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.trust-item {
    text-align: center;
    padding: 28px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.trust-item:last-child {
    border-bottom: none;
}

.trust-number {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 2px;
}

.trust-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 12px;
}

/* --- Trust Bar Progressive Enhancements (> 601px) --- */
@media (min-width: 601px) {
    .home-trust-inner {
        grid-template-columns: 1fr 1fr;
    }

    .trust-item:nth-child(1),
    .trust-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .trust-item:nth-child(3),
    .trust-item:nth-child(4) {
        border-bottom: none;
    }

    .trust-number {
        font-size: 2.5rem;
    }
}

/* --- Trust Bar Progressive Enhancements (> 901px) --- */
@media (min-width: 901px) {
    .home-trust {
        padding: 56px 5vw;
    }

    .home-trust-inner {
        grid-template-columns: repeat(4, 1fr);
    }

    .trust-item {
        padding: 20px 16px;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .trust-item:last-child {
        border-right: none;
    }

    .trust-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .trust-number {
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .trust-label {
        font-size: 0.6875rem;
    }
}

/* ============================================
   INTRO SECTION (Bento Style) - Enterprise Services
   ============================================ */
/* --- Base Mobile Styles (< 600px) --- */
.home-intro {
    padding: 120px 20px 48px;
    background: transparent;
}

.home-intro-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
}

.home-intro-header {
    position: static;
    text-align: center;
}

.section-label {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #003a7d;
    margin-bottom: 20px;
    opacity: 0.9;
}

.section-title-large {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.18;
    color: #0a0a0a;
    letter-spacing: -0.025em;
}

.section-title-large em {
    font-style: normal;
    background: linear-gradient(90deg, #003a7d 0%, #2d7a3f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #003a7d;
    /* Fallback for browsers without background-clip:text */
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0.1em 0;
}

.home-intro-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.intro-text-large {
    font-size: 1.1875rem;
    line-height: 1.65;
    color: #1a1a1a;
    font-weight: 600;
    text-align: justify;
}

.intro-text-normal {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #1a1a1a;
    font-weight: 500;
    text-align: justify;
}

.intro-text-large em,
.intro-text-normal em {
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #003a7d 0%, #2d7a3f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0.1em 0;
}

.intro-bento {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
}

.bento-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 28px;
    border-radius: 2px;
}

.bento-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(0, 58, 125, 0.08) 0%, rgba(45, 122, 63, 0.06) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 2px;
}

.bento-icon svg {
    width: 24px;
    height: 24px;
    color: #003a7d;
}

.bento-item h4 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.bento-item p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5a5a5a;
}

/* --- Intro Progressive Enhancements (> 601px) --- */
@media (min-width: 601px) {
    .section-title-large {
        font-size: clamp(1.875rem, 3.5vw, 3rem);
    }

    .intro-text-large {
        font-size: 1.375rem;
    }

    .intro-bento {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .bento-item {
        padding: 32px;
    }
}

/* --- Intro Progressive Enhancements (> 901px) --- */
@media (min-width: 901px) {
    .home-intro {
        padding: 96px 5vw;
    }

    .home-intro-inner {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .home-intro-header {
        text-align: center;
    }

    .intro-text-large,
    .intro-text-normal {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .home-intro-content {
        align-items: center;
    }

    .intro-bento {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .bento-item {
        padding: 28px;
    }

    .bento-item h4 {
        font-size: 1rem;
    }
}

@media (min-width: 1101px) {
    .home-intro {
        padding: 160px 5vw 64px;
    }

    .intro-bento {
        gap: 28px;
    }

    .bento-item {
        padding: 32px;
    }

    .bento-item h4 {
        font-size: 1.0625rem;
    }
}



/* ============================================
   SECTORS SECTION (Visual Grid) - Featured Expertise
   ============================================ */
/* --- Base Mobile Styles (< 900px) --- */
.home-sectors {
    padding: 48px 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.01) 100%);
}

.home-sectors-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.home-sectors-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.home-sectors-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.sector-card {
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sector-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

.sector-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.sector-card:hover .sector-card-image {
    transform: scale(1.08);
}

.sector-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
    transition: background 0.4s ease;
}

.sector-card:hover .sector-card-overlay {
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
}

.sector-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    color: #fff;
}

.sector-tag {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
    display: block;
}

.sector-card h3 {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.sector-link {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.sector-card:hover .sector-link {
    opacity: 1;
}

.sector-link svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.sector-card:hover .sector-link svg {
    transform: translateX(4px);
}

/* Sectors CTA */
.home-sectors-cta {
    text-align: center;
    margin-top: 44px;
}

.btn-sectors-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: var(--primary-gradient);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    width: 100%;
    transition: filter 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-sectors-all:hover {
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 58, 125, 0.25);
}

.btn-sectors-all svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-sectors-all:hover svg {
    transform: translateX(3px);
}

/* --- Sectors Progressive Enhancements (> 601px) --- */
@media (min-width: 601px) {
    .btn-sectors-all {
        width: auto;
    }
}

/* --- Sectors Progressive Enhancements (> 901px) --- */
@media (min-width: 901px) {
    .home-sectors {
        padding: 96px 5vw;
    }

    .home-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .sector-card {
        aspect-ratio: 4/5;
    }

    .sector-card:last-child {
        grid-column: 1 / -1;
        aspect-ratio: 16/9;
    }

    .sector-card-content {
        padding: 36px;
    }

    .sector-card h3 {
        font-size: 1.5rem;
    }

    .home-sectors-cta {
        margin-top: 56px;
    }
}

/* --- Sectors Progressive Enhancements (> 1101px) --- */
@media (min-width: 1101px) {
    .home-sectors {
        padding: 112px 5vw;
    }

    .home-sectors-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .sector-card:last-child {
        grid-column: span 1;
        aspect-ratio: 4/5;
    }

    .home-sectors-header {
        margin-bottom: 64px;
    }

    .sector-card h3 {
        font-size: 1.625rem;
    }
}

/* ============================================
   CTA SECTION - Conversion Focus
   ============================================ */
/* --- Base Mobile Styles (< 900px) --- */
.home-cta {
    padding: 0;
    background: linear-gradient(135deg, #003a7d 0%, #1a5a3f 60%, #2d7a3f 100%);
    overflow: hidden;
    position: relative;
    margin-top: 24px;
}

.home-cta-inner {
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
}

.home-cta-content {
    padding: 72px 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    position: relative;
    z-index: 2;
    text-align: center;
    align-items: center;
}

.home-cta-content h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-cta-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
}

.btn-cta-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: #fff;
    color: #003a7d;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    width: 100%;
    min-height: 56px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.btn-cta-white:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.btn-cta-white svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-cta-white:hover svg {
    transform: translateX(3px);
}

.home-cta-visual {
    position: relative;
    background: transparent;
    overflow: hidden;
    order: -1;
    height: 220px;
}

.home-cta-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-cta:hover .home-cta-visual img {
    transform: scale(1.03);
}

.home-cta-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 58, 125, 0.65) 0%, transparent 70%);
    z-index: 1;
}

/* --- CTA Progressive Enhancements (> 601px) --- */
@media (min-width: 601px) {
    .home-cta-visual {
        height: 260px;
    }

    .home-cta-content h2 {
        font-size: 1.875rem;
    }
}

/* --- CTA Progressive Enhancements (> 901px) --- */
@media (min-width: 901px) {
    .home-cta {
        margin-top: 0;
    }

    .home-cta-inner {
        grid-template-columns: 1.25fr 1fr;
        min-height: 520px;
    }

    .home-cta-content {
        padding: 112px 5vw 112px max(5vw, calc((100% - 1400px) / 2 + 5vw));
        text-align: left;
        align-items: flex-start;
        gap: 32px;
    }

    .home-cta-content h2 {
        font-size: clamp(1.875rem, 3vw, 2.625rem);
    }

    .home-cta-content p {
        font-size: 1.0625rem;
        max-width: 500px;
        line-height: 1.85;
    }

    .btn-cta-white {
        width: fit-content;
        padding: 18px 44px;
    }

    .home-cta-visual {
        order: 0;
        height: auto;
    }

    .home-cta-visual::after {
        background: linear-gradient(90deg, rgba(0, 58, 125, 0.5) 0%, transparent 60%);
    }
}

/* ============================================
   TOUCH DEVICE OPTIMIZATION
   ============================================ */
@media (hover: none) and (pointer: coarse) {

    .bento-item:hover,
    .service-card:hover {
        transform: none;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }

    .bento-item:hover::before {
        height: 0;
    }

    .sector-card:hover .sector-card-image,
    .home-hero-visual:hover .home-hero-image img,
    .home-cta:hover .home-cta-visual img {
        transform: none;
    }

    .btn-hero-primary:hover,
    .btn-hero-secondary:hover,
    .btn-cta-white:hover,
    .btn-sectors-all:hover {
        transform: none;
    }

    .btn-hero-primary:hover svg,
    .btn-sectors-all:hover svg,
    .btn-cta-white:hover svg,
    .sector-card:hover .sector-link svg {
        transform: none;
    }

    /* Better touch targets */
    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-cta-white,
    .btn-sectors-all {
        min-height: 52px;
    }
}

/* ============================================
   ACCESSIBILITY - FOCUS STATES
   ============================================ */
.btn-hero-primary:focus-visible,
.btn-hero-secondary:focus-visible,
.btn-cta-white:focus-visible,
.btn-sectors-all:focus-visible,
.btn-view-all:focus-visible,
.sector-card:focus-visible,
.bento-item:focus-visible {
    outline: 2px solid #003a7d;
    outline-offset: 4px;
}

/* ============================================
   REDUCED MOTION PREFERENCE
   ============================================ */
@media (prefers-reduced-motion: reduce) {

    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-cta-white,
    .btn-sectors-all,
    .bento-item,
    .bento-item::before,
    .bento-icon,
    .service-card,
    .sector-card,
    .sector-card-image,
    .sector-card-overlay,
    .sector-link,
    .sector-link svg,
    .home-hero-image img,
    .home-cta-visual img {
        transition: none;
    }

    .sector-card:hover .sector-card-image,
    .home-hero-visual:hover .home-hero-image img,
    .home-cta:hover .home-cta-visual img {
        transform: none;
    }
}