/* Dinsilink global visual refresh */
:root {
    --dx-ink: #172033;
    --dx-navy: #163c63;
    --dx-blue: #1769aa;
    --dx-cyan: #6cc7d8;
    --dx-mint: #45b894;
    --dx-paper: #ffffff;
    --dx-soft: #f4f8fb;
    --dx-line: #dce7ee;
    --dx-muted: #5d6a78;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--dx-ink);
    background: var(--dx-paper);
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.top-bar,
.footer {
    background: #102b47;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.main-nav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--dx-line);
    box-shadow: 0 8px 28px rgba(22, 60, 99, 0.08);
}

.logo img,
.footer-logo img,
.company-info .logo img {
    height: 68px;
    width: auto;
    object-fit: contain;
}

.nav-links a {
    color: var(--dx-ink);
}

.nav-links a:hover,
.nav-links a.active,
.section-header .subtitle,
.highlight,
.service-link,
.news-title a:hover,
.result-title,
.faq-category h3,
.category-title {
    color: var(--dx-blue) !important;
}

.nav-links a.active::after,
.btn,
.btn-primary,
.submit-btn,
.contact-submit,
.search-button,
.pagination .active .page-link,
.pagination .page-link.active,
.stock-status.in-stock,
.social-icon:hover,
.reason-icon,
.contact-icon,
.service-icon {
    background-color: var(--dx-blue) !important;
}

.btn,
.btn-primary,
.submit-btn,
.contact-submit,
.search-button {
    border-color: var(--dx-blue) !important;
    border-radius: 4px;
    letter-spacing: 0;
    box-shadow: 0 12px 24px rgba(23, 105, 170, 0.18);
}

.btn:hover,
.btn-primary:hover,
.submit-btn:hover,
.contact-submit:hover,
.search-button:hover {
    background-color: var(--dx-navy) !important;
}

.btn-outline,
.btn-outline-dark {
    color: var(--dx-blue) !important;
    border-color: var(--dx-blue) !important;
    background: transparent !important;
}

.btn-outline:hover,
.btn-outline-dark:hover {
    color: #fff !important;
    background: var(--dx-blue) !important;
}

.hero::after,
.page-header::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(16, 43, 71, 0.86), rgba(23, 105, 170, 0.58) 54%, rgba(108, 199, 216, 0.24)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
    z-index: 0;
}

.hero-content,
.page-header .container {
    position: relative;
    z-index: 1;
}

.hero-background .video-container::after {
    background: transparent;
}

.hero-content h1,
.page-header h1 {
    letter-spacing: 0;
}

.main-content,
.about-brands,
.why-choose-us,
.contact-section,
.faq-section,
.news-list-section,
.search-section,
.services-overview,
.product-list-section {
    background: var(--dx-soft) !important;
}

.distributor-section,
.products-section,
.trust-section,
.trusted-partners,
.services-section,
.insights-section,
.about-intro,
.global-presence,
.client-cases,
.contact-form-section,
.office-card,
.faq-item,
.news-card,
.result-item,
.inventory-table,
.product-table-container,
.service-card,
.reason-item,
.advantage-item,
.partner-card,
.insight-card {
    border-radius: 6px;
}

.advantage-item,
.partner-card,
.insight-card,
.reason-item,
.service-card,
.office-card,
.contact-info-card,
.faq-item,
.news-card,
.result-item,
.product-table-container {
    border: 1px solid var(--dx-line);
    box-shadow: 0 10px 28px rgba(22, 60, 99, 0.08) !important;
}

.stats-section,
.cta-section {
    background: linear-gradient(135deg, var(--dx-navy), var(--dx-blue)) !important;
}

.stat-number,
.brand-item,
.footer-nav-column a:hover,
.footer-legal a:hover {
    color: var(--dx-cyan) !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--dx-blue) !important;
    box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.14) !important;
}

table thead,
.inventory-table th,
.product-table th {
    background: var(--dx-navy) !important;
    color: #fff !important;
}

tr:hover,
.product-table tr:hover {
    background: rgba(108, 199, 216, 0.12) !important;
}

.footer {
    color: #e9f3f8;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 768px) {
    .logo img,
    .footer-logo img,
    .company-info .logo img {
        height: 52px;
    }

    .nav-links {
        background: #fff;
    }
}

.dx-footer {
    margin-top: 0;
    padding: 0 0 26px !important;
    background:
        radial-gradient(circle at 85% 0%, rgba(112, 204, 218, 0.16), transparent 32%),
        linear-gradient(135deg, #0e2944 0%, #102f4f 58%, #0d243d 100%) !important;
    color: #dbeaf2;
}

.dx-footer .container {
    max-width: 1320px;
}

.dx-footer-cta {
    transform: translateY(-34px);
    margin-bottom: 10px;
    padding: 26px 32px;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 22px 54px rgba(16, 43, 71, 0.18);
}

.dx-footer-cta span {
    display: block;
    margin-bottom: 6px;
    color: var(--dx-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.dx-footer-cta h2 {
    margin: 0;
    color: var(--dx-ink);
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
}

.dx-footer .footer-top {
    margin: 0;
    padding: 18px 0 40px;
    display: grid;
    grid-template-columns: minmax(320px, 1.2fr) minmax(260px, 0.9fr) minmax(300px, 1fr);
    gap: 52px;
    align-items: start;
}

.dx-footer .footer-brand img {
    height: 58px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 22px;
}

.dx-footer .footer-brand p {
    max-width: 440px;
    margin: 0 0 22px;
    color: #c6d9e4;
    font-size: 15px;
    line-height: 1.75;
}

.dx-footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.dx-footer h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dx-footer .footer-nav-column {
    gap: 0;
}

.dx-footer .footer-nav-column a,
.dx-footer .footer-legal a {
    width: max-content;
    color: #c6d9e4;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 12px;
}

.dx-footer .footer-nav-column a:hover,
.dx-footer .footer-legal a:hover,
.dx-footer .footer-contact-item a:hover {
    color: var(--dx-cyan) !important;
}

.dx-footer .footer-contact {
    gap: 16px;
}

.dx-footer .footer-contact-item {
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dx-footer .footer-contact-item:last-child {
    border-bottom: 0;
}

.dx-footer .footer-contact-item span {
    display: block;
    margin-bottom: 6px;
    color: rgba(198, 217, 228, 0.72);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-footer .footer-contact-item a,
.dx-footer .footer-contact-item p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.dx-footer .footer-social {
    gap: 10px;
}

.dx-footer .social-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 14px;
}

.dx-footer .social-icon:hover {
    background: var(--dx-blue) !important;
    color: #fff !important;
}

.dx-footer .footer-bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dx-footer .footer-bottom p {
    margin: 0;
    color: #b8ccd8;
    font-size: 13px;
}

.dx-footer .footer-legal {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.dx-footer .footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dx-footer .footer-payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    min-height: 38px;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
}

.dx-footer .footer-payment-badge img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    filter: brightness(1.06) contrast(1.02);
}

.dx-footer .footer-legal a {
    margin: 0;
    color: #b8ccd8;
    font-size: 13px;
}

.main-content > section:last-child,
.home-page > section:last-child {
    margin-bottom: 0;
}

/* Products page redesign */
.dx-products-page {
    background: #f4f8fb;
    overflow: hidden;
}

.dx-products-page .container {
    max-width: 1320px !important;
}

.dx-products-hero {
    position: relative;
    padding: 76px 0 66px;
    background:
        linear-gradient(110deg, rgba(16, 43, 71, 0.94), rgba(23, 105, 170, 0.78)),
        url("../images/dinsilink-components-sourcing.png") center/cover no-repeat;
    color: #fff;
}

.dx-products-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
    gap: 52px;
    align-items: center;
}

.dx-page-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(112, 204, 216, 0.18);
    color: #bff4fb;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dx-products-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: 50px;
    line-height: 1.08;
    color: #fff;
    letter-spacing: 0;
}

.dx-products-hero p {
    max-width: 690px;
    margin: 0;
    color: #d8eaf1;
    font-size: 18px;
    line-height: 1.75;
}

.dx-products-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.dx-products-hero .btn-outline {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
}

.dx-products-search-card {
    border-radius: 8px;
    padding: 34px;
    background: #fff;
    color: var(--dx-ink);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
}

.dx-products-search-card h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: var(--dx-ink);
}

.dx-products-search-card p {
    margin: 0 0 22px;
    color: var(--dx-muted);
    font-size: 15px;
    line-height: 1.6;
}

.dx-product-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.dx-product-search input {
    min-width: 0;
    height: 48px;
    border: 1px solid var(--dx-line);
    border-radius: 4px;
    padding: 0 14px;
    font-size: 15px;
}

.dx-product-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.dx-product-metrics div {
    padding: 14px 12px;
    border-radius: 6px;
    background: #eef6fa;
}

.dx-product-metrics strong {
    display: block;
    color: var(--dx-blue);
    font-size: 22px;
    line-height: 1.1;
}

.dx-product-metrics span {
    display: block;
    margin-top: 4px;
    color: var(--dx-muted);
    font-size: 12px;
    font-weight: 800;
}

.dx-linecard-section {
    padding: 66px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.dx-linecard-panel {
    display: grid;
    grid-template-columns: minmax(300px, 0.3fr) minmax(0, 0.7fr);
    gap: 0;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 54px rgba(22, 60, 99, 0.09);
}

.dx-linecard-intro {
    position: relative;
    padding: 38px;
    background:
        radial-gradient(circle at 85% 20%, rgba(112, 204, 216, 0.18), transparent 34%),
        linear-gradient(145deg, #102b47 0%, #163c63 100%);
    color: #fff;
}

.dx-linecard-intro span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--dx-cyan);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dx-linecard-intro h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0;
}

.dx-linecard-intro p {
    margin: 0;
    color: #d8eaf1;
    font-size: 15px;
    line-height: 1.75;
}

.dx-linecard-meta {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.dx-linecard-meta strong {
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.dx-linecard-meta small {
    display: block;
    margin-top: 8px;
    color: #bfd8e5;
    font-size: 13px;
    font-weight: 800;
}

.dx-linecard-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: var(--dx-line);
    gap: 1px;
}

.dx-linecard-brand {
    min-height: 118px;
    padding: 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dx-linecard-brand:hover {
    position: relative;
    z-index: 1;
    transform: translateY(-3px);
    background: #fbfdfe;
    box-shadow: 0 16px 34px rgba(22, 60, 99, 0.12);
}

.dx-linecard-brand img {
    max-width: 128px;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dx-product-inventory {
    padding: 72px 0;
    background:
        linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.dx-inventory-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 32px;
}

.dx-inventory-header .section-header {
    padding: 0;
    margin: 0;
    text-align: left;
}

.dx-inventory-header .section-header .title {
    text-transform: none;
    font-size: 40px;
}

.dx-inventory-header .section-header .title::after {
    margin-left: 0;
}

.dx-inventory-note {
    max-width: 420px;
    padding: 18px 20px;
    border-radius: 8px;
    background: #102b47;
    color: #d8eaf1;
}

.dx-inventory-note strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.dx-inventory-note span {
    font-size: 14px;
    line-height: 1.6;
}

.dx-stock-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(3, minmax(150px, 0.18fr));
    gap: 1px;
    margin-bottom: 22px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--dx-line);
    box-shadow: 0 18px 42px rgba(22, 60, 99, 0.08);
}

.dx-stock-dashboard-main,
.dx-stock-stat {
    background: #fff;
    padding: 24px;
}

.dx-stock-dashboard-main span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--dx-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-stock-dashboard-main strong {
    display: block;
    color: var(--dx-ink);
    font-size: 22px;
    line-height: 1.25;
}

.dx-stock-dashboard-main p {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--dx-muted);
    font-size: 14px;
    line-height: 1.6;
}

.dx-stock-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dx-stock-stat strong {
    color: var(--dx-blue);
    font-size: 34px;
    line-height: 1;
}

.dx-stock-stat span {
    margin-top: 8px;
    color: var(--dx-muted);
    font-size: 13px;
    font-weight: 800;
}

.dx-table-shell {
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(22, 60, 99, 0.09);
}

.dx-table-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background:
        linear-gradient(90deg, #102b47 0%, #163c63 100%);
    color: #fff;
}

.dx-table-toolbar strong {
    display: block;
    font-size: 18px;
}

.dx-table-toolbar span {
    display: block;
    margin-top: 4px;
    color: #c6d9e4;
    font-size: 13px;
}

.dx-table-toolbar .btn-outline {
    color: #fff !important;
    border-color: rgba(255,255,255,0.46) !important;
}

.dx-products-page .table-scroll {
    width: 100%;
    overflow-x: auto !important;
}

.dx-product-table {
    width: 100% !important;
    min-width: 920px !important;
    margin: 0 !important;
    border-collapse: collapse;
    background: #fff;
    box-shadow: none !important;
}

.dx-product-table th {
    padding: 18px 20px;
    background: #f5f9fc !important;
    color: var(--dx-ink) !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dx-product-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--dx-line);
    color: var(--dx-muted);
    vertical-align: middle;
}

.dx-product-table td:first-child {
    color: var(--dx-ink);
    font-weight: 900;
}

.dx-product-table tbody tr:nth-child(even) {
    background: #fbfdfe;
}

.dx-product-table tbody tr:hover {
    background: #eef6fa !important;
}

.dx-product-table th:last-child,
.dx-product-table td:last-child {
    text-align: center !important;
}

.dx-product-table .contact-btn {
    white-space: nowrap;
    padding: 9px 14px;
}

.dx-qty-value {
    display: block;
    color: var(--dx-ink);
    font-weight: 900;
    margin-bottom: 7px;
}

.dx-qty-meter {
    display: block;
    width: 120px;
    height: 5px;
    border-radius: 999px;
    background: #e3edf3;
    overflow: hidden;
}

.dx-qty-meter span {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--dx-blue), var(--dx-cyan));
}

.dx-product-table .stock-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.dx-product-table .stock-status.in-stock {
    background: #e7f7ed !important;
    color: #16803d !important;
}

.dx-product-table .stock-status.low-stock {
    background: #fff3d9 !important;
    color: #a86400 !important;
}

.dx-product-table .stock-status.out-stock {
    background: #fde9e9 !important;
    color: #b42318 !important;
}

.dx-load-more {
    padding: 24px;
    text-align: center;
    background: #f8fbfd;
}

#loading-indicator {
    display: none;
    margin-top: 14px;
}

.dx-spinner {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid rgba(23, 105, 170, 0.18);
    border-top-color: var(--dx-blue);
    border-radius: 50%;
    animation: dxSpin 1s linear infinite;
}

@keyframes dxSpin {
    to {
        transform: rotate(360deg);
    }
}

.dx-products-page .pagination-container {
    display: none;
}

.dx-product-advantages {
    padding: 84px 0 104px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.dx-procurement-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.34fr) minmax(0, 0.66fr);
    gap: 28px;
    align-items: stretch;
}

.dx-procurement-intro {
    position: relative;
    padding: 40px;
    border-radius: 8px;
    background: #102b47;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(22, 60, 99, 0.16);
}

.dx-procurement-intro::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 210px;
    height: 210px;
    border: 38px solid rgba(112, 204, 216, 0.13);
    border-radius: 50%;
}

.dx-procurement-intro .section-header {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}

.dx-procurement-intro .section-header .subtitle {
    color: var(--dx-cyan) !important;
}

.dx-procurement-intro .section-header .title {
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
    text-transform: none;
}

.dx-procurement-intro .section-header .title::after {
    margin-left: 0;
}

.dx-procurement-intro p {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    color: #d5e6ee;
    font-size: 16px;
    line-height: 1.75;
}

.dx-procurement-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dx-procurement-tags span {
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.dx-product-advantages .advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dx-product-advantages .advantage-item {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 26px 28px;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 16px 40px rgba(22, 60, 99, 0.08) !important;
    overflow: hidden;
}

.dx-advantage-index {
    position: absolute;
    right: 22px;
    top: 20px;
    color: rgba(23, 105, 170, 0.1);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.dx-product-advantages .advantage-icon {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: #eef6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dx-product-advantages .advantage-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.dx-product-advantages .advantage-content h3 {
    padding-right: 58px;
    color: var(--dx-ink);
    font-size: 18px;
    line-height: 1.25;
    margin: 2px 0 12px;
}

.dx-product-advantages .advantage-content p {
    color: var(--dx-muted);
    font-size: 14px;
    line-height: 1.7;
}

.contact-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.contact-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 32, 51, 0.62);
}

.contact-modal-dialog {
    position: relative;
    z-index: 1001;
    width: min(720px, calc(100% - 32px));
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    margin: 35px auto;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.contact-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: transparent;
    color: var(--dx-muted);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form .form-group {
    margin-bottom: 14px;
}

.contact-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--dx-ink);
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--dx-line);
    border-radius: 4px;
    padding: 11px 12px;
    font-size: 14px;
}

.captcha-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.captcha-img {
    height: 42px;
    border: 1px solid var(--dx-line);
    border-radius: 4px;
}

.contact-form .required {
    color: #d93025;
}

.contact-form button[type="submit"] {
    border: 0;
    border-radius: 4px;
    padding: 12px 18px;
    background: var(--dx-blue);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

/* Core advantages page redesign */
.dx-core-page {
    background: #f4f8fb;
    overflow: hidden;
}

.dx-core-page .container {
    max-width: 1320px !important;
}

.dx-core-hero {
    padding: 86px 0;
    background:
        linear-gradient(115deg, rgba(16, 43, 71, 0.96), rgba(23, 105, 170, 0.72)),
        url("../images/dinsilink-components-sourcing.png") center/cover no-repeat;
    color: #fff;
}

.dx-core-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.38fr);
    gap: 56px;
    align-items: center;
}

.dx-core-hero h1 {
    max-width: 780px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 56px;
    line-height: 1.06;
    letter-spacing: 0;
}

.dx-core-hero p {
    max-width: 720px;
    margin: 0;
    color: #d8eaf1;
    font-size: 18px;
    line-height: 1.75;
}

.dx-core-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.dx-core-hero .btn-outline {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
}

.dx-core-proof-panel {
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 24px 62px rgba(0,0,0,0.18);
}

.dx-core-proof-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 26px;
    border-bottom: 1px solid var(--dx-line);
}

.dx-core-proof-row:last-child {
    border-bottom: 0;
}

.dx-core-proof-row strong {
    color: var(--dx-blue);
    font-size: 38px;
    line-height: 1;
}

.dx-core-proof-row span {
    color: var(--dx-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.dx-core-capabilities {
    padding: 86px 0;
    background: #fff;
}

.dx-core-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dx-core-card {
    position: relative;
    min-height: 270px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 16px 40px rgba(22, 60, 99, 0.08);
    overflow: hidden;
}

.dx-core-index {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(23,105,170,0.12);
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
}

.dx-core-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border-radius: 6px;
    background: #eef6fa;
    color: var(--dx-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.dx-core-card h3 {
    margin: 0 0 14px;
    color: var(--dx-ink);
    font-size: 20px;
    line-height: 1.25;
}

.dx-core-card p {
    margin: 0;
    color: var(--dx-muted);
    font-size: 15px;
    line-height: 1.7;
}

.dx-core-operating-system {
    padding: 92px 0;
    background:
        linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.dx-core-system-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.38fr) minmax(0, 0.62fr);
    gap: 34px;
    align-items: stretch;
}

.dx-core-system-intro {
    padding: 42px;
    border-radius: 8px;
    background: #102b47;
    color: #fff;
    box-shadow: 0 22px 54px rgba(22,60,99,0.16);
}

.dx-core-system-intro span,
.dx-core-quality-card span,
.dx-core-cta-panel span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--dx-cyan);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-core-system-intro h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 36px;
    line-height: 1.14;
}

.dx-core-system-intro p {
    margin: 0;
    color: #d5e6ee;
    font-size: 16px;
    line-height: 1.75;
}

.dx-core-process {
    display: grid;
    gap: 14px;
}

.dx-core-process-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 20px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 14px 34px rgba(22,60,99,0.07);
}

.dx-core-process-item strong {
    color: var(--dx-blue);
    font-size: 30px;
    line-height: 1;
}

.dx-core-process-item h3 {
    margin: 0 0 8px;
    color: var(--dx-ink);
    font-size: 20px;
}

.dx-core-process-item p {
    margin: 0;
    color: var(--dx-muted);
    font-size: 15px;
    line-height: 1.65;
}

.dx-core-quality {
    padding: 92px 0;
    background: #fff;
}

.dx-core-quality-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.36fr) minmax(0, 0.64fr);
    gap: 28px;
    align-items: stretch;
}

.dx-core-quality-card {
    padding: 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #102b47 0%, #1769aa 100%);
    color: #fff;
}

.dx-core-quality-card h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 34px;
    line-height: 1.16;
}

.dx-core-quality-card p {
    margin: 0 0 28px;
    color: #d8eaf1;
    font-size: 16px;
    line-height: 1.75;
}

.dx-core-quality-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dx-core-quality-grid > div {
    padding: 28px;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 16px 40px rgba(22,60,99,0.08);
}

.dx-core-quality-grid i {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #eef6fa;
    color: var(--dx-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dx-core-quality-grid h3 {
    margin: 0 0 10px;
    color: var(--dx-ink);
    font-size: 19px;
}

.dx-core-quality-grid p {
    margin: 0;
    color: var(--dx-muted);
    font-size: 14px;
    line-height: 1.7;
}

.dx-core-cta {
    padding: 0 0 90px;
    background: #fff;
}

.dx-core-cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 34px;
    border-radius: 8px;
    background: #102b47;
    color: #fff;
}

.dx-core-cta-panel h2 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.24;
}

/* Remaining inner pages redesign */
.about-header,
.service-header,
.faq-header,
.contact-header,
.news-header,
.news-detail-header,
.search-header {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 360px;
    padding: 92px 0 !important;
    display: flex;
    align-items: center;
    text-align: left !important;
    background:
        linear-gradient(112deg, rgba(16,43,71,0.94), rgba(23,105,170,0.74)),
        url("../images/dinsilink-components-sourcing.png") center/cover no-repeat !important;
}

.about-header::after,
.service-header::after,
.faq-header::after,
.contact-header::after,
.news-header::after,
.news-detail-header::after,
.search-header::after {
    display: none !important;
}

.page-header .page-header-content {
    max-width: 840px;
}

.page-header h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 56px !important;
    line-height: 1.06;
    letter-spacing: 0;
    text-transform: none !important;
}

.page-header .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #d8eaf1;
    font-size: 14px;
}

.page-header .breadcrumb a {
    color: #fff;
}

.about-intro,
.service-intro,
.faq-main,
.contact-info-section,
.news-list-section,
.news-detail-section {
    position: relative;
    z-index: 1;
    background: #f4f8fb !important;
    padding: 86px 0 !important;
}

.about-content,
.contact-form-container,
.news-content {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
    gap: 36px;
    align-items: stretch;
}

.about-content {
    align-items: stretch;
}

.about-text,
.form-content,
.news-main {
    padding: 38px;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 18px 46px rgba(22,60,99,0.08);
}

.about-text .section-header,
.about-brands .section-header,
.why-choose-us .section-header,
.global-presence .section-header,
.client-cases .section-header {
    text-align: left !important;
}

.about-text .section-header .subtitle {
    justify-content: flex-start !important;
    text-align: left !important;
}

.about-text .section-header .title {
    max-width: 560px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 38px;
    line-height: 1.16;
    text-align: left !important;
}

.about-text .section-header .title::after {
    left: 0 !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.about-description {
    color: #5f7084;
    font-size: 16px;
    line-height: 1.78;
}

.about-image,
.form-sidebar,
.news-sidebar {
    border-radius: 8px;
    overflow: hidden;
    background: #102b47;
    color: #fff;
    box-shadow: 0 22px 54px rgba(22,60,99,0.15);
}

.about-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.94) contrast(1.03);
}

.about-values,
.contact-info-grid,
.reasons-grid,
.cases-categories,
.brands-content,
.offices-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.value-item,
.reason-item,
.brands-category,
.case-category,
.office-item,
.contact-info-card,
.accordion-item,
.search-box,
.news-categories,
.popular-posts,
.newsletter-content,
.office-card {
    border-radius: 8px !important;
    border: 1px solid var(--dx-line) !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(22,60,99,0.07) !important;
}

.value-item,
.reason-item,
.brands-category,
.case-category,
.office-item,
.contact-info-card {
    padding: 26px !important;
}

.about-brands,
.why-choose-us,
.global-presence,
.client-cases,
.service-section,
.newsletter-section,
.contact-form-section {
    padding: 86px 0 !important;
    background: #fff !important;
}

.about-brands,
.global-presence,
.newsletter-section,
.contact-form-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%) !important;
}

.brand-logo,
.global-map,
.service-image,
.news-featured-image,
.author-box {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 14px 34px rgba(22,60,99,0.08);
}

.brand-logo img,
.service-image img,
.global-map img,
.news-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.brands-grid .brand-logo {
    min-height: 88px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-grid .brand-logo img {
    max-width: 140px;
    max-height: 54px;
    object-fit: contain;
}

.about-brands .section-header,
.why-choose-us .section-header {
    text-align: center !important;
}

.about-brands .section-header .subtitle,
.why-choose-us .section-header .subtitle {
    justify-content: center !important;
}

.dx-brand-wall {
    position: relative;
    margin-top: 46px;
    padding: 34px;
    border: 1px solid var(--dx-line);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(23,105,170,0.07), rgba(108,199,216,0.04) 46%, #fff 100%);
    box-shadow: 0 22px 54px rgba(22,60,99,0.09);
    overflow: hidden;
}

.dx-brand-wall::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22,60,99,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22,60,99,0.04) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.dx-brand-copy {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 180px minmax(0, 0.9fr) minmax(300px, 0.75fr);
    gap: 28px;
    align-items: center;
    margin-bottom: 30px;
}

.dx-brand-copy span {
    display: inline-flex;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #102b47;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-brand-copy h3 {
    margin: 0;
    color: var(--dx-ink);
    font-size: 24px;
    line-height: 1.25;
}

.dx-brand-copy p {
    margin: 0;
    color: var(--dx-muted);
    font-size: 15px;
    line-height: 1.7;
}

.dx-brand-marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 8px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.dx-brand-track {
    display: flex;
    width: max-content;
    gap: 14px;
    animation: dxBrandScroll 58s linear infinite;
    will-change: transform;
}

.dx-brand-marquee:hover .dx-brand-track {
    animation-play-state: paused;
}

.dx-brand-track img {
    flex: 0 0 auto;
    width: 170px;
    height: 92px;
    padding: 18px 24px;
    border: 1px solid rgba(220,231,238,0.95);
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 14px 32px rgba(22,60,99,0.08);
}

.dx-brand-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dx-brand-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(23,105,170,0.18);
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    color: var(--dx-blue);
    font-size: 13px;
    font-weight: 900;
}

@keyframes dxBrandScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 7px));
    }
}

.dx-reasons-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.dx-reasons-grid .reason-item {
    position: relative;
    min-height: 270px;
    padding: 32px !important;
    border: 1px solid var(--dx-line) !important;
    border-radius: 10px !important;
    background:
        linear-gradient(180deg, #fff 0%, #f8fbfd 100%) !important;
    box-shadow: 0 18px 42px rgba(22,60,99,0.08) !important;
    overflow: hidden;
    text-align: left !important;
}

.dx-reasons-grid .reason-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--dx-cyan), var(--dx-blue));
}

.dx-reason-number {
    position: absolute;
    right: 26px;
    top: 22px;
    color: rgba(23,105,170,0.1);
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

.dx-reasons-grid .reason-icon {
    width: 58px !important;
    height: 58px !important;
    margin: 0 0 24px !important;
    border-radius: 8px !important;
    background: #eef6fa !important;
    color: var(--dx-blue) !important;
    box-shadow: none !important;
}

.dx-reasons-grid .reason-icon i {
    font-size: 24px;
}

.dx-reasons-grid .reason-item h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px !important;
    color: var(--dx-ink) !important;
    font-size: 20px !important;
    line-height: 1.25;
    text-align: left !important;
}

.dx-reasons-grid .reason-item p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--dx-muted) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

.global-presence {
    background:
        radial-gradient(circle at 18% 10%, rgba(108,199,216,0.16), transparent 32%),
        linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%) !important;
}

.global-presence .section-header {
    text-align: center !important;
}

.global-presence .section-header .subtitle {
    justify-content: center !important;
}

.dx-global-network {
    display: grid !important;
    grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 44px;
}

.dx-global-panel {
    padding: 38px;
    border-radius: 10px;
    background: #102b47;
    color: #fff;
    box-shadow: 0 24px 58px rgba(16,43,71,0.18);
}

.dx-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(108,199,216,0.35);
    border-radius: 999px;
    color: #bff3fb;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-global-panel h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 34px;
    line-height: 1.14;
}

.dx-global-panel > p {
    margin: 0 0 26px;
    color: #d8e8ef;
    font-size: 16px;
    line-height: 1.75;
}

.dx-global-routes {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
}

.dx-global-routes span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
}

.dx-global-routes i {
    color: var(--dx-cyan);
}

.dx-global-panel .global-offices {
    display: grid;
    gap: 14px;
    margin: 0;
    text-align: left;
}

.dx-global-panel .office-item {
    padding: 18px !important;
    border: 1px solid rgba(108,199,216,0.22) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.07) !important;
    box-shadow: none !important;
}

.dx-global-panel .office-item strong {
    display: block;
    margin-bottom: 8px;
    color: #bff3fb;
    font-size: 13px;
    letter-spacing: 0;
}

.dx-global-panel .office-item p {
    margin: 0 0 8px;
    color: #d8e8ef;
    font-size: 14px;
    line-height: 1.55;
}

.dx-global-panel .office-item a {
    color: #fff;
    font-weight: 900;
}

.dx-global-map-card {
    position: relative;
    min-height: 560px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(220,231,238,0.9);
    background: #071a2d;
    box-shadow: 0 24px 58px rgba(22,60,99,0.14);
}

.dx-global-map-card img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.06);
}

.dx-global-map-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16,43,71,0.42), transparent 45%),
        linear-gradient(180deg, transparent 52%, rgba(7,26,45,0.5));
    pointer-events: none;
}

.dx-map-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    background: rgba(16,43,71,0.76);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.dx-map-badge span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--dx-cyan);
    box-shadow: 0 0 0 8px rgba(108,199,216,0.18);
}

.dx-map-badge-hk {
    right: 15%;
    top: 47%;
}

.dx-map-badge-eu {
    left: 45%;
    top: 31%;
}

.dx-map-badge-us {
    left: 12%;
    top: 43%;
}

.dx-map-glow {
    position: absolute;
    z-index: 1;
    right: 16%;
    top: 48%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108,199,216,0.32), transparent 62%);
    pointer-events: none;
}

.dx-global-stats {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--dx-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(22,60,99,0.08);
}

.dx-global-stats .stat-item {
    padding: 26px 28px;
    border-right: 1px solid var(--dx-line);
    text-align: left;
}

.dx-global-stats .stat-item:last-child {
    border-right: 0;
}

.dx-global-stats .stat-number {
    color: var(--dx-blue) !important;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.dx-global-stats .stat-text {
    margin-top: 10px;
    color: var(--dx-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.service-content {
    display: grid !important;
    grid-template-columns: minmax(0, 0.52fr) minmax(340px, 0.48fr);
    gap: 34px;
    align-items: center;
}

.service-section.bg-light {
    background: #f4f8fb !important;
}

.service-text {
    padding: 34px;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 16px 40px rgba(22,60,99,0.08);
}

.service-icon,
.icon-box {
    width: 54px !important;
    height: 54px !important;
    border-radius: 6px !important;
    background: #eef6fa !important;
    color: var(--dx-blue) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.service-title,
.contact-info-card h3,
.reason-item h3,
.brands-category h3,
.case-category h3 {
    color: var(--dx-ink) !important;
    letter-spacing: 0;
}

.service-features li {
    background: #eef6fa;
    border-radius: 999px;
    padding: 8px 12px !important;
    margin: 8px 8px 0 0 !important;
    display: inline-flex !important;
    color: var(--dx-ink);
    font-weight: 800;
}

.faq-content {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.faq-sidebar {
    position: sticky;
    top: 132px;
}

.faq-sidebar,
.sidebar-cta {
    border-radius: 8px;
    background: #102b47 !important;
    color: #fff;
    box-shadow: 0 18px 46px rgba(22,60,99,0.12);
}

.category-list a {
    border-radius: 6px;
    color: #d8eaf1 !important;
}

.category-list li.active a,
.category-list a:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}

.accordion-item {
    margin-bottom: 14px !important;
    overflow: hidden;
}

.accordion-header {
    padding: 22px 24px !important;
    background: #fff !important;
}

.accordion-header h4 {
    color: var(--dx-ink) !important;
    font-size: 18px !important;
}

.accordion-content {
    padding: 0 24px 22px !important;
    color: var(--dx-muted);
}

.contact-info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.form-sidebar {
    padding: 34px;
}

.form-sidebar .company-info,
.quick-contact {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #d8eaf1;
}

.form-sidebar h3,
.form-sidebar a {
    color: #fff !important;
}

.form-sidebar .company-info {
    text-align: center !important;
}

.form-sidebar .company-info .logo {
    width: min(300px, 78%) !important;
    margin: 0 auto 26px !important;
}

.form-sidebar .company-info .logo img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    filter: brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
    opacity: 1;
}

.form-sidebar .company-info p,
.form-sidebar .contact-item span {
    color: rgba(255,255,255,0.72) !important;
}

.contact-form input,
.contact-form textarea {
    background: #fbfdfe;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.news-card {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid var(--dx-line) !important;
    background: #fff !important;
    box-shadow: 0 16px 40px rgba(22,60,99,0.08) !important;
}

.news-image {
    height: 210px !important;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-details {
    padding: 24px !important;
}

.newsletter-content {
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #102b47 !important;
    color: #fff;
}

.newsletter-text h2,
.newsletter-text p {
    color: #fff !important;
}

.dx-news-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
    gap: 28px;
    align-items: center;
    margin: 0 0 34px;
    padding: 28px 32px;
    border: 1px solid var(--dx-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(22,60,99,0.08);
}

.dx-news-toolbar span {
    display: block;
    margin-bottom: 8px;
    color: var(--dx-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-news-toolbar p {
    margin: 0;
    max-width: 760px;
    color: var(--dx-muted);
    font-size: 16px;
    line-height: 1.65;
}

.dx-news-search {
    display: grid;
    grid-template-columns: 1fr 58px;
    height: 58px;
    border: 1px solid var(--dx-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fbfdfe;
}

.dx-news-search input {
    min-width: 0;
    height: 100%;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: var(--dx-ink);
    font-size: 15px;
}

.dx-news-search button {
    border: 0;
    background: var(--dx-blue);
    color: #fff;
    font-size: 18px;
}

.dx-news-content {
    display: block !important;
}

.dx-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 26px !important;
}

.dx-news-grid .news-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 10px !important;
}

.dx-news-grid .news-image {
    position: relative;
    height: 235px !important;
}

.dx-news-grid .news-category {
    left: 18px !important;
    right: auto !important;
    top: 18px !important;
    bottom: auto !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    background: rgba(16,43,71,0.82) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900;
}

.dx-news-grid .news-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px !important;
}

.dx-news-card-top,
.dx-news-grid .news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    color: #6a7888;
    font-size: 13px;
    font-weight: 800;
}

.dx-news-card-top {
    margin-bottom: 14px;
}

.dx-news-date {
    color: var(--dx-blue);
}

.dx-news-grid .news-title {
    margin: 0 0 12px !important;
    font-size: 21px !important;
    line-height: 1.32 !important;
}

.dx-news-grid .news-title a {
    color: var(--dx-ink) !important;
}

.dx-news-grid .news-excerpt {
    color: var(--dx-muted) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.dx-news-grid .news-meta {
    margin-top: auto !important;
    padding-top: 18px;
    border-top: 1px solid var(--dx-line);
}

.dx-news-grid .read-more {
    margin-top: 18px;
    color: var(--dx-blue) !important;
    font-weight: 900;
}

.dx-contact-hub {
    grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr) !important;
    gap: 28px !important;
    align-items: stretch;
}

.dx-contact-main {
    padding: 38px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 100% 0%, rgba(108,199,216,0.2), transparent 34%),
        #102b47;
    color: #fff;
    box-shadow: 0 22px 54px rgba(16,43,71,0.18);
}

.dx-contact-main h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 34px;
    line-height: 1.14;
}

.dx-contact-main p {
    margin: 0 0 28px;
    color: #d8e8ef;
    font-size: 16px;
    line-height: 1.75;
}

.dx-contact-actions {
    display: grid;
    gap: 12px;
}

.dx-contact-actions a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(108,199,216,0.22);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 900;
}

.dx-contact-actions i {
    color: var(--dx-cyan);
}

.dx-contact-details-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 24px;
    padding: 34px;
    border: 1px solid var(--dx-line);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(112, 204, 218, 0.12), rgba(255,255,255,0) 38%),
        #fff;
    box-shadow: 0 22px 54px rgba(22, 60, 99, 0.11);
}

.dx-contact-address {
    padding: 24px;
    border-radius: 8px;
    background: #f4f9fc;
    border: 1px solid rgba(112, 204, 218, 0.26);
}

.dx-contact-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--dx-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dx-contact-label i {
    color: #6b2fa0;
}

.dx-contact-address p {
    margin: 0;
    color: var(--dx-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55;
}

.dx-contact-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dx-contact-detail-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px;
    border: 1px solid var(--dx-line);
    border-radius: 8px;
    background: #fff;
    color: var(--dx-ink) !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dx-contact-detail-item:hover {
    transform: translateY(-2px);
    border-color: rgba(23, 105, 170, 0.28);
    box-shadow: 0 14px 32px rgba(22, 60, 99, 0.1);
}

.dx-contact-detail-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #eef6fa;
    color: #6b2fa0;
    font-size: 20px;
}

.dx-whatsapp-link .dx-contact-detail-icon {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.dx-contact-detail-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dx-ink);
    font-size: 14px;
    font-weight: 900;
}

.dx-contact-detail-item em {
    display: block;
    color: var(--dx-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.dx-whatsapp-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    border-radius: 8px;
    background: #25d366;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(37, 211, 102, 0.24);
}

.dx-whatsapp-cta i {
    font-size: 22px;
}

.dx-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dx-contact-cards .contact-info-card {
    min-height: 260px;
    padding: 28px !important;
    text-align: left !important;
    border-radius: 10px !important;
}

.dx-contact-cards .icon-box {
    margin: 0 0 24px !important;
    color: var(--dx-blue) !important;
}

.dx-contact-cards .contact-info-card h3 {
    margin-bottom: 14px;
    font-size: 20px !important;
    text-align: left !important;
}

.dx-contact-cards .contact-info-card p {
    color: var(--dx-muted) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

/* 2026 layout redesign */
.top-bar {
    padding: 8px 0;
    font-size: 14px;
}

.top-bar .container,
.main-nav .container {
    max-width: 1320px;
}

.top-bar-left {
    gap: 18px;
    flex-wrap: wrap;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dx-cert-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 18px;
    border: 1px solid rgba(112, 204, 218, 0.38);
    border-radius: 999px;
    background: linear-gradient(180deg, #f2f9ff 0%, #e7f3fb 100%);
    color: #00439a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(112, 204, 218, 0.12);
}

.dx-cert-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: #1769aa;
    box-shadow: 0 0 0 4px rgba(23,105,170,0.1);
}

.dx-translate-shell {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 3px 5px 3px 11px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.dx-translate-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d8e8ef;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.dx-translate-label i {
    color: var(--dx-cyan);
    font-size: 13px;
}

.dx-translate-widget {
    min-width: 98px;
    min-height: 26px;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.dx-translate-widget .goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.dx-translate-widget .goog-logo-link,
.dx-translate-widget .goog-te-gadget > span,
.dx-translate-widget .goog-te-gadget > a {
    display: none !important;
}

.dx-translate-widget select.goog-te-combo,
.dx-translate-fallback {
    width: 98px;
    min-height: 28px;
    margin: 0 !important;
    padding: 4px 28px 4px 12px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--dx-navy);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    cursor: pointer;
    outline: none;
    appearance: auto;
}

.dx-translate-widget select.goog-te-combo:focus,
.dx-translate-fallback:focus {
    box-shadow: 0 0 0 3px rgba(104,202,222,0.26), 0 8px 18px rgba(0,0,0,0.12);
}

.dx-translate-widget .goog-te-gadget-simple {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 3px 9px !important;
    border: 0 !important;
    border-radius: 999px;
    background: #fff !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.dx-translate-widget .goog-te-gadget-simple span {
    color: var(--dx-navy) !important;
    font-size: 12px !important;
    font-weight: 800;
}

.dx-translate-widget .goog-te-gadget-icon {
    display: none !important;
}

.dx-translate-widget .goog-te-menu-value {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    margin: 0 !important;
}

.dx-translate-widget .goog-te-menu-value span:first-child {
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.top-link {
    margin-right: 0;
    opacity: 0.92;
}

.top-note {
    color: #bfe8f2;
    font-weight: 600;
}

.main-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.main-nav .container {
    min-height: 96px;
    padding: 16px 18px;
    gap: 22px;
}

.logo {
    flex: 0 0 auto;
}

.logo img {
    height: 62px;
    max-width: 360px;
}

.nav-links {
    flex: 1;
    justify-content: center;
    gap: 10px;
    min-width: 0;
}

.nav-links a {
    margin: 0;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
    background: transparent;
    color: var(--dx-blue) !important;
}

.nav-links > a.active,
.nav-links > .dropdown.active > .dropdown-toggle {
    background: transparent !important;
    color: var(--dx-blue) !important;
    box-shadow: none;
}

.dropdown,
.dropdown-toggle {
    position: relative;
    white-space: nowrap;
}

.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: none;
}

.dropdown:hover::after {
    display: block;
}

.dropdown.active > .dropdown-toggle::after {
    color: var(--dx-blue);
}

.main-nav .dropdown-menu {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    padding: 12px;
    border: 1px solid var(--dx-line);
    border-radius: 8px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 22px 54px rgba(22,60,99,0.16);
    z-index: 1200;
}

.main-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translateX(-50%) rotate(45deg);
    border-left: 1px solid var(--dx-line);
    border-top: 1px solid var(--dx-line);
    background: #fff;
}

.main-nav .dropdown-menu a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 13px 14px;
    border-radius: 6px;
    color: var(--dx-ink);
    font-size: 15px;
    font-weight: 800;
}

.main-nav .dropdown-menu a:hover,
.main-nav .dropdown-menu a.active {
    background: #eef6fa !important;
    color: var(--dx-blue) !important;
    box-shadow: none !important;
}

.main-nav .dropdown-menu a::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--dx-cyan);
    opacity: 0.8;
}

.main-nav .dropdown-menu a.active::before {
    background: var(--dx-blue);
    opacity: 1;
}

.nav-links a.active::after,
.main-nav .dropdown-menu a.active::after {
    display: block;
}

.nav-links > a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 28px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--dx-blue) !important;
}

.nav-links > .dropdown.active > .dropdown-toggle::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 28px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--dx-blue) !important;
    display: block;
}

.main-nav .dropdown-menu a.active::after {
    display: none;
}

.dropdown.active > .dropdown-toggle::before {
    display: block;
}

.partner-button .btn {
    padding: 15px 22px;
    border-radius: 6px;
    background: var(--dx-blue) !important;
    box-shadow: 0 14px 28px rgba(23, 105, 170, 0.18);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.partner-button {
    flex: 0 0 auto;
    margin-left: 12px;
    padding-left: 18px;
    border-left: 1px solid var(--dx-line);
}

.partner-button .btn:hover {
    background: var(--dx-navy) !important;
    transform: translateY(-1px);
}

.dx-policy-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    background:
        linear-gradient(105deg, rgba(16,43,71,0.94) 0%, rgba(22,76,112,0.88) 52%, rgba(23,105,170,0.72) 100%),
        url("../images/dinsilink-components-sourcing.png") center / cover no-repeat;
    color: #fff;
}

.dx-policy-hero::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(112,204,218,0.16);
    border-radius: 50%;
}

.dx-policy-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}

.dx-policy-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: var(--dx-cyan);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dx-policy-kicker::before {
    content: "";
    width: 46px;
    height: 2px;
    background: #ff5a4f;
}

.dx-policy-hero h1 {
    max-width: 860px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: 0;
}

.dx-policy-hero p {
    max-width: 760px;
    margin: 24px 0 0;
    color: #d8e8ef;
    font-size: 18px;
    line-height: 1.7;
}

.dx-policy-section {
    padding: 84px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.dx-policy-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.3fr) minmax(0, 0.7fr);
    gap: 32px;
    align-items: start;
    max-width: 1180px;
}

.dx-policy-side {
    position: sticky;
    top: 130px;
    padding: 30px;
    border-radius: 10px;
    background: #102b47;
    color: #fff;
    box-shadow: 0 22px 54px rgba(16,43,71,0.16);
}

.dx-policy-side h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
}

.dx-policy-side p {
    margin: 0 0 24px;
    color: #d8e8ef;
    font-size: 15px;
    line-height: 1.7;
}

.dx-policy-content {
    display: grid;
    gap: 24px;
}

.dx-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dx-process-card,
.dx-policy-panel,
.dx-legal-copy,
.dx-payment-image {
    border: 1px solid var(--dx-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(22,60,99,0.08);
}

.dx-process-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
}

.dx-process-card span {
    display: block;
    margin-bottom: 18px;
    color: rgba(23,105,170,0.16);
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
}

.dx-process-card h3,
.dx-policy-panel h3 {
    margin: 0 0 12px;
    color: var(--dx-ink);
    font-size: 22px;
    line-height: 1.25;
}

.dx-process-card p,
.dx-policy-panel li,
.dx-legal-copy p {
    color: var(--dx-muted);
    font-size: 15px;
    line-height: 1.75;
}

.dx-policy-panel {
    padding: 30px;
    border-left: 5px solid var(--dx-cyan);
}

.dx-policy-panel ul {
    margin: 0;
    padding-left: 20px;
}

.dx-policy-panel li + li {
    margin-top: 10px;
}

.dx-legal-copy {
    padding: 36px;
}

.dx-legal-copy h2 {
    margin: 0 0 12px;
    color: var(--dx-ink);
    font-size: 26px;
    line-height: 1.2;
}

.dx-legal-copy p {
    margin: 0 0 26px;
}

.dx-legal-copy p:last-child {
    margin-bottom: 0;
}

.dx-payment-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
    gap: 24px;
}

.dx-payment-bottom {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
    gap: 24px;
    align-items: stretch;
}

.dx-payment-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 30px;
    min-height: 180px;
    border-left: 5px solid var(--dx-blue);
}

.dx-payment-image span {
    color: var(--dx-ink);
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.dx-payment-image img {
    display: block;
    max-width: min(420px, 100%);
    height: auto;
    border-radius: 8px;
}

.dx-article-hero {
    padding: 76px 0;
    background:
        radial-gradient(circle at 14% 0%, rgba(112,204,218,0.2), transparent 34%),
        linear-gradient(135deg, #102b47 0%, #163c63 58%, #1769aa 100%);
    color: #fff;
}

.dx-article-hero .container,
.dx-article-section .container,
.dx-article-cta .container {
    max-width: 1220px;
}

.dx-article-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
    gap: 46px;
    align-items: center;
}

.dx-article-hero-copy .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    color: #d8e8ef;
    font-size: 13px;
}

.dx-article-hero-copy .breadcrumb a {
    color: #fff;
}

.dx-article-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--dx-cyan);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dx-article-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #ff5a4f;
}

.dx-article-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: 0;
}

.dx-article-hero p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #d8e8ef;
    font-size: 17px;
    line-height: 1.72;
}

.dx-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dx-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.11);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.dx-article-meta i {
    color: var(--dx-cyan);
}

.dx-article-hero-image {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 26px 70px rgba(0,0,0,0.24);
}

.dx-article-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16,43,71,0), rgba(16,43,71,0.24));
}

.dx-article-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
}

.dx-article-section {
    padding: 78px 0;
    background: #f4f8fb;
}

.dx-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.32fr);
    gap: 30px;
    align-items: start;
}

.dx-article-main,
.dx-article-sidebar {
    min-width: 0;
}

.dx-article-card,
.dx-sidebar-card,
.dx-post-nav-card,
.dx-article-cta-panel {
    border: 1px solid var(--dx-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(22,60,99,0.08);
}

.dx-article-card {
    padding: 44px;
}

.dx-article-body {
    color: var(--dx-muted);
    font-size: 17px;
    line-height: 1.86;
}

.dx-article-body p {
    margin: 0 0 24px !important;
    color: var(--dx-muted) !important;
    font-family: inherit !important;
    font-size: 17px !important;
    line-height: 1.86 !important;
}

.dx-article-body h2,
.dx-article-body h3,
.dx-article-body h4 {
    margin: 38px 0 16px;
    color: var(--dx-ink);
    line-height: 1.24;
}

.dx-article-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(22,60,99,0.12);
}

.dx-article-body a {
    color: var(--dx-blue);
    font-weight: 800;
}

.dx-article-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--dx-line);
}

.dx-article-share > span {
    color: var(--dx-ink);
    font-size: 14px;
    font-weight: 900;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-buttons a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    background: var(--dx-blue);
}

.share-buttons .linkedin { background: #0a66c2; }
.share-buttons .twitter { background: #111827; }
.share-buttons .facebook { background: #1877f2; }
.share-buttons .email { background: #6b2fa0; }

.dx-post-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.dx-post-nav-card {
    display: grid;
    gap: 10px;
    min-height: 112px;
    padding: 22px;
    color: var(--dx-ink) !important;
}

.dx-post-nav-card.next {
    text-align: right;
}

.dx-post-nav-card span {
    color: var(--dx-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.dx-post-nav-card strong {
    color: var(--dx-ink);
    font-size: 16px;
    line-height: 1.4;
}

.dx-article-sidebar {
    position: sticky;
    top: 128px;
    display: grid;
    gap: 20px;
}

.dx-sidebar-card {
    padding: 26px;
}

.dx-rfq-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(112,204,218,0.18), transparent 35%),
        #102b47;
    color: #fff;
}

.dx-rfq-card span {
    color: var(--dx-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dx-rfq-card h3,
.dx-rfq-card p {
    color: #fff;
}

.dx-rfq-card h3,
.dx-sidebar-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.2;
}

.dx-rfq-card p {
    margin: 0 0 22px;
    color: #d8e8ef;
    line-height: 1.7;
}

.dx-latest-list {
    display: grid;
    gap: 14px;
}

.dx-latest-list a {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    color: var(--dx-ink) !important;
}

.dx-latest-list img {
    width: 78px;
    height: 62px;
    border-radius: 6px;
    object-fit: cover;
}

.dx-latest-list strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--dx-ink);
    font-size: 14px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dx-latest-list em {
    display: block;
    margin-top: 5px;
    color: var(--dx-muted);
    font-size: 12px;
    font-style: normal;
}

.dx-topic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dx-topic-tags a {
    padding: 8px 10px;
    border-radius: 999px;
    background: #eef6fa;
    color: var(--dx-blue) !important;
    font-size: 12px;
    font-weight: 900;
}

.dx-article-cta {
    padding: 0 0 78px;
    background: #f4f8fb;
}

.dx-article-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    background: #102b47;
    color: #fff;
}

.dx-article-cta-panel span {
    color: var(--dx-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dx-article-cta-panel h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 28px;
}

.dx-hero {
    height: auto;
    min-height: 690px;
    display: flex;
    align-items: stretch;
    background: #0f253a;
}

.dx-hero::after {
    background:
        linear-gradient(100deg, rgba(10, 32, 52, 0.94) 0%, rgba(16, 61, 94, 0.86) 46%, rgba(19, 87, 121, 0.54) 100%),
        linear-gradient(0deg, rgba(7, 16, 27, 0.3), rgba(7, 16, 27, 0.3));
}

.dx-hero .hero-background video,
.dx-hero .hero-background img {
    filter: saturate(0.78) contrast(1.04);
}

.dx-hero .hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    padding: 96px 0 82px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.55fr);
    gap: 72px;
    align-items: center;
    text-align: left;
}

.dx-hero-copy {
    max-width: 760px;
}

.dx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a7eef7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.dx-eyebrow::before {
    content: "";
    width: 44px;
    height: 2px;
    background: var(--dx-cyan);
}

.dx-hero .hero-content h1 {
    font-size: clamp(44px, 5vw, 76px);
    line-height: 0.98;
    max-width: 820px;
    margin: 0 0 28px;
    font-weight: 800;
}

.dx-hero .hero-content p {
    max-width: 640px;
    margin: 0 0 34px;
    color: #d8eaf0;
    font-size: 19px;
}

.dx-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.dx-hero-actions .btn-outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.68) !important;
}

.dx-quote-panel {
    background: rgba(255, 255, 255, 0.95);
    color: var(--dx-ink);
    border-radius: 8px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.28);
}

.dx-panel-label {
    width: fit-content;
    padding: 7px 10px;
    margin-bottom: 18px;
    background: rgba(69, 184, 148, 0.14);
    color: #12785c;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.dx-quote-panel h2 {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.16;
}

.dx-quote-panel ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.dx-quote-panel li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--dx-line);
    color: var(--dx-muted);
}

.dx-quote-panel i {
    color: var(--dx-mint);
}

.dx-quote-panel a {
    color: var(--dx-blue);
    font-weight: 800;
}

.dx-brand-strip {
    background: #fff;
    border-bottom: 1px solid var(--dx-line);
}

.dx-brand-strip .container {
    max-width: 1320px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1px;
    padding: 0 18px;
}

.dx-brand-strip span {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e4d5c;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fff, #f6fafc);
}

.main-content {
    padding-top: 0;
}

.main-content > .container:first-child {
    max-width: 1320px;
}

.distributor-section {
    max-width: none;
    padding: 76px 0 52px;
    display: grid;
    grid-template-columns: 0.48fr 0.52fr;
    gap: 56px;
    align-items: start;
    background: transparent !important;
}

.distributor-section .section-header {
    text-align: left;
    margin-bottom: 0;
}

.distributor-section .title {
    font-size: 42px;
    line-height: 1.08;
}

.distributor-section .description {
    margin: 0;
    font-size: 18px;
    color: var(--dx-muted);
    border-left: 3px solid var(--dx-cyan);
    padding-left: 26px;
}

.products-section,
.trust-section,
.services-section,
.insights-section,
.trusted-partners,
.advantages-section {
    padding: 78px 0;
}

.products-section {
    background: #fff !important;
}

.products-content {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
}

.products-text {
    background: #102b47;
    color: #fff;
    padding: 44px;
    border-radius: 8px 0 0 8px;
}

.products-text h3,
.products-text h4 {
    color: #fff;
}

.products-text p {
    color: #d8eaf0;
}

.dx-linecard-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 28px;
}

.dx-linecard-logo {
    min-height: 72px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(220, 231, 238, 0.9);
    border-radius: 6px;
}

.dx-linecard-logo img {
    max-width: 100%;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.products-image img {
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 0 8px 8px 0;
}

.dx-layered-product-image {
    position: relative;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    background: #102b47;
}

.dx-layered-product-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    filter: saturate(0.92) contrast(1.02);
}

.dx-layered-product-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(135deg, rgba(10, 31, 52, 0.68), rgba(19, 91, 128, 0.38)),
        radial-gradient(circle at 68% 38%, rgba(89, 202, 218, 0.22), transparent 42%),
        rgba(8, 26, 42, 0.18);
    pointer-events: none;
}

.dx-layered-product-image::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: min(58%, 500px);
    aspect-ratio: 221.9 / 140.5;
    transform: translate(-50%, -50%);
    background: url("../images/logo.svg") no-repeat center / contain;
    filter: brightness(0) invert(1) drop-shadow(0 18px 34px rgba(0, 16, 32, 0.42));
    pointer-events: none;
}

.advantages-section .section-header,
.trusted-partners .section-header,
.services-section .section-header,
.insights-section .section-header {
    text-align: left;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.advantages-grid,
.services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantage-item,
.service-item,
.reason-item {
    border-radius: 6px;
    background: #fff;
    border-top: 4px solid var(--dx-cyan);
}

.stats-section {
    margin-top: 46px;
    border-radius: 8px;
    overflow: hidden;
}

.quality-content {
    grid-template-columns: 0.95fr 1.05fr;
}

.quality-text {
    order: 2;
}

.quality-image {
    order: 1;
}

.partners-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: 22px;
}

.partner-card:first-child {
    background: #102b47;
    color: #fff;
}

.partner-card:first-child .partner-info p,
.partner-card:first-child .partner-quote {
    color: #d8eaf0;
}

.insights-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.insight-card {
    overflow: hidden;
}

.dx-advantages-redesign {
    background:
        linear-gradient(180deg, #f3f8fb 0%, #ffffff 100%) !important;
    position: relative;
    overflow: hidden;
}

.dx-advantages-redesign::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22, 60, 99, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 60, 99, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.dx-advantages-redesign .container {
    position: relative;
    max-width: 1320px;
}

.dx-advantage-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.4fr) minmax(0, 0.6fr);
    gap: 28px;
    align-items: start;
}

.dx-advantage-intro {
    background: #102b47;
    color: #fff;
    border-radius: 8px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    box-shadow: 0 24px 60px rgba(16, 43, 71, 0.18);
}

.dx-advantage-intro .section-header {
    padding: 0;
    text-align: left;
    margin: 0 0 22px;
}

.dx-advantage-intro .subtitle {
    color: var(--dx-cyan) !important;
}

.dx-advantage-intro .title {
    color: #fff;
    font-size: 34px;
    line-height: 1.12;
    text-transform: none;
}

.dx-advantage-intro p {
    color: #d7e7ef;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.dx-advantage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dx-advantage-tags span {
    border: 1px solid rgba(108, 199, 216, 0.42);
    color: #c9f4fb;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.dx-advantage-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.dx-advantage-cards .advantage-item {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 26px;
    min-height: auto;
    border: 1px solid var(--dx-line);
    border-left: 5px solid var(--dx-cyan);
    border-top: 1px solid var(--dx-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(22, 60, 99, 0.08) !important;
}

.dx-advantage-cards .advantage-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(23, 105, 170, 0.09) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dx-advantage-cards .advantage-icon span {
    color: var(--dx-blue);
    font-size: 16px;
    font-weight: 900;
}

.dx-advantage-cards .advantage-content h3 {
    margin: 0 0 8px;
    color: var(--dx-ink);
    font-size: 18px;
    line-height: 1.25;
}

.dx-advantage-cards .advantage-content p {
    margin: 0;
    color: var(--dx-muted);
    font-size: 14px;
    line-height: 1.6;
}

.dx-stats-ribbon {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0;
    border: 0;
    overflow: visible;
    box-shadow: none;
}

.dx-stats-ribbon .stat-item {
    background: #fff;
    padding: 24px 26px;
    text-align: left;
    border: 1px solid var(--dx-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(22, 60, 99, 0.07);
}

.dx-stats-ribbon .stat-number {
    color: var(--dx-blue) !important;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
}

.dx-stats-ribbon .stat-text {
    color: var(--dx-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.dx-proof-section {
    background: #fff !important;
    padding: 96px 0 !important;
}

.dx-proof-section .container {
    max-width: 1320px;
}

.dx-proof-section .quality-content {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0;
    align-items: stretch;
    background: #102b47;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(16, 43, 71, 0.18);
}

.dx-proof-section .quality-image {
    order: 1;
    min-height: 520px;
}

.dx-proof-section .quality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92) contrast(1.04);
}

.dx-proof-section .quality-text {
    order: 2;
    padding: 58px;
    color: #fff;
}

.dx-proof-section .section-header {
    padding: 0;
    text-align: left;
}

.dx-proof-section .section-header .title {
    color: #fff;
    font-size: 40px;
    line-height: 1.08;
}

.dx-proof-section .quality-description {
    color: #d9eaf1;
    font-size: 17px;
    line-height: 1.75;
    margin: 22px 0 30px;
}

.dx-proof-section .client-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.dx-proof-section .client-category {
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(108, 199, 216, 0.22);
    border-radius: 6px;
}

.dx-proof-section .client-category h4 {
    color: #bff3fb;
    margin-bottom: 8px;
}

.dx-proof-section .client-category p {
    color: #d7e7ef;
}

.dx-proof-section .quality-buttons {
    justify-content: flex-start;
    margin-top: 28px;
}

.dx-proof-section .btn-outline-dark {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
}

.dx-testimonial-section {
    background: #f4f8fb !important;
    padding: 88px 0 !important;
}

.dx-testimonial-section .container {
    max-width: 1320px;
}

.dx-testimonial-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.34fr) minmax(0, 0.66fr);
    gap: 42px;
    align-items: center;
}

.dx-testimonial-section .section-header {
    text-align: left;
    padding: 0;
    margin: 0;
}

.dx-testimonial-section .section-header .title {
    font-size: 42px;
    line-height: 1.08;
    text-transform: none;
    margin-bottom: 18px;
}

.dx-testimonial-intro p {
    color: var(--dx-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 26px;
}

.dx-testimonial-section .partners-grid {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.dx-testimonial-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: dxTestimonialScroll 44s linear infinite;
    will-change: transform;
}

.dx-testimonial-section .partners-grid:hover .dx-testimonial-track {
    animation-play-state: paused;
}

.dx-testimonial-section .partner-card {
    position: relative;
    flex: 0 0 360px;
    min-height: auto;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--dx-line);
    box-shadow: 0 16px 40px rgba(22, 60, 99, 0.08) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.dx-testimonial-section .partner-card::before {
    content: "\201C";
    position: absolute;
    top: 12px;
    right: 22px;
    color: rgba(23, 105, 170, 0.16);
    font-size: 76px;
    line-height: 1;
    font-family: Georgia, serif;
}

.dx-testimonial-section .partner-card:first-child {
    background: #fff;
}

.dx-testimonial-section .partner-quote {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1.7;
    color: var(--dx-muted);
    padding-left: 0;
    font-style: normal;
}

.dx-testimonial-section .partner-info {
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--dx-line);
    border-left: 0;
}

.dx-testimonial-section .partner-card:first-child .partner-info {
    border-color: var(--dx-line);
}

.dx-testimonial-section .partner-info h3 {
    color: var(--dx-ink) !important;
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 7px;
}

.dx-testimonial-section .partner-info p {
    color: var(--dx-blue) !important;
    font-size: 14px;
    font-weight: 800;
}

@keyframes dxTestimonialScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 9px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .dx-testimonial-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
    }

    .dx-testimonial-section .partner-card[aria-hidden="true"] {
        display: none;
    }

    .dx-brand-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
    }
}

.dx-testimonial-section .center-btn {
    margin-top: 34px;
}

.dx-service-flow-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%) !important;
    padding: 96px 0 !important;
}

.dx-service-flow-section .container {
    max-width: 1320px;
}

.dx-service-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.34fr) minmax(0, 0.66fr);
    gap: 34px;
    align-items: stretch;
}

.dx-service-intro {
    position: relative;
    border-radius: 8px;
    padding: 40px;
    background: #102b47;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(22, 60, 99, 0.16);
}

.dx-service-intro::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -90px;
    bottom: -100px;
    border: 42px solid rgba(112, 204, 218, 0.14);
    border-radius: 50%;
}

.dx-service-flow-section .section-header {
    position: relative;
    z-index: 1;
    max-width: 520px;
    text-align: left;
    padding: 0;
    margin: 0 0 24px;
}

.dx-service-flow-section .section-header .title {
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
    text-transform: none;
}

.dx-service-flow-section .section-header .title::after {
    margin-left: 0;
}

.dx-service-flow-section .section-header .subtitle {
    color: var(--dx-cyan) !important;
}

.dx-service-intro p {
    position: relative;
    z-index: 1;
    color: #d5e6ee;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 28px;
}

.dx-service-points {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-bottom: 32px;
}

.dx-service-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.dx-service-points span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dx-cyan);
    box-shadow: 0 0 0 5px rgba(112, 204, 218, 0.16);
}

.dx-service-intro .btn {
    position: relative;
    z-index: 1;
}

.dx-service-flow-section .services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.dx-service-flow-section .service-item {
    position: relative;
    padding: 30px;
    border: 0;
    border-radius: 8px;
    border: 1px solid var(--dx-line);
    background: #fff;
    box-shadow: 0 18px 42px rgba(22, 60, 99, 0.08) !important;
    overflow: hidden;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.dx-step-number {
    position: absolute;
    right: 24px;
    top: 20px;
    color: rgba(23, 105, 170, 0.12);
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}

.dx-service-flow-section .service-icon {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background: #eef6fa !important;
    margin: 0;
    position: relative;
    z-index: 1;
}

.dx-service-flow-section .service-icon img {
    width: 28px;
    height: 28px;
}

.dx-service-flow-section .service-content {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    min-width: 0;
    padding-right: 58px;
}

.dx-service-flow-section .service-content h3 {
    font-size: 20px;
    line-height: 1.25;
    color: var(--dx-ink);
    text-transform: none;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.dx-service-flow-section .service-content p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--dx-muted);
    margin: 0;
    position: relative;
    z-index: 1;
    overflow-wrap: anywhere;
}

.dx-insights-redesign {
    background:
        radial-gradient(circle at 18% 12%, rgba(112, 204, 218, 0.18), transparent 30%),
        linear-gradient(135deg, #0f2b46 0%, #133f60 100%) !important;
    color: #fff;
    padding: 100px 0 !important;
}

.dx-insights-redesign .container {
    max-width: 1320px;
}

.dx-insights-redesign .section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    padding: 0;
    text-align: left;
    margin-bottom: 34px;
}

.dx-insights-redesign .section-header .title {
    color: #fff;
    font-size: 40px;
}

.dx-insights-redesign .section-header .subtitle {
    color: var(--dx-cyan) !important;
}

.dx-insights-redesign .insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dx-insights-redesign .insight-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18) !important;
    overflow: hidden;
}

.dx-insights-redesign .insight-card:first-child {
    grid-row: auto;
}

.dx-insights-redesign .insight-image {
    display: block;
    height: 220px;
    overflow: hidden;
    background: rgba(15, 48, 75, 0.08);
}

.dx-insights-redesign .insight-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.02);
}

.dx-insights-redesign .insight-content {
    min-height: 245px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dx-insight-tag {
    width: max-content;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(112, 204, 218, 0.18);
    color: var(--dx-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dx-insights-redesign .insight-content h3 {
    color: var(--dx-ink) !important;
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.dx-insights-redesign .insight-content h3 a {
    color: inherit !important;
}

.dx-insights-redesign .insight-content h3 a:hover {
    color: var(--dx-blue) !important;
}

.dx-insights-redesign .insight-content p {
    color: var(--dx-muted) !important;
    font-size: 14px;
    line-height: 1.65;
}

.dx-insight-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    margin-top: auto;
    padding: 10px 14px;
    border-radius: 6px;
    background: var(--dx-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(23, 105, 170, 0.16);
}

.dx-insight-link:hover {
    background: var(--dx-navy);
    color: #fff !important;
}

.dx-insights-redesign .center-btn {
    text-align: center;
    margin-top: 42px;
}

.dx-insights-redesign .btn-dark {
    background: #fff !important;
    color: var(--dx-blue) !important;
}

@media (max-width: 1100px) {
    .dx-hero .hero-content,
    .distributor-section,
    .products-content,
    .quality-content {
        grid-template-columns: 1fr;
    }

    .products-text,
    .products-image img {
        border-radius: 8px;
    }

    .dx-layered-product-image {
        border-radius: 8px;
    }

    .advantages-grid,
    .services-grid,
    .insights-grid,
    .partners-grid,
    .dx-brand-strip .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-advantage-layout {
        grid-template-columns: 1fr;
    }

    .dx-advantage-intro {
        min-height: auto;
    }

    .dx-proof-section .quality-content,
    .dx-testimonial-layout,
    .dx-service-layout,
    .dx-insights-redesign .insights-grid {
        grid-template-columns: 1fr;
    }

    .dx-service-flow-section .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-insights-redesign .insights-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .dx-linecard-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-brand-copy {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dx-reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dx-global-network {
        grid-template-columns: 1fr;
    }

    .dx-global-map-card,
    .dx-global-map-card img {
        min-height: 460px;
    }

    .dx-news-toolbar,
    .dx-contact-hub,
    .dx-policy-layout,
    .dx-payment-grid,
    .dx-payment-bottom,
    .dx-article-hero-grid,
    .dx-article-layout {
        grid-template-columns: 1fr !important;
    }

    .dx-news-grid,
    .dx-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dx-contact-detail-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-policy-side {
        position: static;
    }

    .dx-article-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-layered-product-image::after {
        width: 70%;
    }

    .dx-footer .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }

    .dx-footer .footer-brand {
        grid-column: 1 / -1;
    }

    .dx-products-hero-grid,
    .dx-inventory-header,
    .dx-stock-dashboard,
    .dx-procurement-layout,
    .dx-linecard-panel,
    .dx-core-hero-grid,
    .dx-core-system-layout,
    .dx-core-quality-layout {
        grid-template-columns: 1fr;
        display: grid;
    }

    .dx-linecard-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dx-core-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-content,
    .contact-form-container,
    .news-content,
    .service-content,
    .faq-content {
        grid-template-columns: 1fr !important;
    }

    .contact-info-grid,
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-sidebar {
        position: static;
    }

    .dx-product-advantages .advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-nav .container {
        min-height: 92px;
        gap: 18px;
    }

    .logo img {
        height: 58px;
        max-width: 330px;
    }

    .nav-links {
        gap: 2px;
    }

    .nav-links a {
        font-size: 14px;
        margin: 0 4px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .top-note,
    .partner-button {
        display: none;
    }

    .top-bar {
        padding: 8px 0 9px;
    }

    .top-bar .container {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 8px;
        justify-items: center;
        align-items: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    .top-bar-left {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 16px;
        row-gap: 6px;
        flex-wrap: wrap;
    }

    .top-bar-left .top-link {
        font-size: 13px;
        line-height: 1;
    }

    .top-bar-right {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .dx-cert-badge {
        display: inline-flex;
        min-height: 28px;
        padding: 0 11px;
        font-size: 10.5px;
        letter-spacing: 0.02em;
    }

    .dx-cert-badge::before {
        width: 6px;
        height: 6px;
        margin-right: 7px;
        box-shadow: 0 0 0 3px rgba(23,105,170,0.1);
    }

    .dx-translate-shell {
        min-height: 32px;
        padding: 3px 5px 3px 8px;
        gap: 5px;
    }

    .dx-translate-label {
        font-size: 0;
        gap: 0;
    }

    .dx-translate-label i {
        font-size: 13px;
    }

    .dx-translate-widget {
        min-width: 86px;
    }

    .dx-translate-widget select.goog-te-combo,
    .dx-translate-fallback {
        width: 94px;
        min-height: 28px;
        padding-left: 10px;
        padding-right: 20px;
        font-size: 12px;
    }

    .main-nav .container {
        min-height: 86px;
        padding: 8px 18px;
    }

    .logo img {
        height: 38px;
        max-width: 230px;
    }

    .dx-hero {
        min-height: auto;
    }

    .dx-hero .hero-content {
        width: calc(100% - 30px);
        padding: 64px 0;
        gap: 30px;
    }

    .dx-hero .hero-content h1 {
        font-size: 38px;
    }

    .dx-quote-panel {
        padding: 24px;
    }

    .advantages-grid,
    .services-grid,
    .insights-grid,
    .partners-grid {
        grid-template-columns: 1fr;
    }

    .dx-advantage-intro {
        padding: 30px;
    }

    .dx-advantage-intro .title {
        font-size: 30px;
    }

    .dx-advantage-cards .advantage-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px;
    }

    .dx-stats-ribbon {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-proof-section .quality-text {
        padding: 34px;
    }

    .dx-proof-section .quality-image {
        min-height: 320px;
    }

    .dx-testimonial-section .partners-grid,
    .dx-service-flow-section .services-grid,
    .dx-insights-redesign .insights-grid {
        grid-template-columns: 1fr;
    }

    .dx-testimonial-section .partner-card {
        flex-basis: min(310px, calc(100vw - 58px));
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }

    .dx-testimonial-section .partner-info {
        border-left: 0;
        border-top: 1px solid var(--dx-line);
        padding: 16px 0 0;
    }

    .dx-service-intro {
        padding: 30px;
    }

    .dx-service-flow-section .section-header .title,
    .dx-insights-redesign .section-header .title {
        font-size: 30px;
    }

    .dx-service-flow-section .service-item {
        border-right: 0;
    }

    .dx-insights-redesign .section-header {
        display: block;
    }

    .dx-insights-redesign .insight-card {
        grid-template-columns: 1fr;
        grid-template-rows: 190px 1fr;
    }

    .dx-insights-redesign .insight-content {
        min-height: auto;
        padding: 22px;
    }

    .dx-brand-strip .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .distributor-section {
        padding: 48px 0 34px;
        gap: 20px;
    }

    .distributor-section .title {
        font-size: 30px;
    }

    .dx-footer-cta {
        transform: translateY(-22px);
        padding: 24px;
        align-items: flex-start;
        flex-direction: column;
    }

    .dx-footer-cta h2 {
        font-size: 24px;
    }

    .dx-footer .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 30px;
    }

    .dx-footer .footer-nav {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .dx-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }

    .dx-footer .footer-bottom-right {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px;
    }

    .dx-footer .footer-payment-badge {
        min-width: 0;
    }

    .dx-footer .footer-payment-badge img {
        width: 178px;
    }

    .dx-products-page .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .dx-products-hero {
        padding: 58px 0 52px;
    }

    .dx-products-hero h1 {
        font-size: 38px;
    }

    .dx-products-hero p {
        font-size: 16px;
    }

    .dx-products-search-card {
        padding: 24px;
    }

    .dx-product-search,
    .dx-product-metrics,
    .dx-stock-dashboard,
    .dx-procurement-layout,
    .dx-core-card-grid,
    .dx-core-quality-grid,
    .about-values,
    .contact-info-grid,
    .reasons-grid,
    .cases-categories,
    .brands-content,
    .offices-grid,
    .news-grid,
    .dx-product-advantages .advantages-grid,
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }

    .dx-brand-wall {
        padding: 24px;
    }

    .dx-brand-copy h3 {
        font-size: 20px;
    }

    .dx-brand-track img {
        width: 142px;
        height: 78px;
        padding: 14px 18px;
    }

    .dx-reasons-grid {
        grid-template-columns: 1fr !important;
    }

    .dx-global-panel {
        padding: 28px;
    }

    .dx-global-panel h3 {
        font-size: 28px;
    }

    .dx-global-map-card,
    .dx-global-map-card img {
        min-height: 330px;
    }

    .dx-map-badge {
        padding: 7px 9px;
        font-size: 11px;
    }

    .dx-global-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-global-stats .stat-item {
        padding: 22px;
    }

    .dx-global-stats .stat-item:nth-child(2) {
        border-right: 0;
    }

    .dx-global-stats .stat-number {
        font-size: 34px;
    }

    .dx-news-toolbar {
        padding: 24px;
    }

    .dx-news-search {
        grid-template-columns: 1fr 52px;
        height: 54px;
    }

    .dx-news-grid,
    .dx-contact-cards {
        grid-template-columns: 1fr !important;
    }

    .dx-contact-main {
        padding: 28px;
    }

    .dx-contact-main h3 {
        font-size: 28px;
    }

    .dx-policy-hero {
        padding: 60px 0 54px;
    }

    .dx-policy-hero h1 {
        font-size: 36px;
    }

    .dx-policy-hero p {
        font-size: 16px;
    }

    .dx-policy-section {
        padding: 54px 0;
    }

    .dx-article-hero,
    .dx-article-section {
        padding: 54px 0;
    }

    .dx-article-hero-image,
    .dx-article-hero-image img {
        min-height: 300px;
    }

    .dx-article-card {
        padding: 26px;
    }

    .dx-article-body p {
        font-size: 16px !important;
    }

    .dx-article-sidebar {
        grid-template-columns: 1fr;
    }

    .dx-post-navigation,
    .dx-article-cta-panel {
        grid-template-columns: 1fr;
    }

    .dx-post-navigation {
        display: grid;
    }

    .dx-post-nav-card.next {
        text-align: left;
    }

    .dx-article-share,
    .dx-article-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .dx-process-grid {
        grid-template-columns: 1fr;
    }

    .dx-legal-copy,
    .dx-process-card,
    .dx-policy-panel,
    .dx-policy-side {
        padding: 24px;
    }

    .dx-contact-details-card {
        padding: 24px;
    }

    .dx-contact-detail-list {
        grid-template-columns: 1fr;
    }

    .dx-contact-address p {
        font-size: 16px;
    }

    .dx-contact-cards .contact-info-card {
        min-height: auto;
    }

    .dx-stock-dashboard-main,
    .dx-stock-stat,
    .dx-procurement-intro,
    .dx-linecard-intro {
        padding: 24px;
    }

    .dx-linecard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dx-linecard-brand {
        min-height: 96px;
        padding: 18px;
    }

    .dx-table-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .dx-procurement-intro .section-header .title {
        font-size: 30px;
    }

    .dx-core-hero,
    .dx-core-capabilities,
    .dx-core-operating-system,
    .dx-core-quality {
        padding: 56px 0;
    }

    .dx-core-hero h1 {
        font-size: 38px;
    }

    .dx-core-hero p {
        font-size: 16px;
    }

    .dx-core-proof-row,
    .dx-core-process-item {
        grid-template-columns: 1fr;
    }

    .dx-core-system-intro,
    .dx-core-quality-card,
    .dx-core-cta-panel {
        padding: 26px;
    }

    .dx-core-system-intro h2,
    .dx-core-quality-card h2,
    .dx-core-cta-panel h2 {
        font-size: 28px;
    }

    .dx-core-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-header h1 {
        font-size: 38px !important;
    }

    .about-header,
    .service-header,
    .faq-header,
    .contact-header,
    .news-header,
    .news-detail-header,
    .search-header {
        min-height: 300px;
        padding: 62px 0 !important;
    }

    .about-text,
    .form-content,
    .news-main,
    .service-text,
    .form-sidebar {
        padding: 24px;
    }

    .newsletter-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .dx-linecard-section,
    .dx-product-inventory,
    .dx-product-advantages {
        padding: 54px 0;
    }

    .dx-inventory-header .section-header .title {
        font-size: 30px;
    }

    .dx-product-table {
        min-width: 760px !important;
    }

    .dx-product-advantages .advantage-item {
        padding: 24px;
    }

    .contact-modal-dialog {
        padding: 24px;
        margin: 22px auto;
        max-height: calc(100vh - 44px);
    }
}
