/* =========================================================
   TipMan Mobile CTA Block
   ========================================================= */

.tipman-mobile-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    margin: 0;
    background: #fbfbfa;
    min-height: clamp(620px, 62vw, 900px);
    padding: clamp(52px, 6vw, 96px) clamp(22px, 5vw, 84px);
    color: #171b1f;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tipman-mobile-cta::before,
.tipman-mobile-cta::after {
    content: "";
    position: absolute;
    inset: -12% -8%;
    z-index: -2;
    pointer-events: none;
}

.tipman-mobile-cta::before {
    background:
        linear-gradient(105deg, transparent 0 43%, rgba(139, 218, 83, 0.16) 43.1% 43.28%, transparent 43.38% 100%),
        linear-gradient(105deg, transparent 0 49%, rgba(139, 218, 83, 0.14) 49.08% 49.24%, transparent 49.34% 100%),
        linear-gradient(105deg, transparent 0 70%, rgba(139, 218, 83, 0.12) 70.08% 70.24%, transparent 70.34% 100%),
        radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 38%);
}

.tipman-mobile-cta::after {
    background:
        linear-gradient(72deg, transparent 0 79%, rgba(139, 218, 83, 0.16) 79.08% 79.24%, transparent 79.34% 100%),
        linear-gradient(72deg, transparent 0 83%, rgba(139, 218, 83, 0.12) 83.08% 83.24%, transparent 83.34% 100%);
    opacity: 0.8;
}

.tipman-mobile-cta__inner {
    position: relative;
    width: min(100%, 1760px);
    min-height: inherit;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(420px, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(34px, 5vw, 92px);
}

.tipman-mobile-cta__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding-bottom: clamp(0px, 2vw, 28px);
}

.tipman-mobile-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    padding: 0 42px;
    margin-bottom: clamp(52px, 6vw, 86px);
    border-radius: 999px;
    background: #def7d4;
    color: #1d2429;
    font-size: clamp(22px, 1.7vw, 32px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.tipman-mobile-cta__eyebrow-icon {
    width: 28px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tipman-mobile-cta__eyebrow svg,
.tipman-mobile-cta__store svg,
.tipman-mobile-cta__supporting svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.tipman-mobile-cta__heading {
    margin: 0;
    color: #181d22;
    font-size: clamp(58px, 5.8vw, 108px);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: 0;
}

.tipman-mobile-cta__heading span {
    display: block;
    margin-top: 20px;
    color: #76d341;
}

.tipman-mobile-cta__text {
    margin-top: clamp(46px, 4.8vw, 70px);
    max-width: 640px;
    color: #787c82;
    font-size: clamp(26px, 2.15vw, 38px);
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
}

.tipman-mobile-cta__text p {
    margin: 0;
}

.tipman-mobile-cta__stores {
    display: flex;
    align-items: center;
    gap: clamp(28px, 3vw, 48px);
    margin-top: clamp(60px, 5vw, 88px);
}

.tipman-mobile-cta__store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: clamp(260px, 16vw, 350px);
    min-height: clamp(86px, 6vw, 114px);
    padding: 0 34px;
    border-radius: 28px;
    text-decoration: none;
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.tipman-mobile-cta__store:hover,
.tipman-mobile-cta__store:focus {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
}

.tipman-mobile-cta__store svg,
.tipman-mobile-cta__store-icon {
    width: clamp(36px, 2.9vw, 52px);
    height: clamp(36px, 2.9vw, 52px);
    flex: 0 0 auto;
}

.tipman-mobile-cta__store-icon {
    display: block;
    object-fit: contain;
}

.tipman-mobile-cta__store-icon--play {
    width: clamp(30px, 2.4vw, 44px);
    height: clamp(30px, 2.4vw, 44px);
}

.tipman-mobile-cta__store--play {
    background: #78d845;
    color: #0d1416;
}

.tipman-mobile-cta__store--play:hover,
.tipman-mobile-cta__store--play:focus {
    color: #0d1416;
}

.tipman-mobile-cta__store--app {
    background: #020202;
    color: #ffffff;
}

.tipman-mobile-cta__store--app:hover,
.tipman-mobile-cta__store--app:focus {
    color: #ffffff;
}

.tipman-mobile-cta__supporting {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
    gap: 36px;
    margin-top: clamp(70px, 6vw, 102px);
    max-width: 640px;
    color: #777a80;
    font-size: clamp(24px, 2vw, 35px);
    font-weight: 500;
    line-height: 1.35;
}

.tipman-mobile-cta__supporting svg {
    color: #78d845;
    width: 78px;
    height: 78px;
}

.tipman-mobile-cta__media {
    position: absolute;
    top: clamp(-64px, -3vw, -20px);
    right: clamp(-12px, 3vw, 78px);
    bottom: clamp(-44px, -2vw, -16px);
    z-index: 1;
    width: min(58vw, 920px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

.tipman-mobile-cta__image {
    width: min(100%, 820px);
    max-height: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.22));
    opacity: 0;
}

.acf-block-preview .tipman-mobile-cta {
    min-height: 560px;
}

.split-columns .main .tipman-mobile-cta {
    width: auto;
    min-height: 0;
    margin: 24px 0 0;
    padding: 26px 28px 24px;
    border-radius: 8px;
}

.split-columns .main .tipman-mobile-cta__inner {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 42%);
    align-items: center;
    gap: 22px;
}

.split-columns .main .tipman-mobile-cta__content {
    max-width: none;
    text-align: left;
}

.split-columns .main .tipman-mobile-cta__eyebrow {
    min-height: 34px;
    padding: 0 13px;
    margin-bottom: 20px;
    gap: 8px;
    font-size: 13px;
}

.split-columns .main .tipman-mobile-cta__eyebrow-icon {
    width: 15px;
    height: 18px;
}

.split-columns .main .tipman-mobile-cta__heading {
    font-size: clamp(24px, 3.1vw, 36px);
    line-height: 1.05;
}

.split-columns .main .tipman-mobile-cta__heading span {
    display: inline;
    margin-top: 0;
}

.split-columns .main .tipman-mobile-cta__text {
    margin-top: 14px;
    max-width: 430px;
    font-size: 14px;
    line-height: 1.5;
}

.split-columns .main .tipman-mobile-cta__stores {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.split-columns .main .tipman-mobile-cta__store {
    min-width: 118px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    gap: 8px;
    font-size: 14px;
}

.split-columns .main .tipman-mobile-cta__store svg,
.split-columns .main .tipman-mobile-cta__store-icon {
    width: 18px;
    height: 18px;
}

.split-columns .main .tipman-mobile-cta__store-icon--play {
    width: 17px;
    height: 17px;
}

.split-columns .main .tipman-mobile-cta__supporting {
    grid-column: 1 / -1;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-top: 0;
    max-width: none;
    font-size: 13px;
    line-height: 1.25;
}

.split-columns .main .tipman-mobile-cta__supporting svg {
    width: 28px;
    height: 28px;
}

.split-columns .main .tipman-mobile-cta__media {
    position: static;
    width: auto;
    pointer-events: auto;
    background-image: none !important;
}

.split-columns .main .tipman-mobile-cta__image {
    width: min(100%, 300px);
    max-height: none;
    margin: 0 auto -8px;
    opacity: 1;
}

@media (max-width: 760px) {
    .split-columns .main .tipman-mobile-cta {
        padding: 26px 20px 34px;
    }

    .split-columns .main .tipman-mobile-cta__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .split-columns .main .tipman-mobile-cta__content {
        order: 2;
    }

    .split-columns .main .tipman-mobile-cta__media {
        order: 1;
    }

    .split-columns .main .tipman-mobile-cta__supporting {
        order: 3;
    }

    .split-columns .main .tipman-mobile-cta__heading {
        font-size: clamp(36px, 9vw, 46px);
        line-height: 1.06;
    }

    .split-columns .main .tipman-mobile-cta__heading span {
        display: inline;
    }

    .split-columns .main .tipman-mobile-cta__text {
        max-width: none;
        font-size: 17px;
        line-height: 1.65;
    }

    .split-columns .main .tipman-mobile-cta__stores {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .split-columns .main .tipman-mobile-cta__store {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 0 10px;
        font-size: 15px;
    }

    .split-columns .main .tipman-mobile-cta__supporting {
        font-size: 15px;
        line-height: 1.35;
    }

    .split-columns .main .tipman-mobile-cta__image {
        width: min(100%, 330px);
        margin-bottom: 0;
    }
}

@media (max-width: 1180px) {
    .tipman-mobile-cta__inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .tipman-mobile-cta__content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .tipman-mobile-cta__eyebrow,
    .tipman-mobile-cta__stores {
        margin-left: auto;
        margin-right: auto;
    }

    .tipman-mobile-cta__stores {
        justify-content: center;
    }

    .tipman-mobile-cta__supporting {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .tipman-mobile-cta__media {
        position: static;
        width: auto;
        pointer-events: auto;
        background-image: none !important;
    }

    .tipman-mobile-cta__image {
        width: min(78vw, 620px);
        transform: none;
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .tipman-mobile-cta {
        padding: 42px 18px 50px;
    }

    .tipman-mobile-cta__eyebrow {
        min-height: 52px;
        padding: 0 22px;
        margin-bottom: 38px;
        gap: 10px;
        font-size: 18px;
    }

    .tipman-mobile-cta__eyebrow-icon {
        width: 20px;
        height: 24px;
    }

    .tipman-mobile-cta__heading {
        font-size: clamp(42px, 13vw, 70px);
    }

    .tipman-mobile-cta__heading span {
        margin-top: 10px;
    }

    .tipman-mobile-cta__text {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.55;
    }

    .tipman-mobile-cta__stores {
        flex-direction: column;
        gap: 16px;
        margin-top: 34px;
    }

    .tipman-mobile-cta__store {
        width: min(100%, 320px);
        min-width: 0;
        min-height: 70px;
        border-radius: 18px;
        font-size: 24px;
    }

    .tipman-mobile-cta__supporting {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 18px;
        margin-top: 36px;
        font-size: 20px;
    }

    .tipman-mobile-cta__supporting svg {
        width: 48px;
        height: 48px;
    }

    .tipman-mobile-cta__image {
        width: min(92vw, 430px);
    }
}
