.elementor-8115 .elementor-element.elementor-element-d9a3ed3{--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;}.elementor-8115 .elementor-element.elementor-element-503c523 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-503c523 *//* ============================================
   ARUPA CLOUD PAGE — Complete Standalone
   ============================================ */

#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-muted: #F1F5F9;
    --border: #E2E8F0;
    --success: #10B981;
    --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-xl: 0 24px 56px rgba(0,0,0,0.1);
    --shadow-glow: 0 0 40px rgba(37,99,235,0.1);
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* 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%; position: relative; z-index: 0; }
:where(#synchro-landing) h1, :where(#synchro-landing) h2, :where(#synchro-landing) h3, :where(#synchro-landing) h4 { 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) img { max-width: 100%; display: block; }
:where(#synchro-landing) a { text-decoration: none; color: inherit; }
:where(#synchro-landing) ul, :where(#synchro-landing) ol { list-style: none; margin: 0; padding: 0; }
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.625rem); font-weight: 800; line-height: 1.15; 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-family: var(--font); 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); color: #fff !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,0.35); }
.btn-outline { color: var(--primary) !important; background: transparent; border: 1.5px solid var(--primary-200); }
.btn-outline:hover { background: var(--primary); color: #fff !important; border-color: var(--primary); }
.btn-white { background: #fff; color: var(--primary) !important; box-shadow: var(--shadow-md); }
.btn-white:hover { color: var(--primary) !important; transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* ANIMATIONS */
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.5); } }
.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); }

/* ============================================
   HERO
   ============================================ */
.pd-hero { padding: 80px 0; position: relative; overflow: hidden; background: linear-gradient(160deg, #0F172A 0%, #1E293B 50%, #0F172A 100%); color: #fff; }
.pd-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(37,99,235,.18) 0%, transparent 70%); pointer-events: none; }
.pd-hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(6,182,212,.1) 0%, transparent 70%); pointer-events: none; }
.pd-hero-dots { position: absolute; inset: 0; pointer-events: none; opacity: .05; background-image: radial-gradient(circle, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 32px 32px; }
.pd-hero-inner { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto; }
.pd-hero-label { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; font-size: .8125rem; font-weight: 600; color: rgba(255,255,255,.7); margin-bottom: 24px; }
.pd-hero-label .label-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse-dot 2s ease infinite; }
#synchro-landing .pd-hero-title { font-size: clamp(2.25rem, 5vw, 3.25rem); font-weight: 900; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 20px; color: #fff; }
.pd-hero-title span { background: linear-gradient(135deg, var(--primary-light), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pd-hero-subtitle { font-size: 1.125rem; color: rgba(255,255,255,.65); line-height: 1.7; }

/* ============================================
   ABOUT
   ============================================ */
.pd-about { padding: 100px 0; background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: center; }
.about-logo { display: flex; align-items: center; justify-content: center; padding: 32px; background: var(--bg-soft); border-radius: var(--radius-xl); border: 1px solid var(--border); }
.about-logo img { max-width: 220px; height: auto; }
#synchro-landing .about-text h2 { font-size: 1.5rem; font-weight: 800; line-height: 1.25; margin-bottom: 16px; color: var(--text); }
.about-text p { font-size: .9375rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }

/* ============================================
   WHY PARTNER
   ============================================ */
.pd-why { padding: 100px 0; background: var(--bg-soft); }
.why-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.why-card { flex: 0 0 calc(25% - 15px); padding: 28px 24px; background: var(--bg); border-radius: var(--radius-xl); border: 1px solid var(--border); transition: all .4s var(--ease); }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary-200); }
.why-icon { width: 48px; height: 48px; 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: 16px; }
#synchro-landing .why-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.why-card p { font-size: .875rem; color: var(--text-secondary); line-height: 1.7; }

/* ============================================
   PRODUCTS
   ============================================ */
.pd-products { padding: 100px 0; background: var(--bg); }
.products-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.product-card { flex: 0 0 calc(33.333% - 14px); padding: 28px 24px; background: var(--bg-soft); border-radius: var(--radius-xl); border: 1px solid var(--border); transition: all .4s var(--ease); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary-200); }
.product-icon { width: 44px; height: 44px; border-radius: var(--radius-md); background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
#synchro-landing .product-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.product-card ul { display: flex; flex-direction: column; gap: 6px; }
.product-card li { font-size: .875rem; color: var(--text-secondary); line-height: 1.5; padding-left: 16px; position: relative; }
.product-card li::before { content: ''; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: var(--primary-light); border-radius: 50%; }

/* ============================================
   CTA
   ============================================ */
.pd-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; }
.pd-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; }
.pd-cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
#synchro-landing .pd-cta-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 900; line-height: 1.15; margin-bottom: 28px; color: #fff; }
.pd-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .why-card { flex: 0 0 calc(50% - 10px); }
    .product-card { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 768px) {
    .pd-hero { padding: 60px 0; }
    #synchro-landing .pd-hero-title { font-size: 2rem; }
    .pd-about, .pd-why, .pd-products { padding: 72px 0; }
    .about-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .about-logo { max-width: 260px; margin: 0 auto; }
    .why-card { flex: 0 0 calc(50% - 10px); }
    .product-card { flex: 0 0 100%; }
    .pd-cta { padding: 72px 0; }
    .pd-cta-actions { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
    #synchro-landing .pd-hero-title { font-size: 1.75rem; }
    .why-card { flex: 0 0 100%; }
}/* End custom CSS */