
/*
 * Code Falcons Homepage V20.2.1
 * Replace existing cfm-v20-2.css.
 */

/* ==============================================================
   1. HEADER — only requested typography + WhatsApp icon color.
   ============================================================== */

@media (min-width: 992px) {
    html body header .tgmenu__navbar-wrap > ul > li > a,
    html body header .tgmenu__navbar-wrap ul.navigation > li > a,
    html body header .navbar-nav > li > a,
    html body header nav > ul > li > a,
    html body .tg-header__area .tgmenu__navbar-wrap > ul > li > a,
    html body .header-area .tgmenu__navbar-wrap > ul > li > a {
        font-size: 16px !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 991.98px) {
    html body header .tgmobile__menu .navigation > li > a,
    html body header .mobile-menu .navigation > li > a,
    html body header .navbar-nav > li > a {
        font-size: 16px !important;
    }
}

/*
 * Do NOT alter the WhatsApp button background, border, transform, opacity,
 * transition or existing hover animation. Only icon glyph color is changed.
 */
html body header a[href*="wa.me"]:hover i,
html body header a[href*="whatsapp"]:hover i,
html body header a[href*="wa.me"]:focus-visible i,
html body header a[href*="whatsapp"]:focus-visible i,
html body header [class*="whatsapp"]:hover i,
html body header [class*="whatsapp"]:focus-visible i {
    color: #ffffff !important;
}

html body header a[href*="wa.me"]:hover svg,
html body header a[href*="whatsapp"]:hover svg,
html body header a[href*="wa.me"]:focus-visible svg,
html body header a[href*="whatsapp"]:focus-visible svg,
html body header [class*="whatsapp"]:hover svg,
html body header [class*="whatsapp"]:focus-visible svg {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

html body header a[href*="wa.me"]:hover svg *,
html body header a[href*="whatsapp"]:hover svg *,
html body header [class*="whatsapp"]:hover svg * {
    color: inherit !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

/* ==============================================================
   2 + 6. PRE-FOOTER CTA
   Desktop design remains locked. Mobile is deliberately simplified.
   ============================================================== */

html body [data-cfm-v202-role="cta"] {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
}

html body [data-cfm-v202-role="cta"] > .container,
html body [data-cfm-v202-role="cta"] > [class*="container"] {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

html body [data-cfm-v202-role="cta"] .cfm-v202-cta-layout {
    gap: clamp(18px, 2.5vw, 38px) !important;
    align-items: center !important;
}

html body [data-cfm-v202-role="cta"] .cfm-v202-cta-visual {
    width: auto !important;
    max-width: min(100%, 460px) !important;
    max-height: 245px !important;
    object-fit: contain !important;
}

/* remove empty band between CTA and footer without altering footer internals */
html body [data-cfm-v202-role="cta"] + footer,
html body [data-cfm-v202-role="cta"] ~ footer,
html body footer.site-footer,
html body .footer-area {
    margin-top: 0 !important;
}

@media (max-width: 991.98px) {
    html body [data-cfm-v202-role="cta"],
    html body [data-cfm-v202-role="cta"] > .container,
    html body [data-cfm-v202-role="cta"] > [class*="container"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    html body [data-cfm-v202-role="cta"] > .container,
    html body [data-cfm-v202-role="cta"] > [class*="container"] {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-layout {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy {
        position: relative !important;
        inset: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        translate: none !important;
        width: 100% !important;
        max-width: 620px !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy *,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h1,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h2,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h3,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy p {
        max-width: 100% !important;
        text-align: center !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h1,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h2 {
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: clamp(31px, 7.2vw, 42px) !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy p {
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-visual-wrap,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-visual {
        display: none !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-button {
        display: inline-flex !important;
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        width: auto !important;
        max-width: 100% !important;
        min-height: 50px !important;
        margin: 22px auto 0 !important;
        padding: 13px 22px !important;
        justify-content: center !important;
        white-space: normal !important;
        text-align: center !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-trust {
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: min(100%, 520px) !important;
        max-width: 520px !important;
        margin: 24px auto 0 !important;
        padding: 0 !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-trust > * {
        min-width: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 575.98px) {
    html body [data-cfm-v202-role="cta"] > .container,
    html body [data-cfm-v202-role="cta"] > [class*="container"] {
        padding: 26px 18px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h1,
    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-copy h2 {
        font-size: clamp(29px, 9vw, 37px) !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v202-cta-trust {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
}

/* ==============================================================
   3. GENERAL CARD GAP
   ============================================================== */

html body .cfm-v202-card-grid {
    gap: 20px !important;
}

@media (max-width: 1199.98px) {
    html body .cfm-v202-card-grid {
        gap: 18px !important;
    }
}

@media (max-width: 767.98px) {
    html body [data-cfm-v202-role="why"] .cfm-v202-card-grid,
    html body [data-cfm-v202-role="work"] .cfm-v202-card-grid,
    html body [data-cfm-v202-role="engagement"] .cfm-v202-card-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        flex-direction: column !important;
        gap: 16px !important;
    }
}

/* ==============================================================
   4 + 7. OUR CORE TECHNOLOGY SERVICES — MOBILE REBUILD
   Exact existing CFM classes from current homepage markup.
   ============================================================== */

@media (max-width: 767.98px) {
    html body .cfm-services,
    html body [data-cfm-v202-role="services"] {
        overflow: hidden !important;
    }

    html body .cfm-services .cfm-container,
    html body [data-cfm-v202-role="services"] .cfm-container {
        width: min(100% - 32px, 720px) !important;
        max-width: 720px !important;
        margin-inline: auto !important;
    }

    html body .cfm-services .cfm-heading,
    html body [data-cfm-v202-role="services"] .cfm-heading {
        margin-bottom: 28px !important;
        padding-inline: 0 !important;
        text-align: center !important;
    }

    html body .cfm-services .cfm-heading h2,
    html body [data-cfm-v202-role="services"] .cfm-heading h2 {
        max-width: 100% !important;
        margin-inline: auto !important;
        overflow-wrap: normal !important;
    }

    html body .cfm-services__panel {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 14px !important;
        overflow: hidden !important;
    }

    html body .cfm-services__tabs {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        gap: 10px !important;
        margin: 0 0 14px !important;
        padding: 0 0 4px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .cfm-services__tabs::-webkit-scrollbar {
        display: none !important;
    }

    html body .cfm-services__tabs .cfm-service-tab {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 190px !important;
        max-width: 240px !important;
        min-height: 58px !important;
        height: 58px !important;
        max-height: 58px !important;
        margin: 0 !important;
        padding: 12px 15px !important;
        border-radius: 7px !important;
        overflow: hidden !important;
        text-align: left !important;
    }

    html body .cfm-services__tabs .cfm-service-tab > span {
        display: flex !important;
        align-items: center !important;
        gap: 9px !important;
        min-width: 0 !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }

    html body .cfm-services__tabs .cfm-service-tab svg,
    html body .cfm-services__tabs .cfm-service-tab i {
        flex: 0 0 auto !important;
    }

    html body .cfm-services__all {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 160px !important;
        min-height: 58px !important;
        height: 58px !important;
        margin: 0 !important;
        padding: 12px 16px !important;
        border-radius: 7px !important;
        white-space: nowrap !important;
    }

    html body .cfm-services__content {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    html body .cfm-service-content,
    html body .cfm-service-content.is-active {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    html body .cfm-service-content.is-active {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
    }

    html body .cfm-service-content:not(.is-active) {
        display: none !important;
    }

    html body .cfm-service-content__image {
        width: 100% !important;
        height: 210px !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    html body .cfm-service-content__image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    html body .cfm-service-content__copy {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        padding: 22px 18px 20px !important;
    }

    html body .cfm-service-content__copy h3 {
        margin-top: 0 !important;
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
}

/* ==============================================================
   5 + 9. FAQ — same left edge/layout rhythm as Testimonials
   and reduced total section height.
   ============================================================== */

html body .cfm-faq,
html body [data-cfm-v202-role="faq"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html body .cfm-faq .cfm-faq__grid,
html body [data-cfm-v202-role="faq"] .cfm-faq__grid {
    width: min(100% - 64px, 1660px) !important;
    max-width: 1660px !important;
    margin-inline: auto !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    display: grid !important;
    grid-template-columns: minmax(330px, .78fr) minmax(0, 2fr) !important;
    gap: clamp(48px, 5vw, 84px) !important;
    align-items: start !important;
}

html body .cfm-faq .cfm-faq__intro,
html body [data-cfm-v202-role="faq"] .cfm-faq__intro {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 0 !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 !important;
    padding: 6px 0 0 !important;
    text-align: left !important;
    justify-self: start !important;
    align-self: start !important;
}

html body .cfm-faq .cfm-faq__intro h1,
html body .cfm-faq .cfm-faq__intro h2,
html body .cfm-faq .cfm-faq__intro h3,
html body .cfm-faq .cfm-faq__intro p {
    text-align: left !important;
}

html body .cfm-faq .cfm-faq__intro > a,
html body [data-cfm-v202-role="faq"] .cfm-faq__intro > a {
    margin-top: 24px !important;
}

html body .cfm-faq .cfm-faq__accordion,
html body [data-cfm-v202-role="faq"] .cfm-faq__accordion {
    grid-column: 2 !important;
    grid-row: 1 !important;
    order: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    align-self: start !important;
}

html body .cfm-faq--reference-v13 .cfm-faq-item > button {
    min-height: 45px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

html body .cfm-faq--reference-v13 .cfm-faq-item__answer-inner {
    line-height: 1.55 !important;
}

html body .cfm-faq--reference-v13 .cfm-faq-item.is-open .cfm-faq-item__answer-inner {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}

@media (max-width: 1199.98px) {
    html body .cfm-faq .cfm-faq__grid,
    html body [data-cfm-v202-role="faq"] .cfm-faq__grid {
        width: min(100% - 48px, 1320px) !important;
        grid-template-columns: minmax(270px, .72fr) minmax(0, 1.45fr) !important;
        gap: 42px !important;
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}

@media (max-width: 767.98px) {
    html body .cfm-faq .cfm-faq__grid,
    html body [data-cfm-v202-role="faq"] .cfm-faq__grid {
        width: min(100% - 32px, 720px) !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 28px !important;
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    html body .cfm-faq .cfm-faq__intro,
    html body [data-cfm-v202-role="faq"] .cfm-faq__intro,
    html body .cfm-faq .cfm-faq__accordion,
    html body [data-cfm-v202-role="faq"] .cfm-faq__accordion {
        grid-column: 1 !important;
    }

    html body .cfm-faq .cfm-faq__intro {
        grid-row: 1 !important;
    }

    html body .cfm-faq .cfm-faq__accordion {
        grid-row: 2 !important;
    }
}

/* Testimonial left edge is the reference for FAQ. Do not redesign it. */
html body .cfm-testimonials-reference-v19 .cfm-t19__container {
    margin-inline: auto !important;
}

/* ==============================================================
   COUNTER — eliminate Samsung/Chrome scroll raster/compositor glitch.
   Do NOT use contain:paint or GPU transforms.
   ============================================================== */

html body [data-cfm-v202-role="counter"] {
    isolation: auto !important;
    contain: none !important;
    transform: none !important;
    will-change: auto !important;
    overflow: visible !important;
}

html body [data-cfm-v202-role="counter"] .cfm-v202-counter-grid {
    gap: 18px !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    contain: none !important;
    will-change: auto !important;
    backface-visibility: visible !important;
}

html body [data-cfm-v202-role="counter"] .cfm-v202-counter-card,
html body [data-cfm-v202-role="counter"] .cfm-v202-counter-card * {
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
    rotate: 0deg !important;
    animation: none !important;
    transition-property: color, background-color, border-color, opacity !important;
    will-change: auto !important;
    contain: none !important;
    backface-visibility: visible !important;
}

@media (max-width: 1199.98px) {
    html body [data-cfm-v202-role="counter"],
    html body [data-cfm-v202-role="counter"] *,
    html body [data-cfm-v202-role="counter"]::before,
    html body [data-cfm-v202-role="counter"]::after {
        will-change: auto !important;
        contain: none !important;
    }
}

@media (max-width: 767.98px) {
    html body [data-cfm-v202-role="counter"] .cfm-v202-counter-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
    }

    html body [data-cfm-v202-role="counter"] .cfm-v202-counter-card {
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}

/* ==============================================================
   Portfolio decorative circle remains removed.
   ============================================================== */

html body .cfm-portfolio-v15::before,
html body .cfm-portfolio-v15::after,
html body .cfm-portfolio-v15__featured::before,
html body .cfm-portfolio-v15__featured::after,
html body .cfm-portfolio-v15__featured-host::before,
html body .cfm-portfolio-v15__featured-host::after,
html body .cfm-portfolio-v15__featured-content::before,
html body .cfm-portfolio-v15__featured-content::after,
html body .cfm-portfolio-v15__featured-visual::before,
html body .cfm-portfolio-v15__featured-visual::after,
html body [data-cfm-v202-role="work"] .cfm-v202-no-before::before,
html body [data-cfm-v202-role="work"] .cfm-v202-no-after::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body [data-cfm-v202-role="work"] .cfm-v202-decorative-ring {
    display: none !important;
    visibility: hidden !important;
}

/* ==============================================================
   Technology Stack mobile tabs.
   ============================================================== */

@media (max-width: 767.98px) {
    html body [data-cfm-v202-role="technology"] [role="tablist"] {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 5px !important;
    }

    html body [data-cfm-v202-role="technology"] [role="tablist"]::-webkit-scrollbar {
        display: none !important;
    }

    html body [data-cfm-v202-role="technology"] [role="tab"] {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}

/* ==============================================================
   Visual Builder background + button runtime.
   ============================================================== */

html body .cfm-v202-background-override {
    background-attachment: scroll !important;
}

html body .cfm-v202-custom-button {
    background: var(--cfm-v202-button-bg) !important;
    color: var(--cfm-v202-button-text) !important;
    border-color: var(--cfm-v202-button-border) !important;
}

html body .cfm-v202-custom-button:hover,
html body .cfm-v202-custom-button:focus-visible {
    background: var(--cfm-v202-button-hover-bg) !important;
    color: var(--cfm-v202-button-hover-text) !important;
    border-color: var(--cfm-v202-button-hover-border) !important;
}


/* =====================================================================
   V20.2.2 — COUNTER + MOBILE CTA
   ===================================================================== */

/* ----------------------------- COUNTER ------------------------------ */
html body .cfm-impact.cfm-v2022-counter,
html body [data-cfm-v202-role="counter"].cfm-v2022-counter {
    position: relative !important;
    contain: none !important;
    isolation: auto !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    will-change: auto !important;
}

html body .cfm-v2022-counter-grid {
    position: relative !important;
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
    rotate: 0deg !important;
    animation: none !important;
    transition: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    perspective: none !important;
    transform-style: flat !important;
    will-change: auto !important;
    contain: none !important;
}

html body .cfm-v2022-counter-card {
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
    rotate: 0deg !important;
    animation: none !important;
    transition: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    perspective: none !important;
    transform-style: flat !important;
    will-change: auto !important;
    contain: none !important;
    backface-visibility: visible !important;
}

html body .cfm-v2022-counter-card::before,
html body .cfm-v2022-counter-card::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}

/*
 * Mobile counter is intentionally static.
 * Clip only the metric grid/cards, never the central Falcon seal.
 */
@media (max-width: 767.98px) {
    html body .cfm-impact.cfm-v2022-counter,
    html body [data-cfm-v202-role="counter"].cfm-v2022-counter {
        overflow: hidden !important;
    }

    html body .cfm-v2022-counter-grid {
        overflow: hidden !important;
        overflow: clip !important;
        clip-path: inset(0) !important;
        box-shadow: none !important;
    }

    html body .cfm-v2022-counter-card {
        overflow: hidden !important;
        box-shadow: none !important;
    }

    html body .cfm-v2022-counter-card *,
    html body [data-cfm-v2022-counter-value="1"] {
        animation: none !important;
        transition: none !important;
        will-change: auto !important;
        contain: none !important;
    }
}

/* ----------------------- MOBILE CTA REFERENCE ---------------------- */
.cfm-v2022-mobile-cta {
    display: none;
}

@media (max-width: 767.98px) {
    html body [data-cfm-v202-role="cta"].cfm-v2022-has-mobile-cta {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #eee8ce !important;
        background-image: none !important;
    }

    html body [data-cfm-v202-role="cta"].cfm-v2022-has-mobile-cta
    > *:not(.cfm-v2022-mobile-cta) {
        display: none !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 430px !important;
        margin: 0 auto !important;
        padding: 30px 18px 26px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        color: #202321 !important;
        background: #eee8ce !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-eyebrow {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #c6a959 !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-divider {
        width: min(58%, 200px) !important;
        height: 2px !important;
        margin: 16px auto 24px !important;
        background: #c6a959 !important;
        border: 0 !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-heading {
        width: 100% !important;
        max-width: 370px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        color: #202321 !important;
        font-size: clamp(31px, 9.1vw, 38px) !important;
        line-height: 1.08 !important;
        letter-spacing: -.035em !important;
        font-weight: 800 !important;
        text-align: center !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-description {
        width: 100% !important;
        max-width: 345px !important;
        margin: 25px auto 0 !important;
        padding: 0 !important;
        color: #202321 !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
        font-weight: 400 !important;
        text-align: center !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        gap: 18px 14px !important;
        margin: 28px auto 0 !important;
        padding: 0 !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-item {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #202321 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 13.5px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        text-align: left !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #c6a959 !important;
        background: #202321 !important;
        border: 2px solid #c6a959 !important;
        border-radius: 50% !important;
        box-shadow: none !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-icon svg,
    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-icon i {
        width: 23px !important;
        height: 23px !important;
        color: #c6a959 !important;
        fill: none !important;
        stroke: currentColor !important;
        font-size: 22px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-icon svg * {
        stroke: currentColor !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-globe-wrap {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: auto !important;
        margin: 24px auto 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-globe {
        display: block !important;
        width: min(78%, 305px) !important;
        max-width: 305px !important;
        height: auto !important;
        max-height: 270px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 54px !important;
        margin: 24px auto 0 !important;
        padding: 14px 18px !important;
        box-sizing: border-box !important;
        color: #ffffff !important;
        background: #c6a959 !important;
        border: 1px solid #c6a959 !important;
        border-radius: 7px !important;
        box-shadow: none !important;
        font-size: 17px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-align: center !important;
        white-space: normal !important;
        transform: none !important;
    }
}

@media (max-width: 390px) {
    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-cta {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-heading {
        font-size: 30px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-grid {
        gap: 16px 10px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-item {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        gap: 8px !important;
        font-size: 12.5px !important;
    }

    html body [data-cfm-v202-role="cta"] .cfm-v2022-mobile-trust-icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }
}

