/*
Theme Name: AI BASE
Theme URI: https://sukhov-digital.ru
Author: Vladimir Sukhov
Author URI: https://sukhov-digital.ru
Description: Кастомная блочная тема для AI BASE — закрытого сообщества по AI-автоматизации.
Version: 0.3.96
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: Proprietary
Text Domain: ai-base
Tags: block-theme, full-site-editing
*/

/* ==========================================================================
   Шрифты (self-hosted variable, font-display: swap)
   Subsets разбиты: cyrillic / latin-ext / latin
   ========================================================================== */

/* ----- Manrope Variable ----- */

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('assets/fonts/manrope-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('assets/fonts/manrope-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('assets/fonts/manrope-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ----- JetBrains Mono Variable ----- */

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url('assets/fonts/jetbrains-mono-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url('assets/fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url('assets/fonts/jetbrains-mono-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Локальные правки Фазы 5
   ========================================================================== */

.home-pricing__title {
    position: relative;
    display: inline-block;
    line-height: 0.94;
    letter-spacing: -0.04em;
    color: #D96A3A;
    text-shadow: 0 14px 34px rgba(255, 122, 71, 0.12);
}

.home-pricing__title::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -12px;
    height: 10px;
    border-radius: 9999px;
    background: linear-gradient(90deg, rgba(255, 122, 71, 0), rgba(255, 122, 71, 0.14) 20%, rgba(255, 154, 112, 0.38) 50%, rgba(255, 122, 71, 0.14) 80%, rgba(255, 122, 71, 0));
    pointer-events: none;
}

.home-pricing__table tbody tr:not(.home-pricing__row--featured) th {
    color: #3D322D;
}
