.elementor-7942 .elementor-element.elementor-element-86c398f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-aea5f6f *//* ============================================
   SYNCHRO DATA CLEANSING PAGE CSS
   ============================================ */

/* Global Variables matching Synchro Brand */
#synchro-landing {
    --primary: #2563EB;
    --primary-light: #60A5FA;
    --primary-dark: #1E40AF;
    --primary-50: #EFF6FF;
    --primary-100: #DBEAFE;
    --primary-200: #BFDBFE;
    --accent: #06B6D4;
    --text: #1E293B;
    --text-secondary: #475569;
    --text-tertiary: #94A3B8;
    --bg: #FFFFFF;
    --bg-soft: #F8FAFC;
    --bg-muted: #F1F5F9;
    --border: #E2E8F0;
    --success: #10B981;
    --warning: #F59E0B;
    --danger: #EF4444;
    --font: 'Plus Jakarta Sans', 'Inter', sans-serif;
    --container: 1140px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Scoped Reset */
:where(#synchro-landing) {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

:where(#synchro-landing) *,
:where(#synchro-landing) *::before,
:where(#synchro-landing) *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#synchro-landing {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

:where(#synchro-landing) h1,
:where(#synchro-landing) h2,
:where(#synchro-landing) h3,
:where(#synchro-landing) h4,
:where(#synchro-landing) h5 {
    font-family: var(--font);
    color: var(--text);
    line-height: 1.2;
}

:where(#synchro-landing) img {
    max-width: 100%;
    display: block;
}

:where(#synchro-landing) a {
    text-decoration: none;
    color: inherit;
}

/* Elementor Editor Fixes */
body.elementor-editor-active .animate-on-scroll,
.elementor-editor-active .animate-on-scroll {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Utilities */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

.section-label {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--primary);
    background: var(--primary-50);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -.02em;
}

.section-desc {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 600px;
}

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}

.section-header .section-desc {
    margin: 0 auto;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: .9375rem;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: all .3s var(--ease);
    white-space: nowrap;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1rem;
    border-radius: var(--radius-lg);
}

.btn-primary {
    background: var(--primary);
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.btn-outline {
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--text) !important;
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary) !important;
    background: var(--bg-soft);
}

/* Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s var(--ease), transform .6s var(--ease);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }

    100% {
        transform: translateY(-30px) scale(1.5);
        opacity: 0.8;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */
.dc-hero {
    padding: 100px 0 80px;
    background: linear-gradient(160deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.dc-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.dc-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.dc-hero-dots {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.dc-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.dc-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    font-size: .8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

#synchro-landing .dc-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.dc-hero-title span {
    background: linear-gradient(135deg, var(--primary-light), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dc-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 500;
}

.dc-hero-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* ============================================
   WHY SYNCHRO (GRID)
   ============================================ */
.dc-why {
    padding: 100px 0;
    background: var(--bg-soft);
}

.dc-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.dc-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border);
    transition: all .4s var(--ease);
    box-shadow: var(--shadow-sm);
}

.dc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-200);
}

.dc-card-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dc-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
}

.dc-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}


/* ============================================
   LAYERS OF CLEANING
   ============================================ */
.dc-layers {
    padding: 100px 0;
    background: var(--bg);
}

.dc-layers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.dc-layer-card {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.layer-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.layer-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.125rem;
    color: var(--text);
}

.dc-layer-card.cosmetic .layer-number {
    border-color: var(--warning);
    color: var(--warning);
}

.dc-layer-card.deep .layer-number {
    border-color: var(--success);
    color: var(--success);
}

.dc-layer-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
}

.layer-desc {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

/* Cosmetic Card Customization */
.dc-layer-card.cosmetic {
    background: linear-gradient(to bottom, #FFFBEB 0%, #fff 100%);
    border-color: #FDE68A;
}

/* Deep Cleaning Card Customization */
.dc-layer-card.deep {
    background: linear-gradient(to bottom, #ECFDF5 0%, #fff 100%);
    border-color: #A7F3D0;
}

.layer-illustration {
    flex: 1;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    position: relative;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 280px;
}

/* Mock Chart */
.mock-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 120px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--border);
}

.bar-group {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    height: 100%;
}

.bar {
    width: 16px;
    background: var(--text-tertiary);
    border-radius: 4px 4px 0 0;
}

.bar.h-20 {
    height: 20%;
}

.bar.h-30 {
    height: 30%;
}

.bar.h-40 {
    height: 40%;
}

.bar.h-50 {
    height: 50%;
}

.bar.h-60 {
    height: 60%;
}

.bar.h-70 {
    height: 70%;
}

.bar.h-80 {
    height: 80%;
}

.bar.h-90 {
    height: 90%;
}

.bar.warning {
    background: var(--warning);
}

.bar.danger {
    background: var(--danger);
}

.glass-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.glass-overlay span {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--text);
    background: #fff;
    padding: 4px 12px;
    border-radius: 100px;
    box-shadow: var(--shadow-sm);
}

.mock-data-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mock-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    background: var(--bg-soft);
    font-size: 0.75rem;
    font-weight: 600;
}

.mock-row.danger {
    background: #FEF2F2;
    color: var(--danger);
    border: 1px solid #FECACA;
}

.mock-row.warning {
    background: #FFFBEB;
    color: var(--warning);
    border: 1px solid #FDE68A;
}

.mock-line {
    flex: 1;
    height: 6px;
    background: var(--border);
    border-radius: 4px;
}

/* Pipeline Flow */
.pipeline-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 8px;
}

.pipe-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.mock-box {
    padding: 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--border);
    background: var(--bg-soft);
}

.mock-box small {
    font-weight: 500;
    opacity: 0.8;
}

.mock-box.danger {
    border-color: var(--danger);
    color: var(--danger);
    background: #FEF2F2;
}

.mock-box.warning {
    border-color: var(--warning);
    color: var(--warning);
    background: #FFFBEB;
}

.mock-box.success {
    border-color: var(--success);
    color: var(--success);
    background: #ECFDF5;
}

.pipe-connector {
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pipe-col.operations {
    background: var(--primary-50);
    border: 1px solid var(--primary-200);
    border-radius: var(--radius-md);
    padding: 12px;
    justify-content: center;
}

.op-node {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--primary-dark);
    background: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    box-shadow: var(--shadow-sm);
}

.op-node svg {
    color: var(--success);
}

.dc-quote-banner {
    background: #1E293B;
    color: #fff;
    padding: 32px 48px;
    border-radius: var(--radius-lg);
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6;
    border-left: 6px solid var(--primary-light);
    box-shadow: var(--shadow-md);
}


/* ============================================
   5-STEP PROCESS (FUNNEL)
   ============================================ */
.dc-process {
    padding: 100px 0;
    background: var(--bg-soft);
}

.process-container {
    display: flex;
    align-items: center;
    gap: 64px;
    max-width: 1000px;
    margin: 0 auto;
}

.process-funnel-visual {
    flex: 0 0 350px;
    display: flex;
    justify-content: center;
}

.funnel-container {
    position: relative;
    width: 200px;
    height: 280px;
}

.funnel-particles {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 60px;
}

.p-cube {
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--primary);
    border-radius: 4px;
    border: 3px solid #1E293B;
    animation: dropIntoFunnel 3s infinite ease-in;
}

.p-cube:nth-child(2) {
    animation-delay: 1s;
}

.p-cube:nth-child(3) {
    animation-delay: 2s;
}

@keyframes dropIntoFunnel {
    0% {
        transform: translateY(-20px) scale(1);
        opacity: 0;
    }

    20% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    80% {
        transform: translateY(40px) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: translateY(60px) scale(0);
        opacity: 0;
    }
}

.funnel-svg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.golden-drop {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: var(--success);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px var(--success);
    animation: goldenDrop 2s infinite ease-in;
    z-index: 1;
}

@keyframes goldenDrop {
    0% {
        transform: translate(-50%, 0) scale(0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 10px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 60px) scale(0.5);
        opacity: 0;
    }
}

.process-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.process-step {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: var(--shadow-sm);
    transition: all .3s var(--ease);
}

.process-step:hover {
    transform: translateX(8px);
    border-color: var(--primary-200);
    box-shadow: var(--shadow-md);
}

.step-num {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--primary);
    background: var(--primary-50);
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
}

.step-content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}


/* ============================================
   DATA TAXONOMY
   ============================================ */
.dc-taxonomy {
    padding: 100px 0;
    background: var(--bg);
}

.dc-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.tax-card {
    background: var(--bg-muted);
    border-radius: var(--radius-xl);
    padding: 32px 24px;
    border: 1px solid var(--border);
    transition: all .3s var(--ease);
}

.tax-card:hover {
    background: #fff;
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-200);
    transform: translateY(-4px);
}

.tax-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.tax-action {
    display: inline-block;
    font-family: monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--primary);
    background: rgba(37, 99, 235, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.tax-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}


/* ============================================
   6 DIMENSIONS OF QUALITY
   ============================================ */
.dc-dimensions {
    padding: 100px 0;
    background: var(--bg-soft);
}

.dc-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.dim-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
    border: 1px solid var(--border);
    transition: all .3s var(--ease);
    box-shadow: var(--shadow-sm);
}

.dim-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-200);
}

.dim-card h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--text);
}

.dim-icon {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dim-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--text);
}

.dim-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.dc-info-banner {
    background: var(--primary-50);
    color: var(--primary-dark);
    padding: 16px 24px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-weight: 600;
    font-size: 0.9375rem;
    border: 1px solid var(--primary-200);
}


/* ============================================
   FRAMEWORK & PYRAMID
   ============================================ */
.dc-framework {
    padding: 100px 0;
    background: #1E293B;
    color: #fff;
}

.dc-framework .section-title,
.dc-framework .section-desc {
    color: #fff;
}

.dc-framework-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.framework-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.framework-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 32px;
    text-align: center;
    color: var(--primary-light);
}

/* Architecture Framework */
.fw-architecture {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fw-roof {
    background: var(--primary);
    color: #fff;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}

.fw-pillars {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}

.fw-pillar {
    flex: 1;
    background: #fff;
    color: var(--text);
    border-radius: var(--radius-sm);
    padding: 16px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.fw-pillar h5 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
}

.fw-pillar ul {
    list-style: none;
    font-size: 0.8125rem;
    font-weight: 500;
}

.fw-pillar ul li {
    padding: 6px 0;
    text-align: center;
    color: var(--text-secondary);
}

.fw-base {
    background: var(--primary-dark);
    color: #fff;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

/* Pyramid */
.pyramid-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pyr-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 16px 24px;
}

.pyr-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pyr-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pyr-content strong {
    font-size: 0.875rem;
    font-weight: 800;
}

.pyr-content span {
    font-size: 0.75rem;
    opacity: 0.8;
    max-width: 320px;
    margin-top: 4px;
}

/* Top */
.pyr-top {
    width: 50%;
    height: 120px;
    padding-top: 35px;
}

.pyr-top .pyr-shape {
    background: var(--primary-light);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

/* Middle */
.pyr-mid {
    width: 80%;
    height: 100px;
}

.pyr-mid .pyr-shape {
    background: var(--primary);
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}

/* Base */
.pyr-base {
    width: 100%;
    height: 110px;
}

.pyr-base .pyr-shape {
    background: var(--success);
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

/* Responsiveness for Hero & Grid */
@media (max-width: 1024px) {
    .dc-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .dc-layers-grid {
        grid-template-columns: 1fr;
    }

    .process-container {
        gap: 40px;
    }

    .dc-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .dc-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .dc-framework-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dc-hero {
        padding: 80px 0 60px;
    }

    .dc-hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .dc-why {
        padding: 72px 0;
    }

    .dc-grid-6 {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .dc-layers {
        padding: 72px 0;
    }

    .pipeline-flow {
        flex-direction: column;
    }

    .pipe-connector {
        transform: rotate(90deg);
        margin: 8px 0;
    }

    .dc-quote-banner {
        padding: 24px;
        font-size: 1rem;
    }

    .dc-process {
        padding: 72px 0;
    }

    .process-container {
        flex-direction: column;
        text-align: center;
    }

    .process-funnel-visual {
        flex: 0 0 auto;
        margin-bottom: 32px;
    }

    .process-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dc-taxonomy {
        padding: 72px 0;
    }

    .dc-grid-4 {
        grid-template-columns: 1fr;
    }

    .dc-dimensions {
        padding: 72px 0;
    }

    .dc-grid-3 {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto 32px;
    }

    .dc-framework {
        padding: 72px 0;
    }

    .fw-pillars {
        flex-direction: column;
    }

    .pyr-top {
        width: 60%;
    }

    .pyr-mid {
        width: 85%;
    }

    .pyr-base {
        width: 100%;
    }
}


/* ============================================
   ENHANCED ANIMATIONS & NEW ELEMENTS
   ============================================ */

/* Label Dot (hero badge) */
.label-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    display: inline-block;
    animation: pulseDot 2s ease infinite;
}
@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(1.5); }
}

/* Hero Floating Particles */
.dc-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
.dc-particle {
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    animation: particleDrift 8s ease-in-out infinite;
}
.dc-p1 { width: 20px; height: 20px; background: rgba(37,99,235,0.3); top: 15%; left: 10%; animation-delay: 0s; }
.dc-p2 { width: 14px; height: 14px; background: rgba(6,182,212,0.3); top: 30%; right: 15%; animation-delay: 1.5s; border-radius: 50%; }
.dc-p3 { width: 18px; height: 18px; background: rgba(16,185,129,0.3); bottom: 25%; left: 20%; animation-delay: 3s; }
.dc-p4 { width: 12px; height: 12px; background: rgba(37,99,235,0.25); top: 50%; right: 25%; animation-delay: 4.5s; border-radius: 50%; }
.dc-p5 { width: 16px; height: 16px; background: rgba(245,158,11,0.25); bottom: 35%; right: 10%; animation-delay: 2s; }
.dc-p6 { width: 10px; height: 10px; background: rgba(6,182,212,0.35); top: 20%; left: 45%; animation-delay: 5.5s; border-radius: 50%; }

@keyframes particleDrift {
    0% { opacity: 0; transform: translateY(20px) rotate(0deg); }
    15% { opacity: 0.6; }
    50% { opacity: 0.8; transform: translateY(-40px) rotate(180deg); }
    85% { opacity: 0.4; }
    100% { opacity: 0; transform: translateY(-80px) rotate(360deg); }
}

/* Data Quality Meter */
.dc-hero-meter {
    max-width: 420px;
    margin: 0 auto 36px;
}
.meter-bar {
    position: relative;
    height: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.meter-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #EF4444 0%, #F59E0B 30%, #10B981 70%, #06B6D4 100%);
    border-radius: 10px;
    animation: meterGrow 3s ease forwards 1s;
}
.meter-glow {
    position: absolute;
    top: -4px;
    right: 0;
    width: 20px;
    height: 18px;
    background: radial-gradient(circle, rgba(6,182,212,0.6) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    animation: meterGlowPulse 2s ease infinite 4s;
}
@keyframes meterGrow {
    0% { width: 0; }
    100% { width: 92%; }
}
@keyframes meterGlowPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.4); }
}
.meter-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
}
.meter-label-bad {
    color: rgba(239,68,68,0.7);
}
.meter-label-good {
    color: var(--accent);
}

/* Card Metric Badge */
.dc-card-metric {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
    background: var(--primary-50);
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

/* Card Glow on Hover */
.dc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg), 0 0 30px rgba(37,99,235,0.08);
    border-color: var(--primary-200);
}

/* Scan Line Animation (Deep Cleaning) */
.scan-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--success) 50%, transparent 100%);
    z-index: 10;
    animation: scanDown 3s ease-in-out infinite;
    opacity: 0.7;
    border-radius: 2px;
}
@keyframes scanDown {
    0% { top: 0; opacity: 0; }
    10% { opacity: 0.7; }
    90% { opacity: 0.7; }
    100% { top: calc(100% - 3px); opacity: 0; }
}

/* Enhanced Dimension Cards */
.dim-card {
    position: relative;
    overflow: hidden;
}
.dim-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--ease);
}
.dim-card:hover::after {
    transform: scaleX(1);
}

/* btn-white for CTA */
.btn-white {
    background: #fff;
    color: var(--primary) !important;
    box-shadow: var(--shadow-md);
    font-weight: 700;
}
.btn-white:hover {
    color: var(--primary) !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   CTA SECTION
   ============================================ */
.dc-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, #1E40AF 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dc-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255,255,255,.08) 0%, transparent 70%);
    pointer-events: none;
}
.dc-cta::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(6,182,212,.15) 0%, transparent 70%);
    pointer-events: none;
}
.dc-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
}
#synchro-landing .dc-cta-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #fff;
}
.dc-cta-subtitle {
    font-size: 1.0625rem;
    color: rgba(255,255,255,.8);
    margin-bottom: 36px;
    line-height: 1.7;
}
.dc-cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* CTA Responsive */
@media (max-width: 768px) {
    .dc-cta {
        padding: 72px 0;
    }
    .dc-cta-actions {
        flex-direction: column;
        align-items: center;
    }
    .dc-hero-meter {
        max-width: 300px;
    }
}
@media (max-width: 480px) {
    .dc-cta-title {
        font-size: 1.5rem;
    }
}/* End custom CSS */