/* ======================================================
   CYBER SUPPORT - GENERAL CONDITIONS
====================================================== */

.cyber-support-section {
    background: #fff;
}

.cyber-support-section .journey-intro {
    max-width: 760px;
    margin: 0 auto 35px;
}

.cyber-support-section .journey-intro h2 {
    color: #182F48;
}

.cyber-support-section .journey-intro h2 span {
    color: #E84E1B;
}

.cyber-support-section .journey-description {
    max-width: 720px;
    margin: 0 auto;
    color: #65717D;
}


/* CARDS */

.cyber-support-card {
    height: 100%;
    min-height: 168px;

    padding: 22px;

    border: 1px solid #D9E0E6;
    border-radius: 16px;

    background: #fff;

    box-shadow: 0 3px 8px rgba(24,47,72,.05);
}

.cyber-support-card .service-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    background: #FFF0EC;
    border-radius: 12px;
}

.cyber-support-card .service-icon i {
    color: #E84E1B;
    font-size: 17px;
}

.cyber-support-card h3 {
    margin: 0 0 10px;

    color: #182F48;

    font-size: 17px;
    font-weight: 700;
}

.cyber-support-card p {
    margin: 0;

    color: #65717D;

    font-size: 14px;
    line-height: 1.55;
}


/* ORANGE NOTICE */

.cyber-support-alert {
    padding: 14px 20px;

    background: #FFF0EC;

    color: #E84E1B;

    border-radius: 12px;

    font-size: 18px;
    text-align: center;
}

.cyber-support-alert strong {
    font-weight: 700;
}


/* RECOMMENDATION BOX */

.cyber-support-recommendation {

    margin-left: auto;
    margin-right: auto;

    padding: 0px 22px;

    background: #fff;

    color: #182F48;

    font-size: 18px;
    text-align: center;
}

.cyber-support-recommendation a {
    color: #E84E1B;
    font-weight: 600;
    text-decoration: underline;
}

.cyber-support-recommendation a:hover {
    text-decoration: none;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-support-card {
        min-height: auto;
    }

    .cyber-support-alert,
    .cyber-support-recommendation {
        text-align: left;
    }

}

/* ======================================================
   CYBER SUPPORT - ACTIVITIES
====================================================== */

.cyber-support-activities-section {
}

.cyber-support-activities-section .journey-intro {
    margin-bottom: 30px;
}

.cyber-support-activities-section .journey-intro h2 {
    color: #182F48;
}

.cyber-support-activities-section .journey-intro h2 span {
    color: #E84E1B;
}


/* CARD */

.cyber-support-activity-card {
    height: 100%;
    min-height: 300px;

    padding: 28px;

    background: #fff;

    border: 1px solid #FFD7CC;
    border-radius: 18px;

    box-shadow: 0 3px 8px rgba(24,47,72,.05);
}


/* TOP */

.cyber-support-activity-top {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;
}

.cyber-support-activity-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    background: #FFF0EC;

    border-radius: 12px;
}

.cyber-support-activity-icon i {
    color: #E84E1B;

    font-size: 17px;
    line-height: 1;
}

.cyber-support-activity-label {
    color: #E84E1B;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .15em;
}


/* TITLE */

.cyber-support-activity-card h3 {
    margin: 0 0 8px;

    color: #182F48;

    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}


/* PRICE */

.cyber-support-activity-price {
    margin-bottom: 12px;

    color: #E84E1B;

    font-size: 19px;
    font-weight: 700;
}


/* TEXT */

.cyber-support-activity-card p {
    margin: 0 0 15px;

    color: #65717D;

    font-size: 14px;
    line-height: 1.55;
}


/* META */

.cyber-support-activity-meta {
    margin-top: auto;

    color: #536171;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .04em;
    text-transform: uppercase;
}


/* NOTE */

.cyber-support-activities-note {
    max-width: 760px;

    margin: 28px auto 0;

    color: #65717D;

    font-size: 13px;
    line-height: 1.55;
}


/* BUTTONS */

.cyber-support-activities-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}


/* TABLET */

@media (max-width: 991.98px) {

    .cyber-support-activity-card {
        min-height: auto;
    }

}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-support-activity-card {
        padding: 24px;
    }

    .cyber-support-activity-card h3 {
        font-size: 20px;
    }

    .cyber-support-activities-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .cyber-support-activities-buttons .button {
        width: 100%;
        text-align: center;
    }

}

/* ======================================================
   CYBER SUPPORT - ELIGIBLE COSTS
====================================================== */

.cyber-support-costs-section {
    background: #fff;
}

.cyber-support-costs-section .journey-intro {
    margin-bottom: 30px;
}

.cyber-support-costs-section .journey-intro h2 {
    color: #182F48;
}

.cyber-support-costs-section .journey-intro h2 span {
    color: #E84E1B;
}


/* CARDS */

.cyber-support-cost-card {
    height: 100%;
    min-height: 185px;

    padding: 24px 22px;

    background: #fff;

    border: 1px solid #D9E0E6;
    border-radius: 16px;

    box-shadow: 0 3px 8px rgba(24, 47, 72, .05);
}


/* ICON */

.cyber-support-cost-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    margin-bottom: 18px;

    background: #FFF0EC;

    border-radius: 12px;
}

.cyber-support-cost-icon i {
    color: #E84E1B;

    font-size: 17px;
    line-height: 1;
}


/* TITLE */

.cyber-support-cost-card h3 {
    margin: 0 0 9px;

    color: #182F48;

    font-size: 17px;
    font-weight: 700;
}


/* TEXT */

.cyber-support-cost-card p {
    margin: 0;

    color: #65717D;

    font-size: 14px;
    line-height: 1.5;
}


/* INFO BOXES */

.cyber-support-cost-info {
    height: 100%;

    padding: 22px;

    border-radius: 16px;
}

.cyber-support-cost-info-orange {
    background: #FFF8F6;
    border: 1px solid #FFD0C4;
}

.cyber-support-cost-info-grey {
    background: #F4F7FA;
    border: 1px solid #D9E0E6;
}

.cyber-support-cost-info-title {
    display: block;

    margin-bottom: 8px;

    color: #182F48;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.cyber-support-cost-info-orange .cyber-support-cost-info-title {
    color: #E84E1B;
}

.cyber-support-cost-info p {
    margin: 0;

    color: #65717D;

    font-size: 14px;
    line-height: 1.5;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-support-cost-card {
        min-height: auto;
    }

    .cyber-support-cost-info {
        padding: 20px;
    }

}

/* ======================================================
   CYBER SUPPORT - FUNDING
====================================================== */

.cyber-support-funding-section {
    background: #182F48;
    color: #fff;
}


/* HEADING */

.cyber-support-funding-section .journey-intro {
    margin-bottom: 30px;
}

.cyber-support-funding-section .journey-intro h2 {
    color: #fff;
}

.cyber-support-funding-section .journey-intro h2 span {
    color: #E84E1B;
}

.cyber-support-funding-section .primend-subtitle {
    color: #E84E1B;
}


/* CARDS */

.cyber-funding-card {
    height: 100%;
    min-height: 145px;

    padding: 28px;

    background: rgba(255,255,255,.055);

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;

    color: #fff;
}


/* LABEL */

.cyber-funding-label {
    display: block;

    margin-bottom: 14px;

    color: #E84E1B;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: .15em;
    text-transform: uppercase;
}


/* VALUE */

.cyber-funding-value {
    margin-bottom: 8px;

    color: #fff;

    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
}


/* TEXT */

.cyber-funding-card p {
    margin: 0;

    color: rgba(255,255,255,.78);

    font-size: 14px;
    line-height: 1.5;
}


/* 50% HIGHLIGHT */

.cyber-funding-highlight {
    background: rgba(232,78,27,.12);

    border-color: rgba(232,78,27,.40);
}

.cyber-funding-percent {
    margin-bottom: 10px;

    color: #E84E1B;

    font-size: 46px;
    line-height: 1;
    font-weight: 700;
}


/* BUTTONS */

.cyber-funding-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 35px;
}


/* valge outline nupp tumedal taustal */

.cyber-funding-buttons .primend-valge-button {
    color: #fff;

    background: transparent;

    border: 1px solid rgba(255,255,255,.35);
}

.cyber-funding-buttons .primend-valge-button:hover {
    color: #182F48;
    background: #fff;
    border-color: #fff;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-funding-card {
        min-height: auto;
        padding: 24px;
    }

    .cyber-funding-value {
        font-size: 26px;
    }

    .cyber-funding-percent {
        font-size: 40px;
    }

    .cyber-funding-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cyber-funding-buttons .button {
        width: 100%;
        text-align: center;
    }

}

/* ======================================================
   CYBER SUPPORT - REQUIREMENTS
====================================================== */

.cyber-support-requirements-section {
    background: #fff;
}

.cyber-support-requirements-section .journey-intro {
    margin-bottom: 30px;
}

.cyber-support-requirements-section .journey-intro h2 {
    color: #182F48;
}

.cyber-support-requirements-section .journey-description {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;

    color: #65717D;
}


/* CARD */

.cyber-support-requirement-card {
    height: 100%;
    min-height: 150px;

    padding: 24px 22px;

    background: #fff;

    border: 1px solid #D9E0E6;
    border-radius: 16px;

    box-shadow: 0 3px 8px rgba(24,47,72,.05);
}


/* ICON */

.cyber-support-requirement-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    margin-bottom: 16px;

    color: #E84E1B;

    border: 2px solid #E84E1B;
    border-radius: 50%;
}

.cyber-support-requirement-icon i {
    font-size: 10px;
    line-height: 1;
    color: #E84E1B;
}


/* TITLE */

.cyber-support-requirement-card h3 {
    margin: 0 0 8px;

    color: #182F48;

    font-size: 17px;
    font-weight: 700;
}


/* TEXT */

.cyber-support-requirement-card p {
    margin: 0;

    color: #65717D;

    font-size: 14px;
    line-height: 1.5;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-support-requirement-card {
        min-height: auto;
    }

}

/* ======================================================
   CYBER SUPPORT - CONTACT
====================================================== */

.cyber-support-contact-section {
    background: #FAFBFC;
}


/* LEFT */

.cyber-support-contact-intro {
    max-width: 560px;
}

.cyber-support-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    margin-bottom: 20px;

    background: #FFF0EC;

    border-radius: 50%;
}

.cyber-support-contact-icon i {
    color: #E84E1B;
    font-size: 20px;
}


.cyber-support-contact-intro h2 {
    margin: 0 0 16px;

    color: #182F48;

    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.cyber-support-contact-intro h2 span {
    color: #E84E1B;
}

.cyber-support-contact-intro p {
    margin: 0;

    max-width: 520px;

    color: #65717D;

    font-size: 16px;
    line-height: 1.6;
}


/* FORM BOX */

.cyber-support-contact-form-box {
    padding: 38px;

    background: #fff;

    border: 1px solid #D9E0E6;
    border-radius: 20px;

    box-shadow: 0 4px 12px rgba(24,47,72,.06);
}


/* LABEL */

.cyber-support-contact-form-box .form-label {
    margin-bottom: 7px;

    color: #182F48;

    font-size: 13px;
    font-weight: 600;
}

.cyber-support-contact-form-box .form-label span {
    color: #E84E1B;
}


/* INPUT */

.cyber-support-contact-form-box .insurance-input,
.cyber-support-contact-form-box .insurance-textarea {
    background: #fff;

    border: 1px solid #D9E0E6;
    border-radius: 10px;

    color: #182F48;

    box-shadow: none;
}

.cyber-support-contact-form-box .insurance-input {
    height: 42px;
}

.cyber-support-contact-form-box .insurance-textarea {
    resize: vertical;
}

.cyber-support-contact-form-box .insurance-input:focus,
.cyber-support-contact-form-box .insurance-textarea:focus {
    border-color: #20AAB8;

    box-shadow: 0 0 0 3px rgba(32,170,184,.10);
}


/* BUTTON */

.cyber-support-contact-button {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    width: 100%;

    padding: 13px 25px;

    background: #E84E1B;

    color: #fff;

    border: 0;
    border-radius: 30px;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: 0 8px 18px rgba(232,78,27,.20);

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.cyber-support-contact-button:hover {
    background: #D94312;

    transform: translateY(-1px);

    box-shadow: 0 10px 22px rgba(232,78,27,.25);
}

.cyber-support-contact-button i {
    font-size: 14px;
}


/* PRIVACY */

.cyber-support-contact-privacy {
    margin: 12px 0 0;

    color: #7A8490;

    font-size: 11px;
    text-align: center;
}

.cyber-support-contact-privacy a {
    color: #182F48;
    text-decoration: underline;
}

.cyber-support-contact-privacy a:hover {
    color: #E84E1B;
}


/* TABLET */

@media (max-width: 991.98px) {

    .cyber-support-contact-intro h2 {
        font-size: 32px;
    }

}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-support-contact-form-box {
        padding: 25px 20px;

        border-radius: 16px;
    }

    .cyber-support-contact-intro h2 {
        font-size: 28px;
    }

}

/* ======================================================
   CYBER SUPPORT - DOCUMENTS
====================================================== */

.cyber-support-documents-section {
    background: #fff;
}

.cyber-support-documents-section .journey-intro {
    max-width: 800px;
    margin: 0 auto 30px;
}

.cyber-support-documents-section .journey-intro h2 {
    color: #182F48;
}

.cyber-support-documents-section .journey-intro h2 span {
    color: #E84E1B;
}

.cyber-support-documents-linktext {
    margin-bottom: 0;

    color: #65717D;

    font-size: 13px;
}

.cyber-support-documents-linktext a {
    color: #E84E1B;
    text-decoration: underline;
}

.cyber-support-documents-linktext a:hover {
    text-decoration: none;
}


/* CARDS */

.cyber-support-document-card {
    height: 100%;

    padding: 26px;

    background: #fff;

    border: 1px solid #D9E0E6;
    border-radius: 16px;

    box-shadow: 0 3px 8px rgba(24,47,72,.04);
}

.cyber-support-document-card h3 {
    margin: 0 0 16px;

    color: #182F48;

    font-size: 17px;
    font-weight: 700;
}

.cyber-support-document-card p {
    margin: 0 0 10px;

    color: #65717D;

    font-size: 13px;
    line-height: 1.5;
}


/* SECTION LABEL */

.cyber-support-document-label {
    display: block;

    margin-bottom: 14px;

    color: #E84E1B;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .12em;
    text-transform: uppercase;
}


/* LINK */

.cyber-support-document-link {
    display: inline-block;

    margin-top: 4px;

    color: #E84E1B;

    font-size: 13px;
    font-weight: 500;

    text-decoration: underline;
}

.cyber-support-document-link:hover {
    color: #E84E1B;
    text-decoration: none;
}


/* BOTTOM STATS */

.cyber-support-document-stat {
    height: 100%;

    padding: 18px 20px;

    background: #FFF0EC;

    border-radius: 16px;

    text-align: center;
}

.cyber-support-document-stat-icon {
    margin-bottom: 7px;

    color: #E84E1B;

    font-size: 18px;
}

.cyber-support-document-stat-value {
    margin-bottom: 3px;

    color: #E84E1B;

    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
}

.cyber-support-document-stat-text {
    color: #65717D;

    font-size: 11px;
    line-height: 1.4;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .cyber-support-document-card {
        padding: 22px 20px;
    }

    .cyber-support-document-stat {
        padding: 20px;
    }

}