.border-left-orange {
    border-left: 4px solid #f37932;
    padding-left: 16px;
}

.font-16 {
    font-size: 16px;
}

.dcv3-tagline-orange {
    margin: 0 0 12px;
    color: #F37932;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.max-width-48-rem {
    max-width: 48rem;
}

.banner-inner img {
    height: auto;
}

/* ACF-based services section (normal CSS conversion of provided HTML) */
.dcv3-services-section {
    background: #fff;
    padding: 96px 0 60px;
}

.dcv3-services-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 64px;
}

.dcv3-services-main {
    min-width: 0;
}

/* ACF-based services section */

.dcv3-services-title {
    margin: 0 0 24px;
    color: #121826;
    font-size: 34px;
    line-height: 1.2;
    border-left: 4px solid #f37932;
    padding-left: 16px;
    font-weight: 700;
}

.dcv3-services-description {
    color: #68758a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 26px;
}

.dcv3-services-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 24px;
}

.dcv3-services-stat-item {
    background: #fff;
    text-align: center;
    padding: 16px 14px;
}

.dcv3-services-stat-number {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #111827;
}

.dcv3-services-stat-label {
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.dcv3-services-highlight-title {
    margin: 0 0 12px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: 0;
}

.dcv3-services-highlight-copy,
.dcv3-services-highlight-copy p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.dcv3-services-highlight-copy {
    margin-bottom: 20px;
}

.dcv3-services-highlight-copy p:last-child {
    margin-bottom: 0;
}

.dcv3-services-tag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 34px;
    margin-top: 34px;
}

.dcv3-services-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: #fff6ef;
    border: 1px solid #ffd8bc;
    border-radius: 999px;
    color: #f37932;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dcv3-services-comparison-head {
    margin-bottom: 14px;
}

.dcv3-services-comparison-tagline {
    margin: 0 0 4px;
    color: #143980;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.dcv3-services-comparison-title {
    margin: 0;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.dcv3-services-side {
    min-width: 0;
}

.dcv3-services-sidebar-card {
    background: #f5f5f7;
    padding: 20px;
    border-radius: 2px;
}

.dcv3-services-sidebar-tagline {
    margin: 0 0 8px;
    color: #111827;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dcv3-services-sidebar-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.dcv3-services-sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dcv3-services-sidebar-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #111827;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dcv3-services-sidebar-links li a:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.dcv3-services-link-arrow {
    font-size: 14px;
    line-height: 1;
}

.dcv3-services-featured-parts {
    margin-top: 24px;
}

.dcv3-services-featured-parts-mobile {
    display: none;
}

/* Customers ticker section (plain CSS conversion) */
.dcv3-customers-ticker-section {
    background: #0d1f3c;
    padding: 56px 0;
    overflow: hidden;
}

.dcv3-customers-head {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 32px;
}

/* Customers ticker section */

.dcv3-customers-title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}

.dcv3-customers-underline {
    width: 48px;
    height: 3px;
    background: #f37932;
    margin: 16px auto 0;
}

.dcv3-customers-ticker-wrap {
    position: relative;
    overflow: hidden;
}

.dcv3-customers-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 96px;
    z-index: 2;
    pointer-events: none;
}

.dcv3-customers-fade-left {
    left: 0;
    background: linear-gradient(to right, #0d1f3c 0%, rgba(13, 31, 60, 0) 100%);
}

.dcv3-customers-fade-right {
    right: 0;
    background: linear-gradient(to left, #0d1f3c 0%, rgba(13, 31, 60, 0) 100%);
}

.dcv3-logo-ticker {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: dcv3LogoTicker 55s linear infinite;
    will-change: transform;
}

.dcv3-logo-ticker-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 32px;
}

.dcv3-logo-ticker-img {
    height: 48px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.dcv3-logo-ticker-item:hover .dcv3-logo-ticker-img {
    opacity: 1;
}

.dcv3-customers-ticker-wrap:hover .dcv3-logo-ticker {
    animation-play-state: paused;
}

@keyframes dcv3LogoTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Comparison table styles for Die Casting V3 */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

/* Card Base */
.card {
    border-radius: 4px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.card-default {
    border: 1px solid #e5e7eb;
}

.card-highlight {
    border: 1px solid rgba(243, 121, 50, 0.4);
}

/* Header */
.card-header {
    padding: 12px 20px;
}

.card-header p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.card-header.gray {
    background-color: #f3f4f6;
    color: #9ca3af;
}

.card-header.orange {
    background-color: #fff7ed;
    color: #f37932;
}

/* List */
.card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #f3f4f6;
    font-size: 18px;
    line-height: 1.4;
}

.card-highlight .card-list li {
    color: #374151;
}

/* Icons */
.icon {
    font-weight: bold;
    margin-top: 2px;
}

.icon.cross {
    color: #d1d5db;
}

.icon.tick {
    color: #f37932;
}

/* Industries strip section handled below */



/* â”€â”€ V3 Feature Cards (2000+ Parts section) â”€â”€ */
.dcv3-feature-cards-section {
    background: #F5F5F7;
    padding: 80px 0;
}

.dcv3-feature-cards-intro {
    margin-bottom: 56px;
}

.dcv3-feature-cards-intro .dcv3-tagline {
    margin-bottom: 12px;
}

.dcv3-feature-cards-intro h2 {
    color: #111827;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.dcv3-title-bottom-underline {
    display: block;
    width: 64px;
    height: 4px;
    background: #F37932;
    margin: 20px 0 24px;
}

.dcv3-feature-cards-intro-desc {
    color: #4B5563;
    font-size: 15px;
    line-height: 1.65;
    max-width: 860px;
    margin: 0;
}

.dcv3-feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.dcv3-feature-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    padding: 32px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dcv3-feature-card:hover {
    border-color: #F37932;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dcv3-feature-card-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(243, 121, 50, 0.1);
    border-radius: 2px;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.dcv3-feature-card:hover .dcv3-feature-card-icon-wrap {
    background: rgba(243, 121, 50, 0.2);
}

.dcv3-feature-card-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(51%) sepia(75%) saturate(700%) hue-rotate(345deg) brightness(100%) contrast(95%);
}

.dcv3-feature-card-title {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.dcv3-feature-card-desc {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Global sourcing strategy section */
.dcv3-global-sourcing-section {
    overflow: hidden;
}

.dcv3-global-sourcing-layout {
    display: flex;
    flex-direction: row;
}

.dcv3-global-sourcing-content {
    width: 40%;
    background: #0D1F3C;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Consolidated tagline styles */

.dcv3-global-sourcing-meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.dcv3-global-sourcing-meta-line {
    width: 32px;
    height: 1px;
    background: #F37932;
}

.dcv3-global-sourcing-meta-text {
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.dcv3-global-sourcing-cards-wrap {
    width: 60%;
    background: #F5F5F7;
    padding: 16px 40px;
    display: flex;
    align-items: center;
}

.dcv3-global-sourcing-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dcv3-global-country-card {
    background: #fff;
    border-top: 4px solid #F37932;
    border-radius: 2px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}

.dcv3-global-country-card.is-blue {
    border-top-color: #1D4681;
}

.dcv3-global-country-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.dcv3-global-country-flag {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.dcv3-global-country-flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dcv3-global-country-name {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

/* Global country cards */

/* FAQ section */

/* FAQ section */
.dcv3-faq-section {
    background: #fff;
    border-top: 1px solid #f3f4f6;
}

.dcv3-faq-top-bar {
    height: 6px;
    background: linear-gradient(to right, #F37932 0%, #1D4681 50%, #F37932 100%);
}

.dcv3-faq-inner {
    width: 100%;
    padding: 80px 32px;
}

.dcv3-faq-head {
    text-align: center;
    margin: 0 auto 56px;
}

/* FAQ section */

.dcv3-faq-title {
    margin: 0;
    color: #111827;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.25;
}

.dcv3-faq-head-divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.dcv3-faq-head-line {
    width: 64px;
    height: 1px;
    background: #e5e7eb;
}

.dcv3-faq-head-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #F37932;
}

.dcv3-faq-list {
    margin: 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
}

.dcv3-faq-item+.dcv3-faq-item {
    border-top: 1px solid #e5e7eb;
}

.dcv3-faq-question-wrap {
    margin: 0;
}

.dcv3-faq-question {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    transition: background-color 0.2s ease;
}

.dcv3-faq-question-main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.dcv3-faq-number {
    width: 28px;
    flex-shrink: 0;
    color: #F37932;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.dcv3-faq-question-text {
    color: #111827;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
}

.dcv3-faq-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
}

.dcv3-faq-chevron::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #F37932;
    border-bottom: 2px solid #F37932;
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
}

.dcv3-faq-question.collapsed .dcv3-faq-chevron::before {
    transform: rotate(45deg);
}

.dcv3-faq-answer {
    background: #fff;
}

.dcv3-faq-answer-inner {
    padding: 0 24px 22px 68px;
    font-size: 16px;
    line-height: 1.7;
}

.dcv3-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/* Industries strip section */
.dcv3-industries-strip-section {
    background: #0D1F3C;
    overflow: hidden;
}

.dcv3-industries-strip-head {
    text-align: center;
    padding: 64px 32px 40px;
}

.dcv3-industries-strip-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.dcv3-industries-strip-divider {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 1px;
    margin: 20px auto 0;
}

.dcv3-industries-strip-divider-line,
.dcv3-industries-strip-divider-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(243, 121, 50, 0), rgba(243, 121, 50, 0.8), rgba(243, 121, 50, 0));
}

.dcv3-industries-strip-divider-glow {
    filter: blur(3px);
    opacity: 0.6;
}

.dcv3-industries-strip-intro {
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.dcv3-industries-strip-cards {
    display: flex;
    min-height: 460px;
}

.dcv3-industries-strip-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: flex-grow 0.45s ease-in-out;
}

.dcv3-industries-strip-cards:has(.dcv3-industries-strip-card:hover) .dcv3-industries-strip-card {
    flex-grow: 0.82;
}

/* Fallback state for browsers without :has support, driven by JS class toggles */
.dcv3-industries-strip-cards.is-card-hovering .dcv3-industries-strip-card {
    flex-grow: 0.82;
}

.dcv3-industries-strip-card:last-child {
    border-right: 0;
}

.dcv3-industries-strip-card-bg,
.dcv3-industries-strip-card-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dcv3-industries-strip-card-bg-img {
    object-fit: cover;
    transition: transform 0.7s ease;
}

.dcv3-industries-strip-card-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, rgba(13, 31, 60, 0.97) 58%, rgba(13, 31, 60, 0.84) 100%);  */
    background: linear-gradient(to top, rgb(13 31 60 / 55%) 58%, rgba(13, 31, 60, 0.84) 100%);
    transition: background 0.35s ease;
}

.dcv3-industries-strip-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #F37932;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.dcv3-industries-strip-basic-icon {
    position: absolute;
    left: 20px;
    bottom: 72px;
    z-index: 3;
    width: 24px;
    height: 24px;
}

.dcv3-industries-strip-card-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(1160%) hue-rotate(338deg) brightness(101%) contrast(91%);
}

.dcv3-industries-strip-card-basic {
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: opacity 0.28s ease;
}

.dcv3-industries-strip-card-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 24px;
    z-index: 3;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.dcv3-industries-strip-card-hover {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 28px;
    z-index: 4;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.dcv3-industries-strip-hover-icon-wrap {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    position: relative;
}

.dcv3-industries-strip-hover-icon-wrap::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #F37932;
    margin-top: 10px;
}

.dcv3-industries-strip-hover-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-top: 35px;
}

.dcv3-industries-strip-hover-subtitle {
    margin: 8px 0 0;
    color: #F37932;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.dcv3-industries-strip-hover-desc {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.42;
}

.dcv3-industries-strip-hover-features {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dcv3-industries-strip-hover-feature {
    min-width: 0;
}

.dcv3-industries-strip-hover-feature h6 {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dcv3-industries-strip-hover-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.5;
}

.dcv3-industries-strip-card:hover {
    flex-grow: 2.35 !important;
}

.dcv3-industries-strip-card.is-hovered {
    flex-grow: 2.35;
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-bg-img {
    transform: scale(1.1);
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-accent {
    opacity: 1;
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-overlay {
    /* background: linear-gradient(to top, rgba(8, 23, 48, 0.98) 50%, rgba(8, 23, 48, 0.78) 100%); */
    background: linear-gradient(to top, rgb(8 23 48 / 64%) 50%, rgb(8 23 48 / 52%) 100%);
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-basic {
    opacity: 0;
}

.dcv3-industries-strip-card:hover .dcv3-industries-strip-card-hover {
    opacity: 1;
    transform: translateY(0);
}

.dcv3-industries-strip-footer {
    padding: 28px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dcv3-industries-strip-footer p {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1399px) {
    .dcv3-services-layout {
        gap: 44px;
    }

    .dcv3-services-title {
        font-size: 28px;
    }

    .dcv3-services-sidebar-title {
        font-size: 24px;
    }

    .dcv3-feature-cards-intro h2 {
        font-size: 1.5rem;
    }

    .dcv3-feature-cards-intro-desc {
        font-size: 15px;
    }

    .dcv3-global-sourcing-content {
        padding: 42px 32px;
    }

    .dcv3-global-sourcing-cards-wrap {
        padding: 16px 28px;
    }

    .dcv3-faq-inner {
        padding: 68px 28px;
    }

    .dcv3-industries-strip-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    .dcv3-services-section {
        padding: 64px 0 52px;
    }

    .dcv3-services-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .dcv3-services-title {
        font-size: 24px;
    }

    .dcv3-services-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dcv3-services-featured-parts {
        display: none;
    }

    .dcv3-services-featured-parts-mobile {
        display: block;
        margin-top: 28px;
    }

    .dcv3-customers-title {
        font-size: 30px;
    }

    .dcv3-customers-fade {
        width: 64px;
    }

    .dcv3-feature-cards-section {
        padding: 58px 0;
    }

    .dcv3-feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .dcv3-global-sourcing-layout {
        flex-direction: column;
    }

    .dcv3-global-sourcing-content,
    .dcv3-global-sourcing-cards-wrap {
        width: 100%;
    }

    .dcv3-global-sourcing-content {
        padding: 36px 24px;
    }


    .dcv3-global-sourcing-cards-wrap {
        padding: 20px 24px 24px;
    }

    .dcv3-faq-inner {
        padding: 56px 24px;
    }

    .dcv3-faq-head {
        margin-bottom: 40px;
    }

    .dcv3-faq-title {
        font-size: 1.625rem;
    }

    .dcv3-industries-strip-head {
        padding: 48px 24px 30px;
    }

    .dcv3-industries-strip-cards {
        min-height: 400px;
    }

    .dcv3-industries-strip-card:hover {
        flex-grow: 2;
    }

    .dcv3-industries-strip-basic-icon {
        left: 16px;
        bottom: 64px;
    }

    .dcv3-industries-strip-card-hover {
        left: 20px;
        right: 20px;
    }

    .dcv3-industries-strip-hover-title {
        font-size: 24px;
    }

    .dcv3-industries-strip-hover-desc {
        font-size: 15px;
    }

    .dcv3-industries-strip-card-title {
        left: 16px;
        right: 16px;
        bottom: 18px;
        font-size: 11px;
    }

    .dcv3-industries-strip-footer {
        padding: 20px 20px 22px;
    }
}

@media (max-width: 575px) {

    .banner-inner img {
        height: auto;
    }

    .dcv3-services-section {
        padding: 48px 0 36px;
    }

    .dcv3-services-title {
        font-size: 18px;
        margin-bottom: 18px;
        padding-left: 12px;
    }

    .dcv3-services-stats-grid {
        grid-template-columns: 1fr;
    }

    .dcv3-services-sidebar-title {
        font-size: 22px;
    }

    .dcv3-customers-ticker-section {
        padding: 44px 0;
    }

    .dcv3-customers-head {
        margin-bottom: 30px;
        padding: 0 16px;
    }

    .dcv3-customers-title {
        font-size: 26px;
    }

    .dcv3-customers-fade {
        width: 36px;
    }

    .dcv3-logo-ticker-item {
        padding: 0 16px;
    }

    .dcv3-logo-ticker-img {
        height: 36px;
    }

    .dcv3-feature-cards-intro h2 {
        font-size: 1.375rem;
    }

    .dcv3-feature-cards-intro-desc {
        font-size: 14px;
    }

    .dcv3-feature-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dcv3-feature-card {
        padding: 24px;
    }

    .dcv3-global-sourcing-content {
        padding: 32px 18px;
    }

    .dcv3-global-sourcing-desc {
        margin-bottom: 22px;
    }

    .dcv3-global-sourcing-cards-wrap {
        padding: 16px 14px 18px;
    }

    .dcv3-global-sourcing-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dcv3-global-country-card {
        padding: 18px;
    }

    .dcv3-faq-inner {
        padding: 44px 16px;
    }

    .dcv3-faq-title {
        font-size: 1.375rem;
    }

    .dcv3-faq-head-line {
        width: 44px;
    }

    .dcv3-faq-question {
        padding: 16px;
    }

    .dcv3-faq-question-main {
        gap: 12px;
    }

    .dcv3-faq-number {
        width: 22px;
        font-size: 18px;
    }

    .dcv3-faq-question-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .dcv3-faq-answer-inner {
        padding: 0 16px 18px 50px;
        font-size: 13px;
        line-height: 1.6;
    }

    .dcv3-industries-strip-head {
        padding: 36px 16px 24px;
    }

    .dcv3-industries-strip-title {
        font-size: 1.375rem;
        line-height: 1.3;
    }

    .dcv3-industries-strip-intro {
        font-size: 15px;
        margin-top: 14px;
    }

    .dcv3-industries-strip-cards {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
    }

    .dcv3-industries-strip-card {
        min-height: 420px;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dcv3-industries-strip-card:first-child {
        border-top: 0;
    }

    .dcv3-industries-strip-card:hover {
        flex-grow: 1;
    }

    .dcv3-industries-strip-cards:has(.dcv3-industries-strip-card:hover) .dcv3-industries-strip-card {
        flex-grow: 1;
    }

    .dcv3-industries-strip-cards.is-card-hovering .dcv3-industries-strip-card {
        flex-grow: 1;
    }

    .dcv3-industries-strip-card.is-hovered {
        flex-grow: 1;
    }

    .dcv3-industries-strip-card-basic {
        opacity: 0;
    }

    .dcv3-industries-strip-card-hover {
        opacity: 1;
        transform: none;
        bottom: 16px;
    }

    .dcv3-industries-strip-basic-icon {
        left: 16px;
        bottom: 58px;
    }

    .dcv3-industries-strip-card-title {
        letter-spacing: 0.1em;
    }

    .dcv3-industries-strip-card-hover {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .dcv3-industries-strip-hover-title {
        font-size: 20px;
        line-height: 1;
    }

    .dcv3-industries-strip-hover-desc {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .dcv3-industries-strip-hover-features {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 12px;
    }

    .dcv3-industries-strip-hover-feature p {
        font-size: 11px;
    }

    .dcv3-industries-strip-footer {
        padding: 18px 14px;
    }

    .dcv3-industries-strip-footer p {
        font-size: 11px;
        line-height: 1.6;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dcv3-logo-ticker {
        animation: none;
    }
}

@media (max-width: 1199px) {
    .dcv3-industries-head h1 {
        font-size: 38px;
    }

    .dcv3-industries-detail h1 {
        font-size: 34px;
    }

    .dcv3-industries-section .accordion-home ul.display-deaktop:hover li {
        flex: 1 1 10%;
    }

    .dcv3-industries-section .accordion-home ul.display-deaktop:hover li:hover {
        flex: 1 1 55%;
    }
}

@media (max-width: 991px) {
    .dcv3-industries-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dcv3-industries-head {
        padding: 24px 16px;
    }

    .dcv3-industries-head h1 {
        font-size: 28px;
    }

    .dcv3-industries-head-copy {
        font-size: 14px;
        margin-top: 14px;
        padding-top: 14px;
    }

    .dcv3-industries-section #home-resiliency-slider .item {
        padding: 0 5px;
    }

    .dcv3-industries-section .dcv3-industries-card {
        height: 440px;
        border-radius: 18px;
        overflow: hidden;
    }

    .dcv3-industries-section .dcv3-industries-detail,
    .dcv3-industries-section .dcv3-industries-detail-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        background: linear-gradient(to top, rgba(6, 20, 47, 0.95) 54%, rgba(6, 20, 47, 0));
        padding: 22px 18px 18px;
    }

    .dcv3-industries-section .dcv3-industries-summary {
        display: none;
    }

    .dcv3-industries-detail h1 {
        font-size: 30px;
    }

    .dcv3-industries-description {
        font-size: 14px;
    }

    .dcv3-industries-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dcv3-industries-footer-copy {
        font-size: 14px;
        padding: 18px 12px 22px;
    }
}




@media (prefers-reduced-motion: reduce) {
    .dcv3-logo-ticker {
        animation: none;
    }
}



/* Supplier Network Section & Table Styles */
.dcv3-sourcing-stats {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dcv3-sourcing-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.dcv3-sourcing-stat-box {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.dcv3-sourcing-stat-info {
    flex: 1;
}

.dcv3-sourcing-stat-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.dcv3-sourcing-stat-name {
    color: #fff;
    font-weight: 700;
}

.dcv3-sourcing-stat-badge {
    color: #F37932;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.dcv3-sourcing-stat-desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
}

.dcv3-sourcing-total-meta {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Supplier Data Table Styles */
.dcv3-supplier-table-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}

.dcv3-supplier-table-inner {
    width: 100%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
}

.dcv3-supplier-table-head-info {
    margin-bottom: 24px;
}

.dcv3-supplier-table-scroll-wrap {
    overflow-x: auto;
    flex: 1;
}

.dcv3-supplier-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.dcv3-supplier-table thead tr {
    border-bottom: 1px solid rgba(243, 121, 50, 0.3);
}

.dcv3-supplier-table th {
    padding: 12px 12px;
    text-align: center;
    color: #6B7280;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    vertical-align: bottom;
}

.dcv3-supplier-table th:first-child {
    text-align: left;
    padding-left: 0;
    padding-right: 16px;
    width: 130px;
    color: #9CA3AF;
    letter-spacing: 0.14em;
}

.dcv3-table-country-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.dcv3-table-country-head img {
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dcv3-table-col-total {
    color: #F37932 !important;
}

.dcv3-supplier-table tbody tr {
    border-bottom: 1px solid rgba(243, 121, 50, 0.2);
}

.dcv3-supplier-table tbody tr.is-alt {
    background: #fff;
}

.dcv3-supplier-table td {
    padding: 10px 12px;
    text-align: center;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
}

.dcv3-supplier-table td:first-child {
    text-align: left;
    padding-left: 0;
    padding-right: 16px;
    color: #6B7280;
    font-weight: 500;
}

.dcv3-table-total {
    padding-left: 16px !important;
    color: #F37932;
    font-weight: 700;
}

.dcv3-table-label {
    font-weight: 600;
}

.dcv3-supplier-table td.is-empty {
    color: #D1D5DB;
}

.dcv3-supplier-table tfoot tr {
    border-top: 2px solid rgba(243, 121, 50, 0.4);
}

.dcv3-supplier-table tfoot td {
    padding: 12px 12px;
    color: #0D1F3C;
    font-size: 13px;
    font-weight: 700;
}

.dcv3-table-footer-label {
    padding-right: 16px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #0D1F3C;
}

.dcv3-table-grand-total {
    padding-left: 16px !important;
    color: #F37932 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.dcv3-table-footer-note {
    margin: 16px 0 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .dcv3-supplier-table-inner {
        padding: 32px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dcv3-logo-ticker {
        animation: none;
    }
}

/* Video CTA Action Section */
.dcv3-action-section {
    background: #fff;
    border-top: 1px solid #F3F4F6;
    padding: 80px 0;
}

.dcv3-action-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.dcv3-action-content {
    flex: 0 0 auto;
}

.dcv3-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F37932;
    font-weight: 700;
    font-size: 18px;
    transition: color 0.2s;
    text-decoration: none;
}

.dcv3-action-link:hover {
    color: #0D1F3C;
}

.dcv3-action-video-wrap {
    width: 100%;
}

.dcv3-action-video-inner {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E7EB;
}

.dcv3-action-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 992px) {
    .dcv3-action-layout {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .dcv3-action-content {
        width: 40%;
        flex-shrink: 0;
    }

    .dcv3-action-video-wrap {
        width: 60%;
    }
}