/* Extracted from pricing.html */

        /* Complete section styling - Purple/Gold for premium bundle */
        .complete-badge {
            display: inline-block;
            background: linear-gradient(135deg, #8b5cf6 0%, #f59e0b 100%);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 20px;
            margin-left: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .pricing-card.complete-card {
            border: 1px solid rgba(139, 92, 246, 0.3);
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%);
        }

        .pricing-card.complete-card:hover {
            border-color: rgba(139, 92, 246, 0.5);
            box-shadow: 0 20px 60px rgba(139, 92, 246, 0.15);
        }

        .complete-savings {
            color: #f59e0b;
            font-size: 13px;
            font-weight: 600;
            margin-top: 8px;
        }

        /* Pricing note - small text below price */
        .pricing-note {
            font-size: 12px;
            color: #00ff97;
            margin-top: -5px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .pricing-note i {
            font-size: 11px;
        }

        /* Info Cards at bottom */
        .info-cards {
            margin-top: 60px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        @media (max-width: 767px) {
            .info-cards {
                grid-template-columns: 1fr;
            }
        }

        .info-card {
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 2, 15, 0.9) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 30px;
            backdrop-filter: blur(10px);
        }

        .info-card.whatsapp {
            background: linear-gradient(145deg, rgba(37, 211, 102, 0.05) 0%, rgba(0, 2, 15, 0.9) 100%);
            border-color: rgba(37, 211, 102, 0.15);
        }

        .info-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #00ff97;
            margin-bottom: 12px;
        }

        .info-card.whatsapp .info-title {
            color: #25d366;
        }

        .info-content {
            color: #9ca3af;
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }

        .info-content a {
            color: #00ff97;
            text-decoration: underline;
        }

        /* Usage Rates Section */
        .usage-rates-section {
            margin-top: 60px;
        }

        .rates-card {
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 2, 15, 0.9) 100%);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            padding: 40px;
            backdrop-filter: blur(12px);
        }

        .rates-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 30px;
        }

        .rates-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, rgba(0, 255, 151, 0.2) 0%, rgba(0, 255, 151, 0.05) 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #00ff97;
        }

        .rates-title {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 4px 0;
        }

        .rates-subtitle {
            color: #888;
            font-size: 14px;
            margin: 0;
        }

        .rates-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        @media (max-width: 767px) {
            .rates-grid {
                grid-template-columns: 1fr;
            }
        }

        .rate-item {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 16px;
            padding: 28px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.06);
        }

        .rate-item.highlight {
            background: rgba(0, 255, 151, 0.05);
            border-color: rgba(0, 255, 151, 0.15);
        }

        .rate-value {
            font-size: 36px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 8px;
        }

        .rate-value .currency {
            font-size: 20px;
            color: #00ff97;
        }

        .rate-value .period {
            font-size: 14px;
            color: #888;
            font-weight: 500;
        }

        .rate-label {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .rate-desc {
            color: #888;
            font-size: 13px;
        }

        /* ── Billing Toggle ── */
        /* ── Billing Toggle ── */
        .billing-toggle-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin-top: 24px;
        }

        .billing-toggle {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 1fr;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.10);
            border-radius: 100px;
            padding: 4px;
        }

        .billing-toggle button {
            position: relative;
            z-index: 2;
            border: none;
            background: transparent;
            color: rgba(255, 255, 255, 0.45);
            font-size: 15px;
            font-weight: 600;
            font-family: inherit;
            padding: 12px 36px;
            border-radius: 100px;
            cursor: pointer;
            transition: color 0.3s ease;
            text-align: center;
            white-space: nowrap;
        }

        .billing-toggle button.active {
            color: #041a0e;
        }

        .billing-slider {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 4px;
            width: calc(50% - 4px);
            background: linear-gradient(135deg, #00ff97 0%, #00d97e 100%);
            border-radius: 100px;
            transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
            z-index: 1;
            box-shadow: 0 2px 16px rgba(0, 255, 151, 0.45);
        }

        .save-badge {
            display: inline-flex;
            align-items: center;
            background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 6px 14px;
            border-radius: 100px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            opacity: 0;
            transform: translateY(5px) scale(0.88);
            transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
            pointer-events: none;
            box-shadow: 0 4px 14px rgba(124, 58, 237, 0.45);
        }

        .save-badge.visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .billing-period-label {
            font-size: 12px;
            color: #64748b;
            margin-top: 2px;
            margin-bottom: 8px;
            transition: color 0.3s;
        }

        /* Free perk badges */
        .free-perks {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin: 14px 0;
        }

        .free-perk-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.09);
            border-radius: 40px;
            padding: 9px 16px;
            font-size: 13px;
        }

        .free-perk-badge .old-price {
            color: #f87171;
            text-decoration: line-through;
            font-weight: 600;
        }

        .free-perk-badge .new-price {
            color: #00ff97;
            font-weight: 700;
        }

        .free-perk-badge .perk-label {
            color: rgba(255, 255, 255, 0.7);
        }
