.e-logo {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    text-decoration: none;
}

.e-logo-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff3b26 0%, #ea2b16 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.04em;
    box-shadow: 0 18px 35px rgba(253, 58, 37, 0.32);
}

.e-logo-text {
    color: #09090b;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
}

.tf-header.fixed .e-logo-text,
.tf-header.is-fixed .e-logo-text {
    color: #09090b;
}

.section-pricing .pricing-item {
    padding: 32px 24px 38px;
}

.section-pricing .pricing-item .top {
    flex-wrap: wrap;
}

.section-pricing .pricing-item .heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

.section-pricing .pricing-item .heading .price-number {
    font-size: clamp(42px, 3.4vw, 56px);
    line-height: 1;
}

.tf-header.header2 .header-inner {
    max-width: min(1180px, calc(100% - 48px));
    gap: 18px;
    padding-left: 24px;
}

.tf-header .box-navigation {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.tf-header .nav-menu-main {
    gap: clamp(12px, 1.35vw, 20px);
}

.tf-header .item-link {
    font-size: clamp(13px, 1.05vw, 15px);
    line-height: 1;
    white-space: nowrap;
}

.tf-header .header-inner > .tf-btn:not(.mobile-menu) {
    flex: 0 0 auto;
}

.e-logo.footer-logo .e-logo-text {
    color: #09090b;
}

.e-text-nowrap {
    white-space: nowrap;
}

.e-features-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-align: center;
}

.e-features-logo-mark {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.e-features-logo-text {
    font-size: 20px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.06em;
}

footer .footer-image {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.e-footer-wordmark {
    font-size: clamp(54px, 11vw, 160px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.08em;
    color: rgba(24, 24, 27, 0.06);
    white-space: nowrap;
}

.e-hide-template-control {
    display: none !important;
}

.tf-left-bar,
.offcanvas-color {
    display: none !important;
}

.section-benefits,
.section-tools,
.section-team,
.section-statistic,
.section-awards,
.section-testimonials {
    display: none !important;
}

@media (max-width: 1199px) {
    .tf-header .box-navigation,
    .tf-header .header-inner > .tf-btn:not(.mobile-menu) {
        display: none !important;
    }

    .tf-header .mobile-menu {
        display: flex !important;
    }

    .tf-header.header2 .header-inner {
        max-width: none;
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media (max-width: 767px) {
    .tf-header {
        padding-top: 24px;
    }

    .tf-header.header2 .header-inner {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 16px;
    }

    .offcanvas-menu .canvas_center {
        justify-content: flex-start;
        padding-top: 36px;
    }

    .offcanvas-menu .nav-ul-mb {
        gap: 6px;
    }

    .offcanvas-menu .nav-ul-mb li {
        text-align: left;
    }

    .offcanvas-menu .nav-ul-mb .item {
        justify-content: flex-start;
    }

    .offcanvas-menu .mb-menu-link {
        font-size: clamp(32px, 10vw, 44px);
        line-height: 1.14;
    }
}

@media (max-width: 575px) {
    .e-logo-text {
        font-size: 16px;
    }

    .e-logo-mark {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }
}
