.banner_section .banner_slider #frmae_slider::before {
    background: none!important;
}

.owl-carousel .owl-dots button {
    height: 8px!important;
}

.navbar-brand img {
    width: 80px!important;
}

.our_client .client_list .client_logo img {
    width: 90px!important;
}

.about_section .app_statstic li .text p span {
    font-size: 25px;
}

.service_blocks .inner_block .img img {
    border: none!important;
}

.service_blocks .inner_block.rotate_right .img::before {
    transform: translate(-50%, -50%) rotate(-9deg) !important;
}

.table_content .pricing_table .pricing_block {
    width: 33%;
    text-align: center;
}

.our_resource {
    margin-top: 0!important;
}

.landing_page .banner_section .banner_slider .landing_frame_single {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 6px;
    border-radius: 36px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.landing_page .banner_section .banner_slider {
    justify-content: center;
}

.landing_page .banner_section .banner_slider .landing_frame_single .slider_img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.landing_page .banner_section .banner_slider .slider_img,
.landing_page .banner_section .banner_slider .slider_img img {
    max-width: 100% !important;
}

.landing_page .banner_section .banner_slider .landing_frame_single .slider_img img,
.landing_page .banner_section .banner_slider .slider_img > img {
    width: 100% !important;
    height: auto !important;
    max-height: min(70vh, 620px) !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .table_content .pricing_table .pricing_block {
        width: 100% !important;
    }

    .landing_page .banner_section .banner_slider .landing_frame_single {
        width: 240px;
    }

    .landing_page .banner_section .banner_slider .landing_frame_single .slider_img img,
    .landing_page .banner_section .banner_slider .slider_img > img {
        max-height: 58vh !important;
    }
}

@media screen and (max-width: 767px) {
    .table_content .pricing_table .pricing_block:first-child {
        display: block!important;
    }
}

.fitko_landing_page .fitko_landing_hero {
    position: relative;
    overflow: hidden;
    padding: 132px 0 84px;
    background:
        radial-gradient(circle at 80% 18%, rgba(110, 174, 132, 0.42), transparent 30%),
        linear-gradient(135deg, #071009 0%, #173320 58%, #f2faf4 100%);
}

.fitko_landing_page .fitko_landing_hero::before {
    display: none;
}

.fitko_landing_page .fitko_landing_hero .container {
    position: relative;
    z-index: 2;
}

.fitko_landing_page .fitko_landing_hero .row {
    align-items: center;
}

.fitko_landing_page .fitko_landing_hero .hero_overlay {
    opacity: 0.08;
}

.fitko_landing_page .fitko_landing_hero_title {
    margin-bottom: 0;
    text-align: left;
}

.fitko_landing_page .fitko_landing_hero_title .title_badge {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.fitko_landing_page .fitko_landing_hero_text h1 {
    max-width: 670px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: 0;
}

.fitko_landing_page .fitko_landing_hero_text p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.72;
}

.fitko_landing_page .fitko_landing_proof {
    display: flex;
    gap: 14px;
    max-width: 620px;
    margin: 26px 0 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px);
}

.fitko_landing_page .fitko_landing_proof_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #ffffff;
    color: var(--primery);
    font-size: 18px;
}

.fitko_landing_page .fitko_landing_proof h3 {
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.35;
}

.fitko_landing_page .fitko_landing_proof p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.fitko_landing_page .fitko_landing_metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
    margin: 0 0 28px;
    padding: 0;
}

.fitko_landing_page .fitko_landing_metrics li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.fitko_landing_page .fitko_landing_metrics strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.fitko_landing_page .fitko_landing_metrics span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.35;
}

.fitko_landing_page .fitko_landing_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.fitko_landing_page .fitko_landing_actions .btn_block {
    margin-bottom: 0;
}

.fitko_landing_page .fitko_landing_actions .app_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.fitko_landing_page .fitko_landing_actions .app_btn li {
    margin: 0;
}

.fitko_landing_page .fitko_landing_actions .app_btn li a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
}

.fitko_landing_page .fitko_landing_actions .app_btn img {
    height: 34px;
    width: auto;
}

.fitko_landing_page .banner_section .banner_slider {
    min-height: 540px;
}

.fitko_landing_page .banner_section .banner_slider::before {
    opacity: 0.16;
}

.fitko_landing_page .banner_section .banner_slider .landing_frame_single {
    width: 336px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 28px 70px rgba(8, 16, 10, 0.26);
}

.fitko_landing_page .banner_section .banner_slider .landing_frame_single .slider_img {
    border-radius: 28px;
    background: #ffffff;
}

.fitko_landing_page .fitko_landing_trust {
    padding: 66px 0 54px;
    background: #ffffff;
}

.fitko_landing_page .fitko_landing_highlights {
    padding: 72px 0 64px;
    background:
        linear-gradient(180deg, #f4faf6 0%, #ffffff 100%);
}

.fitko_landing_page .fitko_landing_highlights .how_it_inner {
    padding: 0;
    background: transparent;
}

.fitko_landing_page .fitko_landing_highlights .steps_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(110, 174, 132, 0.13);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(8, 16, 10, 0.06);
}

.fitko_landing_page .fitko_landing_highlights .steps_block.step_border::after {
    display: none;
}

.fitko_landing_page .fitko_landing_highlights .steps_block .icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(110, 174, 132, 0.1);
}

.fitko_landing_page .fitko_landing_highlights .steps_block .text {
    margin-top: 16px;
}

.fitko_landing_page .fitko_landing_highlights .steps_block .text h3 {
    color: #08100a;
    font-size: 20px;
    line-height: 1.25;
}

.fitko_landing_page .fitko_landing_highlights .steps_block .text p {
    color: #607166;
    line-height: 1.65;
}

.fitko_landing_page .fitko_landing_highlights .steps_block .step {
    align-self: flex-end;
    margin-top: 18px;
    color: rgba(110, 174, 132, 0.28);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.fitko_landing_page .fitko_landing_services {
    position: relative;
    padding: 74px 0 60px;
    background: #ffffff;
}

.fitko_landing_page .fitko_landing_services .section_title {
    max-width: 850px;
    margin: 0 auto 10px;
}

.fitko_landing_page .fitko_landing_services .section_title p {
    max-width: 700px;
    margin: 14px auto 0;
    color: #607166;
    line-height: 1.7;
}

.fitko_landing_page .fitko_landing_services .service_blocks {
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    padding: 0;
    border: 1px solid rgba(110, 174, 132, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 94% 8%, rgba(110, 174, 132, 0.13), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f7fbf8 100%);
    box-shadow: 0 22px 58px rgba(8, 16, 10, 0.07);
}

.fitko_landing_page .fitko_landing_services .service_text,
.fitko_landing_page .fitko_landing_services .service_text.right_side {
    padding: 34px;
}

.fitko_landing_page .fitko_landing_services .service_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 9px 13px;
    border: 1px solid rgba(110, 174, 132, 0.16);
    border-radius: 999px;
    background: rgba(110, 174, 132, 0.08);
    color: var(--primery);
    font-weight: 800;
}

.fitko_landing_page .fitko_landing_services .service_text h2 {
    color: #08100a;
    font-size: 29px;
    line-height: 1.24;
    letter-spacing: 0;
}

.fitko_landing_page .fitko_landing_services .service_text > p {
    color: #607166;
    font-size: 15px;
    line-height: 1.72;
}

.fitko_landing_page .fitko_landing_services .feature_list li {
    padding: 14px 16px;
    border: 1px solid rgba(110, 174, 132, 0.1);
    border-radius: 16px;
    background: rgba(110, 174, 132, 0.06);
}

.fitko_landing_page .fitko_landing_services .feature_list .icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(110, 174, 132, 0.14);
    color: var(--primery);
}

.fitko_landing_page .fitko_landing_services .inner_block {
    transform: none !important;
    width: 100%;
    max-width: 100%;
    padding: 28px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(110, 174, 132, 0.16), transparent 34%),
        rgba(255, 255, 255, 0.74);
}

.fitko_landing_page .fitko_landing_services .inner_block .img {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(8, 16, 10, 0.11);
}

.fitko_landing_page .fitko_landing_services .inner_block .img img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    background: #ffffff;
}

.fitko_related_section {
    padding: 74px 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(110, 174, 132, 0.28), transparent 28%),
        linear-gradient(135deg, #08100a 0%, #15301f 100%);
}

.fitko_related_section .section_title {
    max-width: 820px;
    margin: 0 auto 30px;
}

.fitko_related_section .section_title .title_badge {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.fitko_related_section .section_title h2,
.fitko_related_section .section_title h2 span {
    color: #ffffff;
}

.fitko_related_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fitko_related_card {
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.fitko_related_card:hover {
    transform: translateY(-4px);
    border-color: rgba(110, 174, 132, 0.44);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.fitko_related_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #ffffff;
    color: var(--primery);
    font-size: 20px;
}

.fitko_related_label {
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.24;
}

.fitko_related_description {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.6;
}

.fitko_related_action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.fitko_landing_page .faq_section {
    padding: 74px 0 58px;
    background: #f5faf6;
}

.fitko_landing_page .faq_section .card {
    border: 1px solid rgba(110, 174, 132, 0.13);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(8, 16, 10, 0.05);
}

.fitko_landing_page .fitko_landing_final_cta {
    padding: 0 0 76px;
    background: #f5faf6;
}

.fitko_landing_page .fitko_landing_final_cta .contact_inner {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    padding: 56px 32px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 10%, rgba(110, 174, 132, 0.36), transparent 30%),
        linear-gradient(135deg, #08100a 0%, #173320 100%);
}

.fitko_landing_page .fitko_landing_final_cta .section_title h2,
.fitko_landing_page .fitko_landing_final_cta .section_title p {
    color: #ffffff;
}

.fitko_landing_final_actions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.fitko_landing_final_actions .btn_block {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .fitko_landing_page .fitko_landing_hero {
        padding: 112px 0 70px;
    }

    .fitko_landing_page .fitko_landing_hero_text h1 {
        font-size: 40px;
    }

    .fitko_landing_page .banner_section .banner_slider {
        min-height: 430px;
        margin-top: 38px;
    }

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

@media screen and (max-width: 767px) {
    .fitko_landing_page .fitko_landing_hero {
        padding: 98px 0 54px;
    }

    .fitko_landing_page .fitko_landing_hero_text h1 {
        font-size: 32px;
    }

    .fitko_landing_page .fitko_landing_metrics {
        grid-template-columns: 1fr;
    }

    .fitko_landing_page .fitko_landing_actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .fitko_landing_page .banner_section .banner_slider .landing_frame_single {
        width: 250px;
    }

    .fitko_landing_page .fitko_landing_highlights,
    .fitko_landing_page .fitko_landing_services,
    .fitko_related_section,
    .fitko_landing_page .faq_section {
        padding: 54px 0;
    }

    .fitko_landing_page .fitko_landing_services .service_blocks {
        border-radius: 22px;
    }

    .fitko_landing_page .fitko_landing_services .service_text,
    .fitko_landing_page .fitko_landing_services .service_text.right_side {
        padding: 28px 22px 24px;
    }

    .fitko_landing_page .fitko_landing_services .service_text h2 {
        font-size: 25px;
    }

    .fitko_related_card {
        min-height: 210px;
        padding: 22px;
        border-radius: 20px;
    }

    .fitko_landing_page .fitko_landing_final_cta {
        padding-bottom: 54px;
    }

    .fitko_landing_page .fitko_landing_final_cta .contact_inner {
        padding: 40px 20px;
        border-radius: 24px;
    }
}

.pricing_title .t_block {
    width: 100%;
}

.blog_head h1 {
    font-size: 30px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    z-index: 99999;
    display: none;
}

.cookie-consent .cookie-content {
    max-width: 900px;
    margin: auto;
}

.cookie-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

p, b {
    font-size: clamp(15px, 1vw, 35px);
}

.fitko_pricing_page {
    background:
        radial-gradient(circle at top left, rgba(110, 174, 132, 0.12), transparent 30%),
        linear-gradient(180deg, #f7fbf8 0%, #ffffff 28%, #f8fbf9 100%);
}

.pricing_page_block--fitko {
    padding-top: 36px;
}

.pricing_page_block--fitko .container {
    position: relative;
}

.fitko_pricing_hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
    gap: 28px;
    padding: 42px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #08100a 0%, #173320 52%, #6eae84 100%);
    color: #ffffff;
    box-shadow: 0 30px 70px rgba(8, 16, 10, 0.18);
    overflow: hidden;
    position: relative;
}

.fitko_pricing_hero::after {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.fitko_pricing_hero .title_badge {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: transparent;
}

.fitko_pricing_hero__content,
.fitko_pricing_hero__aside {
    position: relative;
    z-index: 1;
}

.fitko_pricing_hero__content h1 {
    margin: 18px 0 18px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.06;
}

.fitko_pricing_hero__content h1 span {
    color: #d8f0df;
}

.fitko_pricing_hero__content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
    max-width: 700px;
}

.fitko_pricing_hero__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.fitko_pricing_hero__actions .btn_block {
    margin: 0;
}

.fitko_pricing_hero__actions .btn {
    min-width: 220px;
    text-align: center;
}

.fitko_pricing_text_link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.fitko_pricing_text_link:hover {
    color: #ffffff;
    opacity: 0.8;
}

.fitko_pricing_text_link::after {
    content: "›";
    margin-left: 8px;
    font-size: 18px;
}

.fitko_pricing_pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.fitko_pricing_pills li {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.fitko_pricing_stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.fitko_stat_card,
.fitko_provider_card,
.fitko_rollout_step {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.fitko_stat_card {
    padding: 18px 16px;
    min-height: 120px;
}

.fitko_stat_card strong {
    display: block;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.fitko_stat_card span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.55;
    display: block;
}

.fitko_provider_card {
    margin-top: 14px;
    padding: 24px;
}

.fitko_provider_card__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #d8f0df;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fitko_pricing_support__side .fitko_provider_card__eyebrow {
    color: var(--primery);
}

.fitko_provider_card h3 {
    color: #ffffff;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
}

.fitko_provider_card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
    font-size: 15px;
}

.fitko_pricing_intro {
    margin-top: 52px;
}

.fitko_pricing_intro .section_title {
    margin-bottom: 0;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.fitko_pricing_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 1120px;
    margin-inline: auto;
    margin-top: 34px;
}

.fitko_plan_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(110, 174, 132, 0.12);
    box-shadow: 0 24px 54px rgba(8, 16, 10, 0.07);
}

.fitko_plan_card--featured {
    border-color: rgba(110, 174, 132, 0.38);
    box-shadow: 0 30px 62px rgba(110, 174, 132, 0.18);
    transform: translateY(-10px);
}

.fitko_plan_card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.fitko_plan_card__name {
    color: var(--primery);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fitko_plan_card__badge {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(110, 174, 132, 0.12);
    color: var(--primery);
    font-size: 11px;
    font-weight: 700;
}

.fitko_plan_card h3 {
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.fitko_plan_card__description {
    color: var(--dark-greay);
    line-height: 1.72;
    font-size: 15px;
}

.fitko_plan_card__price {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.fitko_plan_card__price strong {
    font-size: 42px;
    line-height: 1;
    color: var(--dark-black);
}

.fitko_plan_card__price span {
    color: var(--primery);
    font-weight: 700;
    margin-bottom: 6px;
}

.fitko_plan_card__labels {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.fitko_plan_card__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 9px 12px;
    border-radius: 14px;
    background: rgba(110, 174, 132, 0.08);
    color: var(--dark-black);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.fitko_plan_card__features {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(8, 16, 10, 0.08);
    display: grid;
    gap: 14px;
}

.fitko_plan_card__features li {
    position: relative;
    padding-left: 28px;
    color: var(--dark-black);
    font-size: 15px;
    line-height: 1.7;
}

.fitko_plan_card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primery), #8fcca3);
    box-shadow: 0 0 0 5px rgba(110, 174, 132, 0.12);
}

.fitko_plan_card__footer {
    margin-top: auto;
    padding-top: 28px;
}

.fitko_plan_card__footer .btn_block {
    width: 100%;
    margin: 0;
}

.fitko_plan_card__footer .btn {
    width: 100%;
    text-align: center;
}

.fitko_pricing_support {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
    gap: 24px;
    margin-top: 42px;
    align-items: start;
}

.fitko_pricing_support__main,
.fitko_pricing_support__side,
.fitko_pricing_cta {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(110, 174, 132, 0.12);
    box-shadow: 0 20px 52px rgba(8, 16, 10, 0.06);
}

.fitko_pricing_support__main {
    padding: 34px 32px;
}

.fitko_pricing_support__main .section_title {
    margin-bottom: 0;
}

.fitko_pricing_notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.fitko_pricing_note {
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(235, 245, 237, 0.8) 0%, #ffffff 100%);
    border: 1px solid rgba(110, 174, 132, 0.14);
}

.fitko_pricing_note h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.fitko_pricing_note p {
    margin: 0;
    line-height: 1.72;
    font-size: 15px;
}

.fitko_pricing_support__side {
    padding: 28px 24px;
    background: linear-gradient(160deg, #edf6f0 0%, #ffffff 65%);
}

.fitko_rollout_steps {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.fitko_rollout_step {
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(110, 174, 132, 0.16);
}

.fitko_rollout_step h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.fitko_rollout_step p {
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
}

.fitko_pricing_faq {
    padding-top: 20px;
}

.fitko_pricing_faq .faq_blocks .card {
    border: 1px solid rgba(110, 174, 132, 0.12);
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(8, 16, 10, 0.05);
    overflow: hidden;
}

.fitko_pricing_faq .faq_blocks .card-header {
    background: #ffffff;
}

.fitko_pricing_faq .faq_blocks .card-body {
    color: var(--dark-black);
    line-height: 1.75;
}

.fitko_pricing_cta {
    margin-top: 34px;
    padding: 34px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background:
        radial-gradient(circle at top right, rgba(110, 174, 132, 0.16), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f3faf5 100%);
}

.fitko_pricing_cta h2 {
    font-size: 32px;
    margin: 14px 0 12px;
}

.fitko_pricing_cta p {
    max-width: 680px;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.fitko_pricing_cta__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 250px;
}

.fitko_pricing_cta__actions .btn_block {
    margin: 0;
}

.fitko_pricing_cta .fitko_pricing_text_link {
    color: var(--dark-black);
}

.fitko_pricing_cta .fitko_pricing_text_link:hover {
    color: var(--dark-black);
}

@media screen and (max-width: 1399px) {
    .fitko_pricing_hero {
        grid-template-columns: 1fr;
    }

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

@media screen and (max-width: 992px) {
    .pricing_page_block--fitko {
        padding-top: 10px;
    }

    .fitko_pricing_hero {
        padding: 30px 24px;
        border-radius: 26px;
    }

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

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

    .fitko_pricing_cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .fitko_pricing_cta__actions {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .fitko_pricing_hero__content h1 {
        font-size: 34px;
    }

    .fitko_pricing_hero__content p,
    .fitko_pricing_cta p,
    .fitko_rollout_step p,
    .fitko_pricing_note p,
    .fitko_plan_card__description,
    .fitko_plan_card__features li {
        font-size: 14px;
    }

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

    .fitko_plan_card--featured {
        transform: none;
    }

    .fitko_pricing_hero,
    .fitko_plan_card,
    .fitko_pricing_support__main,
    .fitko_pricing_support__side,
    .fitko_pricing_cta {
        border-radius: 24px;
    }

    .fitko_pricing_cta {
        padding: 28px 22px;
    }

    .fitko_pricing_support__main,
    .fitko_pricing_support__side {
        padding: 28px 22px;
    }

    .fitko_pricing_hero__actions .btn,
    .fitko_pricing_cta__actions .btn {
        min-width: 0;
        width: 100%;
    }
}

.fitko_home_hero {
    padding-top: 118px;
    padding-bottom: 62px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #f6fbf7 0%, #ffffff 50%, #e6f4eb 100%);
}

.fitko_home_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/line_pattern_light.png);
    background-repeat: repeat;
    opacity: 0.32;
    pointer-events: none;
}

.fitko_home_hero .container {
    position: relative;
    z-index: 1;
}

.fitko_home_hero .row {
    align-items: center;
    row-gap: 32px;
}

.fitko_home_hero .banner_text {
    margin-top: 0;
    max-width: 650px;
}

.fitko_hero_badge,
.fitko_hero_store > span,
.fitko_footer_demo > span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--primery);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fitko_hero_badge {
    padding: 8px 13px;
    border: 1px solid rgba(110, 174, 132, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
}

.fitko_home_hero .type-wrap {
    min-height: 27px;
    margin-top: 16px;
}

.fitko_home_hero .banner_text .type-wrap span,
.fitko_home_hero .typed-cursor {
    color: #2c6b43;
    font-size: 15px;
}

.fitko_home_hero .banner_text h1 {
    margin: 14px 0 18px;
    color: var(--dark-black);
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

.fitko_home_hero .banner_text h1 span {
    color: var(--primery);
}

.fitko_hero_lead,
.fitko_hero_intro {
    max-width: 620px;
    color: #253327;
    font-size: 16px;
    line-height: 1.68;
}

.fitko_hero_intro {
    color: #617166;
}

.fitko_hero_actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.fitko_hero_actions .btn_block {
    margin: 0;
}

.fitko_hero_text_link {
    display: inline-flex;
    align-items: center;
    color: var(--dark-black);
    font-weight: 800;
}

.fitko_hero_text_link:hover {
    color: var(--primery);
}

.fitko_hero_text_link::after {
    content: "›";
    margin-left: 8px;
    color: var(--primery);
    font-size: 19px;
}

.fitko_hero_stats,
.fitko_trust_metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.fitko_hero_stats {
    margin: 24px 0 16px;
}

.fitko_hero_stat,
.fitko_trust_metrics div {
    min-height: 112px;
    padding: 15px;
    border: 1px solid rgba(110, 174, 132, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 32px rgba(8, 16, 10, 0.06);
}

.fitko_hero_stat strong,
.fitko_trust_metrics strong {
    display: block;
    color: var(--dark-black);
    font-size: 29px;
    line-height: 1;
    margin-bottom: 9px;
}

.fitko_hero_stat span,
.fitko_trust_metrics span {
    display: block;
    color: #607166;
    font-size: 13px;
    line-height: 1.45;
}

.fitko_home_hero .used_app {
    margin: 16px 0 20px;
}

.fitko_home_hero .used_app h3 {
    margin-bottom: 6px;
    color: var(--dark-black);
    font-size: 16px;
}

.fitko_home_hero .used_app p {
    color: #607166;
    font-size: 14px;
    line-height: 1.55;
}

.fitko_hero_store {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fitko_home_hero .app_btn,
.fitko_footer .app_btn {
    display: flex;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
}

.fitko_home_hero .app_btn li:last-child,
.fitko_footer .app_btn li:last-child {
    margin-left: 0;
}

.fitko_home_hero .app_btn li a,
.fitko_footer .app_btn li a {
    display: flex;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 12px;
    background: #08100a;
    box-shadow: 0 12px 28px rgba(8, 16, 10, 0.12);
}

.fitko_home_hero .app_btn li a img,
.fitko_footer .app_btn li a img {
    height: 31px;
}

.fitko_home_hero .banner_slider {
    min-height: 520px;
    justify-content: center;
    align-items: center;
}

.fitko_home_hero .banner_slider::before,
.fitko_home_hero .banner_slider #frmae_slider::before {
    content: none;
}

.fitko_home_hero .banner_slider .left_icon,
.fitko_home_hero .banner_slider .right_icon {
    display: none;
}

.fitko_hero_visual_panel {
    position: relative;
    width: 360px;
    max-width: 100%;
    padding: 18px 20px 20px;
    border: 1px solid rgba(110, 174, 132, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 58px rgba(8, 16, 10, 0.13);
}

.fitko_home_hero .banner_slider #frmae_slider {
    width: 236px;
    max-width: 100%;
    padding: 7px;
    border-radius: 34px;
    background: #08100a;
    box-shadow: 0 20px 42px rgba(8, 16, 10, 0.18);
}

.fitko_home_hero .banner_slider #frmae_slider .slider_img {
    border-radius: 28px;
    overflow: hidden;
}

.fitko_home_hero .banner_slider #frmae_slider .slider_img img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain;
    display: block;
}

.fitko_home_hero .owl-dots {
    margin-top: 18px;
}

.fitko_hero_visual_badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.fitko_hero_visual_badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px;
    border-radius: 12px;
    background: rgba(110, 174, 132, 0.09);
    color: var(--dark-black);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.fitko_home_hero .hero_overlay {
    opacity: 0.42;
}

.fitko_trust_section,
.fitko_audience_section,
.fitko_ops_section,
.fitko_solution_section,
.fitko_faq_section {
    background: #ffffff;
}

.fitko_homepage_body {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbf8 36%, #ffffff 100%);
}

.fitko_trust_section {
    padding-top: 58px;
    padding-bottom: 54px;
}

.fitko_trust_section .section_title {
    max-width: 780px;
    margin: 0 auto;
}

.fitko_trust_section .section_title h2,
.fitko_audience_section .section_title h2,
.fitko_ops_section .section_title h2,
.fitko_solution_section .section_title h2,
.fitko_steps_section .section_title h2,
.fitko_faq_section .section_title h2,
.fitko_final_cta .section_title h2 {
    font-size: 38px;
    line-height: 1.16;
    letter-spacing: 0;
}

.fitko_trust_metrics {
    max-width: 920px;
    margin: 26px auto 30px;
}

.fitko_trust_section .client_list {
    gap: 14px;
    justify-content: center;
}

.fitko_trust_section .client_list li {
    width: 160px;
}

.fitko_trust_section .client_list .client_logo {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid rgba(110, 174, 132, 0.12);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 16, 10, 0.05);
}

.fitko_trust_section .client_list .client_logo img {
    width: auto !important;
    max-width: 120px;
    max-height: 100%;
    object-fit: contain;
}

.fitko_audience_section {
    padding-top: 60px;
    padding-bottom: 38px;
    background:
        linear-gradient(180deg, #f5faf6 0%, #ffffff 100%);
}

.fitko_audience_section > .container {
    max-width: 940px;
}

.fitko_audience_section .task_block {
    position: relative !important;
    top: auto !important;
    max-width: 1120px;
    margin: 28px auto;
    padding: 28px;
    border: 1px solid rgba(110, 174, 132, 0.12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(8, 16, 10, 0.06);
}

.fitko_audience_section .task_block .row {
    align-items: center;
}

.fitko_audience_section .task_text .section_title {
    text-align: left;
}

.fitko_audience_section .task_text .section_title h2 {
    font-size: 28px;
    line-height: 1.24;
    letter-spacing: 0;
}

.fitko_audience_section .task_text .section_title p {
    color: #607166;
    font-size: 15px;
}

.fitko_audience_section .task_img::before {
    opacity: 0.16;
}

.fitko_ops_section {
    padding-top: 64px;
    padding-bottom: 58px;
}

.fitko_ops_section .row {
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(110, 174, 132, 0.12);
    border-radius: 28px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f2faf5 100%);
    box-shadow: 0 22px 54px rgba(8, 16, 10, 0.06);
}

.fitko_ops_section .app_statstic {
    gap: 12px;
}

.fitko_ops_section .app_statstic li .text {
    border-color: rgba(110, 174, 132, 0.14);
    box-shadow: 0 12px 30px rgba(8, 16, 10, 0.05);
}

.fitko_feature_strip {
    padding: 34px 0;
    background: #08100a;
}

.fitko_feature_strip .title_badge {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.fitko_feature_strip .text_block span {
    color: #ffffff;
}

.fitko_feature_strip .mark_star {
    color: var(--primery) !important;
}

.fitko_solution_section {
    position: relative;
    padding-top: 72px;
    padding-bottom: 48px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f5faf6 42%, #ffffff 100%);
}

.fitko_solution_section .container {
    counter-reset: fitko-solution-card;
}

.fitko_solution_section .section_title {
    max-width: 860px;
    margin: 0 auto 10px;
}

.fitko_solution_section .section_title p {
    max-width: 700px;
    margin: 14px auto 0;
    color: #607166;
    line-height: 1.7;
}

.fitko_solution_section .service_blocks {
    counter-increment: fitko-solution-card;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 32px;
    padding: 0;
    border: 1px solid rgba(110, 174, 132, 0.14);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 250, 246, 0.96) 100%);
    box-shadow: 0 22px 58px rgba(8, 16, 10, 0.07);
}

.fitko_solution_section .service_blocks::before {
    content: "0" counter(fitko-solution-card);
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    color: rgba(110, 174, 132, 0.22);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.fitko_solution_section .service_text,
.fitko_solution_section .service_text.right_side {
    padding: 34px 34px 32px;
}

.fitko_solution_section .service_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 9px 13px;
    border: 1px solid rgba(110, 174, 132, 0.16);
    border-radius: 999px;
    background: rgba(110, 174, 132, 0.08);
    color: var(--primery);
    font-weight: 800;
}

.fitko_solution_section .service_badge i {
    font-size: 16px;
}

.fitko_solution_section .service_text h2 {
    font-size: 30px;
    line-height: 1.24;
    letter-spacing: 0;
    margin-top: 18px;
    margin-bottom: 14px;
}

.fitko_solution_section .service_text > p {
    color: #607166;
    font-size: 15px;
    line-height: 1.72;
    max-width: 560px;
}

.fitko_solution_section .inner_block {
    transform: none !important;
    width: 100%;
    max-width: 100%;
    padding: 28px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(110, 174, 132, 0.16), transparent 34%),
        rgba(255, 255, 255, 0.74);
}

.fitko_solution_section .inner_block .img {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: none;
}

.fitko_solution_section .service_blocks .inner_block .img::before {
    content: none;
    display: none;
}

.fitko_solution_section .inner_block .img img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    background: transparent;
}

.fitko_solution_section .feature_list li,
.fitko_solution_section .listing_block li {
    padding: 14px 16px;
    border: 1px solid rgba(110, 174, 132, 0.1);
    border-radius: 16px;
    background: rgba(110, 174, 132, 0.06);
}

.fitko_solution_section .feature_list .icon span,
.fitko_solution_section .listing_block .icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(110, 174, 132, 0.14);
    color: var(--primery);
}

.fitko_solution_section #entrypoint {
    border-color: rgba(110, 174, 132, 0.38);
    background:
        radial-gradient(circle at top right, rgba(110, 174, 132, 0.42), transparent 36%),
        linear-gradient(135deg, #08100a 0%, #16311f 56%, #6eae84 100%);
    box-shadow: 0 28px 68px rgba(8, 16, 10, 0.18);
}

.fitko_solution_section #entrypoint::before {
    color: rgba(255, 255, 255, 0.18);
}

.fitko_solution_section #entrypoint .service_badge {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.fitko_solution_section #entrypoint .service_text h2,
.fitko_solution_section #entrypoint .service_text h2 span,
.fitko_solution_section #entrypoint .listing_block h3 {
    color: #ffffff;
}

.fitko_solution_section #entrypoint .service_text > p,
.fitko_solution_section #entrypoint .listing_block p {
    color: rgba(255, 255, 255, 0.76);
}

.fitko_solution_section #entrypoint .listing_block li {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.09);
}

.fitko_solution_section #entrypoint .listing_block .icon span {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.fitko_solution_section #entrypoint .inner_block {
    background: rgba(255, 255, 255, 0.1);
}

.fitko_steps_section {
    padding: 74px 0 66px;
    background:
        linear-gradient(180deg, #eef8f1 0%, #ffffff 100%);
}

.fitko_steps_section .how_it_inner {
    padding: 0;
    background: transparent;
}

.fitko_steps_section .steps_block {
    min-height: 100%;
    padding: 24px;
    border: 1px solid rgba(110, 174, 132, 0.13);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(8, 16, 10, 0.06);
}

.fitko_steps_section .steps_block .step {
    color: rgba(110, 174, 132, 0.18);
}

.fitko_faq_section {
    padding-top: 68px;
    padding-bottom: 62px;
}

.fitko_faq_section .faq_blocks .card {
    border: 1px solid rgba(110, 174, 132, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(8, 16, 10, 0.05);
}

.fitko_faq_section .faq_blocks .card-header {
    background: #ffffff;
}

.fitko_final_cta {
    padding-top: 40px;
    padding-bottom: 82px;
    background: #ffffff;
}

.fitko_final_cta .contact_inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 42px 28px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, #08100a 0%, #173320 58%, #6eae84 100%);
    box-shadow: 0 28px 62px rgba(8, 16, 10, 0.16);
}

.fitko_final_cta .section_title h2,
.fitko_final_cta .section_title p {
    color: #ffffff;
}

.fitko_final_cta .title_badge {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.fitko_footer {
    position: relative;
    margin-top: 0;
    padding: 72px 0 24px;
    background:
        linear-gradient(135deg, #08100a 0%, #102417 55%, #173320 100%);
    overflow: hidden;
}

.fitko_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/line_pattern_dark.png);
    background-repeat: repeat;
    opacity: 0.12;
    pointer-events: none;
}

.fitko_footer .container {
    position: relative;
    z-index: 1;
}

.fitko_footer_grid {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(360px, 1.25fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.fitko_footer_logo {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.fitko_footer_logo img {
    width: 88px;
    height: auto;
    display: block;
}

.fitko_footer_brand p,
.fitko_footer_demo p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.7;
}

.fitko_footer_contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.fitko_footer_contact a,
.fitko_footer_nav a,
.fitko_footer_demo_link {
    color: rgba(255, 255, 255, 0.78);
}

.fitko_footer_contact a:hover,
.fitko_footer_nav a:hover,
.fitko_footer_demo_link:hover {
    color: #ffffff;
}

.fitko_footer .social_media {
    margin-top: 20px;
}

.fitko_footer_nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

.fitko_footer_nav h3,
.fitko_footer_demo h3 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.fitko_footer_nav ul {
    display: grid;
    gap: 10px;
}

.fitko_footer_nav a {
    font-size: 14px;
    line-height: 1.45;
}

.fitko_footer_demo {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
}

.fitko_footer_demo .app_btn {
    margin-top: 18px;
}

.fitko_footer_demo_link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    font-weight: 800;
}

.fitko_footer_demo_link::after {
    content: "›";
    margin-left: 8px;
    color: var(--primery);
    font-size: 18px;
}

.fitko_footer_bottom {
    max-width: none;
    margin-top: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.fitko_footer_bottom .ft_inner {
    align-items: center;
    padding: 18px 20px;
}

.fitko_footer_bottom .ft_inner .links {
    flex-wrap: wrap;
    gap: 14px;
}

.fitko_footer_bottom .ft_inner .links li:not(:last-child)::after {
    content: none;
}

.fitko_footer_bottom .ft_inner p,
.fitko_footer_bottom .ft_inner .links li a {
    color: rgba(255, 255, 255, 0.68);
}

@media screen and (max-width: 1199px) {
    .fitko_footer_grid {
        grid-template-columns: 1fr 1fr;
    }

    .fitko_footer_demo {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 991px) {
    .fitko_home_hero {
        padding-top: 106px;
        padding-bottom: 56px;
    }

    .fitko_home_hero .banner_text h1 {
        font-size: 38px;
    }

    .fitko_home_hero .banner_slider {
        min-height: auto;
        padding-top: 10px;
    }

    .fitko_hero_visual_panel {
        width: 340px;
    }

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

@media screen and (max-width: 767px) {
    .fitko_home_hero {
        padding-top: 98px;
        padding-bottom: 48px;
    }

    .fitko_home_hero .banner_text h1 {
        font-size: 32px;
        line-height: 1.16;
    }

    .fitko_hero_lead,
    .fitko_hero_intro {
        font-size: 15px;
    }

    .fitko_hero_actions,
    .fitko_hero_store {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .fitko_hero_stats,
    .fitko_trust_metrics,
    .fitko_hero_visual_badges {
        grid-template-columns: 1fr;
    }

    .fitko_hero_stat,
    .fitko_trust_metrics div {
        min-height: 0;
    }

    .fitko_home_hero .app_btn,
    .fitko_footer .app_btn {
        width: 100%;
    }

    .fitko_home_hero .app_btn li,
    .fitko_home_hero .app_btn li a,
    .fitko_footer .app_btn li,
    .fitko_footer .app_btn li a {
        width: 100%;
    }

    .fitko_hero_visual_panel {
        width: 100%;
        padding: 18px;
    }

    .fitko_home_hero .banner_slider #frmae_slider {
        width: 225px;
    }

    .fitko_trust_section .section_title h2,
    .fitko_audience_section .section_title h2,
    .fitko_ops_section .section_title h2,
    .fitko_solution_section .section_title h2,
    .fitko_steps_section .section_title h2,
    .fitko_faq_section .section_title h2,
    .fitko_final_cta .section_title h2 {
        font-size: 30px;
    }

    .fitko_trust_section .client_list li {
        width: calc(50% - 8px);
    }

    .fitko_audience_section .task_block,
    .fitko_ops_section .row {
        padding: 20px;
        border-radius: 22px;
    }

    .fitko_solution_section .service_blocks {
        padding: 0;
        border-radius: 22px;
    }

    .fitko_solution_section .service_blocks::before {
        top: 18px;
        right: 18px;
        font-size: 30px;
    }

    .fitko_solution_section .service_text,
    .fitko_solution_section .service_text.right_side {
        padding: 28px 22px 24px;
    }

    .fitko_audience_section .task_text .section_title {
        text-align: center;
    }

    .fitko_audience_section .task_text .section_title h2,
    .fitko_solution_section .service_text h2 {
        font-size: 25px;
    }

    .fitko_final_cta .contact_inner {
        padding: 32px 20px;
        border-radius: 24px;
    }

    .fitko_footer {
        padding: 54px 0 20px;
    }

    .fitko_footer_nav {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .fitko_footer_demo {
        padding: 22px;
    }

    .fitko_footer_bottom .ft_inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

/* ===== Contact page – modern redesign ===== */

.fitko_contact_page {
    background:
        linear-gradient(180deg, #f6fbf7 0%, #ffffff 40%, #f4faf6 100%);
}

.fitko_contact_hero_section {
    padding-top: 100px;
    padding-bottom: 0;
}

.fitko_contact_hero {
    padding: 42px 40px 44px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(110, 174, 132, 0.22), transparent 30%),
        linear-gradient(135deg, #08100a 0%, #173320 58%, #6eae84 100%);
    box-shadow: 0 30px 70px rgba(8, 16, 10, 0.18);
    overflow: hidden;
    position: relative;
}

.fitko_contact_hero::after {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.fitko_contact_hero__badge.title_badge {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: transparent;
}

.fitko_contact_hero__content h1 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    margin: 16px 0 14px;
}

.fitko_contact_hero__content h1 span {
    color: #d8f0df;
}

.fitko_contact_hero__content > p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.72;
    max-width: 680px;
    margin: 0 0 28px;
}

.fitko_contact_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    position: relative;
    z-index: 1;
}

.fitko_contact_card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease;
}

.fitko_contact_card:hover {
    background: rgba(255, 255, 255, 0.16);
}

.fitko_contact_card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    color: #d8f0df;
}

.fitko_contact_card__label {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.fitko_contact_card__value {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
    text-decoration: none;
    transition: color 0.2s ease;
}

a.fitko_contact_card__value:hover {
    color: #d8f0df;
}

.fitko_contact_card__value--muted {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
}

/* Form section */

.fitko_contact_form_section {
    padding: 48px 0 80px;
}

.fitko_contact_form_card {
    max-width: 860px;
    margin: 0 auto;
    padding: 42px 40px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(110, 174, 132, 0.14);
    box-shadow: 0 24px 58px rgba(8, 16, 10, 0.08);
}

.fitko_contact_form_card__header {
    margin-bottom: 32px;
}

.fitko_contact_form_card__header h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 14px 0 10px;
}

.fitko_contact_form_card__header h2 span {
    color: var(--primery);
}

.fitko_contact_form_card__header p {
    color: #607166;
    font-size: 15px;
    line-height: 1.72;
    max-width: 640px;
    margin: 0;
}

.fitko_contact_form_fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fitko_contact_field .form-control {
    border-radius: 12px;
    border: 1px solid rgba(8, 16, 10, 0.14);
    color: var(--dark-black);
    height: 54px;
    padding: 12px 18px;
    font-size: 15px;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fitko_contact_field .form-control:focus {
    box-shadow: 0 0 0 3px rgba(110, 174, 132, 0.15);
    border-color: var(--primery);
    background: #ffffff;
    outline: none;
}

.fitko_contact_field .form-control::placeholder {
    color: #a8b4ac;
}

.fitko_contact_field textarea.form-control {
    height: auto;
    resize: vertical;
}

.fitko_contact_field--full {
    grid-column: 1 / -1;
}

.fitko_contact_field--action {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.fitko_contact_field--action .btn_block {
    margin: 0;
}

.fitko_contact_form_note {
    color: #a8b4ac;
    font-size: 13px;
}

.fitko_contact_trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(8, 16, 10, 0.07);
    text-align: center;
}

.fitko_contact_trust__item strong {
    display: block;
    color: var(--dark-black);
    font-size: 26px;
    line-height: 1;
    margin-bottom: 6px;
}

.fitko_contact_trust__item span {
    display: block;
    color: #607166;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .fitko_contact_hero {
        padding: 34px 28px 36px;
    }

    .fitko_contact_cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fitko_contact_form_card {
        padding: 34px 28px;
    }
}

@media screen and (max-width: 767px) {
    .fitko_contact_hero_section {
        padding-top: 90px;
    }

    .fitko_contact_hero {
        padding: 28px 20px 30px;
        border-radius: 26px;
    }

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

    .fitko_contact_form_card {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .fitko_contact_field--action {
        flex-direction: column;
        align-items: flex-start;
    }

    .fitko_contact_trust {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }
}
