/* ============================================================
   0. DESIGN SYSTEM & VARIABLES
   ============================================================ */
:root {
    --gp-graphite: #1D1D1F;
    --gp-red: #D62828;
    --gp-champagne: #F2E8C9;
    --gp-cloud: #F5F5F7;
    --gp-white: #FFFFFF;
    --gp-text-main: #1D1D1F;
    --gp-text-muted: rgba(29, 29, 31, 0.65);
    --gp-radius-md: 20px;
    --gp-radius-lg: 28px;
    --gp-radius-pill: 50px;
    --gp-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    --gp-transition: all 0.3s ease;
}

/* ============================================================
   1. GLOBAL LAYOUT (ОСНОВА САЙТА)
   ============================================================ */
html, body {
    margin: 0;
    padding: 0;
    background-color: var(--gp-graphite) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    padding-top: 60px !important; 
}

@media (max-width: 768px) {
    body { padding-top: 56px !important; }
}

.site-content {
    flex: 1;
}

/* ============================================================
   2. STICKY HEADER (ШАПКА)
   ============================================================ */
.site-header {
    background-color: var(--gp-graphite) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
    opacity: 1 !important;
    box-sizing: border-box;
}

/* ============================================================
   3. BREADCRUMBS (ХЛЕБНЫЕ КРОШКИ)
   ============================================================ */
.gp-breadcrumbs {
    max-width: 1100px;
    margin: 20px auto 10px !important;
    padding: 0 16px !important;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.gp-breadcrumbs a { 
    color: rgba(255, 255, 255, 0.5) !important; 
    text-decoration: none; 
}
.gp-breadcrumbs a:hover { 
    color: #ffffff !important; 
}
.gp-breadcrumbs span.current { 
    color: #ffffff !important; 
    font-weight: 600; 
}

/* ============================================================
   4. HERO & HOME PAGE CUSTOM STYLES
   ============================================================ */
.gp-apple-btn {
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.2s ease;
    white-space: nowrap;
}
.gp-apple-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(214, 40, 40, 0.4) !important;
}
.gp-apple-btn:active {
    transform: scale(0.96);
}
.gp-responsive-h1 {
    font-size: clamp(32px, 8vw, 52px) !important; 
    line-height: 1.1 !important;
}
.gp-responsive-p {
    font-size: clamp(16px, 4vw, 20px) !important;
    padding: 0 10px;
}

@media (max-width: 400px) {
    .gp-apple-btn {
        font-size: 14px !important;
        width: 100%;
        box-sizing: border-box;
        padding-top: 14px !important; 
        padding-bottom: 18px !important;
    }
}

/* Секция блока2 */
#digital {
    background-color: #F5F5F7 !important; 
    padding: 80px 20px;
}
/* Белая карточка */
.gp-digital {
    background: #ffffff !important;
    border-radius: 32px !important;
    padding: 60px 40px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.03) !important;
    max-width: 1100px;
    margin: 0 auto;
}
/* Заголовок внутри карточки */
.gp-digital h2 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #1D1D1F !important;
    letter-spacing: -1px;
}
/* Иконки применения */
.gp-icons-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    margin: 30px 0;
}
.gp-icon-item {
    font-size: 14px;
    font-weight: 600;
    color: #86868b; 
    display: flex;
    align-items: center;
    gap: 10px;
}
.gp-icon-item i {
    color: #1D1D1F;
    font-size: 20px;
}
/* Темная кнопка покупки ID */
.gp-btn-id-buy {
    background: #1D1D1F !important;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 16px 32px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}
.gp-btn-id-buy:hover {
    background: #000000 !important;
    transform: translateY(-2px);
}
.gp-digital-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 60px 30px; 
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}
.gp-id-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #1D1D1F !important;
    text-align: center;
    margin-bottom: 25px !important;
}
/* Стилизация сетки иконок */
.gp-id-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
    padding: 0 10px;
}
.gp-id-feature-item {
    font-size: 15px;
    font-weight: 600;
    color: #1D1D1F;
    display: flex;
    align-items: center;
    gap: 12px;
}
.gp-id-feature-item i {
    color: #D62828; 
    font-size: 18px;
    width: 24px;
    text-align: center;
}
/* Стилизация кнопки */
.gp-id-main-btn {
    display: inline-block;
    background: #1D1D1F;
    color: #ffffff !important;
    padding: 18px 40px;
    border-radius: 50px; 
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.gp-id-main-btn:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.gp-video-box-light video {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #eee;
}

/* ============================================================
   5. TARIFFS (ТАРИФЫ)
   ============================================================ */
.gp-tariffs {
    background: var(--gp-cloud);
    padding: 40px 0 60px; 
}
.gp-tariffs .gp-container {
    width: min(1100px, calc(100% - 24px));
    margin: 0 auto;
}

.gp-tariffs-head {
    text-align: center;
    margin-bottom: 25px; 
}
.gp-tariffs-head h1 {
    margin: 0;
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 900;
    color: var(--gp-text-main);
}
.gp-tariffs-head p {
    margin: 12px auto 0;
    max-width: 560px;
    color: var(--gp-text-muted);
    font-size: 15px;
    line-height: 1.5;
}

/* Grid */
.gp-tariff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}
@media (max-width: 980px) {
    .gp-tariff-grid { grid-template-columns: 1fr; }
}

/* Card */
.gp-tariff {
    background: var(--gp-white);
    border-radius: var(--gp-radius-lg);
    box-shadow: var(--gp-shadow);
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}
.gp-tariff--passport {
    border-color: rgba(0, 0, 0, 0.06);
}
.gp-tariff--search {
    border-color: rgba(210, 40, 40, 0.15);
}
.gp-tariff--sos {
    border: 2px solid rgba(214, 40, 40, 0.95);
}
.gp-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(29, 29, 31, 0.88);
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
    letter-spacing: 0.02em;
}
.gp-badge--hit {
    background: var(--gp-red);
}
.gp-tariff-media {
    background: #fdf4d7 !important;
    border-radius: 22px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.gp-tariff-media img {
    width: min(360px, 86%);
    height: auto;
    display: block;
}

.gp-tariff-title {
    text-align: center;
    margin: 2px 0 6px;
    font-weight: 900;
    letter-spacing: -0.01em;
    color: var(--gp-text-main);
    font-size: 22px;
}
.gp-tariff-title--sos { color: var(--gp-red); }

.gp-price {
    text-align: center;
    font-weight: 900;
    color: var(--gp-text-main);
    font-size: 34px;
    letter-spacing: -0.02em;
    margin: 0;
}
.gp-price small {
    font-size: 14px;
    font-weight: 700;
    color: rgba(29, 29, 31, 0.55);
}
.gp-sub {
    text-align: center;
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 800;
    color: rgba(46, 125, 50, 1);
}
.gp-sub-muted {
    text-align: center;
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: rgba(29, 29, 31, 0.55);
}

/* Feature list */
.gp-feats {
    margin: 14px 0 16px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gp-feats li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(29, 29, 31, 0.78);
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}
.gp-feats li b { color: var(--gp-text-main); }
.gp-ico {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    background: rgba(214, 40, 40, 0.10);
    color: var(--gp-red);
    font-weight: 900;
    font-size: 12px;
}
.gp-ico--ok { background: rgba(46, 125, 50, 0.12); color: #2E7D32; }
.gp-ico--no { background: rgba(214, 40, 40, 0.12) !important; color: #D62828 !important; }

/* CTA */
.gp-cta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.gp-btn:hover { transform: scale(1.01); }
.gp-btn--test {
    background: var(--gp-graphite);
    color: #fff !important;
}
.gp-note {
    text-align: center;
    font-size: 12px;
    color: rgba(29, 29, 31, 0.55);
}

/* Legal */
.gp-legal {
    margin-top: 24px;
    background: #fff;
    border-radius: var(--gp-radius-lg);
    box-shadow: var(--gp-shadow);
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
}
.gp-legal h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 900;
    color: var(--gp-text-main);
}
.gp-legal p {
    margin: 0 0 8px;
    color: rgba(29, 29, 31, 0.75);
    font-size: 13px;
    line-height: 1.5;
}

/* --- TARIFFS COMPARISON TABLE --- */
.gp-price-wrap { text-align: center; margin-bottom: 15px; }
.gp-price-daily { 
    display: inline-block; font-size: 11px; font-weight: 600;
    color: var(--gp-text-muted); background: var(--gp-cloud); 
    padding: 3px 10px; border-radius: 50px; margin-top: 4px;
}
.gp-price-daily b { color: var(--gp-graphite); font-weight: 800; }

.gp-compare-section { 
    margin-top: 0 !important; 
    margin-bottom: 30px; 
    padding: 0; 
}

.gp-compare-table { 
    width: 100%; 
    table-layout: fixed; 
    border-collapse: collapse; 
    background: #fff; 
    border-radius: 18px; 
    overflow: hidden; 
    border: 1px solid rgba(0, 0, 0, 0.06); 
}

.gp-dash { opacity: 0.2; color: #86868B; font-weight: normal !important; }

.gp-compare-table th { 
    background: var(--gp-cloud); 
    padding: 10px 2px; 
    text-align: center; 
    font-weight: 800; 
    font-size: 10px; 
    text-transform: uppercase;
    color: var(--gp-text-muted);
}

.gp-compare-table th:nth-child(1) { width: 49%; text-align: left; padding-left: 10px; }
.gp-compare-table th:nth-child(2),
.gp-compare-table th:nth-child(3),
.gp-compare-table th:nth-child(4) { width: 17%; }

.gp-compare-table td { 
    padding: 10px 2px; 
    text-align: center; 
    border-bottom: 1px solid #F5F5F7; 
    font-size: 11px; 
    line-height: 1.1;
    overflow: hidden;
}

.gp-compare-table td:first-child { 
    text-align: left; 
    padding-left: 10px; 
    font-weight: 600; 
    color: var(--gp-text-main); 
}

.gp-compare-table td:not(:first-child) {
    font-weight: 800;
    font-size: 14px;
    color: var(--gp-red);
}

@media (max-width: 380px) {
    .gp-compare-table td:first-child { font-size: 10px; }
    .gp-compare-table th { font-size: 9px; }
}

/* ============================================================
   6. CUSTOM PAGES (DELIVERY, CONTACTS, PRIVACY, OFFER)
   ============================================================ */
.gp-delivery-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 16px 80px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #ffffff;
    box-sizing: border-box;
}

.gp-delivery-wrapper h1 {
    font-size: clamp(28px, 6vw, 42px);
    font-weight: 800;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.gp-glass-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 25px 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.gp-glass-card h2 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gp-glass-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gp-glass-card p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 15px 0;
}

.gp-glass-card p:last-child {
    margin-bottom: 0;
}

.gp-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(214, 40, 40, 0.15);
    color: #D62828;
    font-size: 14px;
    flex-shrink: 0;
}

.gp-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px 0;
}

.gp-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.gp-list li:last-child {
    margin-bottom: 0;
}

.gp-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #D62828;
    font-weight: 800;
    font-size: 16px;
}

.gp-payment-methods {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.gp-pay-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gp-text-small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
}

.gp-btn-primary {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 30px auto 0;
    background: #D62828;
    color: #ffffff !important;
    text-align: center;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(214, 40, 40, 0.3);
    box-sizing: border-box;
}

.gp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(214, 40, 40, 0.4);
}

.gp-delivery-wrapper strong {
    color: #ffffff;
}

.gp-delivery-wrapper b {
    color: #ffffff;
}

.gp-delivery-wrapper a {
    color: #D62828;
    text-decoration: underline;
}

.gp-delivery-wrapper a:hover {
    color: #ff4d4d;
}

/* ============================================================
   7. FOOTER (ПОДВАЛ)
   ============================================================ */
.gp-final-footer {
    width: 100%;
    padding: 60px 15px !important;
    box-sizing: border-box;
    background-color: #1D1D1F !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.gp-footer-grid-3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important; 
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.gp-footer-h-3 {
    color: #F2E8C9 !important; 
    font-weight: 800;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

.gp-final-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    font-size: 0.85rem !important;
}
.gp-final-footer a:hover {
    color: #ffffff !important;
}

.gp-final-footer p {
    margin: 0 0 5px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.gp-pay-row-3 { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.gp-pay-item-3 {
    background: rgba(255, 255, 255, 0.1);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
}

.gp-footer-copy-3 {
    grid-column: span 3;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.7rem;
    opacity: 0.4;
    color: #fff;
}

@media (max-width: 768px) {
    .gp-footer-grid-3 {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center;
    }

    .gp-footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gp-pay-row-3 {
        justify-content: center;
    }

    .gp-footer-copy-3 {
        grid-column: span 1;
    }
}

/* Анимация пульсации */
@keyframes gp-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(214, 40, 40, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(214, 40, 40, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(214, 40, 40, 0); }
}

/* ============================================================
   8. FAQ ACCORDION (БЛОК ВОПРОСОВ И ОТВЕТОВ)
   ============================================================ */
.gp-faq-item[open] summary .gp-faq-icon {
    transform: rotate(45deg);
    color: var(--gp-red) !important;
}
.gp-faq-item summary::-webkit-details-marker {
    display: none;
}
.gp-faq-item summary {
    outline: none;
}
.gp-btn-secondary:hover {
    box-shadow: 0 10px 25px rgba(214, 40, 40, 0.2) !important;
}

/* ============================================================
   9. MOBILE BOTTOM NAVIGATION BAR (МОБИЛЬНЫЙ ТАБ-БАР)
   ============================================================ */
.gp-mobile-nav-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 480px;
    height: 66px;
    background: rgba(29, 29, 31, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 10px 35px rgba(0,0,0,0.35);
    box-sizing: border-box;
    padding: 0 5px;
}

.gp-mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 10px;
    font-weight: 700;
    width: 55px;
    height: 100%;
    transition: color 0.2s ease, transform 0.1s ease;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    box-sizing: border-box;
}

.gp-mobile-nav-item svg {
    margin-bottom: 4px;
    fill: currentColor;
    width: 22px;
    height: 22px;
    transition: transform 0.2s ease;
}

.gp-mobile-nav-item:active {
    transform: scale(0.9);
}

.gp-mobile-nav-item.active {
    color: #D62828 !important;
}

@media (max-width: 768px) {
    .gp-mobile-nav-bar {
        display: flex;
    }
    body {
        padding-bottom: 100px !important;
    }
}

/* Адаптация чата поддержки под таб-бар на мобильных */
@media (max-width: 768px) {
    .wave_iLink_button {
        position: static !important;
        width: 0 !important;
        height: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important; /* Keep parent active in DOM */
    }
    .wave_iLink_button .wave {
        display: none !important; /* Hide only the default floating red circle */
    }
    .iLink_dashboard {
        position: fixed !important;
        bottom: -320px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: calc(100% - 30px) !important;
        max-width: 480px !important;
        height: auto !important;
        background: rgba(29, 29, 31, 0.95) !important;
        backdrop-filter: blur(25px) !important;
        -webkit-backdrop-filter: blur(25px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 22px !important;
        padding: 25px 15px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: center !important;
        gap: 10px !important;
        z-index: 9998 !important;
        transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
        margin: 0 !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }
    .iLink_dashboard.panel-open {
        bottom: 96px !important; /* Float elegantly above the bottom navigation bar */
    }
    .iLink_dashboard::before {
        display: none !important; /* No drag handle needed since it floats */
    }
    .iLink_dashboard .chat_panel_unit {
        float: none !important;
        margin-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .iLink_dashboard .chat_panel_item_link {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-decoration: none !important;
    }
    .iLink_dashboard .chat_panel_unit::after {
        font-size: 11px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 6px;
        display: block;
        text-align: center;
    }
    .iLink_dashboard .chat_panel_unit:nth-child(1)::after { content: "WhatsApp"; }
    .iLink_dashboard .chat_panel_unit:nth-child(2)::after { content: "Telegram"; }
    .iLink_dashboard .chat_panel_unit:nth-child(3)::after { content: "Max"; }
}

/* ============================================================
   10. TRIAL STEPS LAYOUT (СХЕМА ШАГОВ ТЕСТ-ДРАЙВА)
   ============================================================ */
.gp-trial-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 35px auto 25px;
    max-width: 500px;
    padding: 0 10px;
    box-sizing: border-box;
}

.gp-trial-steps::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 45px;
    right: 45px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.gp-trial-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 30%;
    text-align: center;
    box-sizing: border-box;
}

.gp-trial-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.gp-trial-step-text {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
    margin-bottom: 2px;
}

.gp-trial-step-sub {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.2;
}

.gp-trial-step.active .gp-trial-step-num {
    background: #D62828;
    border-color: #D62828;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(214, 40, 40, 0.4);
}
