﻿
.btn {
    padding: 13px 25px;
}

/* Schedule Section - Equal Height Cards */
.schedule .schedule-inner .row {
    display: flex;
    flex-wrap: wrap;
}

.schedule .schedule-inner .row > [class*="col-"] {
    display: flex;
}

.schedule .single-schedule {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.schedule .single-schedule .inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.schedule .single-schedule .single-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.schedule .single-schedule .single-content p {
    flex-grow: 1;
    margin-bottom: 0;
}

.schedule .single-schedule .btn-secondary {
    background-color: #1A76D1;
    border-color: #1A76D1;
    color: #fff;
    align-self: flex-start;
}

.schedule .single-schedule .btn-secondary:hover {
    background-color: #1557a0;
    border-color: #1557a0;
}

/* Modern hero */
.hr-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 36px 0;
    background: radial-gradient(1200px 600px at 15% 15%, rgba(26,118,209,0.18), rgba(0,0,0,0)), radial-gradient(900px 500px at 90% 10%, rgba(34,197,94,0.14), rgba(0,0,0,0));
}

    .hr-hero .hero-card {
        border-radius: 18px;
        background: rgba(255,255,255,0.92);
        box-shadow: 0 18px 60px rgba(0,0,0,0.08);
        padding: 28px;
        backdrop-filter: blur(6px);
    }

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 600;
    background: rgba(26,118,209,0.10);
    color: #1A76D1;
}

    .hero-pill .dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #22c55e;
    }

.hero-title {
    font-size: 42px;
    line-height: 1.12;
    margin-top: 14px;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

    .hero-title span {
        color: #1A76D1;
    }

.hero-sub {
    font-size: 16px;
    color: rgba(0,0,0,0.68);
    margin-bottom: 18px;
}

.hero-trust {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.trust-item {
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

    .trust-item i {
        font-size: 18px;
        color: #1A76D1;
        margin-top: 2px;
    }

    .trust-item .t1 {
        font-weight: 700;
        font-size: 13px;
        margin: 0;
    }

    .trust-item .t2 {
        font-size: 12px;
        color: rgba(0,0,0,0.62);
        margin: 2px 0 0 0;
    }

@media (max-width: 991px) {
    .hero-title {
        font-size: 34px;
    }

    .hero-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .hr-hero {
        padding: 56px 0 28px 0;
    }

    .hero-title {
        font-size: 30px;
    }

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

/* Share strip */
.share-strip {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 18px;
}

.share-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    font-weight: 600;
    text-decoration: none;
}

    .share-actions a:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    }

.share-actions i {
    font-size: 16px;
}

/* Minimal Elite Cards */
.elite-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
    transition: all 0.3s ease;
}

    .elite-card:hover {
        border-color: rgba(26, 118, 209, 0.2);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

.elite-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(26, 118, 209, 0.08);
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    color: #1A76D1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

    .elite-badge i {
        font-size: 14px;
    }

.elite-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.elite-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .elite-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.72);
    }

        .elite-list li i {
            color: #1A76D1;
            font-size: 16px;
            margin-top: 2px;
            flex-shrink: 0;
        }

.elite-notice {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    color: #856404;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    animation: elite-pulse 2s infinite;
}

@keyframes elite-pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Share Section */
.share-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.share-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.62);
    margin-bottom: 18px;
    line-height: 1.5;
}

.share-links {
    display: flex;
    gap: 10px;
}

.share-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

    .share-link:hover {
        border-color: #1A76D1;
        background: rgba(26, 118, 209, 0.04);
        color: #1A76D1;
        text-decoration: none;
    }

    .share-link i {
        font-size: 16px;
    }

@media (max-width: 991px) {
    .elite-card {
        padding: 20px;
    }

    .elite-title {
        font-size: 18px;
    }

    .share-links {
        flex-direction: column;
    }
}

/* Small sticky WA */
.wa-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
}

    .wa-fab a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 999px;
        background: #25D366;
        color: #fff;
        font-weight: 700;
        box-shadow: 0 14px 40px rgba(0,0,0,0.18);
        text-decoration: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .wa-fab a:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 50px rgba(37, 211, 102, 0.4);
    }

/* Pricing toggle polish */
.billing-toggle-container {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 999px;
    padding: 4px;
    border: 1px solid #ddd;
}

    .billing-toggle-container .toggle-btn {
        min-width: 80px;
        min-height: 36px;
        border: none;
        border-radius: 999px;
        font-weight: 700;
        font-size: 13px;
        transition: all 0.3s ease;
        background: transparent;
        color: #6c757d;
    }

        .billing-toggle-container .toggle-btn.active {
            background: #fff;
            color: #1a76d1;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

.billing-info-badge {
    margin-left: 8px;
    border-radius: 999px;
    padding: 6px 12px;
}

/* Pricing Ribbon */
.pricing-ribbon {
    position: absolute;
    top: 16px;
    right: -4px;
    color: #fff;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

    .pricing-ribbon::before {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 4px 0;
    }

    .pricing-ribbon.ribbon-green {
        background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    }

        .pricing-ribbon.ribbon-green::before {
            border-color: transparent #16a34a transparent transparent;
        }

    .pricing-ribbon.ribbon-blue {
        background: linear-gradient(135deg, #1A76D1 0%, #1557a0 100%);
    }

        .pricing-ribbon.ribbon-blue::before {
            border-color: transparent #1557a0 transparent transparent;
        }

/* Strikethrough Pricing */
.price-comparison {
    margin-top: 6px;
}

.price-old {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
    margin-bottom: 4px;
}

.price-new {
    font-size: 28px;
    color: #1a76d1;
    font-weight: 700;
    margin-top: 2px;
}

.single-table {
    position: relative;
    overflow: visible;
}
