.business-steps {
    padding: 32px 20px;
}

.btn {
    background-color: #9d87f1;
    color: #fff;
    align-items: center;
    border: 1px solid #9d87f1;
    box-shadow: none;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    justify-content: center;
    line-height: 28px;
    padding: 16px 38px;
    text-align: center;
    transition: background-color .2s, box-shadow .2s;
    border-radius: 8px;
}

.btn:focus, .btn:hover {
    background-color: #7e6cc1;
    border-color: #7e6cc1;
}

.step {
    margin-bottom: 40px;
    background: rgba(66, 94, 245, .05);
    border-radius: 20px;
    padding: 60px;
}

.step__container {
    display: flex;
    gap: 41px;
    justify-content: space-between;
}

.step__header {
    margin-bottom: 12px;
}

.step__number {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.step__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0;
}

.step__desc {
    color: #666;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
}

.step__subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 10px;
}

.step__features {
    margin-left: 20px;
    margin-bottom: 20px;
}

.step__features li {
    align-items: baseline;
    display: flex;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    padding: 4px 0;
}

.step__features li:before {
    background-color: #8879c2;
    bottom: 3px;
    content: "";
    height: 4px;
    max-width: 4px;
    min-width: 4px;
    margin-right: 18px;
    position: relative;
}

.step__preview {
    height: 100%;
    max-height: 311px;
    max-width: 443px;
    object-fit: contain;
    width: 100%;
}

.step__options {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
    margin: 0 0 40px;
}

.step__option {
    flex: 0 1 calc(50% - 10px);
    margin: 0;
    align-items: stretch;
    background: linear-gradient(90deg, #474b95, #7552ae);
    border-radius: 8px;
    display: flex;
    width: 100%;
}

.step__option__main {
    align-items: center;
    display: flex;
    flex: 1;
    padding: 25px;
    margin-right: 65px;
}

.step__option__num {
    color: #cec3f8;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    min-width: 24px;
    width: 24px;
}

.step__option__text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}


.opf__container {
    line-height: 1.4;
    color: #333;
}

.opf__page__header {
    display: flex;
    flex-direction: column;
}

.opf__page__title {
    margin-bottom: 24px !important;
    font-weight: 600 !important;
    font-size: 64px !important;
    line-height: 72px !important;
}

.opf__page__title span {
    color: #9D87F1 !important;
    font-size: 64px !important;
}

.opf__info {
    display: flex;
    gap: 40px;
}

.opf__page__info {
    flex: 1;
}

.opf__text-typography {
    margin-bottom: 20px;
}

.opf__text-typography p {
    margin-bottom: 12px;
}

.opf__text-typography ul {
    margin: 12px 0;
    padding-left: 24px;
}

.opf__text-typography li {
    margin-bottom: 8px;
}

.opf__get-service__item {
    display: flex;
    padding: 16px;
    width: 400px;
}

.get-service__item-icon {
    align-items: center;
    background-color: rgba(7, 19, 75, 0.31);
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 12px;
    max-width: 48px;
    min-width: 48px;
}

.get-service__item-icon .icon {
    height: 1em;
    width: 1em;
    font-size: 18px;
    background-color: transparent;
}

.get-service__item-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.get-service__item-text {
    color: #666;
    font-size: 14px;
}

.opf__answer__content {
    margin-bottom: 40px;
    background: rgba(66, 94, 245, .05);
    border-radius: 20px;
    padding: 40px;

}




.progress-container {
    height: 10px;
    background: #e0e0e0;
    width: 100%;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(rgba(71, 75, 149, .7), rgba(117, 82, 174, .7));
    width: 0%;
    transition: width 0.5s ease;
    border-radius: 0 3px 3px 0;
}

.quiz-container {
    padding: 20px;
}

.question-card {
    animation: fadeIn 0.5s ease;
}

.question-text {
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 30px;
    display: block;
    color: #2c3e50;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.options-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.radio-option {
    margin-bottom: 8px;
    animation: fadeInOption 0.5s ease;
    animation-fill-mode: both;
}

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

.radio-input {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 10px;
    font-size: 18px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 40px;
}

.radio-label:hover {
    background: #e9ecef;
    border-color: #3498db;
    transform: translateY(-2px);
}

.radio-custom {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.radio-input:checked + .radio-label .radio-custom {
    border-color: #3498db;
    background-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.radio-input:checked + .radio-label .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}

.radio-input:checked + .radio-label {
    border-color: #3498db;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
}

.radio-input:focus + .radio-label {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.radio-input:focus + .radio-label .radio-custom {
    border-color: #3498db;
}

.option-text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #2c3e50;
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.nav-btn {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    height: 52px;
}

.result-container {
    animation: slideIn 0.5s ease;
}

.result-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    border-color: #0e0e0e;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.action-btn {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    height: 52px;
}

.note {
    align-items: stretch;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    display: flex;
    padding: 16px 16px 16px 18px;
    position: relative;
    margin-bottom: 20px;
}

.note__text {
    font-size: 16px;
    color: #6c757d;
}

.text-typography ul.list-column {
    grid-gap: 24px 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
}

.text-typography ul.list-column li {
    font-size: 15px;
    color: #495057;
    line-height: 1.5;
    padding: 0!important;
    background: transparent!important;
    margin-bottom: 0;
}

.text-typography  ul li a {
    color: #1d42d9;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    margin: 10vh auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    animation: slideUp 0.4s ease;
    overflow: hidden;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    padding: 24px 32px;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-title i {
    color: #f1c40f;
}

.modal-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    padding: 32px;
    overflow-y: auto;
    flex: 1;
}

.modal-list-container {
    margin-bottom: 24px;
}

.modal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    grid-gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
}

.modal-list-item {
    display: flex;

    padding: 16px 20px;
    border-bottom: 1px solid #e3e3e3;
}

.modal-list-item i {
    color: #3498db;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.modal-list-item span {
    font-size: 16px;
    line-height: 1.5;
    color: #2c3e50;
    flex: 1;
}

.modal-note {
    background: #e3f2fd;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #2196f3;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.modal-note i {
    color: #2196f3;
    font-size: 20px;
    margin-top: 2px;
}

.modal-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #1565c0;
}

.modal-footer {
    padding: 24px 32px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: right;
}

.modal-btn {
    padding: 14px 40px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.modal-btn:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1c5a7a 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.modal.show {
    display: block;
}


/*personalplan*/
.start-biznes-container {

}

.start-biznes-container .header {
    background-color: #1166ac;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.start-biznes-container h1 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}

.financialmodel-container .subtitle {
    font-size: 14px;
    opacity: 0.9;
}

.start-biznes-container p {
    line-height: 1.6;
}

.start-biznes-container h3 {
    border-bottom: 24px solid #1166ac;
}

.start-biznes-container form {
    /*max-width: 800px;*/
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.start-biznes-container .question {
    /*margin-bottom: 20px;*/
    display: none;
}

.start-biznes-container h2 {
    color: #2c3e50;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.start-biznes-container .active {
    display: block;
}

.start-biznes-container label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.start-biznes-container label:hover {
    background-color: #f0f8ff;
    border-color: #1166ac;
}

.start-biznes-container input[type="radio"],
.start-biznes-container select,
.start-biznes-container input[type="text"],
.start-biznes-container input[type="number"] {
    margin-right: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.start-biznes-container button {
    padding: 10px 20px;
    background-color: #1166ac;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.start-biznes-container button:hover {
    background-color: #0056b3;
}

.start-biznes-container button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.start-biznes-container #result {
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    /*max-width: 800px;*/
    margin: auto;
}

.start-biznes-container .conditional {
    margin-top: 10px;
    padding: 10px;
    background: #f0f8ff;
    border: 1px solid #1166ac;
    border-radius: 4px;
    display: none;
    margin-bottom: 20px;
}

.start-biznes-container .question .conditional  p a {
    font-weight: bold;
}

.start-biznes-container ul {
    list-style-type: disc;
    padding-left: 20px;
}

.start-biznes-container a {
    color: #1166ac;
    text-decoration: none;
}

.start-biznes-container a:hover {
    text-decoration: underline;
}

.start-biznes-container .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.start-biznes-container .plan-section {
    margin-bottom: 30px;
}

.start-biznes-container .plan-section h2 {
    color: #1166ac;
    border-bottom: 2px solid #1166ac;
    padding-bottom: 10px;
}

.start-biznes-container .plan-card {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

/*.start-biznes-container .plan-card h3 {*/
/*    margin-top: 0;*/
/*    color: #333;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.start-biznes-container .plan-card h3 i {*/
/*    margin-right: 10px;*/
/*    color: #1166ac;*/
/*}*/

.start-biznes-container .plan-card p {
    margin: 10px 0;
}

.start-biznes-container .plan-card p a {
    font-weight: bold;

}

.start-biznes-container .plan-card .btn {
    display: inline-block;
    padding: 5px 16px;
    background-color: #1166ac;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #1166ac;
    font-size: 15px;
    font-weight: 500;
}

.start-biznes-container .plan-card .btn:hover {
    background-color: #0056b3;
}

.start-biznes-container .plan-card .timeline {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .start-biznes-container button {
        width: 100%;
    }

    .start-biznes-container .plan-card {
        margin: 10px 0;
    }
}

.start-biznes-container .actions {
    text-align: center;
    margin-top: 20px;
}

.start-biznes-container .actions button {
    margin: 0 10px;
}

@media print {
    .start-biznes-container .actions {
        display: none;
    }

    .start-biznes-container .plan-section,
    .start-biznes-container .plan-card {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .start-biznes-container .plan-section {
        page-break-before: avoid;
        break-before: avoid;
    }


    .start-biznes-container #result {
        box-shadow: none;
        padding: 0;
    }

    .start-biznes-container a {
        text-decoration: none;
        color: inherit;
    }
}

.start-biznes-container .disclaimer {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.start-biznes-container .header p {
    max-width: 800px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.start-biznes-container .restore-banner {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 4px;
    padding: 15px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    display: none;
}

.start-biznes-container .restore-banner button {
    margin: 0 10px;
    padding: 8px 16px;
    background-color: #1166ac;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.start-biznes-container .restore-banner button:hover {
    background-color: #0056b3;
}

.base-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.base-container__content {
    flex: 1 0 auto;
}

.base-container__footer {
    flex-shrink: 0;
    margin-top: auto;
}
