/* ==========================================================================
   Базовые стили публичной части
   ========================================================================== */

html {
    overflow-x: clip;
}

body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #0f172a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
}

.wrap {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-copy {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #ffffff;
    color: #2563eb;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-contact-btn:hover,
.footer-contact-btn:focus {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    transform: translateY(-1px);
}

.footer-contact-btn i {
    font-size: 16px;
}

/* ==========================================================================
   Хедер сайта
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
}

.site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.01em;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.site-brand:hover,
.site-brand:focus {
    color: #0f172a;
    text-decoration: none;
    opacity: 0.85;
}

.site-brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.site-brand-name {
    font-size: 18px;
    color: #0f172a;
}

.site-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-nav-list li {
    list-style: none;
}

.site-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    color: #475569;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1.4;
}

.site-nav-link:hover,
.site-nav-link:focus {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.06);
    text-decoration: none;
}

.site-nav-link.is-active {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
}

.site-nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav-btn {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #2563eb;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.site-nav-btn:hover,
.site-nav-btn:focus {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.site-nav-btn-ghost {
    background: transparent;
    color: #475569;
    border-color: #e2e8f0;
}

.site-nav-btn-ghost:hover,
.site-nav-btn-ghost:focus {
    color: #ef4444;
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
    box-shadow: none;
}

.site-logout-form {
    margin: 0;
    display: inline-flex;
}

.site-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
}

.site-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #475569;
    border-radius: 2px;
    margin: 0 auto;
    transition: all 0.2s ease;
}

/* Верхний отступ контента под хедером (только во wrap, не в футере) */
.wrap > .container {
    padding-top: 40px;
}

/* ==========================================================================
   Формы / алерты / общие элементы
   ========================================================================== */

.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, .15);
}

.alert {
    border: none;
    border-radius: 8px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

/* Страница входа */
.site-login {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

/* Цветные плашки для Bootstrap 3 */
.badge-success { background-color: #10b981; color: #fff; }
.badge-warning { background-color: #f59e0b; color: #fff; }
.badge-primary { background-color: #2563eb; color: #fff; }

/* ==========================================================================
   ЛЕНДИНГ
   ========================================================================== */

/* Сброс отступов контейнера для лендинга — секции рисуют свой фон во всю ширину */
.container > .landing,
.container > .contact-page,
.container > .about-page {
    margin: -40px calc(50% - 50vw) 0;
    width: 100vw;
    max-width: 100vw;
}

.landing {
    color: #0f172a;
    line-height: 1.6;
}

.landing-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* ----- HERO ----- */

.landing-hero {
    position: relative;
    padding: 140px 0 100px;
    background:
        radial-gradient(ellipse 800px 600px at 80% 0%, rgba(37, 99, 235, 0.08), transparent 60%),
        radial-gradient(ellipse 600px 500px at 0% 100%, rgba(16, 185, 129, 0.06), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}

.landing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.15);
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
    border-radius: 999px;
    margin-bottom: 24px;
}

.hero-badge i {
    font-size: 16px;
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 0 24px;
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 36px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: #64748b;
    font-size: 14px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.meta-item i {
    color: #10b981;
    font-size: 16px;
}

/* ----- HERO VISUAL ----- */

.hero-visual {
    position: relative;
    min-height: 480px;
}

.hero-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.04),
        0 20px 60px -10px rgba(15, 23, 42, 0.15);
}

.hero-card-main {
    padding: 24px;
    transform: rotate(-1.5deg);
}

.hero-card-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 18px;
}

.hero-card-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
}

.hero-card-dot:nth-child(1) { background: #fca5a5; }
.hero-card-dot:nth-child(2) { background: #fcd34d; }
.hero-card-dot:nth-child(3) { background: #86efac; }

.hero-card-tag {
    margin-left: auto;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.hero-card-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f8fafc;
}

.hero-card-row:last-child {
    border-bottom: none;
}

.hero-card-icon-wrap {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.hero-card-icon-blue   { background: rgba(37, 99, 235, 0.1);  color: #2563eb; }
.hero-card-icon-green  { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.hero-card-icon-orange { background: rgba(249, 115, 22, 0.1); color: #f97316; }
.hero-card-icon-purple { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.hero-card-icon-teal   { background: rgba(20, 184, 166, 0.1); color: #14b8a6; }

.hero-card-text-block {
    flex: 1;
    min-width: 0;
}

.hero-card-line {
    height: 8px;
    border-radius: 999px;
    background: #f1f5f9;
    margin-bottom: 6px;
}

.hero-card-line-strong {
    background: #e2e8f0;
    width: 70%;
}

.hero-card-line:last-child {
    margin-bottom: 0;
    width: 50%;
}

.hero-card-pill {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero-card-pill-green { background: rgba(16, 185, 129, 0.12); color: #059669; }
.hero-card-pill-blue  { background: rgba(37, 99, 235, 0.12);  color: #1d4ed8; }
.hero-card-pill-amber { background: rgba(245, 158, 11, 0.12); color: #b45309; }

.hero-card-floating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.05),
        0 12px 30px -8px rgba(15, 23, 42, 0.18);
    z-index: 2;
}

.hero-card-float-tr {
    top: -10px;
    right: -20px;
    transform: rotate(2deg);
}

.hero-card-float-bl {
    bottom: 10px;
    left: -30px;
    transform: rotate(-2deg);
}

.hero-floating-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.hero-floating-text {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

/* ----- КНОПКИ-CTA ----- */

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
}

.btn-cta:hover,
.btn-cta:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-cta-primary,
a.btn-cta-primary,
a.btn-cta-primary:visited {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.btn-cta-primary:hover,
.btn-cta-primary:focus,
a.btn-cta-primary:hover,
a.btn-cta-primary:focus,
a.btn-cta-primary:visited:hover {
    background: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.btn-cta-ghost {
    background: #ffffff;
    color: #0f172a;
    border-color: #e2e8f0;
}

.btn-cta-ghost:hover,
.btn-cta-ghost:focus {
    color: #2563eb;
    border-color: #2563eb;
    background: #ffffff;
}

.btn-cta-white {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}

.btn-cta-white:hover,
.btn-cta-white:focus {
    background: #f8fafc;
    color: #1d4ed8;
}

.btn-cta-link-white {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    padding: 14px 8px;
}

.btn-cta-link-white:hover,
.btn-cta-link-white:focus {
    color: #ffffff;
}

.btn-cta-large {
    padding: 18px 36px;
    font-size: 17px;
}

/* ----- СЕКЦИИ ----- */

.landing-section {
    padding: 100px 0;
}

.landing-section-alt {
    background: #f8fafc;
}

.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 64px;
}

.section-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 999px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.section-lead {
    font-size: 18px;
    color: #64748b;
    margin: 0;
}

.section-tag-accent {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(139, 92, 246, 0.12));
    color: #6d28d9;
}

/* ----- HIGHLIGHTS (УТП) ----- */

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.highlight-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #8b5cf6);
}

.highlight-card.is-red::before {
    background: linear-gradient(90deg, #ef4444, #f59e0b);
}

.highlight-card.is-green::before {
    background: linear-gradient(90deg, #10b981, #14b8a6);
}

.highlight-card.is-soon::before {
    background: linear-gradient(90deg, #f59e0b, #ec4899);
}

.highlight-card.is-soon {
    grid-column: 1 / -1;
}

.highlight-icon-soon {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(236, 72, 153, 0.12));
    color: #d97706;
}

.highlight-badge-soon {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.highlight-card.is-soon .highlight-list li i {
    color: #d97706;
}

.soon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 8px;
}

.soon-item {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 16px;
    padding: 24px;
}

.soon-item-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.soon-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(236, 72, 153, 0.15));
    color: #d97706;
    flex-shrink: 0;
}

.soon-item-title {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
}

.soon-item-text {
    font-size: 15px;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 16px;
}

.soon-item .highlight-list {
    margin-bottom: 16px;
}

.soon-item .highlight-list li {
    border-bottom-color: #fde68a;
    padding: 10px 0;
    font-size: 14px;
}

.soon-item .highlight-logos {
    border-top-color: #fde68a;
    padding-top: 16px;
}

.highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.15);
}

.highlight-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.highlight-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.highlight-icon-blue {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(139, 92, 246, 0.12));
    color: #2563eb;
}

.highlight-icon-red {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(245, 158, 11, 0.12));
    color: #dc2626;
}

.highlight-icon-green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(20, 184, 166, 0.12));
    color: #059669;
}

.highlight-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 999px;
}

.highlight-badge-red {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}

.highlight-badge-green {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.highlight-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}

.highlight-text {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 24px;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.highlight-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    line-height: 1.5;
    color: #334155;
}

.highlight-list li:last-child {
    border-bottom: none;
}

.highlight-list li i {
    flex-shrink: 0;
    font-size: 20px;
    color: #2563eb;
    margin-top: 1px;
}

.highlight-card.is-red .highlight-list li i {
    color: #dc2626;
}

.highlight-card.is-green .highlight-list li i {
    color: #059669;
}

.highlight-list strong {
    color: #0f172a;
    font-weight: 600;
}

.highlight-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.logo-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
}

.logo-pill i {
    font-size: 14px;
}

.logo-pill-red {
    color: #dc2626;
}

.logo-pill-green {
    color: #059669;
}

/* ----- BENEFITS ----- */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.25s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.1);
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
}

.benefit-icon-blue   { background: rgba(37, 99, 235, 0.1);  color: #2563eb; }
.benefit-icon-green  { background: rgba(16, 185, 129, 0.1); color: #059669; }
.benefit-icon-orange { background: rgba(249, 115, 22, 0.1); color: #ea580c; }
.benefit-icon-purple { background: rgba(139, 92, 246, 0.1); color: #7c3aed; }
.benefit-icon-pink   { background: rgba(236, 72, 153, 0.1); color: #db2777; }
.benefit-icon-teal   { background: rgba(20, 184, 166, 0.1); color: #0d9488; }

.benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

.benefit-text {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ----- STEPS ----- */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    counter-reset: step;
}

.step-card {
    position: relative;
    padding: 36px 28px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.step-num {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    background: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.step-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

.step-text {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ----- STATS ----- */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 48px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.stat-item {
    text-align: center;
}

.stat-num {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    color: #2563eb;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

/* ----- CTA ----- */

.landing-cta {
    padding: 60px 0 100px;
}

.cta-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #7c3aed 100%);
    color: #ffffff;
}

.cta-card-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12), transparent 50%);
    pointer-events: none;
}

.cta-card-content {
    position: relative;
    text-align: center;
    padding: 80px 32px;
    max-width: 760px;
    margin: 0 auto;
}

.cta-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    color: #ffffff;
}

.cta-text {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 36px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

/* ==========================================================================
   АДАПТИВ
   ========================================================================== */

@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .hero-content {
        max-width: none;
        text-align: center;
        margin: 0 auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-meta {
        justify-content: center;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-visual {
        max-width: 480px;
        margin: 0 auto;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlight-card:nth-child(3) {
        grid-column: 1 / -1;
    }

    .soon-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 34px;
    }

    .cta-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .site-nav-toggle {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #ffffff;
        border-bottom: 1px solid #e2e8f0;
        box-shadow: 0 12px 24px -8px rgba(15, 23, 42, 0.1);
        padding: 16px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transition: max-height 0.25s ease, opacity 0.2s ease;
    }

    .site-nav.is-open {
        max-height: 500px;
        opacity: 1;
        pointer-events: auto;
    }

    .site-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        margin-bottom: 12px;
    }

    .site-nav-link {
        padding: 12px 14px;
        width: 100%;
    }

    .site-nav-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .site-nav-btn,
    .site-nav-btn-ghost {
        justify-content: center;
        width: 100%;
    }

    .site-logout-form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrap > .container {
        padding-top: 24px;
    }

    .container > .landing,
    .container > .contact-page,
    .container > .about-page {
        margin-top: -24px;
    }

    .site-header-inner {
        padding: 12px 16px;
    }

    .site-brand-name {
        font-size: 16px;
    }

    .landing-hero {
        padding: 80px 0 60px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-cta {
        justify-content: center;
    }

    .hero-meta {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .hero-visual {
        min-height: 400px;
    }

    .hero-card-float-tr {
        right: 0;
    }

    .hero-card-float-bl {
        left: 0;
    }

    .landing-section {
        padding: 60px 0;
    }

    .section-head {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-lead {
        font-size: 16px;
    }

    .benefits-grid,
    .steps-grid,
    .highlights-grid,
    .soon-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .highlight-card:nth-child(3) {
        grid-column: auto;
    }

    .soon-item {
        padding: 20px;
    }

    .benefit-card,
    .step-card {
        padding: 24px;
    }

    .highlight-card {
        padding: 28px;
    }

    .highlight-title {
        font-size: 22px;
    }

    .highlight-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
    }

    .stats-grid {
        gap: 32px 16px;
        padding: 32px 0;
    }

    .stat-num {
        font-size: 30px;
    }

    .cta-card-content {
        padding: 56px 24px;
    }

    .cta-title {
        font-size: 26px;
    }

    .cta-text {
        font-size: 16px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-cta {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Страница «Контакты»
   ========================================================================== */

.contact-page {
    color: #0f172a;
    line-height: 1.6;
}

/* Hero */

.contact-hero {
    padding: 80px 0 40px;
    background:
        radial-gradient(ellipse 700px 400px at 80% 0%, rgba(37, 99, 235, 0.07), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.contact-hero-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.contact-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 16px 0 16px;
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* Сетка: инфо + форма */

.contact-section {
    padding: 60px 0 100px;
    background: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 32px;
    align-items: start;
}

/* Колонка с информацией */

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
}

.contact-info-row:last-child {
    border-bottom: none;
}

.contact-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-icon-blue   { background: rgba(37, 99, 235, 0.1);  color: #2563eb; }
.contact-info-icon-green  { background: rgba(16, 185, 129, 0.1); color: #059669; }
.contact-info-icon-purple { background: rgba(139, 92, 246, 0.1); color: #7c3aed; }
.contact-info-icon-orange { background: rgba(249, 115, 22, 0.1); color: #ea580c; }

.contact-info-body {
    flex: 1;
    min-width: 0;
}

.contact-info-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-bottom: 4px;
}

.contact-info-value {
    font-size: 16px;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.5;
}

.contact-info-value a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-value a:hover,
.contact-info-value a:focus {
    color: #1d4ed8;
    text-decoration: underline;
}

.contact-promise {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 12px;
    font-size: 14px;
    color: #047857;
    line-height: 1.5;
}

.contact-promise i {
    flex-shrink: 0;
    font-size: 20px;
}

/* Форма */

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.contact-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
}

.contact-form-lead {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 28px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-form-field {
    margin-bottom: 16px;
}

.contact-form-row .contact-form-field {
    margin-bottom: 16px;
}

.contact-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.contact-form-input,
.contact-form textarea.contact-form-input {
    width: 100%;
    padding: 11px 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.contact-form-input::placeholder {
    color: #94a3b8;
}

.contact-form-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.contact-form textarea.contact-form-input {
    resize: vertical;
    min-height: 120px;
}

.has-error .contact-form-input {
    border-color: #ef4444;
}

.has-error .contact-form-input:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.contact-form-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.4;
}

/* Yandex SmartCaptcha */

.contact-captcha-widget {
    margin: 8px 0 4px;
    min-height: 100px;
}

.contact-captcha-widget iframe {
    max-width: 100%;
}

/* Регистрация: success-флэш и подвал формы */

.register-flash-success {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    color: #047857;
    font-size: 15px;
    line-height: 1.5;
}

.register-flash-success i {
    flex-shrink: 0;
    font-size: 22px;
}

.register-form-foot {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.register-form-foot a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
    transition: color 0.2s ease;
}

.register-form-foot a:hover,
.register-form-foot a:focus {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Ссылки внутри инфо-карточек (login) */

.contact-info-link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-link:hover,
.contact-info-link:focus {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Чекбокс «Запомнить меня» */

.login-remember-field {
    margin-bottom: 16px;
}

.login-remember {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    color: #334155;
}

.login-remember input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #2563eb;
    cursor: pointer;
    margin: 0;
}

.login-remember span {
    line-height: 1;
}

/* Submit */

.contact-form-submit {
    margin-top: 12px;
}

/* Адаптив */

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-hero-title {
        font-size: 38px;
    }

    .contact-form-card {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 56px 0 32px;
    }

    .contact-hero-title {
        font-size: 30px;
    }

    .contact-hero-text {
        font-size: 16px;
    }

    .contact-section {
        padding: 32px 0 60px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-form-card {
        padding: 24px 20px;
    }

    .contact-form-title {
        font-size: 24px;
    }
}

/* ==========================================================================
   Страница «О проекте»
   ========================================================================== */

.about-page {
    color: #0f172a;
    line-height: 1.6;
}

/* Hero */

.about-hero {
    padding: 100px 0 60px;
    background:
        radial-gradient(ellipse 800px 500px at 70% 0%, rgba(37, 99, 235, 0.08), transparent 60%),
        radial-gradient(ellipse 600px 400px at 0% 100%, rgba(139, 92, 246, 0.06), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.about-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.about-hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 18px 0 20px;
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 60%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-text {
    font-size: 19px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 32px;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* Audience grid */

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.audience-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.25s ease;
}

.audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.1);
}

.audience-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.audience-icon-blue   { background: rgba(37, 99, 235, 0.1);  color: #2563eb; }
.audience-icon-green  { background: rgba(16, 185, 129, 0.1); color: #059669; }
.audience-icon-purple { background: rgba(139, 92, 246, 0.1); color: #7c3aed; }

.audience-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
}

.audience-text {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 20px;
}

.audience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.audience-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 14px;
    color: #334155;
}

.audience-list li i {
    color: #10b981;
    font-size: 16px;
}

/* Modules grid */

.modules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.module-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.25s ease;
}

.module-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px -8px rgba(15, 23, 42, 0.08);
}

.module-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.module-icon-blue   { background: rgba(37, 99, 235, 0.1);  color: #2563eb; }
.module-icon-green  { background: rgba(16, 185, 129, 0.1); color: #059669; }
.module-icon-orange { background: rgba(249, 115, 22, 0.1); color: #ea580c; }
.module-icon-purple { background: rgba(139, 92, 246, 0.1); color: #7c3aed; }
.module-icon-pink   { background: rgba(236, 72, 153, 0.1); color: #db2777; }
.module-icon-teal   { background: rgba(20, 184, 166, 0.1); color: #0d9488; }
.module-icon-red    { background: rgba(239, 68, 68, 0.1);  color: #dc2626; }

.module-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
}

.module-text {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 16px;
}

.module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-list li {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}

.module-list li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
}

/* Recap blocks (что есть на главной) */

.recap-block {
    margin-bottom: 64px;
}

.recap-block:last-child {
    margin-bottom: 0;
}

.recap-h3 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
}

.recap-h3-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.recap-lead {
    margin: 0 0 24px 64px;
    font-size: 16px;
    color: #64748b;
}

.recap-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 64px;
}

.recap-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #cbd5e1;
    border-radius: 12px;
    padding: 24px;
}

.recap-card-green { border-left-color: #10b981; }
.recap-card-red   { border-left-color: #ef4444; }
.recap-card-blue  { border-left-color: #2563eb; }

.recap-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.recap-card-head i {
    font-size: 22px;
}

.recap-card-green .recap-card-head i { color: #059669; }
.recap-card-red   .recap-card-head i { color: #dc2626; }
.recap-card-blue  .recap-card-head i { color: #2563eb; }

.recap-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
}

.recap-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recap-card li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}

.recap-card li:last-child {
    border-bottom: none;
}

.recap-card li strong {
    color: #0f172a;
}

.recap-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-left: 64px;
}

.recap-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.recap-feature i {
    color: #2563eb;
    font-size: 20px;
    flex-shrink: 0;
}

.recap-feature strong {
    color: #0f172a;
}

.recap-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 64px;
}

.recap-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.recap-step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.recap-step strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 2px;
}

.recap-step span {
    font-size: 14px;
    color: #64748b;
}

.recap-stats {
    margin-left: 64px;
    border: none;
    padding: 0;
}

/* Integrations */

.integrations-cats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.integration-cat {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
}

.integration-cat-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
}

.integration-cat-title i {
    font-size: 22px;
    color: #2563eb;
}

.integration-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.integration-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.integration-pill i {
    font-size: 14px;
    color: #2563eb;
}

.integration-pill:hover {
    background: #ffffff;
    border-color: #2563eb;
    color: #2563eb;
}

/* Security grid */

.security-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.security-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
}

.security-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    color: #2563eb;
    font-size: 22px;
}

.security-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.security-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Адаптив */

@media (max-width: 991px) {
    .about-hero {
        padding: 80px 0 50px;
    }

    .about-hero-title {
        font-size: 40px;
    }

    .audience-grid {
        grid-template-columns: 1fr;
    }

    .modules-grid,
    .integrations-cats {
        grid-template-columns: 1fr;
    }

    .recap-cards {
        grid-template-columns: 1fr;
    }

    .recap-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .security-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 56px 0 40px;
    }

    .about-hero-title {
        font-size: 30px;
    }

    .about-hero-text {
        font-size: 16px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-hero-actions .btn-cta {
        width: 100%;
        justify-content: center;
    }

    .module-card,
    .audience-card {
        padding: 24px;
    }

    .recap-block {
        margin-bottom: 40px;
    }

    .recap-h3 {
        font-size: 22px;
        gap: 12px;
    }

    .recap-h3-num {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .recap-lead,
    .recap-cards,
    .recap-features,
    .recap-steps,
    .recap-stats {
        margin-left: 0;
    }

    .recap-features {
        grid-template-columns: 1fr;
    }

    .security-grid {
        grid-template-columns: 1fr;
    }
}


