.texts1 {
    border-width: 3px;
    border: 2px solid #0014e2;
    margin-bottom: 5px;
    border-style: outset;
    border-radius: 1px;
    border: 2px solid #ff182c;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.blink {
    animation-direction: alternate;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-name: blinker;
}
@keyframes blinker {
    25% {
        color: lime;
    }
    75% {
        color: blue;
    }
}

.play-store-cta {
    align-items: center;
    animation: play-store-pulse 2.4s ease-in-out infinite;
    background: linear-gradient(135deg, #111a22 0%, #1f303d 55%, #0b1117 100%);
    border: 2px solid #fff;
    border-radius: 18px;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .38), 0 0 0 4px rgba(255, 216, 0, .24);
    color: #fff !important;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 12px auto 11px;
    min-height: 72px;
    padding: 10px 18px;
    text-decoration: none !important;
    transition: box-shadow .2s ease, transform .2s ease;
    width: min(92%, 380px);
}

.play-store-cta:hover,
.play-store-cta:focus-visible {
    box-shadow: 0 12px 26px rgba(0, 0, 0, .45), 0 0 0 5px rgba(255, 216, 0, .34);
    outline: none;
    transform: translateY(-2px) scale(1.02);
}

.play-store-icon-wrap {
    align-items: center;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .35);
    display: flex;
    flex: 0 0 50px;
    height: 50px;
    justify-content: center;
}

.play-store-icon {
    background: conic-gradient(from 30deg at 55% 50%, #ff3b30 0 25%, #ffd600 0 50%, #00c853 0 75%, #00b0ff 0);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .28));
    height: 34px;
    width: 30px;
}

.play-store-copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: left;
}

.play-store-copy small {
    color: #dbe7ee;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 6px;
}

.play-store-copy strong {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .3px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .45);
}

.play-store-arrow {
    color: #ffd800;
    font-size: 34px;
    line-height: 1;
    margin-left: 2px;
}

@keyframes play-store-pulse {
    0%,
    100% {
        box-shadow: 0 9px 20px rgba(0, 0, 0, .38), 0 0 0 4px rgba(255, 216, 0, .20);
    }

    50% {
        box-shadow: 0 11px 24px rgba(0, 0, 0, .45), 0 0 0 7px rgba(255, 216, 0, .34);
    }
}

@media (max-width: 480px) {
    .play-store-cta {
        min-height: 68px;
        padding: 9px 13px;
        width: calc(100% - 14px);
    }

    .play-store-copy strong {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .play-store-cta {
        animation: none;
    }
}

/* Client APK download controls. This is intentionally visual-only: the labels stay unchanged. */
a.app-download-button {
    align-items: center;
    animation: dpboss-download-glow 2.8s ease-in-out infinite !important;
    background: linear-gradient(180deg, #ffbd57 0%, #ff8326 38%, #e73327 66%, #bd121a 100%) !important;
    border: 2px solid #fff4d8 !important;
    border-bottom: 5px solid #7a0b16 !important;
    border-radius: 999px !important;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .58), inset 0 -2px 0 rgba(100, 0, 7, .25), 0 7px 0 #8f0910, 0 12px 20px rgba(104, 8, 11, .38) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    letter-spacing: .5px;
    min-height: 46px;
    overflow: hidden;
    padding: 8px 17px 9px !important;
    position: relative;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
    transition: box-shadow .16s ease, filter .16s ease, transform .16s ease;
}

a.app-download-button::before {
    align-items: center;
    background: rgba(106, 7, 15, .24);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
    content: "↓";
    display: inline-flex;
    font-size: 20px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}

a.app-download-button::after {
    animation: dpboss-download-shine 3.6s ease-in-out infinite;
    background: linear-gradient(108deg, transparent 22%, rgba(255, 255, 255, .54) 50%, transparent 78%);
    content: "";
    height: 140%;
    left: -58%;
    pointer-events: none;
    position: absolute;
    top: -20%;
    transform: skewX(-18deg);
    width: 42%;
}

a.app-download-button:hover,
a.app-download-button:focus-visible {
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .64), inset 0 -2px 0 rgba(100, 0, 7, .26), 0 3px 0 #8f0910, 0 8px 15px rgba(104, 8, 11, .35) !important;
    filter: saturate(1.08) brightness(1.04);
    outline: none;
    transform: translateY(4px);
}

a.app-download-button:active {
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .42), 0 1px 0 #8f0910 !important;
    transform: translateY(6px);
}

.texts1 a.app-download-button,
a.play-store-cta.app-download-button {
    box-sizing: border-box;
    display: flex !important;
    margin: 12px auto 11px;
    max-width: 340px;
    width: calc(100% - 14px);
}

a.app-download-button[style*="position:fixed"] {
    bottom: 18px !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: 270px;
    min-height: 40px;
    padding: 7px 13px 8px !important;
    width: calc(100% - 28px) !important;
    z-index: 1000;
}

a.app-download-button[style*="position:fixed"]:hover,
a.app-download-button[style*="position:fixed"]:focus-visible {
    transform: translateX(-50%) translateY(4px);
}

a.app-download-button[style*="position:fixed"]:active {
    transform: translateX(-50%) translateY(6px);
}

@keyframes dpboss-download-glow {
    0%,
    100% {
        filter: brightness(1) saturate(1);
    }

    50% {
        filter: brightness(1.09) saturate(1.18);
    }
}

@keyframes dpboss-download-shine {
    0%,
    55%,
    100% {
        opacity: 0;
        transform: translateX(0) skewX(-18deg);
    }

    65% {
        opacity: .72;
    }

    85% {
        opacity: 0;
        transform: translateX(430%) skewX(-18deg);
    }
}

@media (max-width: 480px) {
    a.app-download-button {
        font-size: 14px;
        min-height: 40px;
        padding: 8px 12px !important;
    }
}
