.elementor-8081 .elementor-element.elementor-element-d49a4a5{--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;--z-index:0;}/* Start custom CSS for html, class: .elementor-element-ec2f40c *//* ============================================
   SOFTWARE TESTING — Complete Standalone Styles
   ============================================ */

#synchro-landing {
    --primary: #2563EB;
    --primary-light: #3B82F6;
    --primary-dark: #1D4ED8;
    --primary-50: #EFF6FF;
    --primary-100: #DBEAFE;
    --primary-200: #BFDBFE;
    --accent: #06B6D4;
    --text: #0F172A;
    --text-secondary: #475569;
    --bg: #FFFFFF;
    --bg-soft: #F8FAFC;
    --bg-dark: #0B1120;
    --border: #E2E8F0;
    --border-light: #F1F5F9;
    --success: #10B981;
    --danger: #EF4444;
    --font: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    --container: 1200px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --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);
    --shadow-card: 0 4px 20px rgba(0,0,0,0.03);
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

: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; }
:where(#synchro-landing) h1, :where(#synchro-landing) h2, :where(#synchro-landing) h3, :where(#synchro-landing) h4, :where(#synchro-landing) h5, :where(#synchro-landing) h6 {
    font-family: var(--font); color: var(--text);
}
:where(#synchro-landing) p, :where(#synchro-landing) a, :where(#synchro-landing) span, :where(#synchro-landing) div { font-family: var(--font); }
:where(#synchro-landing) a { text-decoration: none; color: inherit; }
:where(#synchro-landing) ul { list-style: none; }
:where(#synchro-landing) img { max-width: 100%; display: block; }

body.elementor-editor-active .animate-on-scroll,
.elementor-editor-active .animate-on-scroll { opacity: 1 !important; transform: translateY(0) !important; }

.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-light); background: var(--primary-50); padding: 6px 16px; border-radius: 100px; margin-bottom: 16px; }
.section-title { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; letter-spacing: -.02em; color: var(--text); }
.section-desc { font-size: 1.125rem; color: var(--text-secondary); line-height: 1.7; max-width: 650px; }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 56px; display: flex; flex-direction: column; align-items: center; }
.text-primary { color: var(--primary-light); } /* The light blue from the screenshot */

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 1rem; padding: 14px 32px; border-radius: 100px; border: none; cursor: pointer; transition: all .3s var(--ease); white-space: nowrap; }
.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-dark { background: transparent; color: rgba(255,255,255,0.9) !important; border: 1px solid rgba(255,255,255,0.3); }
.btn-outline-dark:hover { background: rgba(255,255,255,0.1); color: #fff !important; border-color: rgba(255,255,255,0.6); }
.btn-white { background: #fff; color: var(--primary) !important; box-shadow: 0 4px 14px rgba(0,0,0,0.1); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn-outline-white { background: transparent; border: 1px solid rgba(255,255,255,0.4); color: #fff !important; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-transparent { background: transparent; color: var(--text) !important; border: none; padding: 14px 20px; box-shadow: none; }
.btn-transparent:hover { color: var(--primary) !important; transform: translateX(4px); background: transparent; box-shadow: none; }

/* ANIMATIONS */
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); will-change: opacity, transform; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }

/* HERO SECTION (Light & Split Layout) */
.st-hero {
    position: relative;
    padding: 120px 0 100px;
    background: var(--bg-soft);
    color: var(--text);
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}
.st-hero-bg {
    position: absolute; top: 0; right: 0; width: 60%; height: 100%;
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
    z-index: 1; pointer-events: none;
}
.st-hero-inner {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}
.st-breadcrumb {
    display: inline-block;
    color: var(--primary);
    background: var(--primary-50);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.st-breadcrumb::before { display: none; }
.st-hero-title {
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--text);
}
.st-hero-desc {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 580px;
}
.st-hero-cta {
    display: flex;
    gap: 16px;
}

/* HERO VISUAL (Floating Cards) */
.st-hero-visual {
    position: relative;
    height: 500px;
}
.st-visual-card {
    position: absolute;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-card);
    width: 300px;
    animation: float 6s ease-in-out infinite;
}
.st-visual-card.float-1 { top: 10%; right: 20%; animation-delay: 0s; }
.st-visual-card.float-2 { top: 45%; right: -5%; animation-delay: 2s; width: 340px; }
.st-visual-card.float-3 { bottom: 10%; right: 15%; animation-delay: 4s; }

.st-vc-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--primary-50);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.st-vc-icon svg { width: 24px; height: 24px; }
.st-vc-text { display: flex; flex-direction: column; gap: 4px; }
.st-vc-text strong { font-size: 0.9375rem; color: var(--text); font-weight: 700; }
.st-vc-text span { font-size: 0.8125rem; color: var(--text-secondary); line-height: 1.4; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* METRICS (Clean White) */
.st-metrics { padding: 80px 0; background: #fff; border-bottom: 1px solid var(--border-light); }
.st-metrics-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.st-metric-icon { width: 48px; height: 48px; margin: 0 auto 16px; color: var(--primary); display: flex; align-items: center; justify-content: center; }
.st-metric-icon svg { width: 32px; height: 32px; }
.st-metric-item h3 { font-size: 2.5rem; font-weight: 800; color: var(--text); margin-bottom: 8px; line-height: 1; }
.st-metric-item p { font-size: 0.9375rem; color: var(--text-secondary); font-weight: 500; }

/* CHALLENGES VS SOLUTIONS */
.st-challenges-section { padding: 100px 0; background: var(--bg-soft); }
.st-challenges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.st-challenge-box, .st-solution-box { background: #fff; border-radius: var(--radius-xl); padding: 48px; box-shadow: var(--shadow-card); border: 1px solid var(--border-light); display: flex; flex-direction: column; }
.st-box-title { font-size: 1.5rem; font-weight: 700; line-height: 1.3; margin-bottom: 32px; }
.st-challenge-list, .st-solution-list { display: flex; flex-direction: column; gap: 20px; }
.st-challenge-list li, .st-solution-list li { display: flex; align-items: flex-start; gap: 16px; }
.st-challenge-list span, .st-solution-list span { font-size: 1rem; color: var(--text-secondary); line-height: 1.5; margin-top: 2px; }
.st-icon-bad { color: var(--danger); flex-shrink: 0; width: 24px; height: 24px; }
.st-icon-good { color: var(--success); flex-shrink: 0; width: 24px; height: 24px; }

/* SERVICES GRID (Numbered Cards) */
.st-services { padding: 100px 0; background: #fff; }
.st-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.st-service-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
    padding: 40px 32px;
    box-shadow: var(--shadow-card);
    transition: all 0.3s var(--ease);
}
.st-service-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-200);
    transform: translateY(-5px);
}
/* Large faded number in top right */
.st-service-card::before {
    content: attr(data-step);
    position: absolute;
    top: 24px; right: 32px;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(37, 99, 235, 0.15); /* Made less faded per user request */
    z-index: 1;
}
.st-sc-icon {
    width: 48px; height: 48px;
    color: var(--primary-light);
    display: flex; align-items: center; justify-content: flex-start;
    margin-bottom: 24px;
    position: relative; z-index: 2;
}
.st-service-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; color: var(--text); position: relative; z-index: 2; }
.st-service-card p { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.6; position: relative; z-index: 2; }

/* APPROACH (Stacked process boxes) */
.st-approach { padding: 100px 0; background: var(--bg-soft); }
.st-process-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.st-process-graphic {
    position: relative; width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
}
.st-pg-center {
    width: 120px; height: 120px;
    background: var(--primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 700; text-align: center; font-size: 1.125rem; line-height: 1.2;
    z-index: 2;
    animation: pulse-ring 3s infinite;
}
.st-pg-ring {
    position: absolute; inset: 10%; border: 2px dashed var(--primary-200); border-radius: 50%; z-index: 1;
    animation: rotate 20s linear infinite;
}
.st-pg-ring::before {
    content: '';
    position: absolute;
    top: -6px; left: 50%;
    transform: translateX(-50%);
    width: 12px; height: 12px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
}
@keyframes rotate { 100% { transform: rotate(360deg); } }
@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4); }
    70% { box-shadow: 0 0 0 25px rgba(37, 99, 235, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

.st-process-list { display: flex; flex-direction: column; gap: 20px; }
.st-pl-item {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 24px 32px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}
.st-pl-item:hover { box-shadow: var(--shadow-md); border-color: var(--primary-200); }
.st-pl-item h4 { font-size: 1.125rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.st-pl-item p { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.5; }

/* TECH STACK */
.st-tech { padding: 100px 0; background: #fff; }
.st-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tech-box {
    background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 32px; text-align: center; box-shadow: var(--shadow-card);
}
.tech-box h5 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.05em; }
.tech-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.tech-tags span {
    background: var(--primary-50); color: var(--primary); padding: 8px 16px; border-radius: 100px; font-size: 0.875rem; font-weight: 600;
}

/* CTA */
.st-cta { padding: 0; }
.st-cta-inner {
    background: var(--primary);
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.st-cta-content h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 16px; color: #fff; }
.st-cta-content p { font-size: 1.125rem; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 32px; }
.st-cta-btn { display: flex; justify-content: center; gap: 16px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .st-hero-inner { grid-template-columns: 1fr; text-align: center; }
    .st-hero-desc { margin-left: auto; margin-right: auto; }
    .st-hero-cta { justify-content: center; }
    .st-hero-visual { display: none; }
    .st-metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .st-challenges-grid, .st-services-grid, .st-tech-grid { grid-template-columns: repeat(2, 1fr); }
    .st-process-layout { grid-template-columns: 1fr; }
    .st-process-graphic { max-width: 400px; margin: 0 auto; }
}

@media (max-width: 768px) {
    .st-hero { padding: 120px 0 80px; }
    .st-hero-title { font-size: 2.5rem; }
    .st-challenges-grid, .st-services-grid, .st-tech-grid { grid-template-columns: 1fr; }
    .st-cta-btn { flex-direction: column; }
}/* End custom CSS */