/* Investors page — orange theme (как блок «Инвесторам» на главной) */
.page-investors {
    --orange-dark: #E65100;
    --orange-light: rgba(245, 124, 0, 0.12);
}

.page-investors .panorama-section {
    padding-top: 68px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page-investors .panorama-img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.page-investors .panorama-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.95));
    pointer-events: none;
}

.page-investors .hero-logo-section {
    background: var(--white);
    padding: 40px 24px 30px;
    text-align: center;
}

.page-investors .btn-cta-header {
    background: var(--orange);
}

.page-investors .btn-cta-header:hover {
    background: var(--orange-dark);
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.4);
}

.page-investors .sidebar-cta button {
    background: var(--orange);
}

.page-investors .sidebar-cta button:hover {
    background: var(--orange-dark);
}

.page-investors .page-banner {
    padding-top: 0;
}

.page-investors .breadcrumb a:hover {
    color: var(--orange);
}

.page-investors .range-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

.page-investors .range-group-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
}

.page-investors .range-input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-investors .range-input {
    width: 140px;
    padding: 8px 12px;
    border: 2px solid var(--gray-light);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--orange);
    text-align: right;
    font-family: inherit;
    outline: none;
    transition: var(--transition);
    background: var(--white);
}

.page-investors .range-input:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.15);
}

.page-investors .section-anchor {
    display: block;
    position: relative;
    top: -88px;
    visibility: hidden;
    pointer-events: none;
}

.page-investors .login-section {
    padding: 80px 24px;
    background: var(--white);
}

.page-investors .login-inner {
    max-width: 480px;
    margin: 0 auto;
}

.page-investors .login-card {
    background: var(--white);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.page-investors .login-header {
    text-align: center;
    margin-bottom: 28px;
}

.page-investors .login-avatar {
    width: 64px;
    height: 64px;
    background: var(--orange-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.page-investors .login-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.page-investors .login-header p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
}

.page-investors .login-form .form-group {
    margin-bottom: 18px;
}

.page-investors .login-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}

.page-investors .required-mark {
    color: var(--orange);
}

.page-investors .login-form input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--gray-light);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: var(--transition);
}

.page-investors .login-form input:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.12);
}

.page-investors .btn-login {
    width: 100%;
    padding: 14px;
    background: var(--orange);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: var(--transition);
}

.page-investors .btn-login:hover {
    background: var(--orange-dark);
}

.page-investors .login-forgot-btn {
    display: block;
    width: 100%;
    margin: -4px 0 14px;
    padding: 0;
    border: none;
    background: none;
    color: var(--orange);
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-investors .login-forgot-btn:hover {
    color: var(--orange-dark);
}

.page-investors .login-note {
    text-align: center;
    font-size: 13px;
    color: var(--gray);
    margin-top: 20px;
    line-height: 1.7;
}

.page-investors .login-note a {
    color: var(--orange);
    font-weight: 600;
    text-decoration: none;
}

.page-investors .login-note a:hover {
    text-decoration: underline;
}

.page-investors .contact-modal--investor .form-group input:focus,
.page-investors .contact-modal--investor .form-group select:focus,
.page-investors .contact-modal--investor .form-group textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.12);
}

.page-investors .contact-modal--investor .contact-modal-submit {
    background: var(--orange);
}

.page-investors .contact-modal--investor .contact-modal-submit:hover {
    background: var(--orange-dark);
}

.compact-left .page-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--orange);
            background: var(--orange-light);
            padding: 6px 14px;
            border-radius: 8px;
            margin-bottom: 16px;
        }

        .compact-left .page-title {
            font-size: 36px;
            font-weight: 800;
            color: var(--dark);
            letter-spacing: -1.5px;
            line-height: 1.15;
            margin-bottom: 16px;
        }

        .compact-left .page-desc {
            font-size: 15px;
            color: var(--gray);
            line-height: 1.7;
            margin-bottom: 24px;
        }

        .features-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 28px;
        }

        .features-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            color: var(--dark);
            font-weight: 500;
        }

        .features-list li .check-icon {
            width: 20px;
            height: 20px;
            background: var(--orange);
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .features-list li .check-icon svg {
            width: 12px;
            height: 12px;
            color: white;
        }

        .btn-become {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--orange);
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: var(--transition);
            text-decoration: none;
            font-family: inherit;
        }

        .btn-become:hover {
            background: var(--orange-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(245,124,0,0.35);
        }

        /* ===== STATS CARD ===== */
        .stats-card {
            background: var(--white);
            border-radius: 20px;
            padding: 28px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.08);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .stats-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 8px;
        }

        .stats-card > p {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 16px;
        }

        .stat-item {
            background: var(--light);
            border-radius: 14px;
            padding: 16px;
            text-align: center;
            border: 1px solid var(--gray-light);
        }

        .stat-value {
            font-size: 26px;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 2px;
            line-height: 1;
        }

        .stat-value span {
            color: var(--orange);
        }

        .stat-label {
            font-size: 10px;
            color: var(--gray);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 4px;
        }

        .stats-extra {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 14px 16px;
            background: var(--orange-light);
            border-radius: 12px;
            border: 1px solid rgba(245,124,0,0.15);
        }

        .stats-extra-icon {
            width: 36px;
            height: 36px;
            background: var(--orange);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .stats-extra-icon svg {
            width: 18px;
            height: 18px;
            color: white;
        }

        .stats-extra-text .stats-extra-value {
            font-size: 16px;
            font-weight: 700;
            color: var(--dark);
        }

        .stats-extra-text .stats-extra-label {
            font-size: 11px;
            color: var(--gray);
        }

        /* ===== FOUNDER / VIDEO SECTION ===== */
        .founder-section {
            padding: 80px 24px;
            background: var(--white);
        }

        .video-inner {
            max-width: 960px;
            margin: 0 auto;
        }

        .video-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .video-header .section-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--orange);
            margin-bottom: 14px;
        }

        .video-header .section-label::before,
        .video-header .section-label::after {
            content: '';
            width: 20px;
            height: 2px;
            background: var(--orange);
            border-radius: 1px;
        }

        .video-header h2 {
            font-size: 32px;
            font-weight: 800;
            color: var(--dark);
            letter-spacing: -1px;
            margin-bottom: 10px;
        }

        .video-header p {
            font-size: 15px;
            color: var(--gray);
        }

        .video-player {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: var(--dark);
            aspect-ratio: 16/9;
            cursor: pointer;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            max-width: 960px;
            margin: 0 auto;
        }

        .video-player img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.7;
            transition: opacity 0.3s ease;
        }

        .video-player:hover img {
            opacity: 0.5;
        }

        .video-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 72px;
            height: 72px;
            background: var(--orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
            box-shadow: 0 0 0 0 rgba(245,124,0,0.4);
            animation: playPulse 2s ease-in-out infinite;
        }

        .video-player:hover .video-play-btn {
            transform: translate(-50%, -50%) scale(1.1);
        }

        @keyframes playPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(245,124,0,0.4); }
            50% { box-shadow: 0 0 0 18px rgba(245,124,0,0); }
        }

        .video-play-btn svg {
            width: 28px;
            height: 28px;
            color: white;
            margin-left: 3px;
        }

        .video-info {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 20px;
            padding: 18px;
            background: var(--light);
            border-radius: 14px;
            border: 1px solid var(--gray-light);
            max-width: 960px;
            margin-left: auto;
            margin-right: auto;
        }

        .video-info-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--light);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .video-info-avatar svg {
            width: 24px;
            height: 24px;
            color: var(--dark);
        }

        .video-info-text h4 {
            font-size: 15px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 1px;
        }

        .video-info-text p {
            font-size: 12px;
            color: var(--gray);
        }

        .video-duration {
            margin-left: auto;
            font-size: 12px;
            font-weight: 600;
            color: var(--gray);
            background: var(--white);
            padding: 5px 12px;
            border-radius: 16px;
            border: 1px solid var(--gray-light);
        }

        /* ===== SECTION TITLE ===== */
        .section-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .section-header .section-label {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--orange);
            margin-bottom: 14px;
        }

        .section-header .section-label::before,
        .section-header .section-label::after {
            content: '';
            width: 30px;
            height: 2px;
            background: var(--orange);
            border-radius: 1px;
        }

        .section-header h2 {
            font-size: 32px;
            font-weight: 800;
            color: var(--dark);
            letter-spacing: -1px;
            margin-bottom: 10px;
        }

        .section-header p {
            font-size: 15px;
            color: var(--gray);
            max-width: 500px;
            margin: 0 auto;
        }

        /* ===== INVESTMENT FORM ===== */
        .invest-section {
            padding: 80px 24px;
            background: var(--light);
        }

        .invest-inner {
            max-width: 640px;
            margin: 0 auto;
        }

        .invest-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .invest-header h2 {
            font-size: 28px;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 8px;
        }

        .invest-header p {
            font-size: 15px;
            color: var(--gray);
        }

        /* Progress Steps */
        .progress-steps {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            margin-bottom: 40px;
            overflow-x: auto;
            padding: 0 10px;
        }

        .step-item {
            display: flex;
            align-items: center;
            gap: 0;
            flex-shrink: 0;
        }

        .step-circle {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 700;
            border: 2px solid var(--gray-light);
            color: var(--gray);
            background: var(--white);
            transition: var(--transition);
            flex-shrink: 0;
        }

        .step-circle.active {
            border-color: var(--orange);
            background: var(--orange);
            color: white;
        }

        .step-circle.completed {
            border-color: var(--green);
            background: var(--green);
            color: white;
        }

        .step-line {
            width: 40px;
            height: 2px;
            background: var(--gray-light);
            transition: var(--transition);
            flex-shrink: 0;
        }

        .step-line.completed {
            background: var(--green);
        }

        .step-label {
            font-size: 11px;
            color: var(--gray);
            text-align: center;
            margin-top: 6px;
            white-space: nowrap;
        }

        .step-label.active {
            color: var(--orange);
            font-weight: 600;
        }

        .step-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Form Card */
        .form-card {
            background: var(--white);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.06);
            border: 1px solid var(--gray-light);
        }

        .form-step {
            display: none;
        }

        .form-step.active {
            display: block;
        }

        .form-step-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 4px;
        }

        .form-step-desc {
            font-size: 13px;
            color: var(--gray);
            margin-bottom: 28px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 8px;
        }

        .form-group label .required {
            color: var(--orange);
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid var(--gray-light);
            border-radius: 12px;
            font-size: 15px;
            font-family: inherit;
            outline: none;
            transition: var(--transition);
            background: var(--light);
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            border-color: var(--orange);
            background: white;
            box-shadow: 0 0 0 4px rgba(245,124,0,0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 80px;
        }

        .form-group .hint {
            font-size: 12px;
            color: var(--gray);
            margin-top: 6px;
        }

        /* Phone Input */
        .phone-input-wrap {
            display: flex;
            gap: 10px;
        }

        .phone-code {
            width: 56px;
            text-align: center;
            flex-shrink: 0;
        }

        .phone-number {
            flex: 1;
        }

        /* Range Slider */
        .range-group {
            margin-bottom: 28px;
        }

        .range-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .range-label span {
            font-size: 13px;
            font-weight: 600;
            color: var(--dark);
        }

        .range-value {
            font-size: 14px;
            font-weight: 700;
            color: var(--orange);
        }

        .range-slider {
            width: 100%;
            height: 8px;
            -webkit-appearance: none;
            appearance: none;
            background: var(--gray-light);
            border-radius: 4px;
            outline: none;
            transition: var(--transition);
        }

        .range-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: var(--yellow);
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(255,193,7,0.4);
            transition: var(--transition);
            border: 3px solid var(--white);
        }

        .range-slider::-webkit-slider-thumb:hover {
            transform: scale(1.15);
        }

        .range-slider::-moz-range-thumb {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: var(--yellow);
            cursor: pointer;
            border: 3px solid var(--white);
        }

        .range-hint {
            display: flex;
            justify-content: space-between;
            font-size: 11px;
            color: var(--gray);
            margin-top: 6px;
        }

        /* Investment Result */
        .invest-result {
            text-align: center;
            padding: 24px;
            background: var(--light);
            border-radius: 16px;
            border: 2px solid var(--gray-light);
            margin-bottom: 24px;
        }

        .invest-rate {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }

        .invest-rate-icon {
            width: 32px;
            height: 32px;
            background: var(--orange);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .invest-rate-icon svg {
            width: 18px;
            height: 18px;
            color: white;
        }

        .invest-rate-value {
            font-size: 28px;
            font-weight: 800;
            color: var(--dark);
        }

        .invest-rate-label {
            font-size: 14px;
            color: var(--gray);
        }

        .invest-return {
            font-size: 13px;
            color: var(--gray);
            margin-bottom: 4px;
        }

        .invest-return-value {
            font-size: 24px;
            font-weight: 800;
            color: var(--orange);
        }

        /* Checkbox */
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 20px;
            padding: 16px;
            background: var(--light);
            border-radius: 12px;
            border: 2px solid var(--gray-light);
            cursor: pointer;
            transition: var(--transition);
        }

        .checkbox-group:hover {
            border-color: var(--orange);
        }

        .checkbox-group.checked {
            border-color: var(--green);
            background: rgba(46,125,50,0.05);
        }

        .checkbox-group input[type="checkbox"] {
            width: 20px;
            height: 20px;
            accent-color: var(--orange);
            cursor: pointer;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .checkbox-group label {
            font-size: 14px;
            color: var(--dark);
            cursor: pointer;
            margin-bottom: 0;
            line-height: 1.5;
        }

        .checkbox-group label a {
            color: var(--orange);
            text-decoration: underline;
            font-weight: 600;
        }

        /* Agreement Modal */
        .agreement-modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.6);
            backdrop-filter: blur(8px);
            z-index: 2000;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .agreement-modal-overlay.active {
            display: flex;
        }

        .agreement-modal {
            background: white;
            border-radius: 20px;
            padding: 36px;
            max-width: 700px;
            width: 100%;
            position: relative;
            animation: modalIn 0.3s ease;
            max-height: 85vh;
            overflow-y: auto;
        }

        @keyframes modalIn {
            from { opacity: 0; transform: scale(0.95) translateY(10px); }
            to { opacity: 1; transform: scale(1) translateY(0); }
        }

        .agreement-modal-close {
            position: absolute;
            top: 14px;
            right: 14px;
            width: 34px;
            height: 34px;
            border: none;
            background: var(--gray-light);
            border-radius: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .agreement-modal-close:hover {
            background: var(--orange);
            color: white;
        }

        .agreement-modal-close svg {
            width: 16px;
            height: 16px;
        }

        .agreement-modal h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 24px;
            padding-right: 40px;
        }

        .agreement-content {
            font-size: 14px;
            color: var(--dark);
            line-height: 1.8;
        }

        .agreement-content h4 {
            font-size: 16px;
            font-weight: 700;
            margin: 20px 0 10px;
            color: var(--dark);
        }

        .agreement-content p {
            margin-bottom: 12px;
        }

        .agreement-data-rows p,
        .agreement-participant-legal > p,
        .agreement-participant-physical > p {
            margin: 0 0 4px;
            line-height: 1.45;
        }

        .agreement-data-rows .agreement-data-note,
        .agreement-participant-legal > p:last-child,
        .agreement-participant-physical > p:last-child {
            margin-bottom: 0;
        }

        .agreement-data-rows .agreement-data-note {
            margin-top: 6px;
        }

        .agreement-participant-legal h4,
        .agreement-participant-physical h4 {
            margin: 12px 0 6px;
        }

        .agreement-content ol {
            margin: 12px 0;
            padding-left: 24px;
        }

        .agreement-content ol li {
            margin-bottom: 8px;
        }

        /* Legal/Physical toggle */
        .entity-toggle {
            display: flex;
            gap: 12px;
            margin-bottom: 20px;
        }

        .entity-option {
            flex: 1;
            padding: 14px 16px;
            border: 2px solid var(--gray-light);
            border-radius: 12px;
            text-align: center;
            cursor: pointer;
            transition: var(--transition);
            font-size: 14px;
            font-weight: 600;
            color: var(--gray);
            background: var(--light);
        }

        .entity-option:hover {
            border-color: var(--orange);
        }

        .entity-option.active {
            border-color: var(--orange);
            background: var(--orange-light);
            color: var(--orange);
        }

        .entity-option .entity-icon {
            font-size: 20px;
            margin-bottom: 4px;
        }

        /* Card input row */
        .card-row {
            display: flex;
            gap: 10px;
        }

        .card-row input {
            flex: 1;
        }

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

        .self-employed-checkbox {
            margin: 4px 0 16px;
        }

        @media (max-width: 640px) {
            .form-row {
                grid-template-columns: 1fr;
            }
        }

        /* Navigation Buttons */
        .form-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 32px;
            gap: 16px;
        }

        .btn-back {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--light);
            color: var(--gray);
            border: 2px solid var(--gray-light);
            padding: 14px 24px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            font-family: inherit;
        }

        .btn-back:hover {
            border-color: var(--gray);
            color: var(--dark);
        }

        .btn-next {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--yellow);
            color: var(--dark);
            border: none;
            padding: 14px 32px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: var(--transition);
            font-family: inherit;
        }

        .btn-next:hover {
            background: var(--yellow-dark);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(255,193,7,0.4);
        }

        .btn-next:disabled {
            background: var(--gray-light);
            color: var(--gray);
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .btn-submit {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--orange);
            color: white;
            border: none;
            padding: 14px 32px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: var(--transition);
            font-family: inherit;
        }

        .btn-submit:hover {
            background: var(--orange-dark);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(245,124,0,0.4);
        }

        .btn-submit:disabled {
            background: var(--gray-light);
            color: var(--gray);
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* Success Step */
        .success-step {
            text-align: center;
            padding: 40px 20px;
        }

        .success-icon {
            width: 80px;
            height: 80px;
            background: var(--green);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            animation: successPop 0.5s ease;
        }

        @keyframes successPop {
            0% { transform: scale(0); }
            50% { transform: scale(1.2); }
            100% { transform: scale(1); }
        }

        .success-icon svg {
            width: 40px;
            height: 40px;
            color: white;
        }

        .success-step h3 {
            font-size: 24px;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 12px;
        }

        .success-step p {
            font-size: 15px;
            color: var(--gray);
            line-height: 1.7;
            margin-bottom: 32px;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }

        .success-step .success-details {
            background: var(--light);
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 24px;
            text-align: left;
        }

        .success-step .success-details p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .btn-home {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--orange);
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            font-family: inherit;
            text-decoration: none;
        }

        .btn-home:hover {
            background: var(--orange-dark);
        }

        /* ===== NEWS SECTION ===== */
        .news-section {
            padding: 80px 24px;
            background: var(--white);
        }

        .news-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

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

        .news-card {
            background: var(--white);
            border: 1px solid var(--gray-light);
            border-radius: 16px;
            overflow: hidden;
            transition: var(--transition);
        }

        .news-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 48px rgba(0,0,0,0.1);
        }

        .news-card-img {
            width: 100%;
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .news-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .news-card:hover .news-card-img img {
            transform: scale(1.05);
        }

        .news-card-date {
            position: absolute;
            top: 14px;
            left: 14px;
            background: rgba(255,255,255,0.95);
            padding: 5px 10px;
            border-radius: 8px;
            font-size: 11px;
            font-weight: 600;
            color: var(--dark);
            z-index: 1;
        }

        .news-card-badge {
            position: absolute;
            top: 14px;
            right: 14px;
            background: var(--orange);
            color: white;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 1;
        }

        .news-card-body {
            padding: 22px;
        }

        .news-card-body .news-company {
            font-size: 12px;
            color: var(--orange);
            font-weight: 600;
            margin-bottom: 6px;
        }

        .news-card-body h3 {
            font-size: 16px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .news-card-body p {
            font-size: 13px;
            color: var(--gray);
            line-height: 1.6;
        }

        /* ===== CTA SECTION ===== */
        .page-investors .cta-form {
            display: flex;
            gap: 12px;
            max-width: 500px;
            margin: 0 auto 0;
            align-items: center;
        }

        .page-investors .cta-form input {
            flex: 1;
            padding: 15px 18px;
            border: 2px solid var(--gray-light);
            background: var(--white);
            border-radius: 12px;
            color: var(--dark);
            font-size: 15px;
            font-family: inherit;
            outline: none;
            transition: var(--transition);
        }

        .page-investors .cta-form input:focus {
            border-color: var(--orange);
            box-shadow: 0 0 0 4px rgba(245, 124, 0, 0.12);
        }

        .page-investors .cta-form .cta-submit-btn {
            padding: 15px 28px;
            background: var(--orange);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            white-space: nowrap;
            font-family: inherit;
        }

        .page-investors .cta-form .cta-submit-btn:hover {
            background: var(--orange-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(245, 124, 0, 0.35);
        }

        .page-investors .cta-phone a {
            color: var(--orange);
            text-decoration: none;
            font-weight: 600;
        }

        .cta-section {
            padding: 80px 24px;
            background: linear-gradient(180deg, var(--white) 0%, var(--light) 100%);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -200px;
            right: -200px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(245,124,0,0.06) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-inner {
            max-width: 760px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .cta-inner h2 {
            font-size: 40px;
            font-weight: 800;
            color: var(--dark);
            letter-spacing: -1.5px;
            margin-bottom: 18px;
            line-height: 1.15;
        }

        .cta-inner h2 span {
            color: var(--orange);
        }

        .cta-inner p {
            font-size: 17px;
            color: var(--gray);
            margin-bottom: 36px;
            line-height: 1.7;
        }

        .btn-become-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--orange);
            color: white;
            border: none;
            padding: 16px 36px;
            border-radius: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: var(--transition);
            text-decoration: none;
            font-family: inherit;
        }

        .btn-become-cta:hover {
            background: var(--orange-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(245,124,0,0.35);
        }

        /* ===== FOOTER ===== */
        .footer-logo-section {
            background: var(--white);
            padding: 50px 24px 40px;
            text-align: center;
        }

        .footer-logo-wrap {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .footer-logo-name {
            display: flex;
            align-items: baseline;
        }

        .footer-logo-name .fl-ya {
            font-weight: 800;
            font-size: 40px;
            color: var(--orange);
            line-height: 1;
        }

        .footer-logo-name .fl-snab {
            font-weight: 800;
            font-size: 40px;
            color: var(--dark);
            line-height: 1;
        }

        .footer-logo-business {
            font-weight: 700;
            font-size: 14px;
            color: var(--white);
            background: var(--dark);
            padding: 4px 12px;
            border-radius: 10px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            line-height: 1.3;
            white-space: nowrap;
        }

        .footer-logo-found {
            font-weight: 500;
            font-size: 14px;
            color: var(--dark);
            line-height: 1.3;
            white-space: nowrap;
        }

        .footer-tagline {
            font-size: 15px;
            color: var(--gray);
            margin-top: 12px;
            font-weight: 500;
        }

        .footer {
            background: var(--dark);
            color: rgba(255,255,255,0.6);
            padding: 40px 24px 24px;
        }

        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 36px;
            margin-bottom: 36px;
        }

        .footer-brand p {
            font-size: 13px;
            line-height: 1.7;
            margin-top: 14px;
        }

        .footer h4 {
            color: white;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 14px;
        }

        .footer-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .footer-links a {
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            font-size: 13px;
            transition: var(--transition);
        }

        .footer-links a:hover {
            color: var(--orange);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .footer-contact a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: var(--transition);
        }

        .footer-contact a:hover {
            color: var(--orange);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .compact-top {
                grid-template-columns: 1fr;
                gap: 32px;
            }

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

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

        @media (max-width: 768px) {
            .page-investors .cta-form {
                flex-direction: column;
            }

            .compact-left .page-title {
                font-size: 26px;
            }

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

            .form-card {
                padding: 28px 20px;
            }

            .progress-steps {
                gap: 0;
            }

            .step-line {
                width: 24px;
            }

            .step-circle {
                width: 32px;
                height: 32px;
                font-size: 12px;
            }

            .step-label {
                font-size: 10px;
            }

            .form-nav {
                flex-direction: column;
            }

            .form-nav .btn-back,
            .form-nav .btn-next,
            .form-nav .btn-submit {
                width: 100%;
                justify-content: center;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .page-banner-inner {
                padding: 28px 16px 0;
            }

            .cta-inner h2 {
                font-size: 26px;
            }

            .section-header h2 {
                font-size: 26px;
            }

            .entity-toggle {
                flex-direction: column;
            }

            .card-row {
                flex-direction: column;
            }

            .agreement-modal {
                padding: 24px 18px;
            }

            .video-header h2 {
                font-size: 24px;
            }
        }

        @media (max-width: 420px) {
            .header-inner {
                padding: 0 12px;
                height: 60px;
            }

            .logo-name .logo-ya, .logo-name .logo-snab {
                font-size: 20px;
            }

            .logo-business { font-size: 8px; padding: 2px 6px; }
            .logo-found { font-size: 8px; }

            .compact-left .page-title {
                font-size: 22px;
            }

            .stat-value {
                font-size: 22px;
            }

            .form-card {
                padding: 20px 16px;
            }

            .footer-logo-name .fl-ya, .footer-logo-name .fl-snab {
                font-size: 30px;
            }

            .footer-logo-business { font-size: 11px; }
            .footer-logo-found { font-size: 11px; }

            .invest-rate-value {
                font-size: 24px;
            }

            .invest-return-value {
                font-size: 20px;
            }

            .phone-code {
                width: 50px;
            }
        }

        @media (max-width: 375px) {
            .compact-left .page-title { font-size: 20px; }
            .cta-inner h2 { font-size: 22px; }
            .footer-logo-name .fl-ya, .footer-logo-name .fl-snab { font-size: 26px; }
        }

        @media (max-width: 320px) {
            .compact-left .page-title { font-size: 18px; }
        }
