.whatsapp-floater {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    transition: transform 0.2s ease;
}

.whatsapp-floater:hover {
    transform: translateY(-3px);
}

.whatsapp-floater i {
    font-size: 26px;
    color: #ffffff;
}

.section-landing-hero {
    min-height: 76vh;
    padding: 220px 0 80px;
    background-size: cover;
    background-position: center;
    scroll-margin-top: 250px;
    margin-top: 40px;
}

#hero {
    scroll-margin-top: 200px;
}

.section-landing-hero .hero-content h1 {
    font-size: 3rem;
    line-height: 1.05;
}

.section-stats .single-item,
.section-usecase .single-item,
.section-pricing .single-pricing-items {
    background: rgba(255, 255, 255, 0.98);
}

.section-screenshots img,
.section-screenshots .image-placeholder {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
}

.section-screenshots .image-placeholder {
    min-height: 320px;
    background: rgba(240, 240, 240, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(0, 0, 0, 0.12);
    color: #666;
    font-size: 1rem;
    text-transform: uppercase;
}

.section-landing-hero .theme-btn {
    min-width: 180px;
}

.section-padding {
    padding: 80px 0;
}

.language-switcher {
    display: flex;
    gap: 8px;
    margin-left: 20px;
    align-items: center;
}

.language-switcher a {
    padding: 4px 10px;
    background: #FFD700;
    color: #000;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.language-switcher a:hover {
    background: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.4);
}

.language-switcher a.active {
    background: #FFB500;
    font-weight: 700;
}

@media (max-width: 991px) {
    /* header.main-header-2 is position:absolute and, on these landing
       templates, its mobile mean-menu is forced permanently open (see
       assets/css/main.css .mean-container rules, which the home pages
       need and which we do not touch here). That pushes the header's
       real height to ~450-510px on phone widths. The hero needs enough
       top clearance so its H1 renders below the header instead of
       underneath it; 80px (the previous value) was not nearly enough. */
    .section-landing-hero {
        padding-top: 480px;
    }
    .section-landing-hero .hero-content h1 {
        font-size: 2.6rem;
    }
}

.section-key-metrics {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-key-metrics .single-item {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 18px;
    padding: 26px 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.section-key-metrics .single-item h4 {
    margin-bottom: 8px;
}

.image-placeholder {
    width: 100%;
    min-height: 320px;
    border-radius: 24px;
    background: rgba(240, 240, 240, 0.95);
    border: 2px dashed rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
}

.section-screenshots .image-placeholder {
    padding: 0;
    text-align: inherit;
}

.section-faq .single-item {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 18px;
    padding: 26px 28px;
    margin-bottom: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.section-faq .single-item h4 {
    margin-bottom: 10px;
    font-size: 1.15rem;
}
