:root {
    --site-max-width: min(1280px, calc(100% - 32px));
    --surface-0: #f2f4f7;
    --surface-1: #ffffff;
    --surface-2: #eef2f6;
    --surface-3: #0f1720;
    --surface-4: #121c28;
    --surface-5: #1b2838;
    --text-strong: #101826;
    --text-body: #465467;
    --text-soft: #7d8a9c;
    --text-inverse: #f5f7fb;
    --line-soft: rgba(24, 39, 57, 0.11);
    --line-strong: rgba(255, 255, 255, 0.12);
    --accent: #f97d16;
    --accent-strong: #ff9a2f;
    --accent-soft: rgba(249, 125, 22, 0.12);
    --brand: #1f4f7b;
    --brand-strong: #0f3152;
    --success: #1c8d66;
    --shadow-soft: 0 26px 60px rgba(16, 24, 38, 0.08);
    --shadow-deep: 0 28px 70px rgba(8, 14, 25, 0.28);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-pill: 999px;
}

/* Homepage final pass: tighten hero, menu hierarchy, and the first content block toward the reference site. */
.home-page .site-topbar--home-reference {
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0) 0 0 / 6px 6px,
        linear-gradient(180deg, #0b2e67 0%, #0a2a5e 100%);
}

.home-page .site-topbar--home-reference .site-topbar-inner {
    width: min(1140px, calc(100% - 24px));
}

.home-page .site-topbar--home-reference .site-social-links,
.home-page .site-topbar--home-reference .site-utility-links {
    align-items: center;
}

.home-page .site-topbar--home-reference .site-social-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0;
    line-height: 1;
}

.home-page .site-topbar--home-reference .site-social-link::before {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.home-page .site-topbar--home-reference .site-social-link[href*="facebook"]::before {
    content: "f";
}

.home-page .site-topbar--home-reference .site-social-link[href*="x.com"]::before {
    content: "X";
}

.home-page .site-topbar--home-reference .site-social-link[href*="linkedin"]::before {
    content: "in";
    font-size: 10px;
}

.home-page .site-topbar--home-reference .site-social-link[href*="youtube"]::before {
    content: "??;
    font-size: 10px;
}

.home-page .site-header-inner {
    width: min(1140px, calc(100% - 24px));
    min-height: 104px;
    grid-template-columns: 196px minmax(0, 1fr) 232px;
    gap: 28px;
}

.home-page .brand-anchor {
    min-width: 176px;
}

.home-page .brand-logo--home-reference {
    width: 176px;
    max-width: 176px;
    max-height: 46px;
}

.home-page .nav-list {
    gap: 18px;
}

.home-page .nav-link {
    min-height: 104px;
    gap: 8px;
}

.home-page .nav-link-label {
    position: relative;
    top: -1px;
}

.home-page .nav-link-arrow {
    position: relative;
    width: 10px;
    font-size: 0;
}

.home-page .nav-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: translate(-50%, -68%) rotate(45deg);
    transform-origin: center;
}

.home-page .nav-dropdown-menu {
    min-width: 228px;
    margin-top: -8px;
    padding: 10px 0;
    border-radius: 0;
    border: 1px solid rgba(11, 46, 103, 0.08);
    box-shadow: 0 18px 40px rgba(8, 29, 61, 0.18);
}

.home-page .nav-dropdown-link {
    min-height: 42px;
    padding: 10px 18px;
    color: #173969;
    font-size: 14px;
    font-weight: 600;
}

.home-page .nav-dropdown-item--has-children > .nav-dropdown-link::after {
    right: 16px;
    width: 7px;
    height: 7px;
    border-right-width: 1.6px;
    border-bottom-width: 1.6px;
}

.home-page .quote-button--nav.nav-quote-button {
    min-height: 44px;
    padding: 0 32px;
    font-size: 13px;
}

.home-page .hero-slider-track {
    transition: transform 0.66s ease;
}

.home-page .hero-slider-track.is-dragging {
    transition: none;
    cursor: grabbing;
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 602px;
}

.home-page .hero-slide .hero-stage-overlay {
    background:
        linear-gradient(90deg, rgba(3, 29, 78, 0.88) 0%, rgba(3, 29, 78, 0.74) 31%, rgba(3, 29, 78, 0.28) 63%, rgba(3, 29, 78, 0.02) 100%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 34%);
}

.home-page .hero-slide-ribbon {
    top: 222px;
    width: min(67%, 714px);
    min-height: 42px;
    padding-left: 90px;
}

.home-page .hero-slide-ribbon::before {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
}

.home-page .hero-ribbon-text {
    min-height: 42px;
    font-size: 14px;
}

.home-page .hero-ribbon-cut {
    right: -92px;
    border-top-width: 42px;
    border-left-width: 92px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(508px, 46%);
    padding: 286px 0 0 90px;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-copy-stack--tight {
    max-width: 420px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 400px;
    margin: 0 0 12px;
    font-size: clamp(27px, 2.28vw, 35px);
    line-height: 1.16;
}

.home-page .hero-stage-subtitle {
    max-width: 388px;
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 1.24;
}

.home-page .hero-stage-subcopy {
    max-width: 396px;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.5;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 158px;
    min-height: 40px;
    font-size: 12px;
}

.home-page .hero-slider-control.hero-stage-arrow {
    top: 56%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    font-size: 52px;
}

.home-page .hero-slider-control.hero-stage-arrow--prev {
    left: 18px;
}

.home-page .hero-slider-control.hero-stage-arrow--next {
    right: 18px;
}

.home-page .hero-slider-pagination {
    bottom: 16px;
}

.home-page .hero-slider-dots {
    gap: 9px;
}

.home-page .hero-slider-dot {
    width: 20px;
    height: 20px;
}

.home-page .home-capability-intro--reference {
    width: min(980px, calc(100% - 48px));
    padding: 52px 28px 10px;
}

.home-page .home-capability-intro--reference .section-title {
    margin: 0;
    color: #0b2e67;
    font-size: clamp(34px, 3.1vw, 48px);
    line-height: 1.08;
}

.home-page .home-capability-intro--reference .section-desc {
    max-width: 1060px;
    margin: 20px auto 0;
    color: #4a5c77;
    font-size: 15px;
    line-height: 1.85;
}

.home-page .home-capability-intro--reference .section-kicker,
.home-page .home-capability-intro--reference .section-kicker::before,
.home-page .home-capability-intro--reference .section-kicker::after {
    display: none;
}

@media (max-width: 980px) {
    .home-page .site-header-inner {
        grid-template-columns: 170px minmax(0, 1fr) 196px;
        gap: 16px;
    }

    .home-page .brand-logo--home-reference {
        width: 154px;
        max-width: 154px;
    }

    .home-page .nav-list {
        gap: 10px;
    }

    .home-page .nav-link {
        min-height: 84px;
        font-size: 14px;
    }

    .home-page .quote-button--nav.nav-quote-button {
        min-height: 40px;
        padding: 0 22px;
        font-size: 12px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 538px;
    }

    .home-page .hero-slide-ribbon {
        top: 178px;
        width: min(82%, 680px);
        padding-left: 70px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(470px, 54%);
        padding: 238px 0 0 70px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        font-size: 26px;
    }

    .home-page .home-capability-intro--reference {
        padding-top: 40px;
    }

    .home-page .home-capability-intro--reference .section-title {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home-reference .site-contact-search-bar {
        padding: 10px 0 12px;
    }

    .home-page .site-header-inner {
        width: calc(100% - 24px);
    }

    .home-page .brand-logo--home-reference {
        width: 146px;
        max-width: 146px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 450px;
    }

    .home-page .hero-slide-ribbon {
        top: 116px;
        width: calc(100% - 18px);
        min-height: 34px;
        padding-left: 18px;
    }

    .home-page .hero-slide-ribbon::before,
    .home-page .hero-ribbon-cut {
        display: none;
    }

    .home-page .hero-ribbon-text {
        min-height: 34px;
        font-size: 12px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 24px);
        padding: 166px 0 0 18px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        max-width: 296px;
        font-size: 22px;
    }

    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy {
        max-width: 288px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 128px;
    }

    .home-page .hero-slider-control.hero-stage-arrow {
        top: 58%;
        width: 42px;
        height: 42px;
        font-size: 44px;
    }

    .home-page .home-capability-intro--reference {
        width: calc(100% - 24px);
        padding: 30px 8px 0;
    }

    .home-page .home-capability-intro--reference .section-title {
        font-size: 28px;
    }

    .home-page .home-capability-intro--reference .section-desc {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* Homepage finishing pass: social glyph cleanup, tighter logo, clearer dropdown, and closer hero proportions. */
.home-page .site-topbar--home-reference .site-social-link::before {
    content: none !important;
}

.home-page .site-topbar--home-reference .site-social-links {
    gap: 9px;
}

.home-page .site-topbar--home-reference .site-social-link {
    width: 18px;
    height: 18px;
    font-size: 0;
}

.home-page .site-topbar--home-reference .site-social-link-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Arial Black", "Bahnschrift", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.home-page .site-topbar--home-reference .site-social-link[href*="linkedin"] .site-social-link-glyph {
    font-size: 9px;
}

.home-page .site-topbar--home-reference .site-social-link[href*="youtube"] .site-social-link-glyph {
    font-size: 9px;
    transform: translateX(0.5px);
}

.home-page .site-header-inner {
    min-height: 110px;
    grid-template-columns: 184px minmax(0, 1fr) 202px;
    gap: 28px;
}

.home-page .brand-anchor {
    min-width: 176px;
}

.home-page .brand-logo--reference-tight,
.home-page .brand-logo--home-reference.brand-logo--reference-tight {
    width: 164px;
    max-width: 164px;
    max-height: 42px;
    object-fit: contain;
}

.home-page .site-main-nav,
.home-page .site-nav-shell {
    justify-content: flex-start;
}

.home-page .nav-list {
    gap: 22px;
}

.home-page .nav-link {
    min-height: 110px;
    font-size: 15px;
    font-weight: 600;
}

.home-page .nav-link-arrow {
    width: 9px;
}

.home-page .nav-dropdown-menu--reference {
    min-width: 248px;
    margin-top: 0;
    padding: 8px 0;
    border-top: 3px solid #f15b0f;
    border-right: 1px solid rgba(15, 47, 91, 0.08);
    border-bottom: 1px solid rgba(15, 47, 91, 0.08);
    border-left: 1px solid rgba(15, 47, 91, 0.08);
    box-shadow: 0 18px 42px rgba(8, 30, 64, 0.16);
}

.home-page .nav-dropdown-menu--reference.nav-dropdown-menu--nested {
    border-top-width: 1px;
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-item {
    border-bottom-color: rgba(11, 46, 103, 0.07);
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-link {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 500;
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-link:hover,
.home-page .nav-dropdown-menu--reference .nav-dropdown-item:hover > .nav-dropdown-link {
    padding-left: 22px;
}

.home-page .nav-quote-button {
    min-height: 44px;
    padding: 0 28px;
    font-size: 14px;
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 604px;
}

.home-page .hero-slide-ribbon {
    top: 206px;
    width: min(68%, 704px);
    min-height: 43px;
    padding-left: 88px;
}

.home-page .hero-ribbon-text {
    min-height: 43px;
    font-size: 14px;
}

.home-page .hero-ribbon-cut {
    right: -94px;
    border-top-width: 43px;
    border-left-width: 94px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(496px, 46%);
    padding: 280px 0 0 88px;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-copy-stack--tight {
    max-width: 396px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 388px;
    margin-bottom: 10px;
    font-size: clamp(29px, 2.28vw, 35px);
    line-height: 1.14;
}

.home-page .hero-stage-subtitle {
    max-width: 382px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.22;
}

.home-page .hero-stage-subcopy {
    max-width: 390px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.52;
}

.home-page .hero-stage-actions {
    gap: 10px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 156px;
    min-height: 41px;
    font-size: 12px;
}

.home-page .home-capability-intro--reference {
    width: min(1010px, calc(100% - 48px));
    padding: 46px 24px 10px;
}

.home-page .home-capability-intro--reference .section-title {
    font-size: clamp(32px, 3vw, 46px);
}

.home-page .home-capability-intro--reference .section-desc {
    max-width: 990px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .home-page .site-header-inner {
        min-height: 92px;
        grid-template-columns: 150px minmax(0, 1fr) 180px;
        gap: 18px;
    }

    .home-page .brand-logo--reference-tight,
    .home-page .brand-logo--home-reference.brand-logo--reference-tight {
        width: 136px;
        max-width: 136px;
        max-height: 38px;
    }

    .home-page .nav-list {
        gap: 14px;
    }

    .home-page .nav-link {
        min-height: 92px;
        font-size: 14px;
    }

    .home-page .nav-quote-button {
        min-height: 40px;
        padding: 0 22px;
        font-size: 13px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 538px;
    }

    .home-page .hero-slide-ribbon {
        top: 176px;
        width: calc(100% - 44px);
        padding-left: 44px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(458px, 55%);
        padding: 236px 0 0 44px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        font-size: 27px;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home-reference .site-social-link {
        width: 16px;
        height: 16px;
    }

    .home-page .site-topbar--home-reference .site-social-link-glyph {
        width: 14px;
        height: 14px;
        font-size: 9px;
    }

    .home-page .site-header-inner {
        min-height: 78px;
        grid-template-columns: auto auto;
    }

    .home-page .brand-logo--reference-tight,
    .home-page .brand-logo--home-reference.brand-logo--reference-tight {
        width: 108px;
        max-width: 108px;
        max-height: 32px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 454px;
    }

    .home-page .hero-slide-ribbon {
        top: 118px;
        width: calc(100% - 22px);
        min-height: 34px;
        padding-left: 18px;
    }

    .home-page .hero-ribbon-text {
        min-height: 34px;
        font-size: 12px;
    }

    .home-page .hero-ribbon-cut {
        right: -44px;
        border-top-width: 34px;
        border-left-width: 44px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 24px);
        padding: 168px 0 0 18px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        max-width: 286px;
        font-size: 24px;
    }

    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy {
        max-width: 286px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 128px;
        min-height: 36px;
    }
}
/* Homepage true-final tail overrides */
.home-page .home-header-strip {
    position: relative;
    height: 40px;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0) 0 0 / 6px 6px,
        linear-gradient(180deg, #0b2f69 0%, #0a295d 100%);
}

.home-page .home-header-strip-accent {
    position: absolute;
    top: 0;
    right: clamp(148px, 15vw, 208px);
    width: clamp(110px, 12vw, 164px);
    height: 4px;
    background: #f36a09;
}

.home-page .site-header-main--reference.home-header-main {
    background: #ffffff;
    border-bottom: 1px solid rgba(209, 218, 229, 0.96);
    box-shadow: none;
}

.home-page .site-header-inner.home-header-inner {
    width: min(1280px, calc(100% - 56px));
    min-height: 82px;
    grid-template-columns: 182px minmax(0, 1fr) 168px;
    gap: 26px;
}

.home-page .home-header-inner .brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference {
    width: 142px;
    max-width: 142px;
    max-height: 52px;
    object-fit: contain;
}

.home-page .nav-list.home-nav-list {
    gap: 24px;
    flex-wrap: nowrap;
}

.home-page .home-nav-list .nav-link {
    min-height: 82px;
    color: #133769;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .home-nav-list .nav-link-arrow {
    width: auto;
    font-size: 13px;
}

.home-page .home-nav-list .nav-link-arrow::before {
    display: none;
}

.home-page .home-header-tools .nav-quote-button {
    min-height: 44px;
    padding: 0 24px;
    border-radius: 0;
    background: #0b2f69;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 494px;
}

.home-page .hero-slide-ribbon {
    top: 156px;
    width: min(60%, 530px);
    min-height: 30px;
    padding-left: 88px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(430px, 43%);
    padding: 194px 0 0 88px;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-copy-stack--tight {
    max-width: 354px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 350px;
    margin: 0 0 10px;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.16;
}

.home-page .hero-stage-subtitle {
    max-width: 344px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.32;
}

.home-page .hero-stage-subcopy {
    max-width: 350px;
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.58;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 112px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
}

.home-page .catalog-overview-section {
    padding-top: 18px;
    padding-bottom: 8px;
}

.home-page .catalog-overview-grid {
    width: min(1280px, calc(100% - 56px));
    gap: 14px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference {
    max-width: 1120px;
    padding: 0 16px 8px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-title {
    margin: 0;
    color: #0f3162;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.22;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-desc {
    max-width: 1080px;
    margin: 10px auto 0;
    color: #5e6d80;
    font-size: 12px;
    line-height: 1.82;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: #11386b;
}

.home-page .capability-catalog-grid.capability-reference-grid {
    width: min(1280px, calc(100% - 56px));
    gap: 26px 24px;
}

.home-page .capability-catalog-card.capability-reference-card {
    position: relative;
    min-height: 286px;
    padding: 0 26px 26px;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid #edf1f6;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(12, 34, 66, 0.06);
}

.home-page .capability-card-media.capability-card-halo {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    height: 150px;
    margin: 0 -26px 18px;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, transparent 62%);
}

.home-page .capability-card-media.capability-card-halo::before {
    content: "";
    position: absolute;
    top: -86px;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background: linear-gradient(180deg, #edf1f7 0%, #f7f9fc 100%);
}

.home-page .capability-card-emblem {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin-bottom: -8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #0b2f69;
    box-shadow: 0 14px 24px rgba(10, 30, 63, 0.18);
}

.home-page .capability-card-emblem .capability-catalog-icon,
.home-page .capability-card-emblem .capability-card-glyph {
    width: 118px;
    height: 118px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.home-page .capability-card-emblem .capability-card-glyph::before {
    inset: 28px;
}

.home-page .capability-catalog-card.capability-reference-card h3 {
    margin: 0 0 12px;
    color: #123667;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.home-page .capability-catalog-card.capability-reference-card p {
    max-width: 290px;
    margin: 0 auto;
    color: #5a6778;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .home-page .home-header-strip {
        height: 30px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 28px);
        min-height: 74px;
        grid-template-columns: 128px minmax(0, 1fr) 138px;
        gap: 14px;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 118px;
        max-width: 118px;
        max-height: 42px;
    }

    .home-page .nav-list.home-nav-list {
        gap: 12px;
    }

    .home-page .home-nav-list .nav-link {
        min-height: 74px;
        font-size: 12px;
    }

    .home-page .home-header-tools .nav-quote-button {
        min-height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 28px);
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .home-page .home-header-strip {
        height: 18px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 24px);
        min-height: 68px;
        grid-template-columns: auto auto;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 96px;
        max-width: 96px;
        max-height: 36px;
    }

    .home-page .catalog-overview-grid,
    .home-page .capability-catalog-grid.capability-reference-grid {
        width: calc(100% - 24px);
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: 1fr;
    }

    .home-page .capability-card-media.capability-card-halo {
        height: 130px;
    }

    .home-page .capability-card-media.capability-card-halo::before {
        top: -74px;
        width: 210px;
        height: 210px;
    }

    .home-page .capability-card-emblem {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-catalog-icon,
    .home-page .capability-card-emblem .capability-card-glyph {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-card-glyph::before {
        inset: 24px;
    }
}

/* Homepage final tail overrides: keep these truly at the end so they win over earlier stacked passes. */
.home-page .home-header-strip {
    position: relative;
    height: 40px;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0) 0 0 / 6px 6px,
        linear-gradient(180deg, #0b2f69 0%, #0a295d 100%);
}

.home-page .home-header-strip-accent {
    position: absolute;
    top: 0;
    right: clamp(148px, 15vw, 208px);
    width: clamp(110px, 12vw, 164px);
    height: 4px;
    background: #f36a09;
}

.home-page .site-header-main--reference.home-header-main {
    background: #ffffff;
    border-bottom: 1px solid rgba(209, 218, 229, 0.96);
    box-shadow: none;
}

.home-page .site-header-inner.home-header-inner {
    width: min(1280px, calc(100% - 56px));
    min-height: 82px;
    grid-template-columns: 182px minmax(0, 1fr) 168px;
    gap: 26px;
}

.home-page .home-header-inner .brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference {
    width: 142px;
    max-width: 142px;
    max-height: 52px;
    object-fit: contain;
}

.home-page .nav-list.home-nav-list {
    gap: 24px;
    flex-wrap: nowrap;
}

.home-page .home-nav-list .nav-link {
    min-height: 82px;
    color: #133769;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .home-nav-list .nav-link-arrow {
    width: auto;
    font-size: 13px;
}

.home-page .home-nav-list .nav-link-arrow::before {
    display: none;
}

.home-page .home-header-tools .nav-quote-button {
    min-height: 44px;
    padding: 0 24px;
    border-radius: 0;
    background: #0b2f69;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 494px;
}

.home-page .hero-slide-ribbon {
    top: 156px;
    width: min(60%, 530px);
    min-height: 30px;
    padding-left: 88px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(430px, 43%);
    padding: 194px 0 0 88px;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-copy-stack--tight {
    max-width: 354px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 350px;
    margin: 0 0 10px;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.16;
}

.home-page .hero-stage-subtitle {
    max-width: 344px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.32;
}

.home-page .hero-stage-subcopy {
    max-width: 350px;
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.58;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 112px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
}

.home-page .catalog-overview-section {
    padding-top: 18px;
    padding-bottom: 8px;
}

.home-page .catalog-overview-grid {
    width: min(1280px, calc(100% - 56px));
    gap: 14px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference {
    max-width: 1120px;
    padding: 0 16px 8px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-title {
    margin: 0;
    color: #0f3162;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.22;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-desc {
    max-width: 1080px;
    margin: 10px auto 0;
    color: #5e6d80;
    font-size: 12px;
    line-height: 1.82;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: #11386b;
}

.home-page .capability-catalog-grid.capability-reference-grid {
    width: min(1280px, calc(100% - 56px));
    gap: 26px 24px;
}

.home-page .capability-catalog-card.capability-reference-card {
    position: relative;
    min-height: 286px;
    padding: 0 26px 26px;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid #edf1f6;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(12, 34, 66, 0.06);
}

.home-page .capability-card-media.capability-card-halo {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    height: 150px;
    margin: 0 -26px 18px;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, transparent 62%);
}

.home-page .capability-card-media.capability-card-halo::before {
    content: "";
    position: absolute;
    top: -86px;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background: linear-gradient(180deg, #edf1f7 0%, #f7f9fc 100%);
}

.home-page .capability-card-emblem {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin-bottom: -8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #0b2f69;
    box-shadow: 0 14px 24px rgba(10, 30, 63, 0.18);
}

.home-page .capability-card-emblem .capability-catalog-icon,
.home-page .capability-card-emblem .capability-card-glyph {
    width: 118px;
    height: 118px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.home-page .capability-card-emblem .capability-card-glyph::before {
    inset: 28px;
}

.home-page .capability-catalog-card.capability-reference-card h3 {
    margin: 0 0 12px;
    color: #123667;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.home-page .capability-catalog-card.capability-reference-card p {
    max-width: 290px;
    margin: 0 auto;
    color: #5a6778;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .home-page .home-header-strip {
        height: 30px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 28px);
        min-height: 74px;
        grid-template-columns: 128px minmax(0, 1fr) 138px;
        gap: 14px;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 118px;
        max-width: 118px;
        max-height: 42px;
    }

    .home-page .nav-list.home-nav-list {
        gap: 12px;
    }

    .home-page .home-nav-list .nav-link {
        min-height: 74px;
        font-size: 12px;
    }

    .home-page .home-header-tools .nav-quote-button {
        min-height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 28px);
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .home-page .home-header-strip {
        height: 18px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 24px);
        min-height: 68px;
        grid-template-columns: auto auto;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 96px;
        max-width: 96px;
        max-height: 36px;
    }

    .home-page .catalog-overview-grid,
    .home-page .capability-catalog-grid.capability-reference-grid {
        width: calc(100% - 24px);
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: 1fr;
    }

    .home-page .capability-card-media.capability-card-halo {
        height: 130px;
    }

    .home-page .capability-card-media.capability-card-halo::before {
        top: -74px;
        width: 210px;
        height: 210px;
    }

    .home-page .capability-card-emblem {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-catalog-icon,
    .home-page .capability-card-emblem .capability-card-glyph {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-card-glyph::before {
        inset: 24px;
    }
}

/* Homepage CN-reference pass: remove the extra utility bar, compress the white nav, and rebuild the six capability cards. */
.home-page .home-header-strip {
    position: relative;
    height: 40px;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0) 0 0 / 6px 6px,
        linear-gradient(180deg, #0b2f69 0%, #0a295d 100%);
}

.home-page .home-header-strip-accent {
    position: absolute;
    top: 0;
    right: clamp(148px, 15vw, 208px);
    width: clamp(110px, 12vw, 164px);
    height: 4px;
    background: #f36a09;
}

.home-page .site-header-main--reference.home-header-main {
    background: #ffffff;
    border-bottom: 1px solid rgba(209, 218, 229, 0.96);
    box-shadow: none;
}

.home-page .site-header-main--reference.home-header-main + .hero-stage,
.home-page .home-header-main + .hero-stage {
    margin-top: 0;
}

.home-page .site-header-inner.home-header-inner {
    width: min(1280px, calc(100% - 56px));
    min-height: 82px;
    grid-template-columns: 182px minmax(0, 1fr) 168px;
    gap: 26px;
}

.home-page .home-header-inner .brand-anchor {
    min-width: 0;
}

.home-page .home-header-inner .brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
.home-page .home-header-inner .brand-logo--home-reference {
    width: 142px;
    max-width: 142px;
    max-height: 52px;
    object-fit: contain;
}

.home-page .site-nav-shell.home-nav-shell,
.home-page .site-main-nav.home-nav-shell {
    justify-content: flex-start;
}

.home-page .nav-list.home-nav-list {
    gap: 24px;
    flex-wrap: nowrap;
}

.home-page .home-nav-list .nav-link {
    min-height: 82px;
    color: #133769;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .home-nav-list .nav-link:hover,
.home-page .home-nav-list .nav-link.is-active {
    color: #0b2f69;
}

.home-page .home-nav-list .nav-link-arrow {
    width: auto;
    font-size: 13px;
}

.home-page .home-nav-list .nav-link-arrow::before {
    display: none;
}

.home-page .home-header-tools {
    display: flex;
    justify-content: flex-end;
}

.home-page .home-header-tools .nav-quote-button {
    min-height: 44px;
    padding: 0 24px;
    border-radius: 0;
    background: #0b2f69;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
}

.home-page .hero-stage {
    width: 100%;
}

.home-page .hero-stage-grid.hero-stage-banner {
    width: min(1280px, calc(100% - 2px));
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 494px;
}

.home-page .hero-slide-ribbon {
    top: 156px;
    width: min(60%, 530px);
    min-height: 30px;
    padding-left: 88px;
}

.home-page .hero-slide-ribbon::before {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    border-width: 2px;
}

.home-page .hero-ribbon-text {
    min-height: 30px;
    font-size: 12px;
}

.home-page .hero-ribbon-cut {
    right: -74px;
    border-top-width: 30px;
    border-left-width: 74px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(430px, 43%);
    padding: 194px 0 0 88px;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-copy-stack--tight {
    max-width: 354px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 350px;
    margin: 0 0 10px;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.16;
}

.home-page .hero-stage-subtitle {
    max-width: 344px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.32;
}

.home-page .hero-stage-subcopy {
    max-width: 350px;
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.58;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 112px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
}

.home-page .hero-slider-control.hero-stage-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 48px;
}

.home-page .hero-slider-pagination {
    bottom: 10px;
}

.home-page .catalog-overview-section {
    padding-top: 18px;
    padding-bottom: 8px;
}

.home-page .catalog-overview-grid {
    width: min(1280px, calc(100% - 56px));
    gap: 14px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference {
    max-width: 1120px;
    padding: 0 16px 8px;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-title {
    margin: 0;
    color: #0f3162;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.22;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference .section-desc {
    max-width: 1080px;
    margin: 10px auto 0;
    color: #5e6d80;
    font-size: 12px;
    line-height: 1.82;
}

.home-page .catalog-overview-copy--center.home-capability-intro--reference::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: #11386b;
}

.home-page .capability-catalog-grid.capability-reference-grid {
    width: min(1280px, calc(100% - 56px));
    gap: 26px 24px;
}

.home-page .capability-catalog-card.capability-reference-card {
    position: relative;
    min-height: 286px;
    padding: 0 26px 26px;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid #edf1f6;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(12, 34, 66, 0.06);
}

.home-page .capability-card-media.capability-card-halo {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    height: 150px;
    margin: 0 -26px 18px;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 62%, transparent 62%);
}

.home-page .capability-card-media.capability-card-halo::before {
    content: "";
    position: absolute;
    top: -86px;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background: linear-gradient(180deg, #edf1f7 0%, #f7f9fc 100%);
}

.home-page .capability-card-emblem {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin-bottom: -8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #0b2f69;
    box-shadow: 0 14px 24px rgba(10, 30, 63, 0.18);
}

.home-page .capability-card-emblem .capability-catalog-icon,
.home-page .capability-card-emblem .capability-card-glyph {
    width: 118px;
    height: 118px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.home-page .capability-card-emblem .capability-card-glyph::before {
    inset: 28px;
}

.home-page .capability-catalog-card.capability-reference-card h3 {
    margin: 0 0 12px;
    color: #123667;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.home-page .capability-catalog-card.capability-reference-card p {
    max-width: 290px;
    margin: 0 auto;
    color: #5a6778;
    font-size: 12px;
    line-height: 1.8;
}

.home-page .capability-card-frame:hover {
    transform: translateY(-4px);
    border-color: rgba(19, 55, 105, 0.14);
    box-shadow: 0 20px 34px rgba(12, 34, 66, 0.09);
}

.home-page .capability-card-frame:hover .capability-card-media.capability-card-halo {
    transform: none;
    box-shadow: none;
}

.home-page .capability-card-frame:hover .capability-card-glyph {
    transform: none;
}

@media (max-width: 980px) {
    .home-page .home-header-strip {
        height: 30px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 28px);
        min-height: 74px;
        grid-template-columns: 128px minmax(0, 1fr) 138px;
        gap: 14px;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 118px;
        max-width: 118px;
        max-height: 42px;
    }

    .home-page .nav-list.home-nav-list {
        gap: 12px;
    }

    .home-page .home-nav-list .nav-link {
        min-height: 74px;
        font-size: 12px;
    }

    .home-page .home-header-tools .nav-quote-button {
        min-height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 456px;
    }

    .home-page .hero-slide-ribbon {
        top: 132px;
        width: calc(100% - 44px);
        padding-left: 44px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(382px, 52%);
        padding: 170px 0 0 44px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 28px);
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .home-page .home-header-strip {
        height: 18px;
    }

    .home-page .site-header-inner.home-header-inner {
        width: calc(100% - 24px);
        min-height: 68px;
        grid-template-columns: auto auto;
    }

    .home-page .home-header-inner .brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference.brand-logo--reference-tight,
    .home-page .home-header-inner .brand-logo--home-reference {
        width: 96px;
        max-width: 96px;
        max-height: 36px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 392px;
    }

    .home-page .hero-slide-ribbon {
        top: 104px;
        width: calc(100% - 20px);
        min-height: 28px;
        padding-left: 18px;
    }

    .home-page .hero-slide-ribbon::before,
    .home-page .hero-ribbon-cut {
        display: none;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 24px);
        padding: 136px 0 0 18px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        max-width: 284px;
        font-size: 20px;
    }

    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy {
        max-width: 280px;
    }

    .home-page .catalog-overview-grid,
    .home-page .capability-catalog-grid.capability-reference-grid {
        width: calc(100% - 24px);
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: 1fr;
    }

    .home-page .capability-card-media.capability-card-halo {
        height: 130px;
    }

    .home-page .capability-card-media.capability-card-halo::before {
        top: -74px;
        width: 210px;
        height: 210px;
    }

    .home-page .capability-card-emblem {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-catalog-icon,
    .home-page .capability-card-emblem .capability-card-glyph {
        width: 104px;
        height: 104px;
    }

    .home-page .capability-card-emblem .capability-card-glyph::before {
        inset: 24px;
    }
}

/* Homepage section density pass: pull the guide cards, hot-sale strip, and news metadata closer to the reference homepage. */
.home-page .solution-request-shell {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 24px;
}

.home-page .solution-request-copy {
    padding: 34px 32px;
}

.home-page .solution-story-carousel {
    padding: 20px 22px 24px;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(9, 39, 91, 0.98), rgba(7, 31, 74, 0.98)),
        url("https://www.stylecnc.com/assets/img/background.svg") center/320px repeat;
    box-shadow: 0 24px 44px rgba(7, 24, 52, 0.2);
}

.home-page .solution-story-track {
    gap: 18px;
}

.home-page .solution-story-card {
    min-width: 292px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #ffffff;
    box-shadow: none;
}

.home-page .solution-story-card--reference {
    overflow: hidden;
}

.home-page .solution-story-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .solution-story-card-media--router {
    background-image: url("https://www.stylecnc.com/uploads/allimg/250307/1-25030F926360-L_480_360.jpg");
}

.home-page .solution-story-card-media--jewelry {
    background-image: url("https://www.stylecnc.com/uploads/allimg/231225/1-2312251149530-L.jpg");
}

.home-page .solution-story-card-media--build {
    background-image: url("https://www.stylecnc.com/uploads/allimg/220628/1-22062Q516210-L_480_360.jpg");
}

.home-page .solution-story-card-media--settings {
    background-image: url("https://www.stylecnc.com/uploads/allimg/250311/1-2503111016420-L_480_360.jpg");
}

.home-page .solution-story-card-copy {
    padding: 18px 20px 20px;
    color: #17355f;
}

.home-page .solution-story-card-meta,
.home-page .home-news-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 10px;
    color: #7a879a;
    font-size: 12px;
    line-height: 1.4;
}

.home-page .solution-story-card-meta span,
.home-page .home-news-card-meta span {
    position: relative;
}

.home-page .solution-story-card-meta span + span::before,
.home-page .home-news-card-meta span + span::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c1c7d0;
    transform: translateY(-50%);
}

.home-page .solution-story-card-copy h3 {
    min-height: 58px;
    margin-bottom: 10px;
    color: #16325b;
    font-size: 21px;
    line-height: 1.2;
}

.home-page .solution-story-card-copy h3 a {
    color: inherit;
}

.home-page .solution-story-card-copy p {
    color: #4f627a;
    font-size: 14px;
    line-height: 1.72;
}

.home-page .home-hot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.home-page .home-hot-card {
    min-height: 230px;
    border-radius: 0;
}

.home-page .home-hot-card--three {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cleaning.webp");
}

.home-page .home-hot-card-copy {
    max-width: 76%;
    padding: 24px 22px 18px;
}

.home-page .home-hot-card-tag {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.home-page .home-hot-card h3 {
    min-height: 56px;
    margin: 12px 0 10px;
    font-size: 22px;
    line-height: 1.16;
}

.home-page .home-hot-card p {
    min-height: 60px;
    font-size: 13px;
    line-height: 1.58;
}

.home-page .home-hot-strip-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 18px;
}

.home-page .home-hot-strip-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #ffffff;
    color: #17355f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-page .home-hot-strip-tab.is-active,
.home-page .home-hot-strip-tab:hover {
    background: #f36a09;
    border-color: #f36a09;
    color: #ffffff;
}

.home-page .home-request-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 18px;
}

.home-page .home-news-card-meta {
    margin: 8px 0 10px;
}

.home-page .home-news-card--lead .home-news-card-meta {
    color: rgba(255, 255, 255, 0.74);
}

.home-page .home-news-card--lead .home-news-card-meta span + span::before {
    background: rgba(255, 255, 255, 0.34);
}

.home-page .home-news-card-copy h3 {
    min-height: 54px;
}

@media (max-width: 980px) {
    .home-page .solution-request-shell {
        grid-template-columns: 1fr;
    }

    .home-page .home-hot-grid,
    .home-page .home-hot-strip-tabs {
        grid-template-columns: 1fr;
    }

    .home-page .home-hot-card-copy {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .home-page .solution-story-card {
        min-width: 260px;
    }

    .home-page .solution-request-copy {
        padding: 26px 20px;
    }

    .home-page .solution-story-carousel {
        padding: 16px 16px 18px;
    }

    .home-page .home-hot-card {
        min-height: 210px;
    }
}

.solution-story-carousel {
    padding: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
    box-shadow: var(--shadow-soft);
}

.solution-story-top,
.solution-story-controls {
    display: flex;
    align-items: center;
}

.solution-story-top {
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.solution-story-controls {
    gap: 10px;
}

.solution-story-arrow {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 999px;
    background: rgba(15, 49, 82, 0.08);
    color: var(--brand-strong);
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.solution-story-arrow:hover {
    background: var(--brand-strong);
    color: #ffffff;
    transform: translateY(-1px);
}

.solution-story-viewport {
    overflow: hidden;
}

.solution-story-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 1fr);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.solution-story-track::-webkit-scrollbar {
    display: none;
}

.solution-story-card {
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.92)),
        url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp") center/cover no-repeat;
    color: #ffffff;
    scroll-snap-align: start;
}

.solution-story-card-copy h3 {
    margin: 10px 0;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.solution-story-card-copy h3 a {
    color: #ffffff;
}

.solution-story-card-copy p {
    margin: 0;
    color: rgba(245, 247, 251, 0.84);
    line-height: 1.72;
}

.home-country-section {
    padding-top: 30px;
}

.home-country-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 22px;
    align-items: stretch;
}

.home-country-copy,
.home-country-panel {
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-soft);
}

.home-country-copy {
    padding: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98)),
        url("https://www.stylecnc.com/assets/img/background.svg") right bottom/220px no-repeat;
}

.home-country-panel {
    padding: 24px;
    display: grid;
    gap: 16px;
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.14), transparent 32%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
}

.home-country-stat {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.home-country-stat strong {
    display: block;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.home-country-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(245, 247, 251, 0.78);
    line-height: 1.6;
}

.site-footer-reference .site-footer-inner {
    grid-template-columns: 1fr;
}

.site-footer-reference .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer-reference .footer-column {
    gap: 12px;
}

.site-footer-reference .footer-link {
    display: block;
}

.site-floating-rail {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    display: grid;
    justify-items: end;
    gap: 10px;
}

.site-floating-action {
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(9, 16, 29, 0.18);
}

.site-floating-action {
    min-width: 126px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    background: rgba(15, 49, 82, 0.96);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-floating-action:hover {
    background: var(--brand);
}

.site-floating-locale {
    position: relative;
    display: grid;
    justify-items: end;
    outline: none;
}

.site-floating-locale-current {
    min-width: 86px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid rgba(16, 24, 38, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 32px rgba(9, 16, 29, 0.18);
    color: var(--brand-strong);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.site-floating-locale-options {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    display: grid;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(16, 24, 38, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 32px rgba(9, 16, 29, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.site-floating-locale:hover .site-floating-locale-options,
.site-floating-locale:focus-within .site-floating-locale-options,
.site-floating-locale:focus .site-floating-locale-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-floating-locale-option {
    min-width: 92px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 6px;
    color: var(--brand-strong);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-floating-locale-option:hover,
.site-floating-locale-option.is-active {
    background: var(--brand-strong);
    color: #ffffff;
}

.site-floating-locale-code {
    display: inline-block;
    line-height: 1;
}

.site-floating-locale-caret {
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-right: 1.5px solid #40536f;
    border-bottom: 1.5px solid #40536f;
    transform: rotate(45deg) translateY(-1px);
}

.site-floating-locale-badge {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 12px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 38, 0.16);
    border-radius: 2px;
    background: #ffffff;
}

.site-floating-locale-badge--ja::before {
    content: "";
    position: absolute;
    inset: 2px 5px;
    border-radius: 50%;
    background: #d81e26;
}

.site-floating-locale-badge--en {
    background:
        linear-gradient(90deg, transparent 0 7px, #ffffff 7px 11px, transparent 11px),
        linear-gradient(transparent 0 4px, #ffffff 4px 8px, transparent 8px),
        #1b4b9b;
}

@media (max-width: 1180px) {
    .home-country-grid,
    .site-footer-reference .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .home-country-grid,
    .site-footer-reference .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-floating-rail {
        right: 12px;
        bottom: 12px;
    }

    .site-floating-action {
        min-width: 112px;
    }
}

/* Homepage v28 finishing overrides: keep header, first hero slide and capability intro closest to the reference cadence. */
.home-page .site-topbar--home-reference {
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0) 0 0 / 4px 4px,
        linear-gradient(180deg, #0a2c66 0%, #08265a 100%);
}

.home-page .site-topbar--home-reference .site-topbar-inner,
.home-page .site-header-inner--reference {
    width: min(1286px, calc(100% - 32px));
}

.home-page .site-topbar--home-reference .site-topbar-row--utility {
    min-height: 34px;
    padding: 9px 0 8px;
}

.home-page .site-topbar--home-reference .site-topbar-row--contact {
    min-height: 96px;
    padding: 28px 0 30px;
}

.home-page .site-topbar--home-reference .site-social-label,
.home-page .site-topbar--home-reference .site-utility-link,
.home-page .site-topbar--home-reference .site-social-link {
    font-size: 11px;
}

.home-page .site-topbar--home-reference .site-social-links,
.home-page .site-topbar--home-reference .site-utility-links {
    gap: 12px;
}

.home-page .site-topbar--home-reference .topbar-contact-list--inline {
    gap: 0;
}

.home-page .site-topbar--home-reference .topbar-contact-card {
    min-width: 224px;
    min-height: 66px;
    padding: 0 28px 0 0;
}

.home-page .site-topbar--home-reference .topbar-contact-card:last-child {
    min-width: 246px;
    margin-left: 26px;
}

.home-page .site-topbar--home-reference .site-topbar-badge-icon {
    width: 48px;
    height: 48px;
}

.home-page .site-topbar--home-reference .topbar-contact-card strong,
.home-page .site-topbar--home-reference .topbar-contact-card a,
.home-page .site-topbar--home-reference .topbar-contact-card span {
    font-size: 13px;
}

.home-page .site-topbar--home-reference .site-search-form {
    width: min(286px, 100%);
    height: 44px;
}

.home-page .site-topbar--home-reference .site-search-input,
.home-page .site-topbar--home-reference .site-search-button {
    min-height: 44px;
    font-size: 14px;
}

.home-page .site-topbar--home-reference .site-search-button {
    min-width: 82px;
}

.home-page .site-header-main--reference {
    background: linear-gradient(90deg, #ffffff 0%, #fffdf9 60%, #f2ece1 100%);
}

.home-page .site-header-inner--reference {
    min-height: 128px;
    grid-template-columns: 198px minmax(0, 1fr) 222px;
    gap: 26px;
}

.home-page .brand-anchor {
    min-width: 188px;
}

.home-page .brand-logo--reference-tight,
.home-page .brand-logo--home-reference.brand-logo--reference-tight {
    width: 156px;
    max-width: 156px;
    max-height: 48px;
}

.home-page .nav-list {
    gap: 26px;
}

.home-page .nav-link {
    min-height: 128px;
    font-size: 14px;
    font-weight: 700;
}

.home-page .nav-link-label {
    top: 0;
}

.home-page .nav-dropdown-menu--reference {
    min-width: 238px;
    margin-top: -1px;
    padding: 6px 0;
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-link {
    min-height: 40px;
    padding: 0 17px;
    font-size: 12px;
}

.home-page .nav-quote-button {
    min-height: 44px;
    padding: 0 30px;
    font-size: 13px;
}

.home-page .hero-stage-grid.hero-stage-banner,
.home-page .hero-slide--reference-primary {
    min-height: 604px;
}

.home-page .hero-slide--reference-primary .hero-slide-media {
    background-position: center 50%;
    transform: scale(1.01);
}

.home-page .hero-slide--reference-primary .hero-stage-overlay {
    background:
        linear-gradient(90deg, rgba(6, 34, 82, 0.92) 0%, rgba(6, 34, 82, 0.78) 34%, rgba(6, 34, 82, 0.34) 60%, rgba(6, 34, 82, 0.04) 100%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 30%);
}

.home-page .hero-slide-ribbon--reference {
    top: 208px;
    width: min(66.6%, 718px);
    min-height: 42px;
    padding-left: 62px;
}

.home-page .hero-slide-ribbon--reference::before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}

.home-page .hero-ribbon-text--reference {
    min-height: 42px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.home-page .hero-slide--reference-primary .hero-ribbon-cut {
    right: -96px;
    border-top-width: 42px;
    border-left-width: 96px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
    width: min(500px, 46%);
    padding: 266px 0 0 62px;
}

.home-page .hero-slide--reference-primary .hero-slide-copy-shell,
.home-page .hero-slide--reference-primary .hero-slide-copy-panel,
.home-page .hero-slide--reference-primary .hero-copy-stack--tight {
    max-width: 446px;
}

.home-page .hero-slide--reference-primary .hero-stage-title {
    max-width: 430px;
    margin: 0 0 14px;
    font-size: clamp(24px, 1.9vw, 30px);
    font-weight: 700;
    line-height: 1.28;
}

.home-page .hero-slide--reference-primary .hero-stage-subtitle {
    max-width: 414px;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42;
}

.home-page .hero-slide--reference-primary .hero-stage-subcopy {
    max-width: 420px;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.58;
}

.home-page .hero-stage-actions--reference {
    gap: 12px;
}

.home-page .hero-stage-actions--reference .quote-button,
.home-page .hero-stage-actions--reference .ghost-button {
    width: 148px;
    min-height: 36px;
    padding: 0 16px;
    font-size: 12px;
}

.home-page .hero-slider-control.hero-stage-arrow {
    top: 58%;
}

.home-page .hero-slider-pagination {
    bottom: 12px;
}

.home-page .hero-slider-dots {
    gap: 10px;
}

.home-page .hero-slider-dot {
    width: 16px;
    height: 16px;
}

.home-page .hero-slider-dot-core {
    width: 8px;
    height: 8px;
}

.home-page .home-capability-intro--reference {
    width: min(1180px, calc(100% - 48px));
    padding: 58px 24px 16px;
}

.home-page .home-capability-intro--reference .section-title {
    font-size: clamp(33px, 2.8vw, 46px);
}

.home-page .home-capability-intro--reference .section-desc {
    max-width: 1140px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 980px) {
    .home-page .site-topbar--home-reference .site-topbar-row--contact {
        min-height: 84px;
        padding: 20px 0 22px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-card {
        min-width: 184px;
        min-height: 58px;
        padding-right: 18px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-card:last-child {
        min-width: 214px;
        margin-left: 18px;
    }

    .home-page .site-topbar--home-reference .site-search-form {
        width: min(246px, 100%);
        height: 40px;
    }

    .home-page .site-topbar--home-reference .site-search-input,
    .home-page .site-topbar--home-reference .site-search-button {
        min-height: 40px;
    }

    .home-page .site-header-inner--reference {
        min-height: 96px;
        grid-template-columns: 154px minmax(0, 1fr) 188px;
        gap: 18px;
    }

    .home-page .brand-logo--reference-tight,
    .home-page .brand-logo--home-reference.brand-logo--reference-tight {
        width: 132px;
        max-width: 132px;
        max-height: 40px;
    }

    .home-page .nav-list {
        gap: 16px;
    }

    .home-page .nav-link {
        min-height: 96px;
        font-size: 13px;
    }

    .home-page .nav-quote-button {
        min-height: 40px;
        padding: 0 22px;
    }

    .home-page .hero-slide-ribbon--reference {
        top: 176px;
        width: calc(100% - 44px);
        padding-left: 44px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
        width: min(460px, 56%);
        padding: 236px 0 0 44px;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home-reference .site-topbar-row--utility {
        min-height: 24px;
        padding: 5px 0 4px;
    }

    .home-page .site-topbar--home-reference .site-topbar-row--contact {
        min-height: 68px;
        padding: 12px 0 14px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-card {
        min-height: 44px;
    }

    .home-page .site-topbar--home-reference .site-search-form {
        height: 34px;
    }

    .home-page .site-topbar--home-reference .site-search-input,
    .home-page .site-topbar--home-reference .site-search-button {
        min-height: 34px;
        font-size: 12px;
    }

    .home-page .site-header-inner--reference {
        min-height: 78px;
        grid-template-columns: auto auto;
    }

    .home-page .brand-logo--reference-tight,
    .home-page .brand-logo--home-reference.brand-logo--reference-tight {
        width: 112px;
        max-width: 112px;
        max-height: 34px;
    }

    .home-page .hero-slide-ribbon--reference {
        top: 118px;
        width: calc(100% - 22px);
        min-height: 34px;
        padding-left: 18px;
    }

    .home-page .hero-ribbon-text--reference {
        min-height: 34px;
        font-size: 12px;
    }

    .home-page .hero-slide--reference-primary .hero-ribbon-cut {
        right: -42px;
        border-top-width: 34px;
        border-left-width: 42px;
    }

    .home-page .hero-slide--reference-primary .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 24px);
        padding: 164px 0 0 18px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-title {
        max-width: 286px;
        font-size: 24px;
    }

    .home-page .hero-slide--reference-primary .hero-stage-subtitle,
    .home-page .hero-slide--reference-primary .hero-stage-subcopy {
        max-width: 286px;
    }

    .home-page .hero-stage-actions--reference .quote-button,
    .home-page .hero-stage-actions--reference .ghost-button {
        width: 126px;
        min-height: 34px;
        font-size: 11px;
    }

    .home-page .home-capability-intro--reference {
        width: calc(100% - 24px);
        padding: 32px 8px 4px;
    }

    .home-page .home-capability-intro--reference .section-desc {
        font-size: 13px;
        line-height: 1.75;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text-strong);
    font-family: "Bahnschrift", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Yu Gothic", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(31, 79, 123, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.08), transparent 22%),
        linear-gradient(180deg, #eef2f5 0%, #ffffff 32%, #eef2f6 100%);
}

body.site-mobile-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.site-shell {
    min-height: 100vh;
}

.site-topbar-inner,
.site-header-inner,
.site-subnav-inner,
.home-section,
.hero-stage-grid,
.content-hero-shell,
.page-section,
.site-footer-inner,
.site-footer-bottom-inner,
.inquiry-band-inner {
    width: var(--site-max-width);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
}

.site-topbar {
    background: linear-gradient(90deg, #0d141e, #1a2634 70%, #223245);
    color: rgba(245, 247, 251, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-topbar-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 0;
}

.topbar-contact-list,
.topbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.topbar-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(245, 247, 251, 0.92);
    font-size: 12px;
}

.topbar-label {
    color: rgba(245, 247, 251, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-header-main {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--line-soft);
}

.site-header-inner {
    min-height: 88px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.brand-lockup {
    display: grid;
    gap: 6px;
}

.brand-eyebrow {
    color: var(--text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.brand-anchor {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand-logo {
    width: auto;
    max-width: 184px;
    max-height: 52px;
    object-fit: contain;
}

.brand-name {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.site-main-nav {
    display: flex;
    justify-content: center;
    height: 100%;
}

.site-mobile-toggle,
.site-mobile-drawer {
    display: none;
}

.site-mobile-toggle {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(16, 24, 38, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
}

.site-mobile-toggle-line {
    width: 18px;
    height: 2px;
    border-radius: var(--radius-pill);
    background: var(--brand-strong);
}

.site-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 60;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.site-mobile-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.site-mobile-scrim {
    position: absolute;
    inset: 0;
    border: none;
    background: rgba(8, 14, 25, 0.52);
}

.site-mobile-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    align-content: start;
    gap: 18px;
    width: min(92vw, 380px);
    height: 100%;
    padding: 22px 18px 26px;
    overflow-y: auto;
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff, #eef3f7);
    box-shadow: -18px 0 48px rgba(8, 14, 25, 0.18);
    transform: translateX(100%);
    transition: transform 0.22s ease;
}

.site-mobile-drawer.is-open .site-mobile-panel {
    transform: translateX(0);
}

.site-mobile-panel-top,
.site-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.site-mobile-brand {
    display: grid;
    gap: 6px;
}

.site-mobile-brand strong {
    color: var(--text-strong);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.site-mobile-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(16, 24, 38, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--brand-strong);
    font-size: 24px;
    cursor: pointer;
}

.site-mobile-nav,
.site-mobile-subgroup,
.site-mobile-contact {
    display: grid;
    gap: 12px;
}

.site-mobile-item {
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.site-mobile-link-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.site-mobile-link,
.site-mobile-sublink,
.site-mobile-contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text-strong);
    font-weight: 800;
}

.site-mobile-link {
    min-height: 26px;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-mobile-link.is-active {
    color: var(--accent);
}

.site-mobile-mega-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(16, 24, 38, 0.08);
    border-radius: 14px;
    background: rgba(245, 248, 251, 0.92);
    cursor: pointer;
}

.site-mobile-link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(15, 49, 82, 0.08);
    color: var(--brand-strong);
    font-size: 13px;
}

.site-mobile-mega {
    display: none;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 24, 38, 0.08);
}

.site-mobile-mega.is-open {
    display: grid;
    gap: 12px;
}

.site-mobile-subgroup {
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0.96), rgba(255, 255, 255, 0.96));
}

.site-mobile-subtitle {
    color: var(--text-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-mobile-sublink,
.site-mobile-contact-item {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(16, 24, 38, 0.06);
    background: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.site-mobile-contact-item {
    justify-content: flex-start;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 22px 0;
    color: #1d2b3b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-link.is-active {
    color: var(--accent);
}

.nav-link.is-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 6px;
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, var(--accent), #ffc45f);
}

.nav-link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(15, 49, 82, 0.08);
    color: var(--brand-strong);
    font-size: 14px;
    line-height: 1;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link {
    color: var(--accent);
}

.mega-menu-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 30;
    width: min(760px, calc(100vw - 48px));
    padding-top: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav-item:hover .mega-menu-panel,
.nav-item:focus-within .mega-menu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 18px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: 0 30px 70px rgba(10, 17, 29, 0.18);
}

.mega-menu-group {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f5f8fb);
}

.mega-menu-group--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(15, 49, 82, 0.08), rgba(255, 255, 255, 0.96));
}

.mega-menu-directory {
    gap: 14px;
}

.mega-menu-highlight {
    align-content: space-between;
}

.mega-menu-title {
    color: var(--brand-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mega-menu-note {
    margin: 0;
    color: var(--text-body);
    font-size: 14px;
    line-height: 1.7;
}

.mega-menu-links {
    display: grid;
    gap: 10px;
}

.mega-menu-link,
.mega-menu-card-link {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(16, 24, 38, 0.07);
    background: rgba(255, 255, 255, 0.92);
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.mega-menu-link {
    color: var(--text-strong);
    font-size: 14px;
    font-weight: 800;
}

.mega-menu-card-link strong {
    color: var(--text-strong);
    font-size: 16px;
    letter-spacing: -0.02em;
}

.mega-menu-card-link span {
    color: var(--text-body);
    font-size: 14px;
    line-height: 1.65;
}

.mega-menu-link:hover,
.mega-menu-card-link:hover {
    transform: translateY(-2px);
    border-color: rgba(249, 125, 22, 0.35);
    box-shadow: 0 16px 36px rgba(10, 17, 29, 0.08);
}

.site-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: var(--radius-pill);
    background: rgba(15, 49, 82, 0.08);
    color: var(--brand-strong);
}

.header-badge-label {
    color: var(--text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.08);
}

.lang-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    color: rgba(245, 247, 251, 0.75);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lang-chip.is-active {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.quote-button,
.ghost-button,
.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.quote-button,
.primary-button {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(249, 125, 22, 0.28);
}

.quote-button:hover,
.ghost-button:hover,
.primary-button:hover,
.secondary-button:hover {
    transform: translateY(-2px);
}

.quote-button--top,
.quote-button--small,
.quote-button--footer {
    min-height: 42px;
    padding: 0 16px;
    font-size: 12px;
}

.ghost-button,
.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-inverse);
}

.ghost-button--light {
    border-color: rgba(255, 255, 255, 0.2);
}

.ghost-link,
.text-link,
.hero-carousel-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ghost-link::after,
.text-link::after,
.hero-carousel-link::after {
    content: "??;
    font-size: 18px;
    line-height: 1;
}

.ghost-link--light {
    color: rgba(255, 255, 255, 0.88);
}

.site-catalog-bar {
    background:
        linear-gradient(180deg, rgba(12, 20, 31, 0.98), rgba(15, 24, 36, 0.98)),
        linear-gradient(90deg, rgba(249, 125, 22, 0.14), transparent 24%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-catalog-bar-inner {
    width: var(--site-max-width);
    margin: 0 auto;
    padding: 14px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.site-catalog-lane {
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-catalog-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.site-catalog-kicker,
.site-catalog-count {
    color: rgba(245, 247, 251, 0.54);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-catalog-title {
    display: inline-flex;
    margin-top: 6px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.site-catalog-title.is-active {
    color: var(--accent-strong);
}

.site-catalog-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.site-catalog-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(245, 247, 251, 0.82);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-catalog-link.is-active {
    background: var(--accent);
    color: #ffffff;
}

.site-subnav {
    background: #101824;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-subnav-inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 14px 0;
}

.site-subnav-group {
    display: grid;
    gap: 10px;
}

.site-subnav-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-subnav-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-subnav-title.is-active {
    color: #ffffff;
}

.site-subnav-toggle {
    display: none;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    cursor: pointer;
}

.site-subnav-panel {
    display: flex;
}

.site-subnav-panel.is-open {
    display: flex;
}

.site-subnav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.site-subnav-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
}

.site-subnav-link.is-active {
    background: var(--accent);
    color: #ffffff;
}

.home-main {
    padding-bottom: 44px;
}

.hero-stage {
    padding: 34px 0 24px;
}

.hero-stage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.9fr);
    gap: 22px;
    align-items: stretch;
}

.hero-stage-panel,
.hero-carousel-card,
.machine-category-card,
.hot-sale-card,
.factory-process-card,
.editorial-feature-card,
.editorial-list-card,
.editorial-contact-card,
.content-hero-shell,
.content-hero-panel,
.list-card,
.detail-card,
.contact-info-card,
.contact-form-card,
.empty-panel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--surface-1);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-soft);
}

.hero-stage-panel {
    min-height: 620px;
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(90deg, rgba(10, 17, 29, 0.9) 0%, rgba(10, 17, 29, 0.78) 48%, rgba(10, 17, 29, 0.25) 100%),
        url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp") center/cover no-repeat;
    color: var(--text-inverse);
    box-shadow: var(--shadow-deep);
}

.hero-stage-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 40px;
    height: 2px;
    border-radius: var(--radius-pill);
    background: currentColor;
}

.section-kicker--light {
    color: rgba(255, 255, 255, 0.88);
}

.hero-stage-title {
    max-width: 740px;
    margin: 18px 0 14px;
    font-size: clamp(42px, 5vw, 74px);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.hero-stage-subtitle,
.section-desc,
.list-card p,
.detail-summary,
.detail-body,
.contact-side-note,
.contact-info-item span,
.footer-note,
.machine-category-card p,
.hot-sale-card p,
.factory-process-card p,
.editorial-feature-card p,
.editorial-list-item p,
.editorial-contact-card p {
    color: var(--text-body);
    line-height: 1.78;
}

.hero-stage-subtitle {
    max-width: 640px;
    margin: 0;
    color: rgba(245, 247, 251, 0.82);
    font-size: 18px;
}

.hero-stage-actions,
.hero-metric-row,
.hot-sale-actions,
.inquiry-band-actions,
.contact-form-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-stage-actions {
    margin-top: 28px;
}

.hero-metric-row {
    margin-top: 30px;
}

.hero-metric-card {
    min-width: 180px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.hero-metric-value {
    display: block;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.hero-metric-label {
    display: block;
    margin-top: 6px;
    color: rgba(245, 247, 251, 0.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-stage-side {
    display: grid;
    gap: 16px;
}

.hero-carousel-card {
    min-height: 196px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.hero-carousel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 17, 29, 0.14), rgba(10, 17, 29, 0.9));
}

.hero-carousel-card > * {
    position: relative;
    z-index: 1;
}

.hero-carousel-card--brand {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.hero-carousel-card--guides {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp");
}

.hero-carousel-card--contact {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-welding.webp");
}

.hero-carousel-label,
.machine-category-meta,
.hot-sale-meta,
.factory-process-step,
.editorial-feature-label,
.editorial-list-meta,
.hero-panel-label,
.list-card-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-carousel-card h2,
.machine-category-card h3,
.hot-sale-card h3,
.factory-process-card h3,
.editorial-feature-card h3,
.editorial-contact-card h3,
.list-card h3,
.detail-card h1,
.contact-info-card h2,
.contact-form-card h2 {
    margin: 12px 0 10px;
    letter-spacing: -0.04em;
}

.hero-carousel-card h2 {
    font-size: 26px;
}

.hero-carousel-card p {
    margin: 0 0 16px;
    color: rgba(245, 247, 251, 0.78);
}

.home-section,
.page-section {
    padding: 26px 0;
}

.home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.home-section-head--light {
    margin-bottom: 26px;
}

.section-title {
    margin: 10px 0 0;
    font-size: clamp(30px, 3.9vw, 50px);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.section-title--light,
.section-desc--light {
    color: #ffffff;
}

.section-desc {
    max-width: 760px;
    margin: 12px 0 0;
}

.category-showcase {
    padding-top: 18px;
}

.catalog-overview-section {
    padding-top: 18px;
}

.catalog-overview-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
    gap: 22px;
    align-items: start;
}

.catalog-overview-copy {
    padding: 32px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 249, 0.98));
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-soft);
}

.catalog-stat-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 28px;
}

.catalog-stat-card {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.catalog-stat-card strong {
    color: var(--brand-strong);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.catalog-stat-card span {
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.machine-category-grid,
.hot-sale-grid,
.factory-process-grid {
    display: grid;
    gap: 18px;
}

.machine-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-overview-grid .machine-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.machine-category-card {
    min-height: 250px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.98)),
        linear-gradient(135deg, rgba(15, 49, 82, 0.08), rgba(249, 125, 22, 0.06));
}

.machine-category-card::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background-color: rgba(15, 49, 82, 0.06);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;
}

.machine-category-card:nth-child(1)::after {
    background-image: url("https://www.stylecnc.com/assets/img/category/cnc-routers.svg");
}

.machine-category-card:nth-child(2)::after {
    background-image: url("https://www.stylecnc.com/assets/img/category/cnc-mills.svg");
}

.machine-category-card:nth-child(3)::after {
    background-image: url("https://www.stylecnc.com/assets/img/category/wood-lathes.svg");
}

.machine-category-card:nth-child(4)::after {
    background-image: url("https://www.stylecnc.com/assets/img/category/laser-engravers.svg");
}

.machine-category-card:nth-child(5)::after {
    background-image: url("https://www.stylecnc.com/assets/img/category/cnc-plasma.svg");
}

.machine-category-card:nth-child(6)::after {
    background-image: url("https://www.stylecnc.com/assets/img/category/digital-cutters.svg");
}

.machine-category-card h3 {
    font-size: 26px;
}

.machine-category-card p {
    margin: 0 0 18px;
}

.machine-category-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-strong);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.machine-category-link::after {
    content: "??;
    font-size: 18px;
}

.site-topbar {
    background:
        linear-gradient(180deg, rgba(6, 28, 71, 0.98), rgba(8, 40, 97, 0.96)),
        url("https://www.stylecnc.com/assets/img/background.svg") center/600px repeat;
    color: #ffffff;
}

.site-topbar-inner.site-social-strip,
.site-topbar-inner.site-contact-search-bar {
    min-height: 42px;
    padding: 10px 0;
}

.site-topbar-inner.site-social-strip {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-social-links,
.site-utility-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-social-label {
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
}

.site-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-utility-link {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
}

.topbar-contact-list--inline {
    gap: 26px;
}

.topbar-contact-card {
    display: grid;
    gap: 3px;
    color: #ffffff;
}

.site-topbar-badge-icon {
    display: none;
}

.site-topbar-badge-copy {
    display: grid;
    gap: 3px;
}

.topbar-contact-card strong,
.topbar-contact-card a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.topbar-contact-card span:last-child {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
}

.site-search-form {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    min-width: min(100%, 520px);
    background: rgba(255, 255, 255, 0.96);
}

.site-search-input,
.site-search-button {
    border: none;
    font: inherit;
}

.site-search-input {
    min-height: 42px;
    padding: 0 14px;
    color: var(--text-strong);
}

.site-search-button {
    min-width: 92px;
    padding: 0 18px;
    background: linear-gradient(90deg, #f76700, #ff6f0f);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.site-header-main {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(16, 24, 38, 0.08);
}

.site-header-inner {
    min-height: 72px;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
}

.brand-lockup {
    gap: 0;
}

.site-header-brand-lockup {
    align-items: center;
}

.brand-name {
    font-size: 34px;
    font-weight: 900;
}

.brand-logo--reference {
    display: block;
}

.nav-list {
    gap: 18px;
}

.nav-link {
    min-height: 34px;
    padding: 18px 0;
    color: #102445;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.nav-link-label {
    display: inline-flex;
    align-items: center;
}

.nav-link-arrow {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 13px;
}

.quote-button--nav {
    min-height: 40px;
    padding: 0 24px;
    border-radius: 0;
}

.hero-stage {
    padding: 0 0 28px;
}

.hero-slider-shell {
    display: block;
}

.hero-slider-panel {
    min-height: 620px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(6, 19, 54, 0.1) 0%, rgba(6, 19, 54, 0.22) 36%, rgba(6, 19, 54, 0.84) 74%, rgba(6, 19, 54, 0.94) 100%),
        url("https://www.stylecnc.com/uploads/image/20251125/2026-best-smart-cnc-machine-brand.webp") center/cover no-repeat;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.hero-slide-ribbon {
    position: absolute;
    left: 0;
    right: 0;
    top: 152px;
    z-index: 1;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 56px;
    background: linear-gradient(90deg, #ea5a00, #f56b00 70%, #ff7913);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.hero-slide-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: 0 56px 78px;
}

.hero-stage-kicker {
    color: rgba(255, 255, 255, 0.88);
}

.hero-stage-title {
    max-width: 540px;
    margin: 18px 0 10px;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.28;
    letter-spacing: 0;
    color: #ffffff;
}

.hero-stage-subtitle {
    max-width: 540px;
    font-size: 13px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.78);
}

.ghost-button--hero {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 1;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: transparent;
}

.hero-slider-dot.is-active {
    background: rgba(255, 255, 255, 0.96);
}

.catalog-overview-section {
    padding-top: 34px;
}

.catalog-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.catalog-overview-copy--center {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
}

.catalog-overview-copy--center .section-kicker {
    justify-content: center;
}

.catalog-overview-copy--center .section-desc {
    max-width: 1080px;
    margin: 12px auto 0;
}

.capability-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.catalog-overview-grid .capability-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-catalog-card {
    min-height: 332px;
    padding: 0 24px 28px;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 10px 26px rgba(10, 17, 29, 0.06);
}

.capability-catalog-card::after {
    display: none;
}

.capability-catalog-icon {
    position: relative;
    display: flex;
    width: 132px;
    height: 132px;
    margin: 40px auto 24px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #0b3472 0 58px, transparent 59px),
        radial-gradient(circle at top, rgba(17, 41, 92, 0.12) 0 72px, transparent 73px);
    box-shadow: 0 12px 24px rgba(10, 31, 78, 0.16);
}

.capability-catalog-card:nth-child(1) .capability-catalog-icon::before,
.capability-catalog-card:nth-child(2) .capability-catalog-icon::before,
.capability-catalog-card:nth-child(3) .capability-catalog-icon::before,
.capability-catalog-card:nth-child(4) .capability-catalog-icon::before,
.capability-catalog-card:nth-child(5) .capability-catalog-icon::before,
.capability-catalog-card:nth-child(6) .capability-catalog-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52px;
}

.capability-catalog-card:nth-child(1) .capability-catalog-icon::before {
    background-image: url("https://www.stylecnc.com/assets/img/category/cnc-routers.svg");
}

.capability-catalog-card:nth-child(2) .capability-catalog-icon::before {
    background-image: url("https://www.stylecnc.com/assets/img/category/cnc-mills.svg");
}

.capability-catalog-card:nth-child(3) .capability-catalog-icon::before {
    background-image: url("https://www.stylecnc.com/assets/img/category/digital-cutters.svg");
}

.capability-catalog-card:nth-child(4) .capability-catalog-icon::before {
    background-image: url("https://www.stylecnc.com/assets/img/category/laser-engravers.svg");
}

.capability-catalog-card:nth-child(5) .capability-catalog-icon::before {
    background-image: url("https://www.stylecnc.com/assets/img/category/cnc-plasma.svg");
}

.capability-catalog-card:nth-child(6) .capability-catalog-icon::before {
    background-image: url("https://www.stylecnc.com/assets/img/category/wood-lathes.svg");
}

.capability-catalog-card h3 {
    width: 100%;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
}

.capability-catalog-card p {
    width: 100%;
    margin: 0;
    color: var(--text-body);
    font-size: 13px;
    line-height: 1.8;
}

.hot-sale-band {
    padding: 32px 0;
    background:
        radial-gradient(circle at right top, rgba(249, 125, 22, 0.18), transparent 24%),
        linear-gradient(135deg, #101824 0%, #152131 48%, #0b131d 100%);
}

.hot-sale-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hot-sale-card {
    min-height: 420px;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-deep);
}

.hot-sale-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.92));
}

.hot-sale-card:nth-child(1) {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.hot-sale-card:nth-child(2) {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp");
}

.hot-sale-card:nth-child(3) {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp");
}

.hot-sale-card:nth-child(4) {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/plasma-cutter.webp");
}

.hot-sale-card-overlay {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: 28px;
}

.hot-sale-card h3 {
    font-size: 24px;
}

.hot-sale-card p {
    margin: 0 0 18px;
    color: rgba(245, 247, 251, 0.74);
}

.capability-section {
    padding-top: 34px;
}

.machine-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.machine-capability-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: 28px;
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp") center/cover no-repeat;
    border: 1px solid rgba(16, 24, 38, 0.12);
    box-shadow: var(--shadow-deep);
    color: #ffffff;
}

.machine-capability-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 17, 29, 0.08), rgba(10, 17, 29, 0.88)),
        linear-gradient(135deg, rgba(15, 49, 82, 0.28), rgba(15, 49, 82, 0));
}

.machine-capability-card > * {
    position: relative;
    z-index: 1;
}

.capability-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.machine-capability-card--family {
    background-image:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.machine-capability-card--flagship {
    background-image:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp");
}

.machine-capability-card--automation {
    background-image:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp");
}

.machine-capability-card--tube {
    background-image:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp");
}

.machine-capability-card--cleaning {
    background-image:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cleaning.webp");
}

.machine-capability-card--support {
    background-image:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-welding.webp");
}

.capability-card-index {
    position: absolute;
    right: 22px;
    bottom: 18px;
    top: auto;
    color: rgba(255, 255, 255, 0.2);
    font-size: 58px;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.capability-media-grid .capability-card-index {
    right: 22px;
    bottom: 18px;
}

.machine-capability-card h3 {
    margin: 14px 0 10px;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.machine-capability-card p {
    margin: 0 0 18px;
    color: rgba(245, 247, 251, 0.82);
    line-height: 1.74;
}

.capability-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.capability-card-link::after {
    content: "??;
    font-size: 18px;
    line-height: 1;
}

.capability-media-grid .factory-process-step {
    color: rgba(255, 255, 255, 0.74);
}

.solution-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.solution-request-section {
    padding-top: 30px;
}

.solution-request-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 20px;
    align-items: start;
}

.solution-request-copy,
.solution-request-form {
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-soft);
}

.solution-request-copy {
    padding: 30px;
    background:
        radial-gradient(circle at bottom left, rgba(15, 49, 82, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 250, 0.98));
}

.solution-request-note-grid {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.solution-request-note {
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f4f7fa);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.solution-request-note h3 {
    margin: 12px 0 10px;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.solution-request-note p {
    margin: 0;
    color: var(--text-body);
    line-height: 1.74;
}

.solution-request-note--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.solution-request-note--accent .hero-panel-label,
.solution-request-note--accent p {
    color: rgba(245, 247, 251, 0.84);
}

.solution-request-note--accent h3 {
    color: #ffffff;
}

.solution-request-form {
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
    margin-top: 0;
}

.solution-request-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solution-option-chip {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.solution-option-chip input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.solution-option-chip span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: var(--radius-pill);
    background: rgba(15, 49, 82, 0.08);
    border: 1px solid rgba(16, 24, 38, 0.08);
    color: var(--brand-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.solution-option-chip input:checked + span {
    background: var(--brand-strong);
    border-color: var(--brand-strong);
    color: #ffffff;
}

.solution-request-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.buyer-roadmap-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyer-roadmap-card {
    min-height: 250px;
}

.buyer-roadmap-card--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.buyer-roadmap-card--accent .hero-panel-label,
.buyer-roadmap-card--accent p {
    color: rgba(245, 247, 251, 0.84);
}

.buyer-roadmap-card--accent h3,
.buyer-roadmap-card--accent strong {
    color: #ffffff;
}

.solution-journey-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 250, 0.98));
    box-shadow: var(--shadow-soft);
}

.solution-journey-card h3 {
    margin: 12px 0 10px;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.solution-journey-card p {
    margin: 0;
    color: var(--text-body);
    line-height: 1.74;
}

.solution-journey-card strong {
    display: block;
    margin-top: 22px;
    color: var(--brand-strong);
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.solution-journey-card--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.solution-journey-card--accent .hero-panel-label,
.solution-journey-card--accent p {
    color: rgba(245, 247, 251, 0.82);
}

.solution-journey-card--accent strong,
.solution-journey-card--accent h3 {
    color: #ffffff;
}

.factory-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.factory-process-card {
    min-height: 248px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 250, 0.96)),
        url("https://www.stylecnc.com/assets/img/background.svg") right bottom/220px no-repeat;
}

.factory-process-step {
    color: var(--brand);
}

.factory-process-card h3 {
    font-size: 24px;
}

.factory-process-card p {
    margin: 0 0 14px;
}

.editorial-shell {
    padding-top: 30px;
}

.editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 18px;
}

.editorial-feature-card,
.editorial-contact-card {
    min-height: 420px;
    padding: 30px;
}

.editorial-feature-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(10, 17, 29, 0.1), rgba(10, 17, 29, 0.9)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cleaning.webp") center/cover no-repeat;
}

.editorial-feature-card .editorial-feature-label,
.editorial-feature-card p,
.editorial-feature-card a,
.editorial-feature-card h3 {
    position: relative;
    z-index: 1;
}

.editorial-feature-card h3 {
    font-size: 32px;
}

.editorial-feature-card p {
    color: rgba(245, 247, 251, 0.78);
    margin: 0 0 18px;
}

.editorial-list-card {
    padding: 18px;
    display: grid;
    gap: 12px;
    align-content: start;
    background: linear-gradient(180deg, #ffffff, #f2f5f8);
}

.editorial-list-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
    background: var(--surface-1);
    border: 1px solid rgba(16, 24, 38, 0.08);
}

.editorial-list-item h4 {
    margin: 10px 0 8px;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.editorial-list-item p {
    margin: 0;
}

.editorial-contact-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(135deg, rgba(15, 49, 82, 0.96), rgba(24, 141, 102, 0.9)),
        linear-gradient(180deg, #11314e, #18455e);
    color: #ffffff;
}

.editorial-contact-card p {
    color: rgba(245, 247, 251, 0.8);
}

.editorial-contact-meta {
    display: grid;
    gap: 10px;
    margin: 20px 0 24px;
}

.buyer-guide-showcase {
    padding-top: 30px;
}

.buyer-guide-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 20px;
    align-items: start;
}

.buyer-guide-copy {
    padding: 30px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at bottom left, rgba(15, 49, 82, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 250, 0.98));
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-soft);
}

.buyer-question-shell {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
}

.buyer-guide-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 26px;
}

.buyer-guide-topic {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: var(--radius-pill);
    background: rgba(15, 49, 82, 0.08);
    color: var(--brand-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.buyer-guide-track {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
}

.buyer-question-rail {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
}

.buyer-guide-feature,
.buyer-guide-mini-card,
.buyer-guide-contact {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-soft);
}

.buyer-guide-feature {
    min-height: 460px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(10, 17, 29, 0.14), rgba(10, 17, 29, 0.92)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cleaning.webp") center/cover no-repeat;
}

.buyer-question-feature {
    min-height: 520px;
}

.buyer-question-controls {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    gap: 8px;
}

.buyer-question-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    font-weight: 900;
}

.buyer-question-arrow--active {
    background: rgba(249, 125, 22, 0.86);
    color: #ffffff;
}

.buyer-guide-feature h3 {
    margin: 12px 0 10px;
    font-size: 34px;
    letter-spacing: -0.04em;
}

.buyer-guide-feature p {
    margin: 0 0 18px;
    color: rgba(245, 247, 251, 0.8);
    line-height: 1.78;
}

.buyer-guide-stack {
    display: grid;
    gap: 14px;
}

.buyer-question-points {
    display: grid;
    gap: 12px;
    margin: 26px 0;
}

.buyer-question-point {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.buyer-question-point strong {
    color: var(--brand-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.buyer-question-point span {
    color: var(--text-body);
    line-height: 1.7;
}

.buyer-guide-mini-card {
    padding: 24px;
    background: linear-gradient(180deg, #ffffff, #f4f7fa);
}

.buyer-question-card {
    min-height: 194px;
}

.buyer-question-card--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 32%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.buyer-question-card--accent .editorial-list-meta,
.buyer-question-card--accent p,
.buyer-question-card--accent .text-link {
    color: rgba(245, 247, 251, 0.84);
}

.buyer-question-card--accent h4 a {
    color: #ffffff;
}

.buyer-guide-mini-card h4 {
    margin: 10px 0 8px;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.buyer-guide-mini-card p {
    margin: 0 0 14px;
    color: var(--text-body);
    line-height: 1.72;
}

.buyer-guide-contact {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 32%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(28, 141, 102, 0.92));
    color: #ffffff;
}

.buyer-question-contact {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.buyer-guide-contact h3 {
    margin: 12px 0 10px;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.buyer-guide-contact p {
    margin: 0;
    color: rgba(245, 247, 251, 0.8);
    line-height: 1.72;
}

.trust-proof-section,
.partner-section,
.customer-voice-section,
.news-room-section {
    padding-top: 26px;
}

.trust-proof-grid,
.customer-voice-grid,
.news-room-grid {
    display: grid;
    gap: 18px;
}

.trust-proof-grid {
    grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 0.9fr));
}

.trust-proof-card,
.news-room-feature,
.news-room-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-soft);
}

.trust-proof-card {
    padding: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
}

.trust-proof-card h3,
.news-room-feature h3,
.news-room-card h4 {
    margin: 12px 0 10px;
    letter-spacing: -0.04em;
}

.trust-proof-card h3 {
    font-size: 28px;
}

.trust-proof-card p,
.news-room-feature p,
.news-room-card p {
    margin: 0;
    color: var(--text-body);
    line-height: 1.74;
}

.trust-proof-card strong {
    display: block;
    margin-top: 24px;
    color: var(--brand-strong);
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.trust-proof-card span:last-child {
    display: inline-flex;
    margin-top: 6px;
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.trust-proof-card--accent,
.news-room-card--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.trust-proof-card--accent .hero-panel-label,
.trust-proof-card--accent p,
.trust-proof-card--accent span:last-child,
.news-room-card--accent .editorial-list-meta,
.news-room-card--accent p {
    color: rgba(245, 247, 251, 0.84);
}

.trust-proof-card--accent strong,
.trust-proof-card--accent h3,
.news-room-card--accent h4 a {
    color: #ffffff;
}

.partner-logo-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.partner-logo-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(16, 24, 38, 0.08);
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
    box-shadow: var(--shadow-soft);
    color: var(--brand-strong);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

.customer-voice-grid {
    grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.85fr));
}

.customer-voice-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
    box-shadow: var(--shadow-soft);
}

.customer-voice-card p {
    margin: 12px 0 0;
    color: var(--text-body);
    line-height: 1.76;
}

.customer-voice-card strong {
    display: block;
    margin-top: 24px;
    color: var(--brand-strong);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.customer-voice-card span:last-child {
    display: inline-flex;
    margin-top: 6px;
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.customer-voice-card--lead {
    min-height: 320px;
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.customer-voice-card--lead p,
.customer-voice-card--lead .editorial-feature-label,
.customer-voice-card--lead span:last-child {
    color: rgba(245, 247, 251, 0.84);
}

.customer-voice-card--lead h3,
.customer-voice-card--lead strong {
    color: #ffffff;
}

.customer-voice-card--lead h3 {
    margin: 14px 0 0;
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.05em;
}

.news-room-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.news-room-feature {
    min-height: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(10, 17, 29, 0.16), rgba(10, 17, 29, 0.92)),
        url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp") center/cover no-repeat;
}

.news-room-feature p {
    color: rgba(245, 247, 251, 0.82);
    margin-bottom: 18px;
}

.news-room-stack {
    display: grid;
    gap: 14px;
}

.news-room-card {
    min-height: 202px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
}

.news-room-card h4 {
    font-size: 24px;
}

.inquiry-band {
    padding: 28px 0 14px;
}

.inquiry-band-inner {
    padding: 30px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at right center, rgba(255, 154, 47, 0.24), transparent 28%),
        linear-gradient(135deg, #112233, #1b2d40 55%, #20364d);
    box-shadow: var(--shadow-deep);
}

.content-hero-section {
    padding-top: 28px;
}

.content-hero-shell {
    padding: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.88fr);
    gap: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 250, 0.95)),
        url("https://www.stylecnc.com/assets/img/background.svg") right bottom/260px no-repeat;
}

.content-hero-copy {
    display: grid;
    gap: 10px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 800;
}

.breadcrumb-list a {
    color: var(--brand);
}

.content-hero-panel {
    padding: 24px;
    background: linear-gradient(180deg, rgba(15, 49, 82, 0.05), rgba(255, 255, 255, 0.98));
}

.hero-panel-label {
    color: var(--brand);
}

.category-chip-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    background: var(--surface-2);
    color: #314152;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
}

.category-chip.is-active {
    background: var(--brand-strong);
    color: #ffffff;
}

.product-list-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 24px 26px;
    border: 1px solid rgba(16, 24, 38, 0.12);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
    align-items: flex-start;
}

.product-catalog-hero-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    background: linear-gradient(180deg, #e8eff7 0%, #f6f9fc 100%);
}

.product-catalog-stage {
    display: grid;
    gap: 16px;
    width: min(1240px, calc(100% - 24px));
    margin: 0 auto;
    padding: 14px 0 24px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.product-catalog-stage-banner {
    min-height: 176px;
    background: linear-gradient(180deg, #064a89 0%, #033b70 100%);
    border: 1px solid #0f4f8f;
    display: flex;
    align-items: stretch;
}

.product-catalog-stage-banner-inner {
    width: min(1160px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 34px 0 30px;
}

.product-catalog-stage-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 900;
    max-width: min(900px, 100%);
}

.product-catalog-stage-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 12px;
    border: 1px solid rgba(227, 238, 252, 0.42);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(243, 248, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.product-catalog-stage-breadcrumb a {
    color: #ffffff;
}

.product-catalog-stage-intro {
    display: grid;
    width: min(1160px, calc(100% - 56px));
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid #cedae9;
    border-left: 4px solid #0d4c87;
    background: #ffffff;
}

.product-catalog-stage-overview {
    box-shadow: 0 8px 20px rgba(15, 49, 82, 0.06);
}

.product-catalog-stage-intro-desc {
    margin: 0;
    color: #46556a;
    font-size: 15px;
    line-height: 1.74;
    text-align: left;
}

.product-catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: min(1160px, calc(100% - 56px));
    margin: 0 auto;
    padding-top: 2px;
    align-items: center;
    align-content: center;
}

.product-catalog-toolbar .category-chip {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #ccdae8;
    border-radius: 2px;
    background: #ffffff;
    color: #284561;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.product-catalog-toolbar .category-chip.is-active {
    border-color: #0d4c87;
    background: #0d4c87;
    color: #ffffff;
}

.product-catalog-toolbar--single .category-chip {
    min-width: 70px;
}

.product-list-layout {
    display: grid;
    gap: 32px;
    width: min(1260px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

.product-list-layout--sidebar {
    grid-template-columns: minmax(238px, 262px) minmax(0, 1fr);
    align-items: start;
    gap: 28px;
}

.product-sidebar {
    position: sticky;
    top: 136px;
}

.product-sidebar-card {
    display: grid;
    gap: 16px;
    padding: 28px 22px 24px;
    border: 1px solid #d8e3ef;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafe 100%);
    box-shadow: 0 16px 34px rgba(14, 34, 56, 0.08);
}

.product-sidebar-kicker {
    color: #f47b20;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-sidebar-title {
    margin: 0;
    color: #123863;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 800;
}

.product-sidebar-list {
    display: grid;
    gap: 10px;
}

.product-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid #d9e4ef;
    background: #ffffff;
    color: #24486b;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.product-sidebar-link:hover {
    transform: translateX(2px);
    border-color: #f47b20;
    color: #0d3a69;
}

.product-sidebar-link.is-active {
    border-color: #0d4c87;
    background: #0d4c87;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(13, 76, 135, 0.18);
}

.product-sidebar-link-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.product-sidebar-link-arrow {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.product-list-main {
    display: grid;
    gap: 20px;
    min-width: 0;
}

.product-list-main-head {
    display: grid;
    gap: 12px;
}

.product-list-main-titlebar {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 14px 24px;
    border: 1px solid #d4e0ec;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 30px rgba(16, 24, 38, 0.05);
}

.product-list-main-title {
    margin: 0;
    color: #0c3a67;
    font-size: clamp(30px, 2.4vw, 38px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.product-list-main-summary {
    margin: 0;
    padding: 14px 20px;
    border: 1px solid #d9e4ef;
    background: #f4f8fc;
    color: #55697f;
    font-size: 15px;
    line-height: 1.68;
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.product-card {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border: 1px solid #d4deea;
    box-shadow: 0 8px 22px rgba(16, 24, 38, 0.06);
    background: #ffffff;
    overflow: hidden;
    min-height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: #bfd0e3;
    box-shadow: 0 12px 26px rgba(12, 34, 56, 0.12);
}

.product-card-cover {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dfe8f2;
    background: #f8fbff;
    min-height: 236px;
}

.product-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    display: block;
}

.product-card-cover-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 16px;
    text-align: center;
    color: #2f4460;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.product-card-content {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 14px 16px 18px;
}

.product-card-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.product-card-tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid #d8e4f1;
    background: #f4f8fd;
    color: #355579;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.product-card-model {
    margin: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 10px;
    color: #495b70;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.product-card-model-label {
    color: #73859b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.product-card-model-value {
    color: #2c4663;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.product-card-subspec {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #5a6e85;
    font-size: 12px;
    line-height: 1.45;
}

.product-card-subspec span {
    color: #7b8da3;
    font-weight: 600;
    min-width: 78px;
}

.product-card-subspec strong {
    color: #4c6077;
    font-weight: 700;
}

.product-card-title {
    margin: 0;
}

.product-card-title a {
    color: #032f5f;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}

.product-card-summary {
    margin: 0;
    color: #5b6b7f;
    line-height: 1.62;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.product-card-price {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #e24a12;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.catalog-directory-grid,
.catalog-guide-strip,
.detail-related-strip,
.detail-support-grid,
.contact-assurance-grid {
    display: grid;
    gap: 18px;
}

.catalog-directory-grid,
.detail-related-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
}

.catalog-guide-strip,
.detail-support-grid,
.contact-assurance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.catalog-list-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
    gap: 20px;
    align-items: start;
}

.catalog-browser-shell,
.catalog-browser-strip,
.detail-route-grid,
.contact-direct-grid {
    display: grid;
    gap: 18px;
}

.catalog-browser-shell {
    margin-bottom: 20px;
}

.catalog-browser-strip {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(220px, 0.9fr));
}

.catalog-sidebar-card,
.catalog-directory-card,
.catalog-guide-card,
.catalog-spotlight-card,
.detail-action-card,
.detail-spec-card,
.detail-related-card,
.detail-support-card,
.contact-channel-card,
.contact-assurance-card,
.contact-process-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-soft);
}

.catalog-directory-card,
.catalog-guide-card,
.detail-related-card,
.detail-support-card,
.contact-assurance-card {
    padding: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
}

.catalog-sidebar-card {
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 250, 0.98));
}

.catalog-browser-card,
.detail-route-card,
.contact-direct-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
}

.catalog-browser-card h3,
.detail-route-card h3,
.contact-direct-card h3 {
    margin: 12px 0 10px;
    font-size: 24px;
    letter-spacing: -0.04em;
}

.catalog-browser-card p,
.detail-route-card p,
.contact-direct-card p {
    margin: 0;
    color: var(--text-body);
    line-height: 1.72;
}

.catalog-browser-card strong,
.detail-route-card strong,
.contact-direct-card strong {
    display: block;
    margin-top: 14px;
    color: var(--brand-strong);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.catalog-browser-card--accent,
.detail-route-card--accent,
.contact-direct-card--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.catalog-browser-card--accent p,
.detail-route-card--accent p,
.contact-direct-card--accent p,
.catalog-browser-card--accent .hero-panel-label,
.detail-route-card--accent .hero-panel-label,
.contact-direct-card--accent .hero-panel-label {
    color: rgba(245, 247, 251, 0.84);
}

.catalog-browser-card--accent strong,
.detail-route-card--accent strong,
.contact-direct-card--accent strong,
.catalog-browser-card--accent h3,
.detail-route-card--accent h3,
.contact-direct-card--accent h3 {
    color: #ffffff;
}

.catalog-directory-card h2,
.catalog-guide-card h3,
.catalog-sidebar-card h2,
.catalog-spotlight-card h2,
.detail-action-card h3,
.detail-related-card h3,
.detail-support-card h3,
.contact-assurance-card h3 {
    margin: 12px 0 10px;
    letter-spacing: -0.04em;
}

.catalog-directory-card h2 {
    font-size: 28px;
}

.catalog-guide-card h3,
.detail-related-card h3,
.detail-support-card h3,
.contact-assurance-card h3 {
    font-size: 24px;
}

.catalog-sidebar-card h2 {
    font-size: 32px;
}

.catalog-sidebar-stats,
.catalog-sidebar-links,
.detail-action-stack,
.catalog-directory-actions,
.contact-route-actions {
    display: grid;
    gap: 12px;
}

.catalog-sidebar-stats {
    margin: 24px 0;
}

.catalog-directory-card p,
.catalog-guide-card p,
.detail-related-card p,
.detail-support-card p,
.contact-assurance-card p {
    margin: 0;
    color: var(--text-body);
    line-height: 1.72;
}

.catalog-directory-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(15, 49, 82, 0.08);
    color: var(--brand-strong);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.catalog-directory-card--accent,
.detail-related-card--accent,
.contact-assurance-card--accent,
.contact-route-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.catalog-directory-card--accent p,
.detail-related-card--accent p,
.contact-assurance-card--accent p,
.contact-route-panel p,
.catalog-directory-card--accent .hero-panel-label,
.detail-related-card--accent .hero-panel-label,
.contact-assurance-card--accent .hero-panel-label {
    color: rgba(245, 247, 251, 0.84);
}

.catalog-directory-card--accent .catalog-directory-index,
.detail-related-card--accent .catalog-directory-index {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.catalog-sidebar-stat {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.catalog-sidebar-stat strong,
.detail-spec-card strong,
.contact-channel-card strong {
    display: block;
    color: var(--brand-strong);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.catalog-sidebar-stat span {
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-sidebar-link,
.detail-inline-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 24, 38, 0.07);
    color: var(--text-strong);
    font-size: 14px;
    font-weight: 800;
}

.catalog-sidebar-link.is-active {
    background: var(--brand-strong);
    color: #ffffff;
}

.catalog-card-stream {
    display: grid;
    gap: 18px;
}

.catalog-spotlight-card {
    padding: 30px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(10, 17, 29, 0.9), rgba(10, 17, 29, 0.68) 46%, rgba(10, 17, 29, 0.4)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp") center/cover no-repeat;
}

.catalog-spotlight-card h2 {
    font-size: 34px;
}

.catalog-spotlight-card p {
    max-width: 760px;
    margin: 0 0 18px;
    color: rgba(245, 247, 251, 0.82);
    line-height: 1.78;
}

.catalog-spotlight-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.list-card,
.detail-card {
    padding: 28px;
}

.list-card h3 {
    font-size: 28px;
}

.detail-card h1 {
    font-size: clamp(34px, 4vw, 54px);
}

.detail-summary {
    margin: 0 0 22px;
}

.detail-body {
    padding-top: 24px;
    border-top: 1px solid rgba(16, 24, 38, 0.08);
    white-space: pre-wrap;
}

.rich-text-content {
    white-space: normal;
}

.rich-text-content p,
.rich-text-content ul,
.rich-text-content ol,
.rich-text-content blockquote {
    margin: 0 0 14px;
}

.rich-text-content ul,
.rich-text-content ol {
    padding-left: 22px;
}

.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4 {
    margin: 0 0 12px;
    line-height: 1.35;
}

.rich-text-content a {
    color: var(--brand-strong);
    text-decoration: underline;
}

.rich-text-content > :last-child {
    margin-bottom: 0;
}

.detail-stage-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 20px;
}

.detail-stage-title {
    margin: 12px 0 10px;
    font-size: clamp(30px, 3.4vw, 44px);
    letter-spacing: -0.04em;
}

.detail-hero-panel {
    display: grid;
    gap: 14px;
    align-content: start;
}

.detail-hero-metric {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.detail-hero-metric strong {
    display: block;
    color: var(--brand-strong);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.detail-hero-metric span {
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.detail-action-card {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 154, 47, 0.16), transparent 32%),
        linear-gradient(145deg, rgba(15, 49, 82, 0.96), rgba(27, 45, 64, 0.96));
    color: #ffffff;
}

.detail-action-card p {
    margin: 0 0 18px;
    color: rgba(245, 247, 251, 0.8);
    line-height: 1.72;
}

.detail-inline-link {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.detail-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.detail-route-grid,
.contact-direct-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-spec-card {
    padding: 24px;
    background: linear-gradient(180deg, #ffffff, #f5f8fb);
}

.detail-spec-card p,
.contact-channel-card p,
.contact-process-card p {
    margin: 10px 0 0;
    color: var(--text-body);
    line-height: 1.72;
}

.detail-related-metrics {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(15, 49, 82, 0.06);
}

.detail-related-metrics strong {
    color: var(--brand-strong);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.detail-related-metrics span {
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.detail-related-card--accent .detail-related-metrics {
    background: rgba(255, 255, 255, 0.08);
}

.detail-related-card--accent .detail-related-metrics strong,
.detail-related-card--accent .detail-related-metrics span {
    color: #ffffff;
}

.product-detail-reference-main {
    background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 280px);
    padding-bottom: 46px;
}

.product-detail-reference-hero {
    background: linear-gradient(135deg, #123a70 0%, #0d2c57 62%, #0a2648 100%);
    color: #ffffff;
}

.product-detail-reference-hero-inner {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 46px 0 42px;
}

.product-detail-reference-hero-title {
    margin: 0;
    font-size: clamp(26px, 2.4vw, 38px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.product-detail-reference-hero-trail {
    margin-top: 14px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 600;
}

.product-detail-reference-hero-trail a {
    color: #ffffff;
    text-decoration: none;
}

.product-detail-reference-heading {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 18px;
    text-align: center;
}

.product-detail-reference-heading-title {
    margin: 0;
    color: #102847;
    font-size: clamp(28px, 2.7vw, 40px);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.product-detail-reference-heading-meta {
    margin: 10px 0 0;
    display: inline-flex;
    align-items: center;
    color: #f08c2e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-detail-reference-heading-meta--highlight {
    padding: 7px 18px 6px;
    border: 1px solid rgba(240, 140, 46, 0.92);
    border-radius: 2px;
    background: rgba(255, 248, 241, 0.82);
    box-shadow: 0 8px 18px rgba(240, 140, 46, 0.08);
}

.product-detail-reference-heading-meta-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.product-detail-reference-heading-summary {
    max-width: 1180px;
    margin: 18px auto 0;
    padding: 24px clamp(24px, 4vw, 56px);
    border: 1px solid #d9e3ee;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #536174;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    box-shadow: 0 14px 32px rgba(9, 26, 52, 0.06);
}

.product-detail-reference-overview {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 24px;
    align-items: start;
}

.product-detail-reference-gallery {
    display: grid;
    gap: 18px;
}

.product-detail-reference-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(15, 41, 75, 0.1);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(9, 26, 52, 0.1);
}

.product-detail-reference-main-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #ffffff;
}

.product-detail-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(10, 33, 64, 0.52);
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, background 0.18s ease;
    z-index: 2;
}

.product-detail-gallery-arrow--prev {
    left: 14px;
}

.product-detail-gallery-arrow--next {
    right: 14px;
}

.product-detail-reference-main-image:hover .product-detail-gallery-arrow,
.product-detail-reference-main-image:focus-within .product-detail-gallery-arrow {
    opacity: 1;
    pointer-events: auto;
}

.product-detail-gallery-arrow:hover {
    background: rgba(10, 33, 64, 0.72);
}

.product-detail-reference-main-image-placeholder {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #7a8598;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(145deg, #f0f4fa 0%, #e6edf7 100%);
}

.product-detail-reference-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px;
}

.product-detail-reference-thumb {
    padding: 0;
    border: 1px solid rgba(17, 44, 79, 0.16);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
}

.topbar-phone-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 20px 0 10px;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(92deg, #e95006 0%, #f86109 52%, #ff7420 100%);
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    box-shadow: -14px 0 28px rgba(16, 41, 84, 0.34);
}

.topbar-phone-cta:hover {
    filter: brightness(1.05);
}

.topbar-phone-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 36%);
    z-index: -1;
}

.topbar-phone-cta::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 22px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.topbar-phone-cta-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: #ffffff;
    flex: 0 0 52px;
}

.topbar-phone-cta-icon::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f05b0a, #e64f06);
}

.topbar-phone-cta-icon svg {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
}

.topbar-phone-cta-copy {
    display: grid;
    align-content: center;
    gap: 3px;
    line-height: 1;
}

.topbar-phone-cta-label {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.topbar-phone-cta-copy strong {
    color: #ffffff;
    font-size: clamp(18px, 1.22vw, 31px);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.product-detail-reference-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.product-detail-reference-thumb.is-active {
    border-color: #0f3a71;
    box-shadow: 0 0 0 2px rgba(15, 58, 113, 0.14);
}

.product-detail-reference-spec {
    padding: 24px 24px 22px;
    border-radius: 14px;
    border: 1px solid rgba(16, 39, 72, 0.1);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(8, 22, 44, 0.08);
}

.product-detail-reference-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.product-detail-reference-spec-list--structured {
    border-top: 1px solid rgba(16, 39, 72, 0.1);
    padding-top: 2px;
}

.product-detail-reference-spec-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(16, 39, 72, 0.12);
}

.product-detail-reference-spec-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-detail-reference-spec-list span {
    color: #6d7b91;
    font-size: 13px;
    line-height: 1.45;
    max-width: 42%;
}

.product-detail-reference-spec-list strong {
    color: #122f56;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    line-height: 1.45;
    max-width: 58%;
}

.product-detail-reference-rating {
    margin: 18px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #102f56;
    font-size: 14px;
    font-weight: 700;
}

.product-detail-reference-stars {
    color: #f39c26;
    letter-spacing: 0.05em;
}

.product-detail-reference-rating em {
    color: #7e8aa0;
    font-style: normal;
    font-weight: 500;
}

.product-detail-reference-price {
    margin: 16px 0 0;
    color: #f07f14;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.12;
}

.product-detail-reference-benefits {
    margin: 18px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 7px;
    color: #5a6982;
    font-size: 14px;
    line-height: 1.6;
}

.product-detail-reference-actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.product-detail-reference-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #0f3a71;
    background: #0f3a71;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-detail-reference-btn:hover {
    background: #ffffff;
    color: #0f3a71;
}

.product-detail-reference-tabs {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid rgba(17, 44, 79, 0.14);
}

.product-detail-reference-tab {
    position: relative;
    padding: 10px 2px 13px;
    border: 0;
    background: transparent;
    color: #6a7a92;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.product-detail-reference-tab.is-active {
    color: #0f3669;
}

.product-detail-reference-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px;
    background: #f07f14;
}

.product-detail-reference-body-shell {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 20px;
}

.product-detail-reference-body {
    min-height: 260px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(16, 39, 72, 0.1);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(8, 21, 42, 0.06);
    color: #324257;
    font-size: 15px;
    line-height: 1.8;
}

.product-detail-reference-tab-panel {
    display: none;
}

.product-detail-reference-tab-panel.is-active {
    display: block;
}

.product-detail-reference-video {
    border-radius: 12px;
    overflow: hidden;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.product-detail-reference-video video {
    display: block;
    width: 100%;
    max-height: 620px;
}

.product-detail-reference-video-empty {
    margin: 0;
    color: #6a7a92;
    line-height: 1.7;
}

@media (max-width: 1180px) {
    .product-detail-reference-overview {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-detail-reference-main-image-placeholder {
        min-height: 300px;
    }

    .product-detail-reference-price {
        font-size: 28px;
    }
}

@media (max-width: 860px) {
    .product-detail-reference-hero-inner,
    .product-detail-reference-heading,
    .product-detail-reference-overview,
    .product-detail-reference-tabs,
    .product-detail-reference-body-shell {
        width: calc(100% - 24px);
    }

    .product-detail-reference-hero-inner {
        padding: 30px 0 28px;
    }

    .product-detail-reference-hero-title {
        font-size: 24px;
    }

    .product-detail-reference-heading {
        padding-top: 24px;
        text-align: left;
    }

    .product-detail-reference-heading-summary {
        margin-left: 0;
        margin-right: 0;
    }

    .product-detail-reference-main-image img {
        aspect-ratio: 16 / 11;
    }

    .product-detail-gallery-arrow {
        opacity: 1;
        pointer-events: auto;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .product-detail-reference-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-reference-spec {
        padding: 18px 16px;
    }

    .product-detail-reference-price {
        font-size: 24px;
    }

    .product-detail-reference-actions {
        grid-template-columns: 1fr;
    }

    .product-detail-reference-tab {
        padding-top: 8px;
        padding-bottom: 11px;
        font-size: 13px;
    }

    .product-detail-reference-body {
        padding: 18px;
        min-height: 200px;
        font-size: 14px;
    }
}

.content-list-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.empty-panel {
    padding: 34px;
}

.empty-panel h2 {
    margin: 0 0 10px;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.empty-panel p {
    margin: 0;
    color: var(--text-body);
    line-height: 1.72;
}

.empty-panel--compact {
    max-width: 780px;
    margin: 0 auto;
    padding: 22px 24px;
}

.empty-panel--compact h2 {
    margin: 0 0 8px;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.empty-panel--compact p {
    line-height: 1.6;
}

.empty-panel--dark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

.empty-panel--dark h2,
.empty-panel--dark p {
    color: #ffffff;
}

.contact-main {
    display: grid;
    gap: 8px;
}

.contact-channel-grid,
.contact-process-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-channel-card {
    padding: 24px;
    background: linear-gradient(180deg, #ffffff, #f4f8fb);
}

.contact-process-card {
    min-height: 180px;
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(15, 49, 82, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 250, 0.98));
}

.contact-process-card .capability-card-index {
    top: 16px;
    right: 18px;
}

.contact-process-card strong {
    display: block;
    margin-top: 18px;
    font-size: 24px;
    letter-spacing: -0.04em;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.18fr);
    gap: 20px;
}

.contact-route-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 30px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(16, 24, 38, 0.08);
    box-shadow: var(--shadow-deep);
}

.contact-route-copy h2 {
    margin: 12px 0 10px;
    font-size: 34px;
    letter-spacing: -0.04em;
}

.contact-route-copy p {
    max-width: 720px;
}

.contact-route-actions {
    grid-auto-flow: column;
    align-items: center;
}

.contact-info-card,
.contact-form-card {
    padding: 30px;
}

.contact-submit-panel {
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff, #f6f9fb);
}

.contact-hotline {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.contact-meta-list,
.contact-info-list {
    display: grid;
    gap: 12px;
}

.contact-meta-list {
    margin-top: 20px;
}

.contact-meta-item {
    display: grid;
    gap: 6px;
}

.contact-meta-item span,
.contact-field span {
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-side-note {
    margin: 18px 0 0;
}

.contact-brand-logo {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 58px;
    margin: 18px 0 6px;
    object-fit: contain;
}

.contact-info-item {
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f7f9fb, #ffffff);
    border: 1px solid rgba(16, 24, 38, 0.06);
}

.contact-info-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.contact-field {
    display: grid;
    gap: 8px;
}

.contact-field input,
.contact-field textarea,
.contact-field select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(16, 24, 38, 0.12);
    border-radius: 18px;
    background: #ffffff;
    font: inherit;
    color: var(--text-strong);
    transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.contact-field input:focus,
.contact-field textarea:focus,
.contact-field select:focus {
    outline: none;
    border-color: rgba(249, 125, 22, 0.6);
    box-shadow: 0 0 0 4px rgba(249, 125, 22, 0.12);
}

.contact-field textarea {
    resize: vertical;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-submit {
    border: none;
    cursor: pointer;
}

.contact-feedback {
    color: var(--text-body);
    font-weight: 800;
}

.contact-feedback.is-success {
    color: var(--success);
}

.contact-feedback.is-error {
    color: #c62828;
}

.site-footer {
    margin-top: 30px;
    color: rgba(245, 247, 251, 0.8);
    background:
        radial-gradient(circle at top right, rgba(249, 125, 22, 0.14), transparent 26%),
        linear-gradient(180deg, #0d141d 0%, #111b27 100%);
}

.site-footer-inner {
    padding: 42px 0 34px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.45fr);
    gap: 34px;
}

.footer-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.footer-note {
    margin-top: 12px;
    color: rgba(245, 247, 251, 0.64);
}

.footer-note--compact {
    margin: 10px 0 18px;
}

.footer-contact-stack {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.footer-contact-item {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    width: fit-content;
    padding: 0 14px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(245, 247, 251, 0.88);
    font-size: 13px;
    font-weight: 800;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-column-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-link {
    color: rgba(245, 247, 251, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.footer-column--cta {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-bottom-inner {
    min-height: 72px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 4px;
    padding: 14px 0 16px;
    text-align: center;
    font-size: 13px;
    color: rgba(245, 247, 251, 0.58);
}

.site-footer-bottom-record,
.site-footer-bottom-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 100%;
    line-height: 1.65;
    text-align: center;
}

.site-footer-bottom-record.is-empty {
    display: none;
}

.site-footer-bottom-icon {
    display: none;
}

@media (max-width: 1180px) {
    .site-header-inner,
    .site-catalog-bar-inner,
    .site-footer-inner,
    .footer-grid,
    .catalog-directory-grid,
    .catalog-guide-strip,
    .catalog-browser-strip,
    .catalog-overview-grid,
    .editorial-layout,
    .catalog-list-shell,
    .detail-stage-shell,
    .detail-spec-grid,
    .detail-route-grid,
    .detail-related-strip,
    .detail-support-grid,
    .contact-direct-grid,
    .contact-channel-grid,
    .contact-assurance-grid,
    .contact-process-strip,
    .solution-request-shell,
    .solution-request-note-grid,
    .solution-journey-grid,
    .trust-proof-grid,
    .partner-logo-strip,
    .customer-voice-grid,
    .news-room-grid,
    .buyer-guide-shell,
    .buyer-guide-track,
    .machine-capability-grid,
    .hero-stage-grid,
    .contact-grid,
    .contact-route-panel,
    .factory-process-grid,
    .hot-sale-grid,
    .machine-category-grid,
    .content-grid,
    .content-hero-shell,
    .mega-menu-grid {
        grid-template-columns: 1fr;
    }

    .site-header-inner {
        padding: 18px 0;
    }

    .site-main-nav {
        justify-content: flex-start;
    }

    .mega-menu-panel {
        position: static;
        width: 100%;
        padding-top: 8px;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .hero-stage-panel,
    .hero-carousel-card,
    .editorial-feature-card,
    .editorial-contact-card,
    .buyer-guide-feature {
        min-height: 320px;
    }

    .product-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-list-layout {
        width: min(1240px, calc(100% - 24px));
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .product-catalog-stage {
        width: min(100%, calc(100% - 24px));
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .product-catalog-stage-banner {
        min-height: 152px;
    }

    .product-catalog-stage-banner-inner {
        width: min(100%, calc(100% - 40px));
        padding: 28px 0 24px;
    }

    .product-catalog-stage-title {
        font-size: clamp(30px, 4vw, 42px);
        max-width: 100%;
    }

    .product-catalog-stage-breadcrumb {
        padding: 7px 10px;
        font-size: 11px;
    }

    .product-catalog-stage-intro {
        width: min(100%, calc(100% - 40px));
        padding: 16px 18px;
    }

    .product-catalog-toolbar {
        width: min(100%, calc(100% - 40px));
    }

    .product-list-layout--sidebar {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 20px;
    }

    .product-sidebar {
        top: 120px;
    }

    .product-sidebar-card {
        padding: 22px 16px 18px;
    }

    .product-sidebar-title {
        font-size: 24px;
    }

    .product-sidebar-link {
        min-height: 52px;
        padding: 0 14px;
    }

    .product-list-main-titlebar {
        min-height: 66px;
        padding: 12px 16px;
    }

    .product-list-main-title {
        font-size: clamp(25px, 3vw, 32px);
    }

    .product-list-main-summary {
        padding: 12px 16px;
    }

    .product-card-cover {
        min-height: 216px;
    }

    .product-card-content {
        padding: 14px 15px 18px;
    }

    .product-card-tag {
        font-size: 10px;
    }

    .product-card-model-value {
        font-size: 14px;
    }

    .product-card-title a {
        font-size: 19px;
        min-height: 52px;
    }

    .product-card-price {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .site-topbar-inner,
    .home-section-head,
    .site-footer-bottom-inner,
    .inquiry-band-inner,
    .site-header-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer-bottom-inner {
        align-items: center;
        text-align: center;
    }

    .topbar-actions,
    .site-header-tools {
        width: 100%;
        justify-content: flex-start;
    }

    .topbar-phone-cta {
        display: none;
    }

    .site-main-nav,
    .site-header-tools .header-badge,
    .site-header-tools .quote-button {
        display: none;
    }

    .site-mobile-toggle,
    .site-mobile-drawer {
        display: flex;
    }

    .site-header-inner {
        gap: 16px;
    }

    .site-mobile-toggle {
        align-self: flex-end;
    }

    .site-catalog-bar {
        display: none;
    }

    .nav-list {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .nav-item {
        width: 100%;
        display: block;
    }

    .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: 12px 0;
    }

    .hero-stage-panel {
        padding: 34px 26px;
    }

    .hero-stage-title {
        font-size: clamp(34px, 9vw, 52px);
    }

    .content-hero-shell,
    .contact-info-card,
    .contact-form-card,
    .product-card,
    .list-card,
    .detail-card,
    .catalog-directory-card,
    .catalog-guide-card,
    .catalog-sidebar-card,
    .catalog-spotlight-card,
    .detail-action-card,
    .detail-spec-card,
    .detail-related-card,
    .detail-support-card,
    .contact-channel-card,
    .contact-assurance-card,
    .contact-process-card,
    .contact-route-panel,
    .machine-category-card,
    .factory-process-card,
    .editorial-list-card,
    .catalog-overview-copy,
    .machine-capability-card,
    .buyer-guide-copy,
    .buyer-guide-mini-card,
    .buyer-guide-contact {
        padding: 24px;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .product-card-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        padding: 0;
    }

    .product-card-cover {
        min-height: 212px;
    }

    .product-card-content {
        padding: 14px 14px 16px;
        gap: 8px;
    }

    .product-card-model {
        gap: 4px 8px;
    }

    .product-card-subspec span {
        min-width: 72px;
    }

    .product-card-title a {
        font-size: 18px;
        min-height: 0;
    }

    .product-card-price {
        font-size: 16px;
    }

    .product-catalog-stage {
        gap: 12px;
        width: min(100%, calc(100% - 20px));
        padding: 10px 0 18px;
    }

    .product-catalog-stage-banner {
        min-height: auto;
    }

    .product-catalog-stage-banner-inner {
        width: min(100%, calc(100% - 20px));
        padding: 22px 0 18px;
        gap: 10px;
    }

    .product-catalog-stage-title {
        font-size: clamp(24px, 9vw, 32px);
        max-width: 100%;
    }

    .product-catalog-stage-breadcrumb {
        position: static;
        transform: none;
        width: fit-content;
        font-size: 11px;
    }

    .product-catalog-stage-intro {
        width: min(100%, calc(100% - 20px));
        margin: 0 auto;
        padding: 14px 12px;
        border-left-width: 3px;
    }

    .product-catalog-stage-intro-desc {
        font-size: 13px;
        line-height: 1.62;
    }

    .product-catalog-toolbar {
        width: min(100%, calc(100% - 20px));
    }

    .product-list-layout--sidebar {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-sidebar {
        position: static;
    }

    .product-sidebar-card {
        gap: 12px;
        padding: 18px 14px 16px;
    }

    .product-sidebar-title {
        font-size: 22px;
    }

    .product-sidebar-list {
        gap: 8px;
    }

    .product-sidebar-link {
        min-height: 48px;
        padding: 0 12px;
    }

    .product-sidebar-link-label {
        font-size: 14px;
    }

    .product-list-main {
        gap: 14px;
    }

    .product-list-main-head {
        gap: 8px;
    }

    .product-list-main-titlebar {
        min-height: 58px;
        padding: 10px 12px;
        box-shadow: none;
    }

    .product-list-main-title {
        font-size: clamp(22px, 7vw, 28px);
    }

    .product-list-main-summary {
        padding: 12px;
        font-size: 13px;
        line-height: 1.6;
    }

    .contact-route-actions {
        grid-auto-flow: row;
    }

    .solution-request-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .site-subnav {
        padding: 12px 0;
    }

    .site-subnav-inner {
        display: grid;
        gap: 12px;
        min-width: 0;
        padding-bottom: 0;
    }

    .site-subnav-head {
        justify-content: space-between;
    }

    .site-subnav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-subnav-panel {
        display: none;
    }

    .site-subnav-panel.is-open {
        display: grid;
    }

    .site-subnav-links {
        display: grid;
        gap: 8px;
    }

    .site-subnav-link {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .site-topbar-inner,
    .site-header-inner,
    .site-subnav-inner,
    .home-section,
    .hero-stage-grid,
    .content-hero-shell,
    .page-section,
    .site-footer-inner,
    .site-footer-bottom-inner,
    .inquiry-band-inner {
        width: min(100% - 20px, 100%);
    }

    .brand-name {
        font-size: 24px;
    }

    .nav-list {
        gap: 14px;
    }

    .nav-link {
        font-size: 12px;
    }

    .hero-stage-panel {
        min-height: 480px;
    }

    .hero-metric-card {
        width: 100%;
    }

    .inquiry-band-inner {
        padding: 24px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.brand-mark-fallback {
    display: inline-grid;
    gap: 2px;
}

.brand-mark-word {
    display: inline-flex;
    align-items: baseline;
    line-height: 1;
}

.brand-mark-word-primary,
.brand-mark-word-accent {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.brand-mark-word-primary {
    color: #143a71;
}

.brand-mark-word-accent {
    color: #f36a09;
}

.brand-mark-note {
    color: #f36a09;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-page {
    background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 24%, #f8f8f8 100%);
}

.home-page .site-header {
    position: static;
}

.home-page .site-topbar {
    background:
        linear-gradient(180deg, rgba(5, 28, 74, 0.98), rgba(6, 39, 98, 0.96)),
        url("https://www.stylecnc.com/assets/img/background.svg") center/620px repeat;
}

.home-page .site-topbar-inner {
    width: min(1280px, calc(100% - 36px));
}

.home-page .site-topbar-inner.site-social-strip {
    min-height: 28px;
    padding: 6px 0;
}

.home-page .site-topbar-inner.site-contact-search-bar {
    min-height: 88px;
    padding: 18px 0;
}

.home-page .site-social-links,
.home-page .site-utility-links {
    gap: 8px;
}

.home-page .site-social-label,
.home-page .site-utility-link {
    font-size: 11px;
}

.home-page .site-social-link {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.home-page .topbar-contact-list--inline {
    gap: 30px;
}

.home-page .topbar-contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    padding-left: 0;
}

.home-page .topbar-contact-card::before {
    display: none;
}

.home-page .topbar-contact-card::after {
    display: none;
}

.home-page .site-topbar-badge-icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.home-page .site-topbar-badge-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 700;
}

.home-page .site-topbar-badge-icon--time::before {
    content: "??;
}

.home-page .site-topbar-badge-icon--mail::before {
    content: "??;
    font-size: 15px;
}

.home-page .site-topbar-badge-copy {
    display: grid;
    gap: 4px;
}

.home-page .site-search-form {
    min-width: 330px;
    border-radius: 0;
    overflow: hidden;
}

.home-page .site-search-input {
    min-height: 40px;
    padding: 0 16px;
    font-size: 12px;
}

.home-page .site-search-button {
    min-width: 74px;
    padding: 0 20px;
    border-radius: 0;
    font-size: 12px;
}

.home-page .lang-switcher {
    padding: 2px;
    background: rgba(255, 255, 255, 0.12);
}

.home-page .lang-chip {
    min-width: 38px;
    min-height: 30px;
    font-size: 11px;
}

.home-page .site-header-main {
    background: #ffffff;
}

.home-page .site-header-inner {
    width: min(1280px, calc(100% - 36px));
    min-height: 72px;
    gap: 18px;
}

.home-page .site-header-brand-lockup {
    align-self: stretch;
}

.home-page .brand-anchor {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0;
}

.home-page .brand-logo {
    max-width: 138px;
    max-height: none;
}

.home-page .brand-logo--reference {
    width: 136px;
    height: auto;
}

.home-page .nav-list {
    gap: 18px;
}

.home-page .nav-link {
    min-height: 72px;
    padding: 0;
    color: #14345f;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .nav-link:hover,
.home-page .nav-item:hover .nav-link,
.home-page .nav-item:focus-within .nav-link {
    color: #db3700;
}

.home-page .nav-link.is-active::after {
    display: none;
}

.home-page .nav-link-label {
    line-height: 1;
}

.home-page .nav-link-arrow {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 11px;
    font-weight: 900;
}

.home-page .quote-button--nav,
.home-page .nav-quote-button {
    min-height: 34px;
    padding: 0 22px;
    border-radius: 0;
    background: #143a71;
    box-shadow: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-page .hero-stage {
    padding: 0;
}

.home-page .hero-stage-grid.hero-stage-banner {
    position: relative;
    width: 100%;
}

.home-page .hero-slider-panel {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background:
        linear-gradient(180deg, rgba(6, 18, 51, 0.14) 0%, rgba(6, 18, 51, 0.12) 34%, rgba(6, 18, 51, 0.28) 100%),
        url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp") center center/cover no-repeat;
}

.home-page .hero-stage-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 34, 85, 0.88) 0%, rgba(0, 34, 85, 0.72) 34%, rgba(0, 34, 85, 0.18) 56%, rgba(0, 34, 85, 0.02) 76%, rgba(0, 34, 85, 0) 100%);
}

.home-page .hero-stage-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: default;
}

.home-page .hero-stage-arrow--prev {
    left: 16px;
}

.home-page .hero-stage-arrow--next {
    right: 16px;
}

.home-page .hero-slide-ribbon {
    position: absolute;
    top: 144px;
    left: 0;
    z-index: 2;
    width: min(56%, 760px);
    min-height: 38px;
    padding: 0 0 0 68px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #eb5d00, #f96f0a 78%, #ff7d18);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.home-page .hero-ribbon-text {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    line-height: 1;
}

.home-page .hero-ribbon-cut {
    position: absolute;
    top: 0;
    right: -82px;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-left: 82px solid #f96f0a;
}

.home-page .hero-slide-copy.hero-intro-copy {
    position: relative;
    z-index: 2;
    width: min(560px, calc(100% - 160px));
    margin-right: auto;
    margin-left: 68px;
    padding: 214px 0 70px;
}

.home-page .hero-copy-stack {
    display: grid;
    gap: 10px;
    max-width: 530px;
}

.home-page .hero-stage-title {
    max-width: 520px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(23px, 2.15vw, 31px);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0;
}

.home-page .hero-stage-subtitle,
.home-page .hero-stage-subcopy {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.8;
}

.home-page .hero-stage-subcopy {
    color: rgba(255, 255, 255, 0.74);
}

.home-page .hero-stage-actions {
    margin-top: 10px;
    gap: 10px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    min-height: 36px;
    padding: 0 26px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: none;
}

.home-page .hero-stage-actions .ghost-button {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.home-page .hero-slider-dots {
    bottom: 16px;
}

.home-page .hero-slider-dot {
    width: 12px;
    height: 12px;
}

.home-page .catalog-overview-section {
    padding-top: 22px;
    padding-bottom: 14px;
}

.home-page .catalog-overview-grid {
    width: min(1280px, calc(100% - 36px));
    grid-template-columns: 1fr;
    gap: 20px;
}

.home-page .catalog-overview-copy--center,
.home-page .home-capability-intro {
    max-width: 1180px;
    padding: 0 18px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-page .catalog-overview-copy--center .section-kicker {
    justify-content: center;
}

.home-page .catalog-overview-copy--center .section-kicker::before,
.home-page .catalog-overview-copy--center .section-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.home-page .catalog-overview-copy--center .section-kicker::before {
    order: -1;
}

.home-page .catalog-overview-copy--center .section-title {
    font-size: clamp(26px, 2.2vw, 34px);
    line-height: 1.22;
}

.home-page .catalog-overview-copy--center .section-desc {
    max-width: 980px;
    color: #6e7786;
    font-size: 12px;
}

.home-page .capability-catalog-grid.capability-reference-grid {
    width: min(1280px, calc(100% - 36px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 20px;
}

.home-page .capability-catalog-card.capability-reference-card {
    min-height: 220px;
    padding: 0 18px 16px;
    text-align: center;
    justify-content: flex-end;
    border-radius: 0;
    border: 1px solid rgba(15, 34, 66, 0.08);
    background: linear-gradient(180deg, #ffffff, #ffffff);
    box-shadow: 0 8px 20px rgba(15, 33, 62, 0.06);
}

.home-page .capability-card-halo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 150px;
    height: 88px;
    margin: 0 auto 10px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, #eef1f5 0%, #f9fafc 100%);
}

.home-page .capability-catalog-icon {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #082d67;
    box-shadow: 0 10px 18px rgba(10, 31, 77, 0.18);
}

.home-page .capability-card-glyph::before {
    content: "";
    position: absolute;
    inset: 23px;
    background: #ffffff;
    -webkit-mask: var(--capability-icon) center/contain no-repeat;
    mask: var(--capability-icon) center/contain no-repeat;
}

.home-page .capability-reference-card:nth-child(1) .capability-card-glyph {
    --capability-icon: url("https://www.stylecnc.com/assets/img/category/cnc-routers.svg");
}

.home-page .capability-reference-card:nth-child(2) .capability-card-glyph {
    --capability-icon: url("https://www.stylecnc.com/assets/img/category/cnc-mills.svg");
}

.home-page .capability-reference-card:nth-child(3) .capability-card-glyph {
    --capability-icon: url("https://www.stylecnc.com/assets/img/category/wood-lathes.svg");
}

.home-page .capability-reference-card:nth-child(4) .capability-card-glyph {
    --capability-icon: url("https://www.stylecnc.com/assets/img/category/laser-engravers.svg");
}

.home-page .capability-reference-card:nth-child(5) .capability-card-glyph {
    --capability-icon: url("https://www.stylecnc.com/assets/img/category/cnc-plasma.svg");
}

.home-page .capability-reference-card:nth-child(6) .capability-card-glyph {
    --capability-icon: url("https://www.stylecnc.com/assets/img/category/digital-cutters.svg");
}

.home-page .capability-catalog-card h3 {
    margin-bottom: 8px;
    color: #102f5c;
    font-size: 17px;
    font-weight: 700;
}

.home-page .capability-catalog-card p {
    color: #6d7785;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .home-page .site-topbar-inner,
    .home-page .site-header-inner,
    .home-page .catalog-overview-grid,
    .home-page .capability-catalog-grid.capability-reference-grid {
        width: min(100% - 24px, 100%);
    }

    .home-page .hero-slide-ribbon {
        width: min(68%, 760px);
        padding-left: 32px;
        font-size: 0.96rem;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(520px, calc(100% - 64px));
        margin-left: 32px;
        padding: 170px 0 52px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy,
    .home-page .hero-stage-actions {
        margin-left: 32px;
    }
}

@media (max-width: 860px) {
    .home-page .site-topbar-inner.site-contact-search-bar,
    .home-page .site-header-inner {
        width: min(100% - 24px, 100%);
    }

    .home-page .site-search-form {
        min-width: 100%;
    }

    .home-page .hero-slider-panel {
        min-height: 460px;
    }

    .home-page .hero-slide-ribbon {
        top: 92px;
        width: calc(100% - 42px);
        padding-left: 20px;
        font-size: 0.95rem;
    }

    .home-page .hero-ribbon-cut {
        right: -42px;
        border-left-width: 42px;
        border-top-width: 42px;
    }

    .home-page .hero-stage-arrow {
        display: none;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 150px 0 42px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy,
    .home-page .hero-stage-actions {
        margin-left: 20px;
    }

    .home-page .hero-stage-title {
        font-size: 1rem;
        line-height: 1.2;
    }

    .home-page .hero-stage-subtitle {
        font-size: 0.9rem;
    }

    .home-page .hero-stage-subcopy {
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 132px;
        min-height: 36px;
        font-size: 12px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    min-width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border-top: 2px solid #db3700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.nav-dropdown-menu--nested {
    top: -2px;
    left: 100%;
}

.nav-dropdown-item {
    position: relative;
    border-bottom: 1px solid rgba(10, 34, 74, 0.08);
}

.nav-dropdown-item:last-child {
    border-bottom: none;
}

.nav-dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 18px;
    color: #002255;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.nav-dropdown-item--has-children > .nav-dropdown-link::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #002255;
}

.nav-item:hover > .nav-dropdown-menu,
.nav-item:focus-within > .nav-dropdown-menu,
.nav-dropdown-item:hover > .nav-dropdown-menu,
.nav-dropdown-item:focus-within > .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-link:hover,
.nav-dropdown-item:hover > .nav-dropdown-link {
    color: #db3700;
}

.nav-dropdown-item--has-children:hover > .nav-dropdown-link::after {
    border-left-color: #db3700;
}

.home-page {
    background: #ffffff;
}

.home-page .site-topbar {
    background: #082c63;
    border-bottom: none;
}

.home-page .site-topbar-inner.site-social-strip {
    min-height: 30px;
    padding: 0;
}

.home-page .site-topbar-inner.site-contact-search-bar {
    min-height: 48px;
    padding: 0;
}

.home-page .site-header-main {
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.home-page .site-header-main--reference {
    background: #ffffff;
}

.home-page .site-header-inner {
    min-height: 76px;
    gap: 20px;
}

.home-page .brand-logo--reference {
    width: 114px;
}

.home-page .brand-anchor {
    gap: 0;
}

.home-page .site-main-nav,
.home-page .site-nav-shell {
    height: 100%;
}

.home-page .nav-list {
    height: 100%;
    gap: 18px;
}

.home-page .nav-item {
    display: flex;
    align-items: stretch;
}

.home-page .nav-link {
    min-height: 76px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .nav-link-label {
    position: relative;
    top: 1px;
}

.home-page .nav-link-arrow {
    width: 16px;
    height: 16px;
    background: transparent;
    font-size: 13px;
}

.home-page .nav-dropdown-menu {
    min-width: max-content;
}

.home-page .nav-dropdown-link {
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 400;
}

.home-page .nav-dropdown-item--has-children > .nav-dropdown-link::after {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.home-page .nav-quote-button {
    min-height: 32px;
    padding: 0 14px;
    border-radius: 0;
    background: #143b72;
    box-shadow: none;
    font-size: 10px;
}

.home-page .hero-slider-shell {
    position: relative;
    overflow: hidden;
}

.home-page .hero-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.home-page .hero-slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 0;
}

.home-page .hero-slide.is-active {
    z-index: 1;
}

.home-page .hero-slide-media {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .hero-slide--brand .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp");
}

.home-page .hero-slide--router .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.home-page .hero-slide--laser-cut .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cutter.webp");
}

.home-page .hero-slide--laser-engrave .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp");
}

.home-page .hero-slide--laser-weld .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-welding.webp");
}

.home-page .hero-slide--laser-clean .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cleaning.webp");
}

.home-page .hero-slide--wood-lathe .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/wood-lathe.webp");
}

.home-page .hero-slide--knife-cut .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-knife-cutter.webp");
}

.home-page .hero-slide--plasma .hero-slide-media {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/plasma-cutter.webp");
}

.home-page .hero-stage-grid.hero-stage-banner {
    width: 100%;
}

.home-page .hero-slider-panel,
.home-page .hero-slide {
    min-height: 0;
}

.home-page .hero-slide {
    min-height: 0;
}

.home-page .hero-slide .hero-stage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #072a63 0%, rgba(7, 42, 99, 0.56) 48%, rgba(7, 42, 99, 0.08) 78%, rgba(7, 42, 99, 0) 100%);
}

.home-page .hero-slide {
    min-height: 520px;
}

.home-page .hero-slide-ribbon {
    top: 108px;
    width: min(59%, 760px);
    min-height: 42px;
    padding-left: 14.5%;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.home-page .hero-ribbon-text {
    min-height: 42px;
}

.home-page .hero-ribbon-cut {
    right: -76px;
    border-top-width: 42px;
    border-left-width: 76px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: 61%;
    margin-left: 0;
    padding: 162px 0 0;
}

.home-page .hero-slide-copy-shell {
    display: grid;
}

.home-page .hero-copy-stack {
    max-width: none;
    gap: 0;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack .hero-stage-title {
    max-width: 640px;
    margin: 0 0 16px 14.5%;
    font-size: 1.3rem;
    line-height: 1.08;
    text-transform: uppercase;
    text-shadow: -1px 0 2px rgba(0, 0, 0, 0.6);
}

.home-page .hero-stage-subtitle {
    max-width: 640px;
    margin: 0 0 12px 14.5%;
    font-size: 1.08rem;
    line-height: 1;
    color: #ffffff;
    text-shadow: -1px 0 2px rgba(0, 0, 0, 0.6);
}

.home-page .hero-stage-subcopy {
    max-width: 520px;
    margin: 0 0 18px 14.5%;
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: -1px 0 2px rgba(0, 0, 0, 0.6);
}

.home-page .hero-stage-actions {
    margin: 0 0 0 14.5%;
    gap: 10px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    min-height: 38px;
    width: 150px;
    justify-content: center;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 700;
}

.home-page .hero-stage-actions .ghost-button {
    background: #c94e00;
    border-color: #c94e00;
}

.home-page .hero-slider-control.hero-stage-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    background: transparent;
    color: transparent;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
}

.home-page .hero-slider-control.hero-stage-arrow--prev {
    left: 3%;
    transform: rotate(135deg);
}

.home-page .hero-slider-control.hero-stage-arrow--next {
    right: 3%;
    transform: rotate(-45deg);
}

.home-page .hero-slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 4;
    transform: translateX(-50%);
}

.home-page .hero-slider-dots {
    display: flex;
    gap: 8px;
    bottom: auto;
}

.home-page .hero-slider-dot {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.home-page .hero-slider-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    transform: scale(0);
    transition: transform 0.24s ease;
}

.home-page .hero-slider-dot.is-active::before,
.home-page .hero-slider-dot:hover::before {
    transform: scale(1);
}

@media (max-width: 1260px) {
    .home-page .hero-slide-ribbon {
        font-size: 1.45rem;
    }

    .home-page .hero-stage-title {
        font-size: 1.35rem;
    }

    .home-page .hero-stage-subtitle {
        font-size: 1.2rem;
    }

    .home-page .hero-stage-subcopy {
        font-size: 1rem;
    }
}

@media (max-width: 860px) {
    .nav-dropdown-menu {
        display: none;
    }

    .home-page .site-header-inner {
        min-height: 72px;
        gap: 18px;
    }

    .home-page .nav-link {
        min-height: 72px;
    }

    .home-page .hero-slide {
        min-height: 420px;
    }

    .home-page .hero-slide-ribbon {
        top: 92px;
        width: calc(100% - 42px);
        padding-left: 12%;
        font-size: 0.95rem;
    }

    .home-page .hero-ribbon-cut {
        right: -42px;
        border-top-width: 48px;
        border-left-width: 42px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy,
    .home-page .hero-stage-actions {
        margin-left: 10%;
    }

    .home-page .hero-stage-title {
        font-size: 1rem;
        line-height: 1.2;
    }

    .home-page .hero-stage-subtitle {
        font-size: 0.9rem;
    }

    .home-page .hero-stage-subcopy {
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 132px;
        min-height: 38px;
        font-size: 12px;
    }

    .home-page .hero-slider-pagination {
        bottom: 10px;
    }

    .home-page .hero-slider-dots {
        gap: 6px;
    }

    .home-page .hero-slider-dot {
        width: 12px;
        height: 12px;
    }

    .home-page .hero-slider-dot::before {
        width: 6px;
        height: 6px;
    }
}

.home-page .hot-sale-band,
.home-page .home-hot-shell {
    width: min(1280px, calc(100% - 36px));
    padding: 22px 20px 18px;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(8, 33, 89, 0.96), rgba(8, 33, 89, 0.96)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, 12px 12px, 12px 12px;
    box-shadow: none;
}

.home-page .home-hot-head,
.home-page .home-step-head,
.home-page .home-news-head {
    text-align: center;
}

.home-page .home-hot-head {
    margin-bottom: 12px;
}

.home-page .home-hot-head .section-kicker,
.home-page .home-news-head .section-kicker {
    justify-content: center;
}

.home-page .home-hot-head .section-kicker::before,
.home-page .home-news-head .section-kicker::before,
.home-page .home-step-head .section-kicker::before {
    width: 24px;
}

.home-page .home-hot-head .section-title,
.home-page .home-news-head .section-title,
.home-page .home-step-head .section-title {
    margin-top: 8px;
    font-size: clamp(22px, 1.8vw, 28px);
    line-height: 1.28;
}

.home-page .catalog-overview-copy--center .section-title,
.home-page .solution-request-head .section-title,
.home-page .company-profile-title,
.home-page .business-partners-title,
.home-page .news-hf-title {
    font-size: clamp(22px, 1.8vw, 28px);
    line-height: 1.28;
}

.home-page .catalog-overview-copy--center .section-desc,
.home-page .solution-request-head .section-desc,
.home-page .home-step-head .section-desc,
.home-page .business-partners-desc,
.home-page .news-hf-desc {
    font-size: 15px;
    line-height: 1.8;
}

.home-page .home-hot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 12px;
}

.home-page .home-hot-card {
    position: relative;
    min-height: 208px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #11396f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-page .home-hot-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 18, 49, 0.92) 0%, rgba(4, 18, 49, 0.78) 42%, rgba(4, 18, 49, 0.28) 100%);
}

.home-page .home-hot-card--one {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.home-page .home-hot-card--two {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-cleaning.webp");
}

.home-page .home-hot-card-copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    gap: 8px;
    height: 100%;
    max-width: 54%;
    padding: 16px 18px 14px;
    color: #ffffff;
}

.home-page .home-hot-card-tag {
    color: #ff9a2f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-page .home-hot-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.26;
}

.home-page .home-hot-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.75;
}

.home-page .home-request-strip {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(5, 27, 73, 0.92);
}

.home-page .home-request-strip-copy {
    display: grid;
    gap: 6px;
    color: #ffffff;
}

.home-page .home-request-strip-copy strong {
    font-size: 14px;
    font-weight: 700;
}

.home-page .home-request-form,
.home-page .home-request-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.home-page .home-request-form input {
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #ffffff;
    color: #0d254c;
    font-size: 11px;
}

.home-page .home-request-form input::placeholder {
    color: #79859a;
}

.home-page .home-request-fields--reference-panel-bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
}

.home-page .home-request-fields--reference-panel-bottom .quote-button {
    min-width: 150px;
}

.home-page .home-step-section {
    padding-top: 20px;
    padding-bottom: 12px;
}

.home-page .home-step-head {
    margin-bottom: 18px;
}

.home-page .home-step-head .section-kicker {
    justify-content: center;
}

.home-page .home-step-grid,
.home-page .home-step-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-top: 22px;
}

.home-page .home-step-timeline::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(15, 60, 120, 0.26), rgba(243, 109, 9, 0.3), rgba(15, 60, 120, 0.26));
}

.home-page .home-step-card {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 18px 14px 16px;
    border: 1px solid rgba(15, 52, 106, 0.08);
    background: #ffffff;
    text-align: center;
    box-shadow: 0 8px 18px rgba(15, 33, 62, 0.06);
}

.home-page .home-step-card--accent .home-step-icon {
    background: #f36d09;
}

.home-page .home-step-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0f3c78;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.home-page .home-step-card h3 {
    margin: 0;
    color: #113764;
    font-size: 15px;
    line-height: 1.45;
}

.home-page .home-step-card p {
    margin: 0;
    color: #66758b;
    font-size: 12px;
    line-height: 1.7;
}

.home-page .home-news-board,
.home-page .home-news-shell {
    width: min(1280px, calc(100% - 36px));
    padding: 20px 18px 22px;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(8, 33, 89, 0.96), rgba(8, 33, 89, 0.96)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, 12px 12px, 12px 12px;
}

.home-page .home-news-head {
    margin-bottom: 12px;
}

.home-page .home-news-tabs {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.home-page .home-news-tab {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.home-page .home-news-tab.is-active,
.home-page .home-news-tab:hover {
    background: #ffffff;
    color: #0d2752;
}

.home-page .home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.home-page .home-news-card {
    min-height: 158px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.home-page .home-news-card--lead {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
    min-height: 186px;
    background: #102b59;
    color: #ffffff;
}

.home-page .home-news-card-media {
    min-height: 100%;
    background: center/cover no-repeat;
}

.home-page .home-news-card-media--one {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/stylecnc.webp");
}

.home-page .home-news-card-copy {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 14px 14px 12px;
}

.home-page .home-news-card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
}

.home-page .home-news-card p {
    margin: 0;
    color: #5f6e84;
    font-size: 12px;
    line-height: 1.65;
}

.home-page .home-news-card--lead p,
.home-page .home-news-card--lead .editorial-list-meta,
.home-page .home-news-card--lead h3 {
    color: #ffffff;
}

@media (max-width: 980px) {
    .home-page .hot-sale-band,
    .home-page .home-news-board {
        width: min(100% - 24px, 100%);
    }

    .home-page .home-hot-grid,
    .home-page .home-step-grid,
    .home-page .home-news-grid {
        grid-template-columns: 1fr;
    }

    .home-page .home-hot-card-copy {
        max-width: 100%;
    }

    .home-page .home-request-strip {
        grid-template-columns: 1fr;
    }

    .home-page .home-request-form {
        grid-template-columns: 1fr 1fr;
    }

    .home-page .home-news-card--lead {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-page .hot-sale-band,
    .home-page .home-news-board {
        width: min(100% - 20px, 100%);
        padding: 20px 14px;
    }

    .home-page .home-hot-card {
        min-height: 210px;
    }

    .home-page .home-hot-card-copy {
        padding: 16px 14px 14px;
    }

    .home-page .home-hot-card h3,
    .home-page .home-news-card h3 {
        font-size: 16px;
    }

    .home-page .home-request-form {
        grid-template-columns: 1fr;
    }
}

/* Homepage reference refinement: tighten scale, hover and motion toward the source site. */
.home-page .site-header-main--reference {
    border-top: 1px solid #dbe5ef;
    box-shadow: 0 1px 0 rgba(12, 33, 65, 0.08);
}

.home-page .site-header-inner {
    min-height: 86px;
    gap: 24px;
}

.home-page .brand-logo--reference {
    width: 126px;
}

.home-page .nav-list {
    gap: 10px;
}

.home-page .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 86px;
    padding: 0 16px;
    color: #002255;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.24s ease;
}

.home-page .nav-link-label {
    top: 0;
}

.home-page .nav-link-arrow {
    width: auto;
    height: auto;
    color: #5c6f86;
    font-size: 15px;
    line-height: 1;
    transition: transform 0.24s ease, color 0.24s ease;
}

.home-page .nav-link-ink {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 3px;
    background: #f36d09;
    opacity: 0;
    transform: scaleX(0.45);
    transform-origin: center;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.home-page .nav-link:hover,
.home-page .nav-item:hover > .nav-link,
.home-page .nav-link.is-active {
    color: #db3700;
}

.home-page .nav-link:hover .nav-link-arrow,
.home-page .nav-item:hover > .nav-link .nav-link-arrow,
.home-page .nav-link.is-active .nav-link-arrow {
    color: #db3700;
    transform: rotate(90deg);
}

.home-page .nav-link:hover .nav-link-ink,
.home-page .nav-item:hover > .nav-link .nav-link-ink,
.home-page .nav-link.is-active .nav-link-ink {
    opacity: 1;
    transform: scaleX(1);
}

.home-page .nav-dropdown-menu {
    min-width: 260px;
    padding: 10px 0;
    border-top: 2px solid #f36d09;
    box-shadow: 0 22px 44px rgba(8, 32, 72, 0.18);
}

.home-page .nav-dropdown-link {
    min-height: 46px;
    padding: 0 20px;
    color: #173153;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.22s ease, color 0.22s ease, padding-left 0.22s ease;
}

.home-page .nav-dropdown-link:hover,
.home-page .nav-dropdown-item:hover > .nav-dropdown-link {
    padding-left: 24px;
    background: rgba(243, 109, 9, 0.08);
    color: #db3700;
}

.home-page .nav-quote-button {
    min-height: 50px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: background-color 0.24s ease, transform 0.24s ease;
}

.home-page .nav-quote-button:hover {
    background: #092351;
    transform: translateY(-1px);
}

.home-page .hero-slider-track {
    transition: transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page .hero-slide {
    min-height: 548px;
}

.home-page .hero-slide-media,
.home-page .hero-slide-motion {
    transform: scale(1.02);
    transform-origin: center center;
    transition: transform 6s ease, filter 0.45s ease, opacity 0.45s ease;
    filter: saturate(1.02);
}

.home-page .hero-slide.is-active .hero-slide-motion {
    transform: scale(1.08);
}

.home-page .hero-slide .hero-stage-overlay {
    background: linear-gradient(90deg, rgba(7, 42, 99, 0.88) 0%, rgba(7, 42, 99, 0.7) 34%, rgba(7, 42, 99, 0.26) 64%, rgba(7, 42, 99, 0.02) 100%);
}

.home-page .hero-slide-ribbon {
    top: 96px;
    width: min(58%, 720px);
    min-height: 38px;
    padding-left: 13.4%;
    background: linear-gradient(90deg, #f36d09 0%, #ff8618 100%);
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.home-page .hero-ribbon-text {
    min-height: 38px;
}

.home-page .hero-ribbon-cut {
    right: -64px;
    border-top-width: 38px;
    border-left-width: 64px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: 62%;
    padding: 148px 0 0;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack .hero-stage-title {
    max-width: 700px;
    margin: 0 0 12px 13.4%;
    font-size: clamp(33px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.home-page .hero-stage-subtitle {
    max-width: 650px;
    margin: 0 0 10px 13.4%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.16;
}

.home-page .hero-stage-subcopy {
    max-width: 560px;
    margin: 0 0 20px 13.4%;
    font-size: 14px;
    line-height: 1.55;
}

.home-page .hero-stage-actions {
    margin: 0 0 0 13.4%;
    gap: 12px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    min-height: 40px;
    width: 136px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 700;
    transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.home-page .hero-stage-actions .quote-button:hover,
.home-page .hero-stage-actions .ghost-button:hover {
    transform: translateY(-2px);
}

.home-page .hero-stage-actions .ghost-button {
    background: rgba(201, 78, 0, 0.92);
    border-color: rgba(201, 78, 0, 0.92);
}

.home-page .hero-stage-actions .ghost-button:hover {
    background: #db5d0a;
    border-color: #db5d0a;
}

.home-page .hero-slider-control.hero-stage-arrow {
    opacity: 0.86;
    transition: opacity 0.24s ease, filter 0.24s ease;
}

.home-page .hero-slider-control.hero-stage-arrow:hover {
    opacity: 1;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.46));
}

.home-page .capability-catalog-grid.capability-reference-grid {
    gap: 0;
    border-top: 1px solid #eef2f7;
    border-left: 1px solid #eef2f7;
}

.home-page .capability-catalog-card.capability-reference-card {
    min-height: 214px;
    padding: 30px 24px 24px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border-right: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    box-shadow: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-page .capability-card-frame:hover {
    z-index: 1;
    transform: translateY(-6px);
    border-color: rgba(243, 109, 9, 0.26);
    box-shadow: 0 22px 36px rgba(15, 37, 71, 0.14);
}

.home-page .capability-card-halo {
    margin-bottom: 18px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-page .capability-card-glyph {
    transition: transform 0.28s ease;
}

.home-page .capability-card-frame:hover .capability-card-halo {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(15, 37, 71, 0.12);
}

.home-page .capability-card-frame:hover .capability-card-glyph {
    transform: translateY(-2px);
}

.home-page .capability-catalog-card.capability-reference-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.home-page .capability-catalog-card.capability-reference-card p {
    margin: 0;
    max-width: 280px;
    font-size: 12px;
    line-height: 1.72;
}

.home-page .home-hot-card {
    min-height: 236px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-page .home-hot-card-glow {
    position: absolute;
    top: -36px;
    right: -28px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(243, 109, 9, 0.5) 0%, rgba(243, 109, 9, 0) 72%);
    opacity: 0.72;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.home-page .home-hot-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 109, 9, 0.34);
    box-shadow: 0 24px 40px rgba(4, 18, 49, 0.28);
}

.home-page .home-hot-card:hover .home-hot-card-glow {
    opacity: 1;
    transform: scale(1.12);
}

.home-page .home-hot-card-copy {
    max-width: 58%;
    padding: 20px 22px 16px;
}

.home-page .home-hot-card h3 {
    font-size: 19px;
}

.home-page .home-request-strip {
    padding: 14px 16px;
}

.home-page .home-request-form input,
.home-page .home-request-form button {
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-page .home-request-form input:focus {
    border-color: #f36d09;
    box-shadow: 0 0 0 3px rgba(243, 109, 9, 0.14);
    outline: none;
}

.home-page .home-request-form button:hover {
    transform: translateY(-1px);
}

.home-page .home-step-card {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-page .home-step-card:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 109, 9, 0.22);
    box-shadow: 0 16px 28px rgba(15, 33, 62, 0.12);
}

.home-page .home-news-card {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-page .home-news-card-accent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f36d09 0%, #ffac47 100%);
    opacity: 0.92;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.24s ease;
}

.home-page .home-news-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 109, 9, 0.26);
    box-shadow: 0 20px 34px rgba(5, 24, 55, 0.18);
}

.home-page .home-news-card-accent:hover::before {
    transform: scaleY(1);
}

.home-page .home-news-card:hover h3 a,
.home-page .home-news-card:hover h3 {
    color: #db3700;
}

.home-page .home-news-card-copy {
    gap: 10px;
    padding: 16px 16px 14px;
}

.home-page .home-news-card h3 {
    font-size: 17px;
}

@media (max-width: 980px) {
    .home-page .site-header-inner {
        min-height: 78px;
    }

    .home-page .nav-link {
        min-height: 78px;
        padding: 0 12px;
        font-size: 14px;
    }

    .home-page .nav-quote-button {
        min-height: 44px;
        padding: 0 22px;
        font-size: 14px;
    }

    .home-page .hero-slide {
        min-height: 474px;
    }

    .home-page .hero-slide-ribbon {
        top: 86px;
        width: calc(100% - 34px);
        padding-left: 10.5%;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: 74%;
        padding-top: 136px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy,
    .home-page .hero-stage-actions {
        margin-left: 10.5%;
    }

    .home-page .capability-catalog-card.capability-reference-card {
        min-height: 196px;
    }
}

@media (max-width: 640px) {
    .home-page .hero-slide {
        min-height: 418px;
    }

    .home-page .hero-slide-ribbon {
        top: 82px;
        min-height: 34px;
        padding-left: 7%;
        font-size: 0.76rem;
    }

    .home-page .hero-ribbon-text {
        min-height: 34px;
    }

    .home-page .hero-ribbon-cut {
        right: -38px;
        border-top-width: 34px;
        border-left-width: 38px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: 100%;
        padding-top: 124px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy,
    .home-page .hero-stage-actions {
        margin-left: 7%;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack .hero-stage-title {
        max-width: 300px;
        font-size: 24px;
    }

    .home-page .hero-stage-subtitle {
        max-width: 290px;
        font-size: 14px;
    }

    .home-page .hero-stage-subcopy {
        max-width: 290px;
        font-size: 12px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 122px;
        min-height: 36px;
        font-size: 11px;
    }

    .home-page .capability-catalog-grid.capability-reference-grid {
        gap: 12px;
        border: 0;
    }

    .home-page .capability-catalog-card.capability-reference-card {
        min-height: 172px;
        border: 1px solid #eef2f7;
    }

    .home-page .home-hot-card-copy {
        max-width: 100%;
        padding: 18px 16px 14px;
    }
}

/* Homepage hero and header refinement for reference-style slider density. */
.home-page .site-topbar--home-reference .site-social-strip {
    display: flex;
    min-height: 30px;
    padding: 6px 0 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-page .site-topbar--home-reference .site-contact-search-bar {
    min-height: 78px;
    padding: 16px 0 18px;
}

.home-page .site-topbar-row--utility .site-social-links,
.home-page .site-topbar-row--utility .site-utility-links {
    gap: 10px;
}

.home-page .site-topbar-row--utility .site-social-label,
.home-page .site-topbar-row--utility .site-utility-link {
    font-size: 11px;
}

.home-page .site-topbar-row--utility .site-social-link {
    width: 16px;
    height: 16px;
    font-size: 10px;
}

.home-page .site-topbar--home-reference .topbar-contact-list--inline {
    gap: 34px;
}

.home-page .site-topbar-row--contact .topbar-contact-card {
    gap: 12px;
    min-height: 44px;
}

.home-page .site-topbar--home-reference .topbar-contact-card strong,
.home-page .site-topbar--home-reference .topbar-contact-card a,
.home-page .site-topbar--home-reference .topbar-contact-card span {
    font-size: 12px;
}

.home-page .site-topbar--home-reference .topbar-label {
    font-size: 10px;
    letter-spacing: 0.12em;
}

.home-page .site-topbar--home-reference .site-search-form {
    min-width: 318px;
    height: 40px;
}

.home-page .site-topbar--home-reference .site-search-input,
.home-page .site-topbar--home-reference .site-search-button {
    min-height: 40px;
    font-size: 12px;
}

.home-page .site-topbar--home-reference + .site-header-main--reference,
.home-page .site-header-main--reference {
    margin-top: 0;
}

.home-page .site-header-inner {
    min-height: 116px;
    gap: 34px;
}

.home-page .brand-anchor {
    min-width: 148px;
}

.home-page .brand-logo--reference,
.home-page .brand-logo--home-reference {
    width: 142px;
    max-width: none;
    max-height: none;
}

.home-page .site-main-nav,
.home-page .site-nav-shell {
    display: flex;
    flex: 1;
    justify-content: center;
}

.home-page .nav-list {
    gap: 20px;
}

.home-page .nav-link {
    min-height: 116px;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.home-page .nav-link.is-active,
.home-page .nav-link.is-active:hover {
    color: #14345f;
}

.home-page .nav-link.is-active .nav-link-ink {
    opacity: 0;
}

.home-page .nav-link-arrow {
    font-size: 13px;
}

.home-page .nav-quote-button {
    min-height: 40px;
    padding: 0 32px;
    font-size: 12px;
}

.home-page .hero-stage {
    margin-top: 0;
}

.home-page .hero-slide {
    min-height: 618px;
}

.home-page .hero-slide .hero-stage-overlay {
    background: linear-gradient(90deg, rgba(4, 27, 70, 0.86) 0%, rgba(4, 27, 70, 0.72) 37%, rgba(4, 27, 70, 0.28) 61%, rgba(4, 27, 70, 0.04) 100%);
}

.home-page .hero-slide-ribbon {
    top: 122px;
    width: min(66%, 870px);
    min-height: 48px;
    padding: 0 0 0 14px;
    justify-content: flex-start;
    gap: 18px;
    font-size: 0.98rem;
}

.home-page .hero-slide-ribbon::before {
    content: "";
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #12396d 0 4px, transparent 5px),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0 10px, transparent 11px);
}

.home-page .hero-ribbon-text {
    min-height: 48px;
    padding: 0;
}

.home-page .hero-ribbon-cut {
    right: -74px;
    border-top-width: 48px;
    border-left-width: 76px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(100%, 560px);
    margin-left: 0;
    padding: 196px 0 0 74px;
}

.home-page .hero-slide-copy-shell {
    display: block;
}

.home-page .hero-slide-copy-panel {
    display: grid;
    gap: 0;
    max-width: 492px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title {
    max-width: 476px;
    margin: 0 0 18px;
    font-size: clamp(23px, 2.22vw, 34px);
    line-height: 1.22;
    text-shadow: none;
}

.home-page .hero-stage-subtitle {
    max-width: 470px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: none;
}

.home-page .hero-stage-subcopy {
    max-width: 470px;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.55;
    text-shadow: none;
}

.home-page .hero-stage-actions {
    margin: 0;
    gap: 12px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 154px;
    min-height: 42px;
    font-size: 12px;
}

.home-page .hero-slider-control.hero-stage-arrow {
    width: 54px;
    height: 54px;
    margin-top: -27px;
    font-size: 56px;
    font-weight: 300;
    cursor: pointer;
    opacity: 0.92;
}

.home-page .hero-slider-control.hero-stage-arrow--prev {
    left: 12px;
}

.home-page .hero-slider-control.hero-stage-arrow--next {
    right: 12px;
}

.home-page .hero-slider-pagination {
    width: 100%;
    bottom: 18px;
}

.home-page .hero-slider-ui {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

.home-page .hero-slider-dots {
    gap: 10px;
}

.home-page .hero-slider-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-width: 2px;
    background: transparent;
}

.home-page .hero-slider-dot.is-active {
    background: transparent;
}

.home-page .hero-slider-dot::before {
    display: none;
}

.home-page .hero-slider-dot-core {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    transform: scale(0);
    transition: transform 0.24s ease;
}

.home-page .hero-slider-dot.is-active .hero-slider-dot-core,
.home-page .hero-slider-dot:hover .hero-slider-dot-core {
    transform: scale(1);
}

@media (max-width: 980px) {
    .home-page .site-header-inner {
        min-height: 72px;
        gap: 18px;
    }

    .home-page .nav-list {
        gap: 8px;
    }

    .home-page .nav-link {
        min-height: 72px;
        padding: 0 10px;
        font-size: 12px;
    }

    .home-page .nav-quote-button {
        min-height: 38px;
        padding: 0 18px;
        font-size: 12px;
    }

    .home-page .hero-slide {
        min-height: 500px;
    }

    .home-page .hero-slide-ribbon {
        top: 58px;
        width: calc(100% - 36px);
        justify-content: flex-start;
    }

    .home-page .hero-ribbon-text {
        padding: 0 18px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(100%, 520px);
        padding: 124px 0 0 34px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack .hero-stage-title {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home-reference .site-contact-search-bar {
        min-height: 34px;
        padding: 5px 0 7px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-list--inline {
        gap: 10px;
    }

    .home-page .site-header-inner {
        min-height: 70px;
    }

    .home-page .hero-slide {
        min-height: 438px;
    }

    .home-page .hero-slide-ribbon {
        top: 50px;
        min-height: 36px;
        width: calc(100% - 18px);
        font-size: 0.78rem;
    }

    .home-page .hero-ribbon-text {
        min-height: 36px;
        padding: 0 14px;
    }

    .home-page .hero-ribbon-cut {
        right: -36px;
        border-top-width: 36px;
        border-left-width: 36px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 28px);
        padding: 106px 0 0 22px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack .hero-stage-title {
        max-width: 290px;
        font-size: 22px;
    }

    .home-page .hero-stage-subtitle {
        max-width: 300px;
        font-size: 13px;
    }

    .home-page .hero-stage-subcopy {
        max-width: 300px;
        font-size: 12px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 132px;
        min-height: 34px;
        font-size: 11px;
    }

    .home-page .hero-slider-ui {
        padding: 6px 10px;
    }

    .home-page .hero-slider-dot {
        width: 18px;
        height: 18px;
    }

    .home-page .hero-slider-dot-core {
        width: 7px;
        height: 7px;
    }
}

/* Homepage top and hero final tightening toward the reference header and slider. */
.home-page .site-topbar--home-reference .site-social-strip {
    display: flex;
    min-height: 38px;
    padding: 9px 0 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-page .site-topbar--home-reference .site-social-label,
.home-page .site-topbar--home-reference .site-utility-link,
.home-page .site-topbar--home-reference .site-social-link {
    font-size: 13px;
}

.home-page .site-topbar--home-reference .site-social-links,
.home-page .site-topbar--home-reference .site-utility-links {
    gap: 12px;
}

.home-page .site-topbar--home-reference .site-social-link {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
}

.home-page .site-topbar--home-reference .site-contact-search-bar {
    min-height: 114px;
    padding: 23px 0;
}

.home-page .site-topbar--home-reference .topbar-contact-list--inline {
    gap: 0;
}

.home-page .site-topbar--home-reference .topbar-contact-card {
    min-width: 214px;
    min-height: 64px;
    padding: 0 34px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    background: transparent;
}

.home-page .site-topbar--home-reference .topbar-contact-card:last-child {
    min-width: 250px;
    margin-left: 28px;
    border-right: 0;
    padding-right: 0;
}

.home-page .site-topbar--home-reference .site-topbar-badge-icon {
    width: 50px;
    height: 50px;
}

.home-page .site-topbar--home-reference .topbar-contact-card strong,
.home-page .site-topbar--home-reference .topbar-contact-card a,
.home-page .site-topbar--home-reference .topbar-contact-card span {
    font-size: 14px;
}

.home-page .site-topbar--home-reference .topbar-label {
    font-size: 12px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.home-page .site-topbar--home-reference .topbar-actions {
    gap: 18px;
}

.home-page .site-topbar--home-reference .site-search-form {
    width: min(460px, 100%);
    height: 46px;
}

.home-page .site-topbar--home-reference .site-search-input,
.home-page .site-topbar--home-reference .site-search-button {
    min-height: 46px;
    font-size: 14px;
}

.home-page .site-topbar--home-reference .site-search-button {
    min-width: 104px;
}

.home-page .site-topbar--home-reference .lang-switcher {
    padding: 0;
    background: transparent;
}

.home-page .site-topbar--home-reference .lang-chip {
    min-width: 32px;
    min-height: 32px;
    padding: 0 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.82);
}

.home-page .site-topbar--home-reference .lang-chip.is-active {
    background: rgba(255, 255, 255, 0.18);
}

.home-page .site-header-main--reference {
    background: linear-gradient(90deg, #ffffff 0%, #fffdf8 62%, #f3ede2 100%);
    border-top: 0;
    border-bottom: 1px solid rgba(206, 214, 226, 0.92);
    box-shadow: none;
}

.home-page .site-header-inner {
    min-height: 112px;
    grid-template-columns: 188px minmax(0, 1fr) 236px;
    gap: 42px;
}

.home-page .brand-anchor {
    gap: 0;
}

.home-page .brand-logo--home-reference {
    width: 168px;
    max-width: 168px;
    max-height: 58px;
}

.home-page .site-main-nav,
.home-page .site-nav-shell {
    justify-content: flex-start;
}

.home-page .nav-list {
    gap: 32px;
    flex-wrap: nowrap;
}

.home-page .nav-link {
    min-height: 112px;
    padding: 0;
    color: #123669;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .nav-link-ink {
    left: 0;
    right: 0;
}

.home-page .nav-link-arrow {
    font-size: 15px;
}

.home-page .nav-quote-button {
    min-height: 46px;
    padding: 0 38px;
    border-radius: 0;
    background: #0b2e67;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
}

.home-page .hero-stage {
    padding-top: 0;
}

.home-page .hero-slider-shell {
    border-radius: 0;
}

.home-page .hero-slider-track {
    align-items: stretch;
}

.home-page .hero-slide {
    min-height: 580px;
}

.home-page .hero-slide .hero-stage-overlay {
    background: linear-gradient(90deg, rgba(3, 29, 78, 0.92) 0%, rgba(3, 29, 78, 0.76) 36%, rgba(3, 29, 78, 0.3) 66%, rgba(3, 29, 78, 0.02) 100%);
}

.home-page .hero-slide-ribbon {
    top: 210px;
    width: min(66%, 668px);
    min-height: 39px;
    padding-left: 104px;
    justify-content: flex-start;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
}

.home-page .hero-ribbon-text {
    min-height: 39px;
    padding: 0;
}

.home-page .hero-ribbon-cut {
    right: -100px;
    border-top-width: 39px;
    border-left-width: 100px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(520px, 49%);
    padding: 268px 0 0 104px;
}

.home-page .hero-slide-copy-panel {
    max-width: 448px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack .hero-stage-title {
    max-width: 430px;
    margin: 0 0 14px;
    font-size: clamp(32px, 2.5vw, 36px);
    font-weight: 800;
    line-height: 1.12;
}

.home-page .hero-stage-subtitle {
    max-width: 430px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.home-page .hero-stage-subcopy {
    max-width: 430px;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.56;
}

.home-page .hero-stage-actions {
    gap: 12px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 146px;
    min-height: 39px;
    padding: 0 16px;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
}

.home-page .hero-stage-actions .ghost-button {
    background: #ee5a00;
    border-color: #ee5a00;
}

.home-page .hero-slider-control.hero-stage-arrow {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 58px;
    font-weight: 300;
}

.home-page .hero-slider-control.hero-stage-arrow--prev {
    left: 10px;
}

.home-page .hero-slider-control.hero-stage-arrow--next {
    right: 10px;
}

.home-page .hero-slider-pagination {
    bottom: 14px;
}

.home-page .hero-slider-ui {
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

.home-page .hero-slider-dots {
    gap: 8px;
}

.home-page .hero-slider-dot {
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    box-shadow: none;
}

@media (max-width: 980px) {
    .home-page .site-topbar--home-reference .site-social-strip {
        min-height: 24px;
        padding: 5px 0 4px;
    }

    .home-page .site-topbar--home-reference .site-contact-search-bar {
        min-height: 84px;
        padding: 14px 0 16px;
    }

    .home-page .site-header-inner {
        min-height: 90px;
        grid-template-columns: 138px minmax(0, 1fr) 182px;
        gap: 20px;
    }

    .home-page .brand-logo--home-reference {
        width: 118px;
        max-width: 118px;
    }

    .home-page .nav-list {
        gap: 14px;
    }

    .home-page .nav-link {
        min-height: 90px;
        font-size: 14px;
    }

    .home-page .nav-quote-button {
        padding: 0 22px;
        font-size: 13px;
    }

    .home-page .hero-slide {
        min-height: 526px;
    }

    .home-page .hero-slide-ribbon {
        top: 164px;
        width: calc(100% - 44px);
        padding-left: 44px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(470px, 56%);
        padding: 220px 0 0 44px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack .hero-stage-title {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home-reference .site-social-strip {
        min-height: 20px;
        padding: 4px 0;
    }

    .home-page .site-topbar--home-reference .site-social-label,
    .home-page .site-topbar--home-reference .site-utility-link,
    .home-page .site-topbar--home-reference .site-social-link {
        font-size: 10px;
    }

    .home-page .site-topbar--home-reference .site-contact-search-bar {
        min-height: 64px;
        padding: 10px 0 12px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-card {
        min-width: 0;
        padding-right: 14px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-card:last-child {
        min-width: 0;
        margin-left: 14px;
    }

    .home-page .site-topbar--home-reference .site-topbar-badge-icon {
        width: 34px;
        height: 34px;
    }

    .home-page .site-topbar--home-reference .topbar-contact-card strong,
    .home-page .site-topbar--home-reference .topbar-contact-card a,
    .home-page .site-topbar--home-reference .topbar-contact-card span {
        font-size: 11px;
    }

    .home-page .site-header-inner {
        min-height: 76px;
        grid-template-columns: auto auto;
    }

    .home-page .brand-logo--home-reference {
        width: 96px;
        max-width: 96px;
    }

    .home-page .hero-slide {
        min-height: 446px;
    }

    .home-page .hero-slide-ribbon {
        top: 116px;
        width: calc(100% - 22px);
        min-height: 34px;
        padding-left: 18px;
        font-size: 0.78rem;
    }

    .home-page .hero-ribbon-text {
        min-height: 34px;
    }

    .home-page .hero-ribbon-cut {
        right: -46px;
        border-top-width: 34px;
        border-left-width: 46px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 24px);
        padding: 164px 0 0 18px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack .hero-stage-title {
        max-width: 280px;
        font-size: 24px;
    }

    .home-page .hero-stage-subtitle {
        max-width: 280px;
        font-size: 14px;
    }

    .home-page .hero-stage-subcopy {
        max-width: 280px;
        font-size: 12px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 126px;
        min-height: 34px;
        font-size: 11px;
    }

    .home-page .hero-slider-control.hero-stage-arrow {
        width: 38px;
        height: 38px;
        margin-top: -19px;
        font-size: 40px;
    }
}

/* Final homepage overrides: keep these at the end so they win over earlier stacked reference passes. */
.home-page .site-topbar--home-reference .site-social-link::before {
    content: none;
}

.home-page .site-topbar--home-reference .site-social-links {
    gap: 9px;
}

.home-page .site-topbar--home-reference .site-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 0;
}

.home-page .site-topbar--home-reference .site-social-link-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Arial Black", "Bahnschrift", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.home-page .site-topbar--home-reference .site-social-link[href*="linkedin"] .site-social-link-glyph {
    font-size: 9px;
}

.home-page .site-topbar--home-reference .site-social-link[href*="youtube"] .site-social-link-glyph {
    font-size: 9px;
    transform: translateX(0.5px);
}

.home-page .site-header-inner {
    min-height: 110px;
    grid-template-columns: 184px minmax(0, 1fr) 202px;
    gap: 28px;
}

.home-page .brand-anchor {
    min-width: 176px;
}

.home-page .brand-logo--reference-tight,
.home-page .brand-logo--home-reference.brand-logo--reference-tight {
    width: 164px;
    max-width: 164px;
    max-height: 42px;
    object-fit: contain;
}

.home-page .site-main-nav,
.home-page .site-nav-shell {
    justify-content: flex-start;
}

.home-page .nav-list {
    gap: 22px;
}

.home-page .nav-link {
    min-height: 110px;
    font-size: 15px;
    font-weight: 600;
}

.home-page .nav-link-arrow {
    width: 9px;
}

.home-page .nav-dropdown-menu--reference {
    min-width: 248px;
    margin-top: 0;
    padding: 8px 0;
    border-top: 3px solid #f15b0f;
    border-right: 1px solid rgba(15, 47, 91, 0.08);
    border-bottom: 1px solid rgba(15, 47, 91, 0.08);
    border-left: 1px solid rgba(15, 47, 91, 0.08);
    box-shadow: 0 18px 42px rgba(8, 30, 64, 0.16);
}

.home-page .nav-dropdown-menu--reference.nav-dropdown-menu--nested {
    border-top-width: 1px;
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-item {
    border-bottom-color: rgba(11, 46, 103, 0.07);
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-link {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 500;
}

.home-page .nav-dropdown-menu--reference .nav-dropdown-link:hover,
.home-page .nav-dropdown-menu--reference .nav-dropdown-item:hover > .nav-dropdown-link {
    padding-left: 22px;
}

.home-page .nav-quote-button {
    min-height: 44px;
    padding: 0 28px;
    font-size: 14px;
}

.home-page .hero-slide,
.home-page .hero-stage-grid.hero-stage-banner {
    min-height: 604px;
}

.home-page .hero-slide-ribbon {
    top: 206px;
    width: min(68%, 704px);
    min-height: 43px;
    padding-left: 88px;
}

.home-page .hero-ribbon-text {
    min-height: 43px;
    font-size: 14px;
}

.home-page .hero-ribbon-cut {
    right: -94px;
    border-top-width: 43px;
    border-left-width: 94px;
}

.home-page .hero-slide-copy.hero-intro-copy {
    width: min(496px, 46%);
    padding: 280px 0 0 88px;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-copy-stack--tight {
    max-width: 396px;
}

.home-page .hero-stage-title,
.home-page .hero-copy-stack--reference .hero-stage-title,
.home-page .hero-copy-stack--tight .hero-stage-title {
    max-width: 388px;
    margin-bottom: 10px;
    font-size: clamp(29px, 2.28vw, 35px);
    line-height: 1.14;
}

.home-page .hero-stage-subtitle {
    max-width: 382px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.22;
}

.home-page .hero-stage-subcopy {
    max-width: 390px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.52;
}

.home-page .hero-stage-actions {
    gap: 10px;
}

.home-page .hero-stage-actions .quote-button,
.home-page .hero-stage-actions .ghost-button {
    width: 156px;
    min-height: 41px;
    font-size: 12px;
}

.home-page .home-capability-intro--reference {
    width: min(1010px, calc(100% - 48px));
    padding: 46px 24px 10px;
}

.home-page .home-capability-intro--reference .section-title {
    font-size: clamp(32px, 3vw, 46px);
}

.home-page .home-capability-intro--reference .section-desc {
    max-width: 990px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .home-page .site-header-inner {
        min-height: 92px;
        grid-template-columns: 150px minmax(0, 1fr) 180px;
        gap: 18px;
    }

    .home-page .brand-logo--reference-tight,
    .home-page .brand-logo--home-reference.brand-logo--reference-tight {
        width: 136px;
        max-width: 136px;
        max-height: 38px;
    }

    .home-page .nav-list {
        gap: 14px;
    }

    .home-page .nav-link {
        min-height: 92px;
        font-size: 14px;
    }

    .home-page .nav-quote-button {
        min-height: 40px;
        padding: 0 22px;
        font-size: 13px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 538px;
    }

    .home-page .hero-slide-ribbon {
        top: 176px;
        width: calc(100% - 44px);
        padding-left: 44px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: min(458px, 55%);
        padding: 236px 0 0 44px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        font-size: 27px;
    }
}

@media (max-width: 640px) {
    .home-page .site-topbar--home-reference .site-social-link {
        width: 16px;
        height: 16px;
    }

    .home-page .site-topbar--home-reference .site-social-link-glyph {
        width: 14px;
        height: 14px;
        font-size: 9px;
    }

    .home-page .site-header-inner {
        min-height: 78px;
        grid-template-columns: auto auto;
    }

    .home-page .brand-logo--reference-tight,
    .home-page .brand-logo--home-reference.brand-logo--reference-tight {
        width: 108px;
        max-width: 108px;
        max-height: 32px;
    }

    .home-page .hero-slide,
    .home-page .hero-stage-grid.hero-stage-banner {
        min-height: 454px;
    }

    .home-page .hero-slide-ribbon {
        top: 118px;
        width: calc(100% - 22px);
        min-height: 34px;
        padding-left: 18px;
    }

    .home-page .hero-ribbon-text {
        min-height: 34px;
        font-size: 12px;
    }

    .home-page .hero-ribbon-cut {
        right: -44px;
        border-top-width: 34px;
        border-left-width: 44px;
    }

    .home-page .hero-slide-copy.hero-intro-copy {
        width: calc(100% - 24px);
        padding: 168px 0 0 18px;
    }

    .home-page .hero-stage-title,
    .home-page .hero-copy-stack--reference .hero-stage-title,
    .home-page .hero-copy-stack--tight .hero-stage-title {
        max-width: 286px;
        font-size: 24px;
    }

    .home-page .hero-stage-subtitle,
    .home-page .hero-stage-subcopy {
        max-width: 286px;
    }

    .home-page .hero-stage-actions .quote-button,
    .home-page .hero-stage-actions .ghost-button {
        width: 128px;
        min-height: 36px;
    }
}

/* 
 * FIX: Smooth out the hero banner overlay and align the ribbon
 * to prevent the 'obvious region division' and boxy look.
 */
.home-page .hero-slide .hero-stage-overlay {
    position: absolute;
    inset: 0;
    /* Create a smooth, wide gradient that fades out naturally instead of a hard box */
    background: linear-gradient(90deg, rgba(3, 29, 78, 0.95) 0%, rgba(3, 29, 78, 0.8) 45%, rgba(3, 29, 78, 0.2) 75%, rgba(3, 29, 78, 0) 100%) !important;
}

.home-page .hero-slide-copy-panel,
.home-page .hero-slide-copy-shell {
    /* Remove any hard backgrounds or box shadows that create a 'divided' look */
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    border: none !important;
}

.home-page .hero-slide-copy.hero-intro-copy {
    /* Align text nicely with the new ribbon position */
    padding-top: 240px !important;
}

.home-page .hero-slide-ribbon {
    /* Fix the ribbon so it connects properly without looking like a floating broken block */
    top: 170px !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding-left: 88px !important;
    background: linear-gradient(90deg, #f97d16 0%, #ff9a2f 100%) !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.home-page .hero-ribbon-text {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

.home-page .hero-ribbon-cut {
    /* Ensure the pointy end of the ribbon looks sharp */
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: #ff9a2f !important;
}


/* 
 * 1:1 REPLICATION OF STEP SECTION (2.png)
 */
.home-page .home-step-section {
    padding: 80px 0;
    background: #f8fbff;
}

.home-page .home-step-head {
    max-width: 1000px;
    margin: 0 auto 60px;
    text-align: center;
}

.home-page .home-step-head .section-title {
    margin-bottom: 24px;
    color: #002255;
    font-size: 36px;
    font-weight: 800;
}

.home-page .home-step-head .section-desc {
    color: #556688;
    font-size: 15px;
    line-height: 1.8;
}

.home-page .home-step-timeline {
    position: relative;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* The dotted line path from 2.png */
.home-page .home-step-timeline::before {
    display: none; /* Hide old line */
}

.home-page .home-step-card {
    position: relative;
    padding: 40px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 34, 85, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.home-page .home-step-card:hover {
    transform: translateY(-10px);
}

/* Number Circle with Halo */
.home-page .home-step-icon-shell {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    padding: 8px;
    background: rgba(0, 34, 85, 0.05);
    border-radius: 50%;
}

.home-page .home-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #002255;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 34, 85, 0.3);
}

.home-page .home-step-card:nth-child(even) .home-step-icon {
    background: #f15b0f;
    box-shadow: 0 10px 20px rgba(241, 91, 15, 0.3);
}

/* Big Business Glyphs */
.home-page .home-step-media {
    width: 120px;
    height: 120px;
    margin: 20px auto 30px;
    border: 8px solid #f0f4f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .home-step-glyph {
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}

/* Placeholder Glyphs - You can replace these with actual SVGs later */
.home-page .home-step-glyph--research { background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23002255\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z\"/></svg>'); }
.home-page .home-step-glyph--locate { background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23f15b0f\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"/></svg>'); }
.home-page .home-step-glyph--quote { background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23002255\"><path d=\"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z\"/></svg>'); }
.home-page .home-step-glyph--deal { background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23f15b0f\"><path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"/></svg>'); }

.home-page .home-step-copy h3 {
    margin-bottom: 12px;
    color: #002255;
    font-size: 20px;
    font-weight: 700;
}

.home-page .home-step-copy p {
    color: #667799;
    font-size: 14px;
    line-height: 1.6;
}

/* Dotted curve paths between icons */
.home-page .home-step-card::after {
    content: \"\";
    position: absolute;
    top: 50px;
    left: 80%;
    width: 100%;
    height: 60px;
    background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 20\"><path d=\"M0 10 Q 50 0 100 10\" fill=\"none\" stroke=\"%23002255\" stroke-width=\"1\" stroke-dasharray=\"4,4\"/></svg>') no-repeat center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}

.home-page .home-step-card:last-child::after {
    display: none;
}

.home-page .home-step-card:nth-child(even)::after {
    transform: scaleY(-1) translateY(-20px);
}


/* 
 * 2nd PASS FIX: STEP SECTION (3.png requested adjustments)
 * - Remove background color
 * - Uniform English typography (fix weird bolding)
 * - Tweak drop shadows and spacing for a cleaner look
 */

/* 1. Remove background color */
.home-page .home-step-section {
    background: transparent !important;
    padding: 80px 0 !important;
}

/* 2. Uniform English typography for headings */
.home-page .home-step-head .section-title {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    color: #0b1f3c !important; 
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}

/* 3. Uniform English typography for descriptions */
.home-page .home-step-head .section-desc {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #556688 !important;
    line-height: 1.7 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

/* 4. Card shadows and structure (smoother, cleaner) */
.home-page .home-step-card {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 35px rgba(11, 31, 60, 0.04) !important;
    border: 1px solid rgba(11, 31, 60, 0.03) !important;
    padding: 46px 28px 36px !important;
}

.home-page .home-step-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(11, 31, 60, 0.08) !important;
}

/* 5. Clean up card typography */
.home-page .home-step-copy h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #0b1f3c !important;
    margin-bottom: 14px !important;
}

.home-page .home-step-copy p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important; /* Force normal weight to fix random bolding */
    font-size: 14px !important;
    color: #5d6b82 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* 6. Dotted Line opacity adjustment (less aggressive) */
.home-page .home-step-card::after {
    opacity: 0.15 !important; 
}

/* Make sure the glyphs stand out */
.home-page .home-step-media {
    border-color: #f7f9fb !important;
    width: 110px !important;
    height: 110px !important;
    margin-bottom: 35px !important;
}

/* 
 * PREMIUM REPLICATION OF COMPANY PROFILE SECTION (image copy 2.png)
 */
.home-page .company-profile-section {
    padding: 100px 0 80px;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.home-page .company-profile-head .section-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #0b2241;
    margin-bottom: 50px;
    letter-spacing: -0.01em;
}

.home-page .company-profile-container {
    margin-bottom: 70px;
}

.home-page .company-profile-grid {
    display: grid;
    grid-template-columns: 450px 1fr; 
    gap: 60px;
    align-items: center;
}

/* Left: Dashed Photo - INSIDE the frame */
.home-page .company-photo-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #081d3a;
    border-radius: 4px;
    overflow: hidden;
}

.home-page .company-photo-frame::after {
    content: '';
    position: absolute;
    top: 15px; left: 15px; right: 15px; bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

.home-page .company-photo {
    width: 100%; height: 100%; object-fit: cover;
}

/* Middle: Brand Story */
.home-page .company-brand-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #081d3a;
    margin: 0 0 24px;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.home-page .company-brand-title span {
    font-size: 36px;
    color: #e65100; /* Rich orange */
    font-weight: 800;
    letter-spacing: 0.02em;
}

.home-page .company-brand-desc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #5a6a7c;
    margin-bottom: 0;
    text-align: justify;
}

/* Right: Agent Image placeholder */
.home-page .company-agent-wrap {
    position: relative;
    height: 100%;
    min-height: 380px;
    background: radial-gradient(circle at top right, #f4f7f9 0%, #e2e8f0 100%);
    border-radius: 8px;
    overflow: hidden;
}

/* Let's draw a nice dummy profile with pure CSS if image fails */
.home-page .company-agent-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 250px;
    background: #cbd5e1;
    border-radius: 90px 90px 0 0;
}
.home-page .company-agent-wrap::before {
    content: '';
    position: absolute;
    bottom: 260px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #cbd5e1;
    border-radius: 50%;
}
.home-page .company-agent-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 130%; /* Break out */
    margin-left: -15%;
    max-width: none;
}

/* Contact Strip under grid */
.home-page .company-contact-strip {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #eaeef3;
    padding-top: 35px;
}

.home-page .contact-strip-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-page .contact-strip-icon-svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #081d3a;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-page .contact-strip-text span {
    display: block;
    font-size: 12px;
    color: #8899aa;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}

.home-page .contact-strip-text strong {
    display: block;
    font-size: 20px;
    color: #2b3a4a;
    font-weight: 500;
}

/* Bottom: Partners Area */
.home-page .partners-section {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #d1d9e6; /* Soft full width line */
    position: relative;
    margin-top: 20px;
}

.home-page .partners-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #081d3a;
}

.home-page .partners-title {
    font-size: 26px;
    color: #081d3a;
    font-weight: 800;
    margin-bottom: 20px;
}

.home-page .partners-desc {
    font-size: 14px;
    color: #7a8a9a;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

.home-page .partner-logo-grid-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.home-page .partner-logo-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; /* Reduced height for elegant inline logos */
}

/* SVG Logos embedded in HTML will naturally fit this */
.home-page .partner-logo-item svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
}


/* 
 * BENTO-BOX TRUST PROOF SECTION (ENTERPRISE GRADE)
 */
.home-page .trust-proof-section {
    padding: 120px 0;
    background: #f8fafc;
}

.home-page .trust-proof-head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.home-page .section-kicker--lined {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #f97316;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-page .section-kicker--lined::before,
.home-page .section-kicker--lined::after {
    content: '';
    width: 32px;
    height: 2px;
    background: #f97316;
}

.home-page .trust-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 24px;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto 60px;
}

.home-page .trust-proof-card {
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Card 1: Factory Strength (Tall, Dark) */
.home-page .trust-proof-card:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%) !important;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}

.home-page .trust-proof-card:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

/* Card 2: Support (Wide, Light) */
.home-page .trust-proof-card:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background: #ffffff !important;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    gap: 0 48px;
}

.home-page .trust-proof-card:nth-child(2) .proof-label { grid-column: 1 / 2; grid-row: 1 / 2; margin-bottom: 16px; }
.home-page .trust-proof-card:nth-child(2) h3 { grid-column: 1 / 2; grid-row: 2 / 3; }
.home-page .trust-proof-card:nth-child(2) p { grid-column: 1 / 2; grid-row: 3 / 4; margin-bottom: 0; }
.home-page .trust-proof-card:nth-child(2) .proof-stat { 
    grid-column: 2 / 3; 
    grid-row: 1 / 4; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    margin-top: 0; 
    text-align: right;
    padding-left: 48px;
    border-left: 1px solid #e2e8f0;
}

/* Card 3: CMS (Square, Light) */
.home-page .trust-proof-card:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background: #ffffff !important;
}

/* Card 4: Workflow (Square, Light) */
.home-page .trust-proof-card:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    background: #ffffff !important;
}

/* Shared Light Card Styles */
.home-page .trust-proof-card--light {
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page .trust-proof-card--light:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Typography & Layout inside cards */
.home-page .proof-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 24px;
    text-transform: uppercase;
    display: inline-block;
}

.home-page .trust-proof-card:nth-child(1) .proof-label {
    color: #94a3b8;
}

.home-page .trust-proof-card h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.home-page .trust-proof-card:nth-child(1) h3 {
    font-size: 32px;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 24px;
}

.home-page .trust-proof-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 32px;
    flex-grow: 1;
}

.home-page .trust-proof-card:nth-child(1) p {
    font-size: 16px;
    color: #cbd5e1;
}

/* Statistics */
.home-page .proof-stat {
    margin-top: auto;
}

.home-page .proof-stat strong {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.home-page .trust-proof-card:nth-child(1) .proof-stat strong {
    color: #ffffff;
    font-size: 72px;
}

.home-page .proof-stat span {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
}

.home-page .trust-proof-card:nth-child(1) .proof-stat span {
    color: #7dd3fc;
}

/* Modern Logo Strip */
.home-page .partner-logo-strip-modern {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    width: min(1000px, calc(100% - 48px));
    margin: 0 auto;
}

.home-page .partner-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 16px 32px;
    border-radius: 100px;
    font-weight: 700;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    min-width: 140px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    filter: grayscale(100%) opacity(0.7);
}

.home-page .partner-badge:hover {
    filter: grayscale(0%) opacity(1);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
    border-color: #cbd5e1;
    color: #0f172a;
}

/* Responsive fixes */
@media (max-width: 1024px) {
    .home-page .news-hf-card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .home-page .news-hf-carousel-wrap {
        flex-direction: column;
    }
    .home-page .news-hf-card {
        flex: 0 0 100%;
    }
    .home-page .news-hf-nav {
        display: none; /* Hide arrows on mobile */
    }
}

/*
 * HIGH FIDELITY REPLICATION OF NEWS SECTION (image 1.png)
 */
.home-page .news-section-hf {
    background: #ffffff;
    padding: 100px 0 120px;
    font-family: Arial, Helvetica, sans-serif;
}

.home-page .news-hf-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-page .news-hf-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-page .news-hf-title {
    font-size: 32px;
    font-weight: 800;
    color: #0b1f3c; /* Dark blue matching image */
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.home-page .news-hf-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #778899;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.home-page .news-hf-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin: 0 auto 18px;
    border-radius: 999px;
    border: 1px solid #c9d8ea;
    background: #f5f9ff;
    color: #133b6e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.home-page .news-hf-cta:hover {
    color: #f0831f;
    border-color: rgba(240, 131, 31, 0.45);
    background: #ffffff;
}

.home-page .news-hf-divider {
    width: 60px;
    height: 3px;
    background: #0b1f3c;
    margin: 0 auto;
}

.home-page .news-hf-carousel-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.home-page .news-hf-nav {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b1f3c;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-page .news-hf-nav:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: scale(1.05);
    color: #e65100;
    border-color: #cbd5e1;
}

.home-page .news-hf-nav svg {
    width: 24px;
    height: 24px;
}

.home-page .news-hf-grid {
    flex: 1;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 10px 0 30px; /* Space for shadow */
    margin: -10px 0 -30px; /* Offset the padding visually */
    -ms-overflow-style: none; /* hide scrollbar IE */
    scrollbar-width: none; /* hide scrollbar firefox */
}
.home-page .news-hf-grid::-webkit-scrollbar {
    display: none; /* hide scrollbar chrome */
}

.home-page .news-hf-card {
    flex: 0 0 calc(33.333% - 20px); /* 3 cards per view minus gap */
    scroll-snap-align: start;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid #f1f5f9;
    border-radius: 2px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.home-page .news-hf-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.home-page .news-hf-img-wrap {
    padding: 10px 10px 0 10px; /* White border effect around image */
    background: #ffffff;
}

.home-page .news-hf-img-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #f8fafc;
}

.home-page .news-hf-img-real {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f8fafc;
}

.home-page .news-hf-img-placeholder--router {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/cnc-router.webp");
}

.home-page .news-hf-img-placeholder--laser {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp");
}

.home-page .news-hf-img-placeholder--plasma {
    background-image: url("https://www.stylecnc.com/assets/img/hero-img/plasma-cutter.webp");
}

.home-page .news-hf-content {
    padding: 24px 30px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-page .news-hf-content h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
}

.home-page .news-hf-content h3 a {
    color: #0b1f3c;
    text-decoration: none;
    transition: color 0.2s;
}

.home-page .news-hf-content h3 a:hover {
    color: #e65100;
}

.home-page .news-hf-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 24px 0;
    text-align: justify;
    flex: 1;
}

.home-page .news-hf-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    font-size: 13px;
    color: #8899aa;
}

.home-page .news-hf-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-page .news-hf-date svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .home-page .news-hf-card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .home-page .news-hf-carousel-wrap {
        flex-direction: column;
    }
    .home-page .news-hf-card {
        flex: 0 0 100%;
    }
    .home-page .news-hf-nav {
        display: none; /* Hide arrows on mobile */
    }
}

/* Shared desktop header tokens (homepage is the single source of truth). */
:root {
    --header-sync-row-max-width: 1380px;
    --header-sync-row-width-offset: 44px;
    --header-sync-row-margin-inline: 22px;
    --header-sync-social-row-height: 38px;
    --header-sync-contact-row-height: 120px;
    --header-sync-social-font-size: 13px;
    --header-sync-social-gap: 12px;
    --header-sync-social-icon-size: 18px;
    --header-sync-contact-list-gap: 36px;
    --header-sync-contact-card-gap: 14px;
    --header-sync-contact-copy-gap: 5px;
    --header-sync-contact-card-height: 108px;
    --header-sync-contact-font-size: 14px;
    --header-sync-badge-size: 50px;
    --header-sync-label-font-size: 12px;
    --header-sync-label-letter-spacing: 0.8px;
    --header-sync-search-width: 620px;
    --header-sync-search-min-width: 390px;
    --header-sync-search-height: 46px;
    --header-sync-search-button-min-width: 104px;
    --header-sync-header-width-offset: 24px;
    --header-sync-header-margin-inline: 12px;
    --header-sync-header-height: 112px;
    --header-sync-header-grid-columns: 248px minmax(0, 1fr) 236px;
    --header-sync-header-gap: 36px;
    --header-sync-logo-width: 198px;
    --header-sync-logo-max-height: 58px;
    --header-sync-nav-gap: 36px;
    --header-sync-nav-font-size: 17px;
    --header-sync-nav-line-height: 18px;
    --header-sync-nav-height: 112px;
    --header-sync-quote-height: 52px;
    --header-sync-quote-padding-x: 30px;
    --header-sync-quote-font-size: 15px;
}

.home-page .site-main-nav .nav-list,
body:not(.home-page) .site-main-nav .nav-list {
    flex-wrap: nowrap;
    gap: var(--header-sync-nav-gap);
}

.home-page .site-main-nav .nav-item,
body:not(.home-page) .site-main-nav .nav-item {
    flex: 0 0 auto;
}

.home-page .site-main-nav .nav-link,
.home-page .site-main-nav .nav-link-label,
body:not(.home-page) .site-main-nav .nav-link,
body:not(.home-page) .site-main-nav .nav-link-label {
    white-space: nowrap;
    word-break: keep-all;
}

.home-page .site-main-nav .nav-link,
body:not(.home-page) .site-main-nav .nav-link {
    position: relative;
    min-height: var(--header-sync-nav-height);
    padding: 0;
    color: #133769;
    font-size: var(--header-sync-nav-font-size);
    font-weight: 700;
    line-height: var(--header-sync-nav-line-height);
    letter-spacing: 0;
    text-transform: none;
}

.home-page .site-main-nav .nav-link.is-active::after,
body:not(.home-page) .site-main-nav .nav-link.is-active::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    width: auto;
    margin-top: 0;
}

.home-page .site-main-nav .nav-link-arrow,
body:not(.home-page) .site-main-nav .nav-link-arrow {
    width: auto;
    height: auto;
    background: transparent;
    font-size: var(--header-sync-nav-font-size);
}

@media (min-width: 981px) {
    .site-topbar .site-topbar-row--utility {
        width: min(var(--header-sync-row-max-width), calc(100% - var(--header-sync-row-width-offset)));
        min-height: var(--header-sync-social-row-height);
        padding: 0;
        margin-left: var(--header-sync-row-margin-inline);
        margin-right: var(--header-sync-row-margin-inline);
    }

    .site-topbar .site-topbar-row--contact {
        width: min(var(--header-sync-row-max-width), calc(100% - var(--header-sync-row-width-offset)));
        min-height: var(--header-sync-contact-row-height);
        padding: 0;
        flex-wrap: nowrap;
        align-items: center;
        margin-left: var(--header-sync-row-margin-inline);
        margin-right: var(--header-sync-row-margin-inline);
    }

    .site-topbar .site-topbar-row--contact.site-contact-search-bar {
        width: calc(100% - var(--header-sync-row-width-offset));
        min-height: var(--header-sync-contact-row-height);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-topbar .site-social-label,
    .site-topbar .site-utility-link,
    .site-topbar .site-social-link {
        font-size: var(--header-sync-social-font-size);
    }

    .site-topbar .site-social-links,
    .site-topbar .site-utility-links {
        gap: var(--header-sync-social-gap);
    }

    .site-topbar .site-social-link {
        width: var(--header-sync-social-icon-size);
        height: var(--header-sync-social-icon-size);
        border: 0;
        background: transparent;
    }

    .site-topbar .topbar-contact-list--inline {
        gap: var(--header-sync-contact-list-gap);
        flex-wrap: wrap;
        align-items: center;
    }

    .site-topbar .topbar-contact-card {
        display: flex;
        align-items: center;
        gap: var(--header-sync-contact-card-gap);
        min-width: auto;
        min-height: var(--header-sync-contact-card-height);
        padding-right: 0;
        border-right: 0;
        border-radius: 0;
        background: transparent;
    }

    .site-topbar .topbar-contact-card:last-child {
        min-width: auto;
        margin-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .site-topbar .site-topbar-badge-icon {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center;
        flex: 0 0 var(--header-sync-badge-size);
        width: var(--header-sync-badge-size);
        height: var(--header-sync-badge-size);
        border: 1px solid rgba(255, 255, 255, 0.42);
        border-radius: 50%;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    }

    .site-topbar .site-topbar-badge-copy {
        display: grid;
        gap: var(--header-sync-contact-copy-gap);
    }

    .site-topbar .topbar-contact-card strong,
    .site-topbar .topbar-contact-card a {
        font-size: var(--header-sync-contact-font-size);
    }

    .site-topbar .topbar-label {
        font-size: var(--header-sync-label-font-size);
        letter-spacing: var(--header-sync-label-letter-spacing);
        text-transform: uppercase;
    }

    .site-topbar .topbar-actions {
        justify-content: flex-end;
        gap: 14px;
        flex-wrap: nowrap;
        overflow: visible;
    }

    .site-topbar .topbar-phone-cta {
        min-width: 272px;
        margin-right: calc(var(--header-sync-row-margin-inline) * -1);
    }

    .site-topbar .site-search-form {
        width: min(var(--header-sync-search-width), 100%);
        min-width: var(--header-sync-search-min-width);
        height: var(--header-sync-search-height);
    }

    .site-topbar .site-search-input,
    .site-topbar .site-search-button {
        min-height: var(--header-sync-search-height);
        font-size: 13px;
    }

    .site-topbar .site-search-button {
        min-width: var(--header-sync-search-button-min-width);
    }

    .site-header-main--reference {
        background: none;
        border-top: 0;
        border-bottom: 1px solid rgba(206, 214, 226, 0.92);
        box-shadow: none;
    }

    .site-header-main--reference .site-header-inner {
        width: calc(100% - var(--header-sync-header-width-offset));
        min-height: var(--header-sync-header-height);
        grid-template-columns: var(--header-sync-header-grid-columns);
        gap: var(--header-sync-header-gap);
        margin-left: var(--header-sync-header-margin-inline);
        margin-right: var(--header-sync-header-margin-inline);
    }

    .brand-logo--reference-tight,
    .brand-logo--home-reference.brand-logo--reference-tight {
        width: var(--header-sync-logo-width);
        max-width: var(--header-sync-logo-width);
        max-height: var(--header-sync-logo-max-height);
        object-fit: contain;
    }

    .site-main-nav,
    .site-nav-shell {
        justify-content: flex-start;
    }

    .site-main-nav .nav-list {
        gap: var(--header-sync-nav-gap);
    }

    .site-main-nav .nav-link {
        min-height: var(--header-sync-nav-height);
        padding: 0;
        font-size: var(--header-sync-nav-font-size);
        font-weight: 700;
        line-height: var(--header-sync-nav-line-height);
    }

    .site-main-nav .nav-link-arrow {
        font-size: var(--header-sync-nav-font-size);
    }

    .nav-quote-button {
        min-height: var(--header-sync-quote-height);
        padding: 0 var(--header-sync-quote-padding-x);
        font-size: var(--header-sync-quote-font-size);
        font-weight: 700;
    }
}

@media (max-width: 1180px) {
    .site-topbar .topbar-phone-cta {
        display: none;
    }
}

/* Topbar badge icon fallback: use vector icons to avoid missing glyphs. */
.site-topbar .site-topbar-badge-icon--time::before,
.site-topbar .site-topbar-badge-icon--mail::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    font-size: 0;
}

.site-topbar .site-topbar-badge-icon--time::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E");
}

.site-topbar .site-topbar-badge-icon--mail::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='6.5' width='17' height='11' rx='1.6'/%3E%3Cpath d='M4.5 8l7.5 5 7.5-5'/%3E%3C/svg%3E");
}



/* 
 * ULTIMATE FIX FOR TARGET DESIGN (image copy.png) 
 */

/* The entire row */
.site-topbar-row--contact.home-header-contact-row,
.site-topbar-row--contact {
    background-color: #001a4e !important;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
    background-size: 4px 4px !important;
    border-bottom: 1px solid rgba(0, 26, 78, 0.5) !important;
    height: auto !important;
    min-height: 80px !important;
    align-items: center !important;
    overflow: visible !important;
}

/* Contact info wrappers */
.topbar-contact-list {
    gap: clamp(14px, 1.8vw, 40px) !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.topbar-contact-card {
    display: flex !important;
    align-items: center !important;
    gap: clamp(10px, 1vw, 16px) !important;
    position: relative !important;
}

.topbar-contact-card:first-child::after {
    content: '' !important;
    position: absolute !important;
    right: -20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

/* Left contact icons with static halos + pulsing */
.site-topbar-badge-icon {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.15) !important; /* Outer static halo */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1 !important;
}

/* The actual inner icon container */
.site-topbar-badge-icon::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    z-index: 2 !important;
}

/* Specific SVG assignments from existing */
.site-topbar .site-topbar-badge-icon--time::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E") !important;
}
.site-topbar .site-topbar-badge-icon--mail::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='6.5' width='17' height='11' rx='1.6'/%3E%3Cpath d='M4.5 8l7.5 5 7.5-5'/%3E%3C/svg%3E") !important;
}

/* Pulse animation for left icons */
@keyframes iconPulseLeft {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.6); opacity: 0; }
}
.site-topbar-badge-icon::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    animation: iconPulseLeft 2s infinite ease-out !important;
    z-index: 0 !important;
}

/* Contact text */
.site-topbar-badge-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.site-topbar-badge-copy .topbar-label {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 2px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: 600 !important;
}
.site-topbar-badge-copy strong, 
.site-topbar-badge-copy span:not(.topbar-label), 
.site-topbar-badge-copy a {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Actions right side */
.site-topbar .topbar-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    height: 100% !important;
    margin-left: auto !important; /* Push everything to the extreme right */
}

/* Search Form */
.site-topbar .site-search-form {
    display: flex !important;
    height: 44px !important; /* Match target height roughly */
    margin-right: 40px !important; /* Space between search and CTA block */
    background: transparent !important;
    width: auto !important;
}
.site-topbar .site-search-input {
    width: 280px !important;
    border: none !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    background: #fff !important;
    color: #333 !important;
    border-radius: 2px 0 0 2px !important; /* slight rounding on left */
}
.site-topbar .site-search-button {
    background: #e63900 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 24px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border-radius: 0 2px 2px 0 !important; /* slight rounding on right */
    transition: background 0.2s ease !important;
}
.site-topbar .site-search-button:hover {
    background: #ff5500 !important;
}

/* Right CTA Block (Orange Bar) */
.site-topbar .topbar-phone-cta,
.topbar-phone-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 82px !important;
    height: 82px !important;
    padding: 0 34px 0 30px !important;
    text-decoration: none !important;
    background: #e64a00 !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: visible !important;
    isolation: isolate !important;
    z-index: 10 !important;
    margin-right: 0 !important;
    padding-right: clamp(18px, 2vw, 34px) !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
}

.site-topbar .topbar-phone-cta::before,
.site-topbar .topbar-phone-cta::after {
    display: none !important;
}

/* Left 3-layer icon group */
.site-topbar .topbar-phone-cta-icon {
    position: relative !important;
    width: 84px !important;
    height: 84px !important;
    flex: 0 0 84px !important;
    margin-left: clamp(-42px, -2.8vw, -58px) !important;
    margin-right: 10px !important;
    border-radius: 50% !important;
    background: #d7dde8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 2 !important;
}

.site-topbar .topbar-phone-cta-icon::before {
    content: "" !important;
    position: absolute !important;
    inset: 8px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    z-index: -1 !important;
}

.site-topbar .topbar-phone-cta-icon::after {
    content: "" !important;
    position: absolute !important;
    inset: 17px !important;
    border-radius: 50% !important;
    background: #e64a00 !important;
    z-index: 0 !important;
}

.site-topbar .topbar-phone-cta-icon svg {
    width: 33px !important;
    height: 33px !important;
    position: relative !important;
    z-index: 1 !important;
    color: #ffffff !important;
}

/* Text in the CTA Block */
.site-topbar .topbar-phone-cta-copy {
    display: grid !important;
    align-content: center !important;
    gap: 5px !important;
    line-height: 1 !important;
    z-index: 1 !important;
}

.site-topbar .topbar-phone-cta-label {
    font-size: clamp(14px, 0.9vw, 22px) !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.site-topbar .topbar-phone-cta-copy strong {
    font-size: clamp(24px, 1.58vw, 38px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
}

/* PHONE CTA FINAL STRICT MATCH (target: image copy.png) */
@keyframes phoneCtaHaloPulse {
    0% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72), 0 0 8px rgba(255, 255, 255, 0.26), 0 0 0 0 rgba(255, 255, 255, 0.34);
    }
    65% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72), 0 0 18px rgba(255, 255, 255, 0.44), 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72), 0 0 8px rgba(255, 255, 255, 0.26), 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.site-topbar .topbar-actions .topbar-phone-cta {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    height: 78px !important;
    min-height: 78px !important;
    padding: 0 clamp(18px, 1.8vw, 34px) 0 clamp(16px, 1.4vw, 26px) !important;
    margin: 0 !important;
    margin-left: auto !important;
    background: #e64a00 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    overflow: visible !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
    z-index: 8 !important;
    align-self: center !important;
}

.site-topbar .topbar-actions .topbar-phone-cta::before,
.site-topbar .topbar-actions .topbar-phone-cta::after {
    display: none !important;
}

.site-topbar .topbar-actions .topbar-phone-cta-icon {
    position: relative !important;
    width: 78px !important;
    height: 78px !important;
    flex: 0 0 78px !important;
    margin-left: clamp(-48px, -2.8vw, -58px) !important;
    margin-right: 10px !important;
    border-radius: 50% !important;
    background: #d8dfe9 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 2 !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72), 0 0 8px rgba(255, 255, 255, 0.26) !important;
    animation: phoneCtaHaloPulse 2s ease-out infinite !important;
}

.site-topbar .topbar-actions .topbar-phone-cta-icon::before {
    content: "" !important;
    position: absolute !important;
    inset: 6px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    z-index: 0 !important;
}

.site-topbar .topbar-actions .topbar-phone-cta-icon::after {
    content: "" !important;
    position: absolute !important;
    inset: 10px !important;
    border-radius: 50% !important;
    background: #e64a00 !important;
    z-index: 1 !important;
}

.site-topbar .topbar-actions .topbar-phone-cta-icon svg {
    width: 38px !important;
    height: 38px !important;
    color: #ffffff !important;
    position: relative !important;
    z-index: 2 !important;
    transform: translateZ(0);
}

.site-topbar .topbar-actions .topbar-phone-cta-copy {
    display: grid !important;
    align-content: center !important;
    gap: 5px !important;
    line-height: 1 !important;
}

.site-topbar .topbar-actions .topbar-phone-cta-label {
    font-size: clamp(14px, 0.92vw, 20px) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
}

.site-topbar .topbar-actions .topbar-phone-cta-copy strong {
    font-size: clamp(26px, 1.75vw, 40px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
}

@media (max-width: 1280px) and (min-width: 981px) {
    .site-topbar .topbar-actions .topbar-phone-cta {
        height: 74px !important;
        min-height: 74px !important;
        padding-right: 20px !important;
    }

    .site-topbar .topbar-actions .topbar-phone-cta-icon {
        width: 72px !important;
        height: 72px !important;
        flex: 0 0 72px !important;
        margin-left: -40px !important;
    }

    .site-topbar .topbar-actions .topbar-phone-cta-copy strong {
        font-size: clamp(24px, 2vw, 34px) !important;
    }
}


/* 
 * ULTIMATE 1:1 REPLICATION OF STEP SECTION (2.png TARGET LAYOUT)
 */

/* Main Container */
.home-page .home-step-section {
    background: transparent !important;
    padding: 80px 0 100px !important;
}

/* Head / Title Area */
.home-page .home-step-head {
    text-align: center !important;
    max-width: 1000px !important;
    margin: 0 auto 60px !important;
}
.home-page .home-step-head .section-kicker {
    display: none !important; /* The target design has no kicker here */
}
.home-page .home-step-head .section-title {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    font-size: 34px !important;
    color: #0b1f3c !important; 
    margin-bottom: 20px !important;
}
.home-page .home-step-head .section-desc {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #667799 !important;
    line-height: 1.8 !important;
}

/* Timeline Row (Nodes + Wavy Line) */
.home-page .home-step-timeline-container {
    position: relative !important;
    width: min(1200px, 100%) !important;
    margin: 0 auto 50px !important;
    height: 120px !important;
}

/* Wavy Path */
.home-page .home-step-timeline-path {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100px !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
.home-page .home-step-timeline-path svg {
    width: 100% !important;
    height: 100% !important;
}
.home-page .home-step-timeline-path path {
    stroke: #0b1f3c !important; /* Base color for the dashed line */
    opacity: 0.6 !important;
}

/* Nodes Grid */
.home-page .home-step-nodes {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    z-index: 2 !important;
}

.home-page .home-step-node {
    position: relative !important;
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Core number circle */
.home-page .home-step-node-core {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    z-index: 3 !important;
}

/* Halos (The concentric translucent rings) */
.home-page .home-step-node-halo-1,
.home-page .home-step-node-halo-2 {
    position: absolute !important;
    border-radius: 50% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.home-page .home-step-node-halo-1 {
    width: 76px !important;
    height: 76px !important;
    opacity: 0.3 !important;
    z-index: 2 !important;
}
.home-page .home-step-node-halo-2 {
    width: 104px !important;
    height: 104px !important;
    opacity: 0.15 !important;
    z-index: 1 !important;
}

/* Color Themes for Nodes */
.home-page .home-step-node--blue .home-step-node-core { background: #0b1f3c !important; }
.home-page .home-step-node--blue .home-step-node-halo-1 { background: #0b1f3c !important; }
.home-page .home-step-node--blue .home-step-node-halo-2 { background: #0b1f3c !important; }

.home-page .home-step-node--orange .home-step-node-core { background: #df430c !important; }
.home-page .home-step-node--orange .home-step-node-halo-1 { background: #df430c !important; }
.home-page .home-step-node--orange .home-step-node-halo-2 { background: #df430c !important; }


/* Cards Row */
.home-page .home-step-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    width: min(1200px, 100%) !important;
    margin: 0 auto !important;
}

.home-page .home-step-card {
    background: #ffffff !important;
    border-radius: 2px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06) !important;
    padding: 50px 24px 40px !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}
.home-page .home-step-card:hover {
    transform: translateY(-8px) !important;
}

/* Remove old card artifacts */
.home-page .home-step-card::after,
.home-page .home-step-card::before,
.home-page .home-step-icon-shell {
    display: none !important;
}

/* Giant Two-Tone SVG Icons */
.home-page .home-step-media {
    width: 100% !important;
    height: 140px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
}

.home-page .home-step-glyph {
    width: 140px !important;
    height: 140px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Custom 2-Tone SVGs mimicking the target design exactly */
.home-page .home-step-glyph--research { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='46' fill='none' stroke='%230b1f3c' stroke-width='6'/%3E%3Cline x1='50' y1='20' x2='50' y2='70' stroke='%230b1f3c' stroke-width='6'/%3E%3Cline x1='20' y1='35' x2='80' y2='35' stroke='%23df430c' stroke-width='6'/%3E%3Ccircle cx='50' cy='20' r='6' fill='%23df430c'/%3E%3Cpolygon points='20,35 10,65 30,65' fill='none' stroke='%230b1f3c' stroke-width='4'/%3E%3Cpolygon points='80,35 70,65 90,65' fill='none' stroke='%23df430c' stroke-width='4'/%3E%3Ccircle cx='20' cy='55' r='8' fill='none' stroke='%230b1f3c' stroke-width='4'/%3E%3Ccircle cx='80' cy='55' r='8' fill='none' stroke='%23df430c' stroke-width='4'/%3E%3Cpath d='M 15 80 L 85 80' stroke='%230b1f3c' stroke-width='8'/%3E%3C/svg%3E") !important; }

.home-page .home-step-glyph--locate { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 50 10 A 40 40 0 1 0 90 50' fill='none' stroke='%230b1f3c' stroke-width='8'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='%23df430c' stroke-width='6'/%3E%3Ccircle cx='50' cy='50' r='10' fill='%23df430c'/%3E%3Cpolygon points='50,50 85,85 70,90 95,95 90,70' fill='%23df430c'/%3E%3Crect x='25' y='15' width='20' height='20' fill='none' stroke='%230b1f3c' stroke-width='4'/%3E%3Cline x1='35' y1='5' x2='35' y2='35' stroke='%23df430c' stroke-width='4'/%3E%3Cline x1='15' y1='25' x2='55' y2='25' stroke='%23df430c' stroke-width='4'/%3E%3C/svg%3E") !important; }

.home-page .home-step-glyph--quote { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='46' fill='none' stroke='%230b1f3c' stroke-width='6' stroke-dasharray='200, 30'/%3E%3Crect x='35' y='25' width='40' height='50' fill='none' stroke='%230b1f3c' stroke-width='6'/%3E%3Cline x1='45' y1='35' x2='65' y2='35' stroke='%230b1f3c' stroke-width='5'/%3E%3Cline x1='45' y1='45' x2='65' y2='45' stroke='%230b1f3c' stroke-width='5'/%3E%3Cline x1='45' y1='55' x2='65' y2='55' stroke='%230b1f3c' stroke-width='5'/%3E%3Cpath d='M 65 75 L 85 45 L 95 55 L 75 85 Z' fill='%23df430c'/%3E%3Ccircle cx='25' cy='30' r='10' fill='%23df430c'/%3E%3Cpath d='M 15 30 Q 15 45 25 45 L 30 50 L 30 40 Q 35 40 35 30 Z' fill='%23df430c'/%3E%3Ccircle cx='75' cy='80' r='10' fill='%23df430c'/%3E%3Cpath d='M 65 80 Q 65 95 75 95 L 80 100 L 80 90 Q 85 90 85 80 Z' fill='%23df430c'/%3E%3C/svg%3E") !important; }

.home-page .home-step-glyph--deal { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 50 10 A 40 40 0 0 0 10 50' fill='none' stroke='%230b1f3c' stroke-width='8'/%3E%3Cpath d='M 50 90 A 40 40 0 0 0 90 50' fill='none' stroke='%230b1f3c' stroke-width='8'/%3E%3Cpolygon points='20,10 60,10 40,30' fill='%23df430c'/%3E%3Cpolygon points='80,90 40,90 60,70' fill='%23df430c'/%3E%3Crect x='45' y='30' width='10' height='40' fill='%23df430c'/%3E%3Crect x='35' y='45' width='30' height='10' fill='%23df430c'/%3E%3Cpolygon points='30,40 20,50 30,60' fill='%230b1f3c'/%3E%3Cpolygon points='70,40 80,50 70,60' fill='%230b1f3c'/%3E%3C/svg%3E") !important; }

/* Text Typography */
.home-page .home-step-copy h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin-bottom: 15px !important;
    letter-spacing: 0.02em !important;
}

.home-page .home-step-copy p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #7788aa !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* 
 * 1.PNG PROCESS SECTION REPLICATION
 */
.home-page .home-process-section {
    background: #fafbfe !important; /* Very light background from 1.png */
    padding: 100px 0 120px !important;
}

.home-page .home-process-head {
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto 80px !important;
}

.home-page .home-process-head .process-kicker {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #df430c !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 20px !important;
    position: relative !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.home-page .home-process-head .process-kicker::before {
    content: '' !important;
    position: absolute !important;
    left: -40px !important;
    top: 50% !important;
    width: 30px !important;
    height: 2px !important;
    background: #df430c !important;
    transform: translateY(-50%) !important;
}

.home-page .home-process-head .process-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin-bottom: 20px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .home-process-head .process-desc {
    font-size: 15px !important;
    color: #667799 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .home-process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    width: min(1200px, 100%) !important;
    margin: 0 auto !important;
    padding-top: 50px !important; /* Space for the overlapping badge */
}

.home-page .home-process-card {
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 50px rgba(11, 31, 60, 0.05) !important;
    padding: 70px 25px 40px !important;
    text-align: center !important;
    position: relative !important;
}

.home-page .home-process-badge {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
}

.home-page .home-process-badge-core {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 3 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .home-process-badge-halo-1,
.home-page .home-process-badge-halo-2 {
    position: absolute !important;
    border-radius: 50% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.home-page .home-process-badge-halo-1 {
    width: 74px !important;
    height: 74px !important;
    opacity: 0.3 !important;
    z-index: 2 !important;
}

.home-page .home-process-badge-halo-2 {
    width: 98px !important;
    height: 98px !important;
    opacity: 0.15 !important;
    z-index: 1 !important;
}

/* Color Themes */
.home-page .home-process-card--blue .home-process-badge-core { background: #0b1f3c !important; }
.home-page .home-process-card--blue .home-process-badge-halo-1 { background: #0b1f3c !important; }
.home-page .home-process-card--blue .home-process-badge-halo-2 { background: #0b1f3c !important; }

.home-page .home-process-card--orange .home-process-badge-core { background: #df430c !important; }
.home-page .home-process-card--orange .home-process-badge-halo-1 { background: #df430c !important; }
.home-page .home-process-card--orange .home-process-badge-halo-2 { background: #df430c !important; }

/* Text within Card */
.home-page .home-process-copy h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .home-process-copy p {
    font-size: 14px !important;
    color: #667799 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.home-page .home-process-grid-wrapper {
    position: relative !important;
    width: 100% !important;
}

.home-page .home-process-timeline-path {
    position: absolute !important;
    top: 50px !important; /* Center of the 50px badge */
    left: 0 !important;
    width: 100% !important;
    height: 100px !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
.home-page .home-process-timeline-path svg {
    width: 100% !important;
    height: 100% !important;
}

/*
 * HOT SALES SECTION (full-bleed background + dynamic tab panels)
 */
.home-page .hot-sales-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background-color: #001a4e !important;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
    background-size: 4px 4px !important;
    padding: 76px 0 94px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .hot-sales-inner {
    width: min(1280px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
}

.home-page .hot-sales-head {
    text-align: center !important;
    max-width: 980px !important;
    margin: 0 auto 34px !important;
}

.home-page .hot-sales-title {
    margin: 0 0 18px !important;
    font-size: clamp(32px, 3.2vw, 50px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 0.01em !important;
    line-height: 1.14 !important;
}

.home-page .hot-sales-desc {
    margin: 0 auto !important;
    max-width: 920px !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    line-height: 1.68 !important;
}

.home-page .hot-sales-tabs-wrap {
    margin: 0 auto 30px !important;
}

.home-page .hot-sales-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    background: rgba(6, 33, 86, 0.72) !important;
}

.home-page .hot-sales-tab {
    appearance: none !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: transparent !important;
    color: #f2f6ff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    min-height: 56px !important;
    padding: 14px 24px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    flex: 1 1 168px !important;
}

.home-page .hot-sales-tab:last-child {
    border-right: none !important;
}

.home-page .hot-sales-tab:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

.home-page .hot-sales-tab.active {
    background: #ffffff !important;
    color: #102f66 !important;
}

.home-page .hot-sales-tab:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: -2px !important;
}

.home-page .hot-sales-panel {
    width: 100% !important;
}

.home-page .hot-sales-panel[hidden] {
    display: none !important;
}

.home-page .hot-sales-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 360px)) !important;
    justify-content: center !important;
    gap: 16px !important;
}

.home-page .hot-sales-card {
    background: #ffffff !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    box-shadow: 0 14px 30px rgba(3, 17, 48, 0.24) !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
}

.home-page .hot-sales-card-media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 11 !important;
    background: linear-gradient(180deg, #f7f9fd, #edf2f8) !important;
    border-bottom: 1px solid #e7edf6 !important;
}

.home-page .hot-sales-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 16px !important;
}

.home-page .hot-sales-img-placeholder {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #4f5f77 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

.home-page .hot-sales-card-copy {
    padding: 16px 16px 18px !important;
}

.home-page .hot-sales-card-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
}

.home-page .hot-sales-brand-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #b8c4d8 !important;
    border-radius: 50% !important;
    color: #5a6b84 !important;
    font-size: 11px !important;
}

.home-page .hot-sales-model {
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #4a5f7c !important;
}

.home-page .hot-sales-price {
    margin: 0 0 10px !important;
    font-size: clamp(24px, 1.2vw, 28px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    color: #e44a0f !important;
    letter-spacing: 0 !important;
}

.home-page .hot-sales-card-title {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #0f2a52 !important;
}

.home-page .hot-sales-card-title a {
    color: inherit !important;
}

.home-page .hot-sales-card-summary {
    margin: 10px 0 0 !important;
    color: #66758f !important;
    font-size: 14px !important;
    line-height: 1.52 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.home-page .hot-sales-empty {
    padding: 26px 24px !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border: 1px dashed rgba(255, 255, 255, 0.32) !important;
    background: rgba(0, 14, 44, 0.35) !important;
}

.home-page .hot-sales-empty--global {
    max-width: 680px !important;
    margin: 0 auto !important;
}

.home-page .hot-sales-empty p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

.home-page .hot-sales-empty-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 12px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(255, 255, 255, 0.44) !important;
    color: #ffffff !important;
}

.home-page .hot-sales-empty-link:hover {
    background: rgba(255, 255, 255, 0.14) !important;
}

@media (max-width: 1100px) {
    .home-page .hot-sales-grid {
        grid-template-columns: repeat(2, minmax(0, 340px)) !important;
        justify-content: center !important;
    }
}

@media (max-width: 860px) {
    .home-page .hot-sales-section {
        padding: 56px 0 68px !important;
    }

    .home-page .hot-sales-inner {
        width: min(100% - 20px, 100%) !important;
    }

    .home-page .hot-sales-head {
        margin-bottom: 24px !important;
    }

    .home-page .hot-sales-desc {
        font-size: 14px !important;
    }

    .home-page .hot-sales-tabs {
        justify-content: stretch !important;
    }

    .home-page .hot-sales-tab {
        min-height: 48px !important;
        font-size: 14px !important;
        padding: 10px 12px !important;
        flex: 1 1 132px !important;
    }

    .home-page .hot-sales-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .home-page .hot-sales-card-copy {
        padding: 16px !important;
    }

    .home-page .hot-sales-price {
        font-size: 27px !important;
    }

    .home-page .hot-sales-card-title {
        font-size: 15px !important;
    }
}

/* 
 * COMPANY PROFILE SECTION (1.png Replica)
 */
.home-page .company-profile-section {
    padding: 100px 0 80px !important;
    background: #ffffff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .company-profile-head {
    margin-bottom: 50px !important;
}

.home-page .company-profile-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin: 0 !important;
}

.home-page .company-profile-main {
    display: flex !important;
    align-items: stretch !important;
    position: relative !important;
    gap: 40px !important;
}

.home-page .company-profile-media-left {
    flex: 0 0 350px !important;
}

.home-page .company-profile-building {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 400px !important;
}

.home-page .company-profile-building-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* The dark blue overlay on the building with dashed border */
.home-page .company-profile-building::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(11, 31, 60, 0.8) !important;
    z-index: 1 !important;
}

.home-page .company-profile-building-dashed {
    position: absolute !important;
    inset: 15px !important;
    border: 1px dashed rgba(255, 255, 255, 0.6) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.home-page .company-profile-content {
    flex: 1 1 auto !important;
    padding-top: 10px !important;
    position: relative !important;
    z-index: 5 !important;
}

.home-page .company-profile-content h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin-bottom: 20px !important;
}

.home-page .company-profile-content h3::after {
    content: ' STYLECNC' !important;
    color: #df430c !important;
}

.home-page .company-profile-content p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #667799 !important;
    margin-bottom: 50px !important;
    max-width: 650px !important;
}

.home-page .company-profile-media-right {
    position: absolute !important;
    right: -50px !important;
    bottom: 50px !important; /* Move up slightly to clear contacts */
    width: 400px !important;
    z-index: 4 !important;
    pointer-events: none !important;
}

.home-page .company-profile-staff-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Company Contact Blocks Row */
.home-page .company-contact-blocks {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #eeeeee !important;
    padding-top: 30px !important;
    margin-top: 40px !important;
    max-width: 800px !important;
}

.home-page .company-contact-block {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.home-page .company-contact-icon {
    width: 32px !important;
    height: 32px !important;
    color: #0b1f3c !important;
}

.home-page .company-contact-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.home-page .company-contact-info {
    display: flex !important;
    flex-direction: column !important;
}

.home-page .company-contact-label {
    font-size: 12px !important;
    color: #8899aa !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
}

.home-page .company-contact-value {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0b1f3c !important;
}

.home-page .company-contact-value--orange {
    color: #df430c !important;
}
.home-page .company-contact-value--blue {
    color: #3366cc !important;
}

/* 
 * BUSINESS PARTNERS SECTION 
 */
.home-page .business-partners-section {
    padding: 60px 0 100px !important;
    background: #ffffff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .business-partners-head {
    text-align: center !important;
    max-width: 900px !important;
    margin: 0 auto 50px !important;
}

.home-page .business-partners-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin-bottom: 20px !important;
}

.home-page .business-partners-desc {
    font-size: 14px !important;
    color: #667799 !important;
    line-height: 1.8 !important;
    margin-bottom: 30px !important;
}

.home-page .business-partners-divider {
    width: 100px !important;
    height: 4px !important;
    margin: 0 auto !important;
    background: linear-gradient(90deg, #0b1f3c 50%, #001a4e 50%) !important;
}

.home-page .business-partners-logos {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.home-page .business-partner-logo {
    flex: 1 1 auto !important;
    text-align: center !important;
}

.home-page .business-partner-logo img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
    filter: grayscale(100%) !important;
    opacity: 0.6 !important;
    transition: all 0.3s ease !important;
}

.home-page .business-partner-logo img:hover {
    filter: none !important;
    opacity: 1 !important;
}

/* 
 * PREMIUM REPLICATION OF COMPANY PROFILE SECTION (image copy 2.png)
 */
.home-page .company-profile-section {
    padding: 100px 0 80px;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .company-profile-head {
    margin-bottom: 50px;
}

.home-page .company-profile-title {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin: 0;
}

.home-page .company-profile-main {
    display: flex;
    position: relative;
    gap: 40px;
    margin-bottom: 50px;
}

.home-page .company-profile-media-left {
    flex: 0 0 35%; /* Fixed width for the building image */
}

.home-page .company-profile-building {
    position: relative;
    width: 100%;
    padding-top: 130%; /* Roughly matches the tall building aspect ratio */
    background: #475a6e; /* The exact slate blue overlay color */
}

/* Inner dashed line for the building */
.home-page .company-profile-building::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    z-index: 2;
    pointer-events: none;
}

.home-page .company-profile-content {
    flex: 1 1 65%;
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-page .company-profile-content h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.02em;
}

.home-page .company-profile-content h3 span {
    color: #df430c !important;
}

.home-page .company-profile-content p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #7788aa !important;
    max-width: 85%; /* Stop before the girl image */
    margin-bottom: 30px;
}

.home-page .company-profile-media-right {
    position: absolute;
    right: -40px;
    bottom: -60px; /* Overlap the contact blocks slightly */
    width: 320px;
    z-index: 5;
    pointer-events: none;
}

.home-page .company-profile-staff-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Contact Blocks Container - Full width below the main block */
.home-page .company-contact-blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #eaeaea;
    padding-top: 24px;
    width: 100%; /* Spans full width under building and text */
}

.home-page .company-contact-block {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1; /* Space evenly */
}

.home-page .company-contact-icon {
    width: 36px;
    height: 36px;
    color: #0b1f3c;
    flex-shrink: 0;
}

.home-page .company-contact-icon svg {
    width: 100%;
    height: 100%;
}

.home-page .company-contact-info {
    display: flex;
    flex-direction: column;
}

.home-page .company-contact-label {
    font-size: 11px !important;
    color: #99aabc !important;
    margin-bottom: 6px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.home-page .company-contact-value {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0b1f3c !important;
}

.home-page .company-contact-value--orange {
    color: #df430c !important;
}
.home-page .company-contact-value--blue {
    color: #3366cc !important;
}

/* 
 * PREMIUM REPLICATION OF BUSINESS PARTNERS
 */
.home-page .business-partners-section {
    padding: 20px 0 100px;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif !important;
}

.home-page .business-partners-head {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.home-page .business-partners-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    margin-bottom: 24px;
}

.home-page .business-partners-desc {
    font-size: 13px !important;
    color: #7788aa !important;
    line-height: 1.8 !important;
    margin-bottom: 35px;
}

.home-page .business-partners-divider {
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: relative;
    margin-bottom: 40px;
}

/* The dark middle line */
.home-page .business-partners-divider::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #0b1f3c;
}

.home-page .business-partners-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.home-page .business-partner-logo {
    flex: 1 1 auto;
    text-align: center;
}

.home-page .business-partner-logo img {
    max-width: 100%;
    height: auto;
    max-height: 30px; /* Target image logos are small and crisp */
    object-fit: contain;
    filter: none !important; /* The target requested full color exactly like 1.png */
    opacity: 1 !important;
}
/* Overriding previous grid layout for strict 1:1 match */
.home-page .company-profile-main {
    display: block !important;
    position: relative !important;
    margin-bottom: 20px !important; /* Spacing before contacts */
    min-height: 480px !important;
}

.home-page .company-profile-head {
    margin-bottom: 20px !important;
    text-align: left !important;
}

.home-page .company-profile-media-left {
    position: absolute !important;
    left: 0 !important;
    top: 50px !important; /* Starts below the title */
    width: 320px !important;
    height: 400px !important;
}

.home-page .company-profile-content {
    margin-left: 360px !important; /* Give space for the building */
    margin-right: 280px !important; /* Give space for the girl */
    padding-top: 50px !important; /* Align roughly with the building top */
}

.home-page .company-profile-media-right {
    position: absolute !important;
    right: 0 !important;
    top: 30px !important;
    width: 300px !important;
    bottom: auto !important;
}

.home-page .company-contact-blocks {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    border-top: 1px solid #eaeaea !important;
    padding-top: 20px !important;
    width: 100% !important; /* Full width under everything */
    gap: 0 !important;
}

.home-page .company-contact-block {
    flex: 1 1 25% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    border-right: 1px solid #eaeaea !important; /* Add dividers between contacts if any, optional */
}
.home-page .company-contact-block:last-child {
    border-right: none !important;
}

/* Company profile + partner section (target-style replica) */
.home-page .company-profile-section {
    max-width: min(1500px, calc(100% - 36px)) !important;
    padding: 72px 0 50px !important;
    background: #ffffff !important;
}

.home-page .company-profile-head {
    margin-bottom: 16px !important;
}

.home-page .company-profile-title {
    margin: 0 !important;
    font-size: clamp(40px, 3.4vw, 62px) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    color: #0b2c5f !important;
}

.home-page .company-profile-main {
    display: grid !important;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr) minmax(280px, 360px) !important;
    align-items: start !important;
    column-gap: 40px !important;
    margin-bottom: 24px !important;
}

.home-page .company-profile-media-left {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    flex: initial !important;
    width: 100% !important;
}

.home-page .company-profile-building {
    position: relative !important;
    width: 100% !important;
    padding-top: 100% !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #0a2f63 !important;
}

.home-page .company-profile-building::before {
    content: none !important;
}

.home-page .company-profile-building::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        linear-gradient(90deg, rgba(10, 34, 71, 0.62) 0 22%, rgba(10, 34, 71, 0) 55%),
        linear-gradient(180deg, rgba(11, 35, 78, 0.08), rgba(9, 30, 66, 0.32)) !important;
    z-index: 2 !important;
}

.home-page .company-profile-building-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: saturate(0.95) contrast(1.06) brightness(0.86) !important;
    z-index: 1 !important;
}

.home-page .company-profile-building-dashed {
    position: absolute !important;
    inset: 16px !important;
    border: 1px dashed rgba(255, 255, 255, 0.64) !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

.home-page .company-profile-content {
    margin: 0 !important;
    padding-top: 4px !important;
}

.home-page .company-profile-content h3 {
    margin: 0 0 14px !important;
    font-size: clamp(48px, 3.2vw, 62px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.01em !important;
    font-weight: 800 !important;
    color: #112f61 !important;
    white-space: nowrap !important;
}

.home-page .company-profile-content h3::after {
    content: none !important;
}

.home-page .company-profile-content h3 span {
    color: #ea4a11 !important;
}

.home-page .company-profile-content p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #687d9e !important;
}

.home-page .company-profile-media-right {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    pointer-events: none !important;
}

.home-page .company-profile-staff-img {
    width: min(100%, 348px) !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.home-page .company-contact-blocks {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    border-top: 1px solid #e3e7ee !important;
    margin-top: 14px !important;
    padding-top: 24px !important;
    column-gap: 0 !important;
}

.home-page .company-contact-block {
    min-height: 78px !important;
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 20px !important;
    border-right: 1px solid #e9edf4 !important;
    overflow: hidden !important;
}

.home-page .company-contact-block:last-child {
    border-right: none !important;
}

.home-page .company-contact-icon {
    width: 34px !important;
    height: 34px !important;
    color: #0e3567 !important;
}

.home-page .company-contact-label {
    margin-bottom: 4px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    color: #9aa8bf !important;
}

.home-page .company-contact-value {
    font-size: 17px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    color: #12386c !important;
    white-space: nowrap !important;
}

.home-page .company-contact-info {
    min-width: 0 !important;
}

.home-page .company-contact-value--orange {
    color: #eb4e16 !important;
}

.home-page .company-contact-value--blue {
    color: #2f63c4 !important;
}

.home-page .business-partners-section {
    max-width: min(1500px, calc(100% - 36px)) !important;
    padding: 36px 0 92px !important;
    background: #ffffff !important;
}

.home-page .business-partners-head {
    max-width: 1200px !important;
    margin: 0 auto 26px !important;
    text-align: center !important;
}

.home-page .business-partners-title {
    margin: 0 0 12px !important;
    font-size: clamp(38px, 3.1vw, 56px) !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    color: #0f2f62 !important;
}

.home-page .business-partners-desc {
    margin: 0 auto 16px !important;
    max-width: 1120px !important;
    font-size: 13px !important;
    line-height: 1.95 !important;
    color: #7d8899 !important;
}

.home-page .business-partners-divider {
    position: relative !important;
    width: 220px !important;
    height: 2px !important;
    margin: 0 auto !important;
    background: #163d78 !important;
}

.home-page .business-partners-divider::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 28px !important;
    height: 8px !important;
    background: #163d78 !important;
}

.home-page .business-partners-logos {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 18px !important;
}

.home-page .business-partner-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 76px !important;
    background: transparent !important;
}

.home-page .business-partner-logo img {
    width: 100% !important;
    max-width: 270px !important;
    max-height: 82px !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 1180px) {
    .home-page .company-profile-main {
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(220px, 280px) !important;
        column-gap: 24px !important;
    }

    .home-page .company-profile-content h3 {
        font-size: clamp(40px, 3.8vw, 52px) !important;
    }

    .home-page .company-contact-block {
        padding: 0 14px !important;
    }

    .home-page .company-contact-value {
        font-size: 16px !important;
    }

    .home-page .business-partners-logos {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .home-page .company-profile-main {
        grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
    }

    .home-page .company-profile-media-right {
        display: none !important;
    }

    .home-page .company-contact-blocks {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        row-gap: 14px !important;
    }

    .home-page .business-partners-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .home-page .company-profile-section,
    .home-page .business-partners-section {
        max-width: min(100%, calc(100% - 20px)) !important;
    }

    .home-page .company-profile-main {
        grid-template-columns: 1fr !important;
        row-gap: 16px !important;
    }

    .home-page .company-profile-media-left {
        width: min(74vw, 320px) !important;
    }

    .home-page .company-profile-content h3 {
        font-size: clamp(30px, 8vw, 42px) !important;
    }

    .home-page .company-profile-content p {
        font-size: 13px !important;
        line-height: 1.78 !important;
    }

    .home-page .company-contact-blocks {
        grid-template-columns: 1fr !important;
    }

    .home-page .company-contact-block {
        border-right: none !important;
    }

    .home-page .business-partners-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Company contact strip final tune (no overlap, target-like spacing) */
.home-page .company-profile-section {
    max-width: min(1655px, calc(100% - 24px)) !important;
}

.home-page .company-contact-blocks {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    border-top: 1px solid #dbe3ee !important;
    margin-top: 18px !important;
    padding-top: 26px !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
}

.home-page .company-contact-block {
    min-height: 104px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 12px !important;
    padding: 6px 16px !important;
    border-right: 1px solid #e4eaf3 !important;
    overflow: hidden !important;
}

.home-page .company-contact-block:last-child {
    border-right: none !important;
}

.home-page .company-contact-icon {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home-page .company-contact-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.home-page .company-contact-info {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
}

.home-page .company-contact-label {
    display: block !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    color: #93a3bb !important;
    text-transform: uppercase !important;
}

.home-page .company-contact-value {
    display: block !important;
    margin: 0 !important;
    font-size: clamp(17px, 1.05vw, 20px) !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #0f325f !important;
    letter-spacing: 0 !important;
    font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif !important;
    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.home-page .company-contact-value--orange,
.home-page .company-contact-value--blue {
    font-size: clamp(17px, 1vw, 19px) !important;
}

@media (max-width: 1380px) {
    .home-page .company-contact-block {
        padding: 6px 12px !important;
        min-height: 94px !important;
    }

    .home-page .company-contact-value {
        font-size: clamp(16px, 1.18vw, 19px) !important;
    }
}

@media (max-width: 1080px) {
    .home-page .company-profile-section {
        max-width: min(100%, calc(100% - 20px)) !important;
    }

    .home-page .company-contact-blocks {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        row-gap: 10px !important;
    }

    .home-page .company-contact-block {
        border-right: 1px solid #e4eaf3 !important;
    }

    .home-page .company-contact-block:nth-child(2n) {
        border-right: none !important;
    }
}

@media (max-width: 760px) {
    .home-page .company-contact-blocks {
        grid-template-columns: 1fr !important;
        row-gap: 8px !important;
    }

    .home-page .company-contact-block,
    .home-page .company-contact-block:nth-child(2n) {
        border-right: none !important;
        min-height: 82px !important;
        padding: 4px 8px !important;
    }

    .home-page .company-contact-value {
        font-size: clamp(17px, 5.8vw, 21px) !important;
    }
}

/* Why choose section final tune (avoid title/image overlap, align to target proportion) */
.home-page .company-profile-main {
    grid-template-columns: minmax(280px, 390px) minmax(420px, 1fr) minmax(260px, 330px) !important;
    column-gap: 24px !important;
}

.home-page .company-profile-content {
    min-width: 0 !important;
    padding-right: 8px !important;
}

.home-page .company-profile-content h3 {
    font-size: clamp(50px, 2.9vw, 60px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

.home-page .company-profile-content p {
    font-size: 14px !important;
    line-height: 1.84 !important;
}

.home-page .company-profile-media-right {
    justify-content: flex-end !important;
    align-items: center !important;
}

.home-page .company-profile-staff-img {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    object-position: right center !important;
}

@media (max-width: 1320px) {
    .home-page .company-profile-main {
        grid-template-columns: minmax(240px, 320px) minmax(360px, 1fr) minmax(210px, 270px) !important;
        column-gap: 20px !important;
    }

    .home-page .company-profile-content h3 {
        font-size: clamp(42px, 3.2vw, 52px) !important;
    }

    .home-page .company-profile-content p {
        font-size: 13px !important;
        line-height: 1.78 !important;
    }
}

@media (max-width: 1060px) {
    .home-page .company-profile-main {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
    }

    .home-page .company-profile-media-right {
        display: none !important;
    }
}
/* OVERRIDE ALL PREVIOUS TOPBAR/HEADER SETTINGS FOR 1:1 REPLICATION (image copy 2.png) */

/* 1. Reset Topbar Global Width & Position */
.site-topbar {
    background-color: transparent !important;
    border-bottom: none !important;
    overflow: visible !important;
}

/* Base Topbar inner grids should have max-width for centering */
.site-topbar-inner {
    width: min(1400px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
}

/* 2. Social Strip (Top row) */
.site-topbar-row--utility.site-social-strip {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
    min-height: 44px !important;
    padding: 0 !important;
    justify-content: space-between !important;
}

.site-social-links,
.site-utility-links {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.site-social-label {
    font-size: 14px !important;
    color: #ffffff !important;
    margin-right: 8px !important;
}

.site-social-link, 
.site-utility-link {
    color: #ffffff !important;
    opacity: 0.9 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.site-social-link:hover, 
.site-utility-link:hover {
    opacity: 1 !important;
}

.site-social-link-glyph {
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* 3. Main Contact Row */
.site-topbar-row--contact {
    height: 100px !important; /* Taller to fit large objects */
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.topbar-contact-list {
    gap: 50px !important;
}

.topbar-contact-card {
    gap: 20px !important;
}

.topbar-contact-card:first-child::after {
    height: 50px !important;
    right: -25px !important;
}

.site-topbar-badge-icon {
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

.site-topbar-badge-icon::before {
    background-size: 24px 24px !important; /* slightly larger icons */
}

.site-topbar-badge-copy .topbar-label {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: none !important; /* Reset to normal */
}
.site-topbar-badge-copy strong, 
.site-topbar-badge-copy span:not(.topbar-label), 
.site-topbar-badge-copy a {
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* 4. Search Bar centering */
.site-topbar .topbar-actions {
    flex: 1 !important;
    justify-content: flex-end !important;
}

.site-search-form {
    height: 50px !important; /* Larger search */
    margin-right: 60px !important;
}
.site-search-input {
    width: 320px !important; /* Longer search */
    font-size: 14px !important;
}
.site-search-button {
    padding: 0 30px !important;
    font-size: 16px !important;
}

/* 5. Support & Order (The tricky right section) */
.site-topbar .topbar-phone-cta {
    height: 100px !important; /* Match row height */
    padding: 0 40px 0 10px !important;
    border-radius: 50px 0 0 50px !important; /* perfectly rounded left edge */
}

/* OVERRIDE previous icon sizing to match target */
.site-topbar .topbar-phone-cta-icon {
    width: 80px !important;
    height: 80px !important;
    margin-right: 20px !important;
    box-shadow: none !important; /* We will use inner borders */
    background: #e63900 !important; /* Inner orange circle */
    border: 8px solid #ffffff !important; /* Thick white ring */
    color: #ffffff !important; /* White headset */
}

.site-topbar .topbar-phone-cta-icon svg {
    width: 40px !important;
    height: 40px !important;
}

.site-topbar .topbar-phone-cta-label {
    font-size: 15px !important;
}

.site-topbar .topbar-phone-cta-copy strong {
    font-size: 28px !important;
}

/* Halo around the entire headset circle */
.site-topbar .topbar-phone-cta-icon::before {
    background: rgba(255, 255, 255, 0.4) !important;
    /* remove pulse if static is wanted, or leave it */
}

/* 6. Fix the Main Header (White bottom bar) */
.site-header-main {
    background: #ffffff !important;
    height: 90px !important;
}

.site-header-main-inner {
    width: min(1400px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Logo */
.site-brand {
    margin-right: 50px !important;
}
.site-brand-logo {
    max-height: 45px !important; /* Bigger logo */
}

/* Nav Menu */
.site-nav {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.site-nav-list {
    display: flex !important;
    gap: 30px !important;
}

.site-nav-link {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Dropdown arrows */
.site-nav-link-indicator {
    display: none !important; /* hide default */
}
.site-nav-item--has-children > .site-nav-link::after {
    content: none !important;
    display: none !important;
}

/* Quote Button in Header */
.site-header-actions {
    display: flex !important;
    align-items: center !important;
}

.header-quote-button {
    background: #001a4e !important;
    color: #ffffff !important;
    padding: 0 40px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 2px !important;
}

/* 
 * FIX FOR TOP HEADER MENU (from image copy 2.png) 
 */
.site-shell .site-header-main-inner {
    max-width: 1400px !important;
}

.site-nav-list {
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    justify-content: center !important;
}

.site-nav-item {
    margin: 0 15px !important;
}

.site-header-main .site-brand img {
    height: 48px !important; /* Larger logo */
}

/* Nav Item Font Weights */
.site-nav-item > .site-nav-link {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    letter-spacing: 0.02em !important;
}

/* Get Free Quote Button on the right */
.site-header-actions .header-quote-button {
    background: #0b1f3c !important;
    color: #ffffff !important;
    padding: 0 30px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border-radius: 2px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Update Headset icon exact match */
.site-topbar .topbar-phone-cta-icon {
    width: 88px !important;
    height: 88px !important;
    background: #e63900 !important; /* Solid orange background */
    border: 10px solid #ffffff !important; /* Thick white ring */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) !important; /* Semi-transparent halo */
    color: #ffffff !important; /* White headset svg */
}

/* Search Input */
.site-search-input {
    width: 360px !important;
    height: 48px !important;
    border-radius: 2px 0 0 2px !important;
}
.site-search-button {
    height: 48px !important;
    border-radius: 0 2px 2px 0 !important;
}

/* 
 * CRITICAL 1:1 REPLICATION OF TOPBAR/HEADER ALIGNMENT (image copy 2.png) 
 */

/* Container centering */
.site-header-inner,
.site-header-main-inner,
.home-header-inner {
    max-width: 1400px !important;
    width: min(1400px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
}

/* Make nav list centered correctly */
.nav-list {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
}

.nav-item > .nav-link {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    letter-spacing: 0.02em !important;
}

/* Nav Item Dropdown arrow */
.nav-link-indicator {
    display: none !important;
}
.nav-item > .nav-link::after {
    content: none !important;
    display: none !important;
}
.nav-item > .nav-link[href='/en/products']::after,
.nav-item > .nav-link[href='/en/contact']::after,
.nav-item > .nav-link[href='/en/articles']::after {
    content: none !important; /* Some don't have arrows, but assuming all do except contact based on target */
}

/* Logo */
.brand-logo {
    max-height: 48px !important;
}

/* "GET FREE QUOTE" button styling */
.site-header-tools .quote-button--nav {
    background: #0b1f3c !important;
    color: #ffffff !important;
    padding: 0 35px !important;
    height: 52px !important;
    line-height: 52px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border-radius: 0 !important; /* Match straight edges */
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Topbar headset icon */
.site-topbar .topbar-phone-cta-icon {
    width: 80px !important;
    height: 80px !important;
    background: #e63900 !important; /* Inner orange circle */
    border: 8px solid #ffffff !important; /* Thick white ring */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) !important; /* Halo */
    color: #ffffff !important; /* White headset svg */
}
.site-topbar .topbar-phone-cta-icon svg {
    color: #ffffff !important; 
    fill: #ffffff !important;
}
.site-topbar .topbar-phone-cta-copy strong {
    font-size: 32px !important;
    font-weight: 800 !important;
}

/* 
 * ULTIMATE 1:1 STYLECNC HEADER REPLICATION 
 * Overriding all home-tail grids!
 */

/* 1. Topmost Social / Utility Strip */
.home-page .site-social-strip {
    width: min(1360px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.home-page .site-social-links,
.home-page .site-utility-links {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}
.home-page .site-social-label {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.home-page .site-social-link-glyph {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: normal !important;
}

/* 2. Main Contact / Search / CTA Strip */
.home-page .home-header-contact-row {
    width: min(1360px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    min-height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

/* Left side: Time and Mail */
.home-page .topbar-contact-list {
    display: flex !important;
    gap: 40px !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}
.home-page .topbar-contact-card {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    position: relative !important;
}
.home-page .topbar-contact-card:first-child::after {
    content: '' !important;
    position: absolute !important;
    right: -20px !important;
    height: 40px !important;
    width: 1px !important;
    background: rgba(255, 255, 255, 0.1) !important;
}
.home-page .site-topbar-badge-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.1) !important;
}
.home-page .site-topbar-badge-copy .topbar-label,
.home-page .site-topbar-badge-copy strong,
.home-page .site-topbar-badge-copy span,
.home-page .site-topbar-badge-copy a {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Middle: Search Bar */
.home-page .topbar-actions {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 40px !important;
}
.home-page .site-search-form {
    display: flex !important;
    width: 100% !important;
    max-width: 450px !important;
    height: 44px !important;
    background: transparent !important;
}
.home-page .site-search-input {
    flex: 1 1 auto !important;
    background: #fff !important;
    border: none !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    color: #333 !important;
}
.home-page .site-search-button {
    background: #e63900 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 35px !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

/* Right side: Phone CTA Box */
.home-page .topbar-phone-cta {
    display: flex !important;
    align-items: center !important;
    height: 64px !important; /* It's a block, not full height */
    background: #e63900 !important;
    padding: 0 30px 0 10px !important; /* right padding, tight left */
    text-decoration: none !important;
    
    /* Bleed to the right edge */
    margin-right: calc(50% - 50vw) !important;
    padding-right: calc(50vw - 50% + 30px) !important;
    
    border-radius: 0 !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 10 !important;
}
.home-page .topbar-phone-cta-icon {
    width: 72px !important;
    height: 72px !important;
    background: #e63900 !important; /* Orange core */
    border: 6px solid #ffffff !important; /* Thick white stroke */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    
    /* Make it overlap the left edge of the red box perfectly */
    position: absolute !important;
    left: -36px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.15) !important; /* Halo */
}
.home-page .topbar-phone-cta-icon svg {
    width: 32px !important;
    height: 32px !important;
    color: #fff !important;
}

.home-page .topbar-phone-cta-copy {
    display: flex !important;
    flex-direction: column !important;
    margin-left: 50px !important; /* Make room for the overlapping icon */
}
.home-page .topbar-phone-cta-label {
    font-size: 13px !important;
    color: #fff !important;
}
.home-page .topbar-phone-cta-copy strong {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #fff !important;
}

/* 3. Bottom White Header Row */
.home-page .site-header-main-inner,
.home-page .home-header-inner,
.home-page .site-header-inner.home-header-inner.home-header-inner--reference-roomier {
    /* BREAK THE GRID */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: min(1360px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    height: 90px !important;
    min-height: 90px !important;
}

.home-page .site-header-brand-lockup {
    flex: 0 0 auto !important;
}
/* Ensure logo uses natural size */
.home-page .home-header-inner .brand-logo--home-reference {
    width: auto !important;
    max-width: none !important;
    height: 48px !important;
    max-height: 48px !important;
}

.home-page .site-main-nav {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
}
.home-page .nav-list {
    display: flex !important;
    gap: 36px !important;
    align-items: center !important;
}
.home-page .nav-item > .nav-link {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0b1f3c !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
}
.home-page .nav-link-indicator {
    display: none !important;
}
/* Dropdown arrows */
.home-page .nav-item:nth-child(1) > .nav-link::after,
.home-page .nav-item:nth-child(3) > .nav-link::after,
.home-page .nav-item:nth-child(5) > .nav-link::after {
    content: none !important;
    display: none !important;
}

.home-page .site-header-tools {
    flex: 0 0 auto !important;
}
.home-page .header-quote-button {
    background: #0b1f3c !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 0 35px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 2px !important;
}
/* ==================================================================== */
/* ONLY FOR THE CLOCK AND MAIL SECTION (MATCHING 3.PNG)                 */
/* ==================================================================== */

/* 1. The Container and Gap */
html body.home-page .topbar-contact-list {
    --topbar-contact-divider-track: 56px;
    --topbar-contact-divider-shift: 20px;
    display: grid !important;
    grid-template-columns: max-content var(--topbar-contact-divider-track) max-content;
    align-items: center !important;
    column-gap: 0 !important;
}

html body.home-page .topbar-contact-card {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    position: relative !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* REMOVE the vertical divider line as it is not in 3.png */
html body.home-page .topbar-contact-card:first-child::after,
html body.home-page .topbar-contact-card:first-child::before {
    display: none !important;
}

html body.home-page .topbar-contact-divider {
    display: block !important;
    width: 1px !important;
    height: 50px !important;
    align-self: center !important;
    justify-self: center !important;
    transform: translateX(var(--topbar-contact-divider-shift)) !important;
    background: rgba(255, 255, 255, 0.32) !important;
}

/* 2. The Circle Badge */
html body.home-page .site-topbar-badge-icon {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important; /* The thin white border from 3.png */
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%) !important; /* The solid/gradient blue filling */
    border-radius: 50% !important; /* Perfect circle */
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1) !important;
}

/* The inner SVG icons (Clock and Envelope) */
html body.home-page .site-topbar-badge-icon--time::before {
    content: '' !important;
    position: absolute !important;
    width: 22px !important; /* Sized appropriately inside the 48px circle */
    height: 22px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E") center/contain no-repeat !important;
    z-index: 5 !important;
    display: block !important;
}

html body.home-page .site-topbar-badge-icon--mail::before {
    content: '' !important;
    position: absolute !important;
    width: 22px !important;
    height: 22px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='20' height='16' rx='2' ry='2'/%3E%3Cpath d='M22 6l-10 7L2 6'/%3E%3C/svg%3E") center/contain no-repeat !important;
    z-index: 5 !important;
    display: block !important;
}

/* 3. The Animated Pulsing Halo (Behind the circle) */
@keyframes pulseHalo3PNG {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
}

html body.home-page .site-topbar-badge-icon::after {
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 50% !important;
    z-index: -1 !important; /* BEHIND the circle */
    animation: pulseHalo3PNG 2.5s infinite ease-out !important; /* The requested animation */
    display: block !important;
    pointer-events: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* 4. Typography Adjustments */
html body.home-page .site-topbar-badge-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

html body.home-page .site-topbar-badge-copy .topbar-label {
    font-size: 13px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    opacity: 0.95 !important;
    margin-bottom: 2px !important;
    line-height: 1.1 !important;
    text-transform: none !important;
}

html body.home-page .site-topbar-badge-copy strong,
html body.home-page .site-topbar-badge-copy span:not(.topbar-label),
html body.home-page .site-topbar-badge-copy a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
}

/* 2026-06-02: the divider is a dedicated grid column, not a card pseudo element. */
html body.home-page .site-topbar--home .topbar-contact-card:first-child::after {
    content: none !important;
    display: none !important;
}

html body.home-page .site-topbar--home .topbar-contact-card:first-child::before {
    display: none !important;
}

/* ==================================================================== */
/* ARTICLE DETAIL PAGE (REFERENCE-STYLE REFINEMENT)                     */
/* ==================================================================== */
.article-detail-main--reference {
    background: linear-gradient(180deg, #f3f6fa 0%, #eef3f8 100%);
    padding-bottom: 56px;
}

.article-detail-main--reference .article-detail-header--reference {
    padding: 24px 0 10px;
}

.article-detail-main--reference .article-detail-header-inner {
    width: min(1300px, calc(100% - 40px));
    margin: 0 auto;
    padding: 26px 30px 24px;
    border: 1px solid #d8e1eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 32, 54, 0.06);
}

.article-detail-main--reference .article-detail-breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
    color: #73839a;
}

.article-detail-main--reference .article-detail-breadcrumb a {
    color: #245f96;
}

.article-detail-main--reference .article-detail-channel {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #c8d8ea;
    background: #eef5fb;
    color: #275d8d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.article-detail-main--reference .article-detail-title {
    margin: 0 0 12px;
    color: #10233b;
    font-size: clamp(34px, 3vw, 46px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 900;
}

.article-detail-main--reference .article-detail-excerpt {
    margin: 18px 0 0;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 22px clamp(22px, 3vw, 46px);
    border: 1px solid #d9e3ee;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #4f6075;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    box-shadow: 0 14px 32px rgba(9, 26, 52, 0.06);
}

.article-detail-main--reference .article-detail-meta-row {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f6f84;
    font-size: 13px;
    font-weight: 700;
}

.article-detail-main--reference .article-detail-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #90a1b6;
}

.article-detail-main--reference .article-detail-stage--reference {
    padding: 10px 0 0;
}

.article-detail-main--reference .article-detail-layout--reference {
    width: min(1300px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 20px;
    align-items: start;
}

.article-detail-main--reference .article-detail-card--reference {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.article-detail-main--reference .article-detail-cover {
    margin: 0;
    border-bottom: 1px solid #d9e3ef;
}

.article-detail-main--reference .article-detail-cover-image {
    min-height: 332px;
    background:
        linear-gradient(180deg, rgba(8, 23, 39, 0.14), rgba(8, 23, 39, 0.38)),
        url("https://www.stylecnc.com/assets/img/hero-img/laser-engraving.webp") center/cover no-repeat;
}

.article-detail-main--reference img.article-detail-cover-image {
    display: block;
    width: 100%;
    min-height: 0;
    height: clamp(320px, 36vw, 460px);
    object-fit: cover;
    background: #eef3f8;
}

.content-list-card-media {
    display: block;
    margin-bottom: 18px;
    border-radius: 10px;
    overflow: hidden;
    background: #eef3f8;
}

.content-list-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.content-list-card-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    padding: 24px;
    background: linear-gradient(135deg, #eff4f9, #dbe5ef);
    color: #24384d;
    text-align: center;
}

.page-detail-main .detail-card.article-detail-card--reference {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 30px 34px;
}

.page-detail-hero {
    padding: 54px 0 24px;
    background:
        linear-gradient(180deg, rgba(9, 30, 66, 0.92), rgba(9, 30, 66, 0.78)),
        radial-gradient(circle at top right, rgba(242, 139, 36, 0.26), rgba(242, 139, 36, 0) 34%);
}

.page-detail-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.page-detail-breadcrumb,
.page-detail-breadcrumb a,
.page-detail-breadcrumb span {
    color: rgba(255, 255, 255, 0.72);
}

.page-detail-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #f7c98f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-detail-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 900;
}

.page-detail-summary {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.85;
}

.page-detail-section {
    padding: 34px 0 54px;
}

.page-detail-article {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 36px 40px;
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.article-detail-main--reference .article-rich-text {
    padding: 28px 30px 34px;
    border-top: 0;
}

.article-detail-main--reference .article-rich-text,
.article-detail-main--reference .article-rich-text p,
.article-detail-main--reference .article-rich-text li {
    font-size: 17px;
    color: #2f4054;
    line-height: 1.9;
}

.article-detail-main--reference .article-rich-text h1,
.article-detail-main--reference .article-rich-text h2,
.article-detail-main--reference .article-rich-text h3,
.article-detail-main--reference .article-rich-text h4 {
    margin-top: 22px;
    margin-bottom: 12px;
    color: #132842;
    font-weight: 900;
    line-height: 1.36;
}

.article-detail-main--reference .article-rich-text h2 {
    font-size: clamp(25px, 2vw, 32px);
}

.article-detail-main--reference .article-rich-text h3 {
    font-size: clamp(20px, 1.5vw, 25px);
}

.article-detail-main--reference .article-rich-text blockquote {
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #2f70aa;
    border-radius: 4px;
    background: #eef5fc;
    color: #385374;
}

.article-detail-main--reference .article-detail-sidebar--reference {
    position: static;
    top: auto;
    display: grid;
    gap: 16px;
}

.article-detail-main--reference .article-sidebar-panel {
    padding: 22px 20px 20px;
    border-radius: 4px;
    border: 1px solid #d8e2ee;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(20, 34, 52, 0.06);
}

.article-detail-main--reference .article-sidebar-title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4eaf1;
    color: #10263f;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.article-detail-main--reference .article-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0;
}

.article-detail-main--reference .article-sidebar-empty {
    margin: 0;
    color: #5a6b82;
    font-size: 13px;
    line-height: 1.75;
}

.article-detail-main--reference .article-sidebar-trending-link {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e6edf5;
    text-decoration: none;
}

.article-detail-main--reference .article-sidebar-trending li:first-child .article-sidebar-trending-link {
    padding-top: 4px;
}

.article-detail-main--reference .article-sidebar-trending li:last-child .article-sidebar-trending-link {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-detail-main--reference .article-sidebar-trending-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.article-detail-main--reference .article-sidebar-trending-link-title {
    margin: 0;
    color: #1a3350;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    transition: color 0.2s ease;
}

.article-detail-main--reference .article-sidebar-trending-copy small {
    color: #71839b;
    font-size: 12px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-detail-main--reference .article-sidebar-trending-link:hover .article-sidebar-trending-link-title {
    color: #d12e2f;
}

.article-detail-main--reference .article-sidebar-catalog-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 0 2px;
    border-bottom: 1px solid #e6edf5;
    color: #1f3a59;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-detail-main--reference .article-sidebar-catalog li:last-child .article-sidebar-catalog-link {
    border-bottom: 0;
}

.article-detail-main--reference .article-sidebar-catalog-link:hover {
    color: #d12e2f;
}

.article-detail-main--reference .article-sidebar-catalog-link::after {
    content: '›';
    color: #8093ac;
    font-size: 18px;
    line-height: 1;
}

.article-detail-main--reference .article-sidebar-solution {
    background: #f4f7fb;
    border-color: #d6e0ec;
}

.article-detail-main--reference .article-sidebar-hint {
    margin: 0 0 14px;
    color: #61748d;
    font-size: 13px;
    line-height: 1.72;
}

.article-detail-main--reference .article-solution-form {
    display: grid;
    gap: 12px;
}

.article-detail-main--reference .article-solution-field-grid {
    display: grid;
    gap: 10px;
}

.article-detail-main--reference .article-solution-label {
    display: grid;
    gap: 6px;
}

.article-detail-main--reference .article-solution-label > span {
    color: #264665;
    font-size: 12px;
    font-weight: 800;
}

.article-detail-main--reference .article-solution-input,
.article-detail-main--reference .article-solution-textarea {
    width: 100%;
    border: 1px solid #c8d5e5;
    border-radius: 3px;
    background: #ffffff;
    color: #1c3553;
    font-size: 13px;
    line-height: 1.5;
    padding: 11px 12px;
    box-sizing: border-box;
}

.article-detail-main--reference .article-solution-input:focus,
.article-detail-main--reference .article-solution-textarea:focus {
    outline: none;
    border-color: #4a78a5;
    box-shadow: 0 0 0 2px rgba(74, 120, 165, 0.14);
}

.article-detail-main--reference .article-solution-select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #6983a1 50%),
        linear-gradient(135deg, #6983a1 50%, transparent 50%);
    background-position:
        calc(100% - 16px) calc(50% - 3px),
        calc(100% - 11px) calc(50% - 3px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 32px;
}

.article-detail-main--reference .article-solution-textarea {
    min-height: 96px;
    resize: vertical;
}

.article-detail-main--reference .article-solution-submit {
    width: 100%;
    justify-content: center;
    min-height: 46px;
    border-radius: 3px;
    background: #15385a;
    border-color: #15385a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.article-detail-main--reference .article-solution-submit:hover {
    background: #0f2d49;
    border-color: #0f2d49;
}

.article-detail-main--reference .article-solution-feedback {
    margin: 0;
    font-size: 12px;
    color: #65768a;
}

.article-detail-main--reference .article-solution-feedback.is-success {
    color: #1f7a4d;
}

.article-detail-main--reference .article-solution-feedback.is-error {
    color: #ad2d2d;
}

@media (max-width: 1160px) {
    .article-detail-main--reference .article-detail-layout--reference {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-detail-main--reference .article-detail-sidebar--reference {
        position: static;
        top: auto;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .article-detail-main--reference .article-detail-header-inner,
    .article-detail-main--reference .article-detail-layout--reference {
        width: min(100%, calc(100% - 20px));
    }

    .article-detail-main--reference .article-detail-header-inner {
        padding: 18px 16px 16px;
    }

    .article-detail-main--reference .article-detail-title {
        font-size: clamp(25px, 7vw, 34px);
    }

    .article-detail-main--reference .article-detail-excerpt,
    .article-detail-main--reference .article-rich-text,
    .article-detail-main--reference .article-rich-text p,
    .article-detail-main--reference .article-rich-text li {
        font-size: 15px;
    }

    .article-detail-main--reference .article-detail-cover-image {
        min-height: 210px;
    }

    .article-detail-main--reference .article-rich-text {
        padding: 18px 16px 22px;
    }

    .article-detail-main--reference .article-sidebar-panel {
        padding: 16px 14px;
    }
}

/* ==================================================================== */
/* ARTICLE SIDEBAR REPLICATION (1.png, 2.png, 3.png)                    */
/* ==================================================================== */

.article-detail-sidebar--reference {
    position: static;
    top: auto;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    padding-right: 0;
}

.article-sidebar-panel {
    border: 1px solid #e1e6ed !important;
    background: #ffffff !important;
    padding: 0 !important; /* We will handle padding per section */
    box-shadow: none !important; /* Flat design */
}

.article-sidebar-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* ---------------------------------------------------- */
/* 1.png: TRENDING TOPICS                               */
/* ---------------------------------------------------- */
.article-sidebar-trending {
    border-top: 3px solid #002b5e !important; /* Thick blue top border */
}
.article-sidebar-trending .article-sidebar-title {
    color: #002b5e !important;
    padding: 20px 20px 10px 20px !important;
}

.article-sidebar-trending .article-sidebar-list {
    list-style: none !important;
    padding: 0 20px 20px 20px !important;
    margin: 0 !important;
}

.article-sidebar-trending .article-sidebar-list li {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 15px 0 !important;
}
.article-sidebar-trending .article-sidebar-list li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.article-sidebar-trending-link {
    display: flex !important;
    gap: 15px !important;
    text-decoration: none !important;
    align-items: flex-start !important;
}

.article-sidebar-trending-img-wrap {
    flex: 0 0 80px !important;
    height: 60px !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
}

.article-sidebar-trending-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.article-sidebar-trending-copy {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    flex: 1 !important;
}

.article-sidebar-trending-link-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #002b5e !important;
    line-height: 1.3 !important;
}
.article-sidebar-trending-link:hover .article-sidebar-trending-link-title {
    color: #e63900 !important;
}

.article-sidebar-date {
    font-size: 12px !important;
    color: #888888 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}
.article-sidebar-date svg {
    width: 12px !important;
    height: 12px !important;
}

/* ---------------------------------------------------- */
/* 2.png: CNC MACHINE CATALOG                           */
/* ---------------------------------------------------- */
.article-sidebar-catalog {
    border: 2px solid #e63900 !important; /* Thick red border */
}

.article-sidebar-catalog .article-sidebar-title {
    color: #002b5e !important;
    padding: 20px 20px 10px 20px !important;
}

.article-sidebar-catalog .article-sidebar-list {
    list-style: none !important;
    padding: 0 20px 20px 20px !important;
    margin: 0 !important;
}

.article-sidebar-catalog .article-sidebar-list li {
    margin-bottom: 10px !important;
}
.article-sidebar-catalog .article-sidebar-list li:last-child {
    margin-bottom: 0 !important;
}

.article-sidebar-catalog-link {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 12px 15px !important;
    text-decoration: none !important;
    border: 1px solid #e1e6ed !important;
    color: #555555 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}
.article-sidebar-catalog-link:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    border-color: #002b5e !important;
    color: #002b5e !important;
}

.article-sidebar-catalog-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background: #002b5e !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
}
.article-sidebar-catalog-icon svg {
    width: 14px !important;
    height: 14px !important;
}

/* ---------------------------------------------------- */
/* 3.png: GET EASY SOLUTIONS FORM                       */
/* ---------------------------------------------------- */
.article-sidebar-solution {
    background-color: #001a4e !important;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) !important;
    background-size: 4px 4px !important;
    border: none !important;
    padding: 25px !important;
}

.article-sidebar-solution .article-sidebar-title {
    color: #ffffff !important;
    font-size: 20px !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.article-solution-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.article-solution-field-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.article-solution-input,
.article-solution-select,
.article-solution-textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important; /* Square inputs */
    background: #ffffff !important;
    color: #333333 !important;
    box-sizing: border-box !important;
}

.article-solution-textarea {
    resize: none !important;
}

/* Specific placeholder colors for contrast */
.article-solution-input::placeholder,
.article-solution-textarea::placeholder {
    color: #888888 !important;
}

.article-solution-submit {
    width: 100% !important;
    padding: 15px !important;
    background: #ffffff !important;
    color: #002b5e !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}
.article-solution-submit:hover {
    background: #f0f0f0 !important;
}

/* ==================================================================== */
/* OVERRIDING 2.PNG (CNC MACHINE CATALOG) TO MATCH NEW TARGET           */
/* ==================================================================== */

/* Remove the red border the user said not to replicate */
.article-sidebar-catalog {
    border: none !important; 
    border-top: 3px solid #f0f0f0 !important; /* Adding a subtle border if needed, or maybe none */
    padding: 0 !important;
}

.article-sidebar-catalog .article-sidebar-title {
    color: #002b5e !important;
    padding: 20px 20px 10px 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    margin-bottom: 15px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.article-sidebar-catalog .article-sidebar-list {
    list-style: none !important;
    padding: 0 20px 20px 20px !important;
    margin: 0 !important;
}

.article-sidebar-catalog .article-sidebar-list li {
    margin-bottom: 10px !important;
}
.article-sidebar-catalog .article-sidebar-list li:last-child {
    margin-bottom: 0 !important;
}

/* Remove folder icon, redesign to plain text with right arrow */
.article-sidebar-catalog-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* Pushes text to left, arrow to right */
    padding: 15px 15px !important;
    text-decoration: none !important;
    border: 1px solid #e1e6ed !important;
    background: #ffffff !important;
    color: #475569 !important; /* Darker gray/blue */
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 2px !important;
    transition: all 0.2s ease !important;
}
.article-sidebar-catalog-link:hover {
    border-color: #002b5e !important;
    color: #002b5e !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

/* Hide the blue folder completely */
.article-sidebar-catalog-icon {
    display: none !important;
}

.article-sidebar-catalog-text {
    flex: 1 !important; /* Take up available space */
}

/* Inject the right arrow (>) */
.article-sidebar-catalog-link::after {
    content: '' !important;
    display: block !important;
    width: 6px !important;
    height: 10px !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") center/contain no-repeat !important;
    transition: transform 0.2s ease !important;
}

/* Hover state for arrow (turns blue, maybe shifts slightly) */
.article-sidebar-catalog-link:hover::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23002b5e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") center/contain no-repeat !important;
    transform: translateX(3px) !important;
}

/* Chinese typography unification: use a consistent CJK-friendly stack for the zh site (language code keeps ja for compatibility). */
html[lang="ja"] body,
html[lang="ja"] body * {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", "WenQuanYi Micro Hei", sans-serif !important;
}
