.sync-hero { min-height: 360px; padding-bottom: 48px; }
.sync-hero-card { padding: 24px; border: 1px solid rgba(0, 212, 255, .3); border-radius: 18px; background: linear-gradient(145deg, rgba(0,212,255,.12), rgba(255,255,255,.035)); box-shadow: 0 20px 55px rgba(0,0,0,.24); }
.sync-hero-card p { margin: 12px 0 0; color: var(--muted); }
.sync-flow { display: grid; gap: 12px; margin-top: 18px; }
.sync-flow div { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: center; color: var(--muted); font-size: .94rem; }
.sync-flow b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--red), var(--pink), var(--blue)); color: #fff; }
.sync-nav { position: sticky; top: 10px; z-index: 5; display: flex; gap: 4px; margin: 0 0 34px; padding: 8px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: rgba(12, 9, 25, .84); backdrop-filter: blur(16px); white-space: nowrap; }
.sync-nav a { padding: 8px 11px; color: var(--muted); font-size: .9rem; text-decoration: none; }
.sync-nav a:hover { color: var(--text); }
.sync-section { scroll-margin-top: 84px; margin: 0 0 28px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); box-shadow: 0 16px 44px rgba(0,0,0,.2); }
.sync-section h2 { margin: 0 0 12px; font-size: clamp(25px, 4vw, 38px); line-height: 1.08; }
.sync-section-intro { max-width: 800px; margin: 0 0 22px; color: var(--muted); }
.sync-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sync-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sync-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,6,17,.34); }
.sync-card h3 { margin: 0 0 9px; font-size: 20px; }
.sync-card p { margin: 0; color: var(--muted); }
.sync-card p + p { margin-top: 10px; }
.sync-card ul { margin: 0; padding-left: 21px; color: var(--muted); }
.sync-card li + li { margin-top: 8px; }
.sync-card .eyebrow { margin-bottom: 12px; color: var(--pink); font-size: 11px; }
.sync-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.sync-steps li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; }
.sync-steps li::before { content: counter(sync-step); counter-increment: sync-step; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: linear-gradient(135deg, var(--red), var(--pink), var(--blue)); color: #fff; font-weight: 900; }
.sync-steps { counter-reset: sync-step; }
.sync-steps strong { display: block; color: var(--text); }
.sync-steps p { margin: 3px 0 0; color: var(--muted); }
.sync-callout { margin-top: 18px; padding: 16px 18px; border-left: 3px solid var(--pink); border-radius: 10px; background: linear-gradient(90deg, rgba(255,79,216,.15), transparent); }
.sync-callout strong { color: #ffb2ed; }
.sync-callout p { margin: 4px 0 0; color: var(--muted); }
.sync-table { width: 100%; border-collapse: collapse; color: var(--muted); font-size: 15px; }
.sync-table th, .sync-table td { padding: 12px 14px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.sync-table th { color: var(--text); background: rgba(0,212,255,.08); }
.sync-table-wrap { overflow-x: auto; }
html[dir="rtl"] .sync-page .sync-steps li { grid-template-columns: minmax(0, 1fr) 34px; }
html[dir="rtl"] .sync-page .sync-steps li::before { grid-column: 2; grid-row: 1; }
html[dir="rtl"] .sync-page .sync-steps li > div { grid-column: 1; grid-row: 1; }
@media (max-width: 760px) { .sync-grid, .sync-grid.three { grid-template-columns: 1fr; } .sync-section { padding: 23px 20px; } .sync-nav { top: 5px; } }
