﻿
.bg-gradient-success {
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.info-banner {
    display: inline-flex;
    align-items: center;
    background: #cfe2ff;
    color: #084298;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #0d6efd;
}

.pricing-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

    .pricing-table:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.pricing-header {
    padding: 2rem;
    text-align: center;
    color: white;
}

.header-content h3 {
    font-size: 1.75rem;
    margin: 0;
}

.price-display {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.price-amount {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.price-unit {
    font-size: 1rem;
    opacity: 0.9;
}

.pricing-body {
    padding: 2rem;
}

.price-items {
    margin-bottom: 1.5rem;
}

.price-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

    .price-item:hover {
        background: #e9ecef;
        transform: translateX(5px);
    }

    .price-item i {
        font-size: 1.25rem;
    }

.item-details {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-name {
    font-weight: 600;
    font-size: 0.95rem;
}

.item-price {
    font-weight: 700;
    color: #198754;
}

.quality-box {
    padding: 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

    .quality-box h6 {
        font-size: 0.95rem;
        margin: 0 0 0.75rem 0;
    }

.quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .quality-list li {
        padding: 0.4rem 0;
        font-size: 0.9rem;
        position: relative;
        padding-left: 1.25rem;
    }

        .quality-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            font-weight: bold;
        }

.discount-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.discount-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.discount-body {
    padding: 2rem;
}

.discount-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .discount-table thead th {
        background: #f8f9fa;
        padding: 1rem;
        font-weight: 600;
        border-bottom: 2px solid #dee2e6;
        text-align: left;
    }

    .discount-table tbody td {
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        vertical-align: middle;
    }

    .discount-table tbody tr:last-child td {
        border-bottom: none;
    }

    .discount-table .highlight-row {
        background: rgba(220, 53, 69, 0.05);
    }

.discount-badge {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.tip-box {
    background: #cfe2ff;
    color: #084298;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

/* Comparison Cards */
.comparison-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

    .comparison-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

.comparison-header {
    padding: 2rem;
    text-align: center;
    color: white;
}

.comparison-body {
    padding: 2rem;
}

.comparison-price {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.price-range {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.comparison-section {
    margin-bottom: 1.5rem;
}

    .comparison-section:last-child {
        margin-bottom: 0;
    }

.section-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .comparison-list li {
        padding: 0.5rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
    }

        .comparison-list li i {
            font-size: 0.9rem;
        }

@media (max-width: 991.98px) {
    .pricing-header {
        padding: 1.5rem;
    }

    .price-amount {
        font-size: 2rem;
    }

    .pricing-body {
        padding: 1.5rem;
    }

    .discount-body {
        padding: 1.5rem;
    }

    .comparison-body {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .info-banner {
        text-align: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .price-amount {
        font-size: 1.75rem;
    }

    .price-item {
        padding: 0.75rem;
    }

    .item-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .discount-table {
        font-size: 0.875rem;
    }

        .discount-table thead th,
        .discount-table tbody td {
            padding: 0.75rem 0.5rem;
        }

    .price-range {
        font-size: 1.75rem;
    }

    .comparison-list li {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .display-6 {
        font-size: 1.75rem;
    }

    .lead {
        font-size: 1rem;
    }

    .btn-lg {
        padding: 0.75rem 1.25rem !important;
        font-size: 0.95rem;
    }

    .pricing-header {
        padding: 1.25rem;
    }

    .price-amount {
        font-size: 1.5rem;
    }

    .quality-box {
        padding: 1rem;
    }

    .discount-table {
        font-size: 0.8rem;
    }

    .discount-badge {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-table,
.comparison-card {
    animation: fadeInUp 0.6s ease-out;
}

    .pricing-table:nth-child(1) {
        animation-delay: 0.1s;
    }

    .pricing-table:nth-child(2) {
        animation-delay: 0.2s;
    }

    .pricing-table:nth-child(3) {
        animation-delay: 0.3s;
    }

    .comparison-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .comparison-card:nth-child(2) {
        animation-delay: 0.2s;
    }

html {
    scroll-behavior: smooth;
}

.btn {
    transition: all 0.3s ease;
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .btn:active {
        transform: translateY(0);
    }

.pricing-table:focus,
.comparison-card:focus {
    outline: 3px solid #0d6efd;
    outline-offset: 2px;
}

@media print {
    .pricing-table, .discount-card, .comparison-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #dee2e6;
    }

    .btn {
        display: none;
    }

    .discount-badge {
        border: 1px solid currentColor;
    }
}
