@media (min-width: 1200px) {
    .header-main .mean__menu-wrapper {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .header-main .main-menu > ul,
    .header-main .mean-container .mean-nav > ul {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-main .main-menu > ul > li,
    .header-main .mean-container .mean-nav > ul > li {
        display: inline-block !important;
        width: auto !important;
        float: none !important;
    }

    .header-main .mean-container .mean-nav ul li a {
        width: auto !important;
        border-bottom: none !important;
        padding: 20px 0 !important;
    }
}

@media (max-width: 1199px) {
    .header-main .mean__menu-wrapper {
        display: none;
    }
}

.offcanvas-mobile-nav {
    margin-bottom: 1rem;
}

.offcanvas-mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-mobile-nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: var(--pp-header, #111);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
}

.offcanvas-mobile-nav ul li:last-child a {
    border-bottom: 0;
}

.offcanvas-mobile-nav ul li a:hover,
.offcanvas-mobile-nav ul li.active a {
    color: var(--pp-theme, #7b1fe4);
}

.pp-offer-box-item .pp-offer-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Pricing — match reference cards (no oversized check icons) */
.pp-pricing-section .pp-section-title {
    margin-bottom: 2rem;
}

.pp-pricing-section .pp-section-title h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    text-transform: capitalize;
}

.pp-pricing-section .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.pp-pricing-section .nav .nav-tabs {
    gap: 0;
}

.pp-pricing-section .pricing-items {
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.pp-pricing-section .pricing-items .pricing-header h5 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--pp-header);
}

.pp-pricing-section .pricing-items .pricing-header h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
}

.pp-pricing-section .pricing-items .pricing-header h2 .month {
    font-size: 1rem;
    font-weight: 500;
    color: var(--pp-text);
}

.pp-pricing-section .pricing-items .pricing-list {
    flex: 1;
    margin-top: 1.75rem;
}

.pp-pricing-section .pricing-items .pricing-list li {
    justify-content: flex-start;
    font-weight: 500;
    font-size: 0.95rem;
    gap: 0.35rem;
}

.pp-pricing-section .pricing-items .pricing-list li span {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.45;
}

.pp-pricing-section .pricing-items .pricing-list .pp-pricing-check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    display: block;
}

.pp-pricing-section .pricing-items .pricing-list li.color-2 {
    color: rgba(89, 89, 89, 0.45);
}

.pp-pricing-section .pricing-items .pricing-button {
    margin-top: auto;
    padding-top: 1.75rem;
}

.pp-pricing-section .pricing-items .pp-pricing-cta {
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 999px;
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%));
    color: var(--pp-white);
    padding: 0.9rem 1.5rem;
    font-weight: 600;
}

/* Section labels (WHAT WE OFFER, etc.) — mirror Cloudly .pp-section-title span */
.pp-sub-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
    color: var(--pp-theme, #7b1fe4);
    font-family: "DM Sans", sans-serif;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 25px;
}

.pp-sub-title::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 32px;
    height: 4px;
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%));
}

.pp-sub-title::after {
    position: absolute;
    top: 2px;
    left: 16px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%));
}

.pp-sub-title > .pp-style-2 {
    position: relative;
    margin: 0 0 17px 4px;
    display: inline-block;
    width: 48px;
    height: 16px;
    vertical-align: middle;
}

.pp-sub-title > .pp-style-2::before {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    width: 32px;
    height: 4px;
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%));
}

.pp-sub-title > .pp-style-2::after {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%));
}

.pp-key-feature-wrapper .pp-key-feature-content .pp-feature-list li::before {
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%)) !important;
}

.theme-bg,
.pp-cta-section.theme-bg {
    background: var(--pp-theme-gradient, linear-gradient(270deg, #a121ca 0%, #7b1fe4 100%)) !important;
}

.pp-pricing-section .pricing-items .pp-pricing-cta::after {
    display: none;
}

.pp-pricing-section .pricing-items .pp-pricing-cta:hover {
    color: var(--pp-white);
    opacity: 0.92;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .pp-pricing-section {
        margin: 0 15px;
        border-radius: 28px;
    }

    .pp-pricing-section .nav .nav-link {
        font-size: 16px;
        padding: 7px 40px;
    }
}

/* Brand slider — prevent logo cropping */
.pp-brand-section .pp-brand-slider .swiper-slide {
    width: auto;
}

.pp-brand-section .brand-image {
    padding: 18px 26px;
}

.pp-brand-section .brand-image img {
    display: block;
    height: 92px;
    width: auto;
    max-width: 360px;
    object-fit: contain;
}

@media (max-width: 575px) {
    .pp-brand-section .brand-image img {
        height: 78px;
        max-width: 320px;
    }
}

/* Testimonials — use logos (not circular avatars) */
.pp-section-title .pp-title-logo {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    width: auto;
    margin-left: 10px;
    object-fit: contain;
}

/* Header logo sizing (LineEats wordmark) */
.header-1 .header-logo img,
.header-1 .logo img,
.offcanvas__logo img {
    height: 80px;
    width: auto !important;
    object-fit: contain;
}

@media (min-width: 768px) {
    .header-1 .header-logo img,
    .header-1 .logo img {
        height: 100px;
    }
}

.pp-testimonial-card .pp-client-info-item .pp-client-image.pp-client-logo {
    width: min(260px, 46vw);
    height: 72px;
    display: flex;
    align-items: center;
}

.pp-testimonial-card .pp-client-info-item .pp-client-image.pp-client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0 !important;
}

@media (max-width: 575px) {
    .pp-section-title .pp-title-logo {
        height: 38px;
        margin-left: 8px;
    }

    .pp-testimonial-card .pp-client-info-item .pp-client-image.pp-client-logo {
        width: min(240px, 62vw);
        height: 64px;
    }
}
