/* ENEKTRI Cloud White-Label — допълнителни стилове (hero демо, поток диаграма, форма) */
html { scroll-padding-top: 120px; }
body { font-family: "Sofia Sans", var(--font); }

/* header/drawer are shared site components built for the Manrope-based pages —
   match that font here since this page's body font is Sofia Sans, not Manrope */
.enk-header, .enk-drawer { font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif; }

@keyframes wlPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes wlBar { from { transform: scaleY(.25); } to { transform: scaleY(1); } }

#wlForm input:focus, #wlForm select:focus { border-color: #0e96ae; }
.wl-cta:hover { background: #0ca7c2; }
.wl-cta-ghost:hover { border-color: #4fc6ce; color: #4fc6ce; }
.wl-foot-link:hover { color: #4fc6ce; }

#wlFormOk { display: none; }

@media (max-width: 860px) {
  .wl-2col { grid-template-columns: 1fr !important; gap: 40px !important; }
  .wl-flow { grid-template-columns: 1fr !important; justify-items: center; }
  .wl-flow-arrow { padding: 14px 0 !important; }
  .wl-flow-glyph { transform: rotate(90deg); }
}
