.triple-cta-group .btn-callback .btn-text-desktop {
    display: none;
}

.triple-cta-group .btn-callback .btn-text-mobile {
    display: inline;
}

@media (min-width: 641px) {
    .triple-cta-group .btn-callback .btn-text-desktop {
        display: inline;
    }

    .triple-cta-group .btn-callback .btn-text-mobile {
        display: none;
    }
}

.hero-copy-standard .triple-cta-group--calendar-mid {
    margin: 0 0 24px;
}

.triple-cta-group--calendar-mid .btn-primary {
    order: 1;
}

.triple-cta-group--calendar-mid .btn-callback {
    order: 2;
}

.triple-cta-group--calendar-mid .btn-calendar {
    order: 3;
}

.triple-cta-group--calendar-mid .btn-primary {
    background: linear-gradient(135deg, var(--cta-sky) 0%, var(--cta-sky-deep) 100%) !important;
    box-shadow: 0 6px 20px var(--cta-sky-shadow) !important;
    animation: none !important;
}

.triple-cta-group--calendar-mid .btn-primary:hover {
    filter: brightness(1.06);
    box-shadow: 0 10px 28px var(--cta-sky-shadow-strong) !important;
}

.triple-cta-group--calendar-mid .btn-callback {
    animation: none !important;
}

.triple-cta-group--calendar-mid .btn-calendar {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-dark) 100%) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    color: var(--surface) !important;
    box-shadow: 0 8px 28px var(--cta-navy-shadow) !important;
    animation: cta-pulse-booking 3s ease-in-out infinite !important;
    font-weight: var(--weight-bold);
}

.triple-cta-group--calendar-mid .btn-calendar:hover {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-dark) 100%) !important;
    border: none !important;
    color: var(--surface) !important;
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px var(--cta-navy-shadow-strong) !important;
}

@media (min-width: 901px) {
    .hero-copy-standard .triple-cta-group--calendar-mid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .hero-copy-standard .triple-cta-group--calendar-mid .btn-primary {
        order: 1;
    }

    .hero-copy-standard .triple-cta-group--calendar-mid .btn-callback {
        order: 2;
    }

    .hero-copy-standard .triple-cta-group--calendar-mid .btn-calendar {
        order: 3;
    }

    .hero-copy-standard .triple-cta-group--calendar-mid .btn-primary,
    .hero-copy-standard .triple-cta-group--calendar-mid .btn-callback,
    .hero-copy-standard .triple-cta-group--calendar-mid .btn-calendar {
        width: auto;
        flex: 0 1 auto;
        min-width: 0;
        padding: 12px 16px;
        font-size: 14px;
        white-space: nowrap;
        line-height: 1.25;
    }
}

@media (max-width: 900px) {
    .hero-copy-standard .triple-cta-group.justify-content-start {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .hero-copy-standard .triple-cta-group--calendar-mid {
        margin: 4px 0 0;
    }

    .triple-cta-group--calendar-mid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        flex-direction: unset;
        align-items: stretch;
    }

    .triple-cta-group--calendar-mid .btn-primary,
    .triple-cta-group--calendar-mid .btn-calendar,
    .triple-cta-group--calendar-mid .btn-callback {
        width: 100%;
        justify-content: center;
    }

    .triple-cta-group--calendar-mid .btn-primary {
        grid-column: 1;
        grid-row: 1;
        order: unset;
        min-width: 0;
        padding: 10px 8px;
        font-size: 12px;
        white-space: nowrap;
        line-height: 1.2;
    }

    .triple-cta-group--calendar-mid .btn-callback {
        grid-column: 2;
        grid-row: 1;
        order: unset;
        min-width: 0;
        padding: 10px 8px;
        font-size: 12px;
        white-space: nowrap;
        line-height: 1.2;
    }

    .triple-cta-group--calendar-mid .btn-calendar {
        grid-column: 1 / -1;
        grid-row: 2;
        order: unset;
    }
}
