/* ====== ALSBeast-Medium ====== */
@font-face {
    font-family: 'ALSBeast-Medium';
    src: url('alsbeast-medium.woff2') format('woff2'),
         url('alsbeast-medium.woff') format('woff'),
         url('alsbeast-medium.otf') format('opentype'); /* fallback */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    /* Добавляем явные настройки межбуквенного интервала */
    font-stretch: normal;
    font-variant: normal;
}

/* Принудительно добавляем пробелы для всех элементов с этим шрифтом */
h1, h2, h3, h4, .logo, .btn-header, .btn-primary, .btn-submit,
.hero h1, .hero h1 .gradient,
.product-card h3, .benefit-card h3, .expertise-item h3,
.step h4, .footer-col h4, .case-header strong,
.captcha-question, .stat-number {
    font-family: 'ALSBeast-Medium', Inter, Arial, sans-serif;
    font-weight: 500;
    /* Добавляем явный letter-spacing */
    letter-spacing: 0.02em;
    /* Добавляем word-spacing для гарантии */
    word-spacing: 0.05em;
    /* Включаем нормальный кернинг */
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}