/* ===========================
   TAXES & FEES PAGE
=========================== */

.taxes-content {
    padding: 70px 0;
    background: #f8f9fa;
}

.taxes-intro {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}

.taxes-intro span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 14px;
    border-radius: 6px;
    background: #e8f5f7;
    color: #2ba99e;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.taxes-intro h2 {
    margin: 0 0 12px;
    color: #152348;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
}

.taxes-intro p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

/* Section Card */
.taxes-section-card {
    position: relative;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    padding: 30px 28px;
    margin-bottom: 28px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.taxes-section-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #39d6e7 0%, #2ba99e 100%);
}

.taxes-section-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.11);
}

.taxes-section-card h2 {
    color: #152348;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.taxes-section-card > p {
    color: #666;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}

/* Table */
.taxes-table-wrap {
    overflow-x: auto;
    border-radius: 8px;
}

.taxes-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.taxes-table thead tr {
    background: linear-gradient(90deg, #152348, #1e3a6e);
    color: #fff;
}

.taxes-table thead th {
    padding: 13px 16px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.taxes-table thead th.text-center {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.taxes-table tbody tr {
    border-bottom: 1px solid #edf0f2;
    transition: background 0.2s;
}

.taxes-table tbody tr:hover {
    background: #f0fbfc;
}

.taxes-table tbody td {
    padding: 13px 16px;
    color: #444;
    vertical-align: top;
}

.taxes-table tbody td:first-child {
    color: #152348;
    font-weight: 600;
    min-width: 220px;
}

.taxes-table tbody td strong {
    display: block;
    color: #152348;
    font-weight: 700;
    margin-bottom: 3px;
}

.tax-code-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    background: linear-gradient(135deg, #39d6e7, #2ba99e);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tax-amount {
    color: #0d6efd;
    font-weight: 700;
}

/* Important Info */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.info-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #39d6e7;
    font-size: 11px;
    top: 4px;
}

.info-list li strong {
    color: #152348;
}

/* Exceptions */
.exception-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.exception-item {
    background: #f8fbfd;
    border: 1px solid #d9f0f3;
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
}

.exception-item i {
    font-size: 28px;
    color: #2ba99e;
    margin-bottom: 10px;
    display: block;
}

.exception-item h5 {
    color: #152348;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.exception-item p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

/* Contact Card */
.taxes-contact-card {
    background: linear-gradient(135deg, #152348, #1e3a6e);
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    color: #fff;
}

.taxes-contact-card h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.taxes-contact-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-info-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
}

.contact-info-item:hover {
    background: rgba(57, 214, 231, 0.3);
    color: #fff;
}

.contact-info-item i {
    color: #39d6e7;
    font-size: 18px;
}

/* ===========================
   POST TICKETING FEES
=========================== */

.post-sub-title {
    font-size: 15px;
    font-weight: 700;
    color: #152348;
    background: #f0fbfc;
    border-left: 4px solid #39d6e7;
    padding: 9px 14px;
    border-radius: 0 6px 6px 0;
    margin: 20px 0 10px;
}

.post-sub-title sup {
    color: #2ba99e;
}

.waiver-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 20px;
}

.waiver-tags span {
    display: inline-block;
    padding: 5px 13px;
    border-radius: 20px;
    background: #e8f5f7;
    color: #152348;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #c2eaee;
    transition: background 0.2s, color 0.2s;
}

.waiver-tags span:hover {
    background: linear-gradient(135deg, #39d6e7, #2ba99e);
    color: #fff;
    border-color: transparent;
}

.post-footnotes {
    list-style: none;
    padding: 16px 0 0;
    margin: 18px 0 0;
    border-top: 1px solid #edf0f2;
}

.post-footnotes li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.65;
}

.post-footnotes li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #39d6e7;
    font-size: 14px;
    top: 0;
}

.post-footnotes li sup {
    color: #2ba99e;
    font-weight: 700;
}

.post-footnotes li strong {
    color: #152348;
}

/* ===========================
   IMPORTANT NOTICE CARD
=========================== */

.important-notice-card {
    border-color: #ffc107 !important;
    background: #fffdf0 !important;
}

.important-notice-card::before {
    background: linear-gradient(180deg, #ffc107, #ff6b00) !important;
}

.important-notice-inner {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.important-notice-inner > i {
    font-size: 36px;
    color: #ff6b00;
    margin-top: 4px;
    flex-shrink: 0;
}

.important-notice-inner h2 {
    color: #b84d00;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.important-notice-inner p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.important-notice-inner a {
    color: #2ba99e;
    font-weight: 600;
    text-decoration: none;
}

.important-notice-inner a:hover {
    text-decoration: underline;
}

/* ===========================
   BOOKING STEPS
=========================== */

.booking-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.booking-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 20px;
    background: #f8fbfd;
    border: 1px solid #e0f3f5;
    border-radius: 10px;
    transition: box-shadow 0.3s;
}

.booking-step:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.step-number {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #39d6e7, #2ba99e);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content h5 {
    color: #152348;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.step-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.booking-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #e8f5f7;
    border-left: 4px solid #39d6e7;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
}

.booking-note i {
    color: #2ba99e;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.booking-note p {
    margin: 0;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
    .exception-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .taxes-content {
        padding: 45px 0;
    }

    .taxes-intro h2 {
        font-size: 24px;
    }

    .taxes-section-card {
        padding: 24px 18px;
    }

    .exception-grid {
        grid-template-columns: 1fr;
    }

    .taxes-section-card:hover {
        transform: none;
    }

    .taxes-table {
        font-size: 13px;
    }

    .taxes-table thead th,
    .taxes-table tbody td {
        padding: 10px 12px;
    }

    .post-sub-title {
        font-size: 13px;
    }

    .waiver-tags span {
        font-size: 12px;
        padding: 4px 10px;
    }

    .important-notice-inner {
        flex-direction: column;
        gap: 12px;
    }

    .booking-step {
        flex-direction: column;
        gap: 12px;
    }
}
