.ifix-conversion-strip {
    background: #0f172a;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-family: inherit;
}

.ifix-conversion-strip__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.ifix-conversion-strip strong {
    font-weight: 800;
}

.ifix-conversion-strip span {
    color: rgba(255, 255, 255, 0.82);
}

.ifix-conversion-strip a,
.ifix-copy-hero__actions a,
.ifix-fast-quote a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1;
}

.ifix-conversion-strip a:first-of-type,
.ifix-copy-hero__actions a:first-child,
.ifix-fast-quote a:first-of-type {
    background: #16a34a;
    color: #ffffff;
}

.ifix-conversion-strip a:last-of-type,
.ifix-copy-hero__actions a:last-child,
.ifix-fast-quote a:last-of-type {
    background: #ffffff;
    color: #0f172a;
}

.ifix-copy-hero,
.ifix-fast-quote {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto;
    padding: 28px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
}

.ifix-copy-hero__eyebrow {
    margin: 0 0 8px;
    font-weight: 800;
    color: #0f766e;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.ifix-copy-hero h1,
.ifix-fast-quote h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.ifix-copy-hero p,
.ifix-fast-quote p {
    max-width: 760px;
    font-size: 1.08rem;
    line-height: 1.55;
}

.ifix-copy-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ifix-copy-hero__proof {
    font-weight: 700;
    color: #475569;
}

.ifix-trust-grid {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ifix-trust-grid article {
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
    color: #111827;
}

.ifix-trust-grid strong,
.ifix-trust-grid span {
    display: block;
}

.ifix-trust-grid strong {
    margin-bottom: 8px;
    font-size: 1rem;
}

.ifix-trust-grid span {
    color: #475569;
    line-height: 1.45;
}

@media (max-width: 760px) {
    body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom));
    }

    .ifix-conversion-strip {
        display: none;
    }

    .ifix-copy-hero,
    .ifix-fast-quote {
        padding: 22px;
    }

    .ifix-copy-hero h1,
    .ifix-fast-quote h2 {
        font-size: 2.1rem;
    }

    .ifix-copy-hero__actions a,
    .ifix-fast-quote a {
        width: 100%;
    }

    .ifix-trust-grid {
        grid-template-columns: 1fr;
    }

    .mobile-bottom-bar {
        display: flex !important;
        z-index: 99990 !important;
        background: #ffffff !important;
        border-top: 1px solid #d9e2ef !important;
        box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.18) !important;
    }

    .mobile-bottom-bar a,
    .mobile-bottom-bar .mbb-call,
    .mobile-bottom-bar .mbb-book {
        min-height: 58px !important;
        padding-top: 12px !important;
        padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-indent: 0 !important;
        text-shadow: none !important;
        filter: none !important;
    }

    .mobile-bottom-bar .mbb-call {
        background: #0f172a !important;
        color: #ffffff !important;
    }

    .mobile-bottom-bar .mbb-book {
        background: #e8192c !important;
        color: #ffffff !important;
    }

    .mobile-bottom-bar svg,
    .mobile-bottom-bar path {
        fill: currentColor !important;
        color: currentColor !important;
        opacity: 1 !important;
    }

    .whatsapp-float,
    .wa__btn_popup,
    a[href*="wa.me"] {
        bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    }
}

@media (min-width: 761px) and (max-width: 980px) {
    .ifix-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
