
    *, *::before, *::after { box-sizing: border-box; }
    body { margin: 0; }
    .ua-root { font-family: 'Poppins', system-ui, sans-serif; color: #191919; background: #ffffff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    .ua-serif { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }
    .ua-a { text-decoration: none; color: inherit; }
    .ua-btn-primary { transition: background .18s ease, transform .18s ease; }
    .ua-btn-primary:hover { background: #e07f18 !important; }
    .ua-btn-outline:hover { background: #fbf2e4 !important; }
    .ua-navlink { position: relative; transition: color .15s ease; }
    .ua-navlink:hover { color: #f48f28; }
    .ua-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
    .ua-course:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -24px rgba(65,45,34,.45); border-color: #e0c9ac !important; }
    .ua-clinic:hover { background: #fbf2e4 !important; }
    image-slot { display: block; }
  