/* =================================
   ENTRANCE FEE PAGE
================================= */

.entrance-fee-page {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 64px;
    box-sizing: border-box;
}

.entrance-fee-page *,
.entrance-fee-page *::before,
.entrance-fee-page *::after {
    box-sizing: border-box;
}

/* =================================
   INTRO
================================= */

.entrance-fee-intro {
    max-width: 800px;
    margin: 34px 0 36px;
}

.entrance-fee-intro h1 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.15;
}

.entrance-fee-lead {
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 1.75;
}

/* =================================
   PRICE SUMMARY
================================= */

.fee-summary {
    margin: 0 0 50px;
    padding: 36px;

    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 16px;
}

.fee-summary__header {
    max-width: 760px;
    margin-bottom: 26px;
}

.fee-summary__label {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 7px 11px;

    background: #ffffff;
    border: 1px solid #dfd5bd;
    border-radius: 7px;

    color: #8a6a1e;
    font-size: 13px;
    font-weight: 700;
}

.fee-summary__header h2 {
    margin: 0 0 13px;
    font-size: 32px;
    line-height: 1.2;
}

.fee-summary__header p {
    margin: 0;
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
}

.fee-summary__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fee-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 220px;
    padding: 22px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.fee-card--featured {
    border-top: 4px solid #bfa25a;
}

.fee-card__type {
    min-height: 38px;
    margin-bottom: 14px;

    color: #555555;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.fee-card__price {
    display: block;
    margin-bottom: 14px;

    color: #111111;
    font-size: 28px;
    line-height: 1.2;
}

.fee-card--featured .fee-card__price {
    color: #d00000;
}

.fee-card p {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

.fee-summary__notice {
    margin-top: 22px;
    padding: 15px 17px;

    background: #ffffff;
    border-left: 4px solid #bfa25a;

    color: #333333;
    font-size: 15px;
    line-height: 1.65;
}

.fee-summary__checked {
    margin: 17px 0 0;

    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

/* =================================
   IMAGE
================================= */

.entrance-fee-image {
    margin: 0 0 50px;
}

.entrance-fee-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 14px;
}

.entrance-fee-image figcaption {
    margin-top: 10px;

    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

/* =================================
   FEE FACTS
================================= */

.fee-inclusions,
.ticket-choice,
.discount-entry,
.ticket-types {
    margin: 0 0 54px;
    padding: 10px 0;
}

.faq-accordion{
    padding: 10px 0;
}

.fee-inclusions h2,
.ticket-choice h2,
.discount-entry h2,
.ticket-types h2 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1.2;
}

.fee-inclusions > p,
.ticket-choice > p,
.discount-entry > p,
.ticket-types > p {
    max-width: 800px;
    margin: 0 0 25px;

    color: #333333;
    font-size: 17px;
    line-height: 1.75;
}

.fee-facts {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fee-fact {
    display: flex;
    flex-direction: column;
    gap: 7px;

    padding: 21px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.fee-fact strong {
    font-size: 18px;
    line-height: 1.3;
}

.fee-fact span {
    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   ON-SITE VS ONLINE
================================= */

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

.ticket-choice-card {
    position: relative;

    min-width: 0;
    padding: 28px;

    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 14px;
}

.ticket-choice-card--featured {
    background: #ffffff;
    border-top: 4px solid #bfa25a;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.07);
}

.ticket-choice-card__badge {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 10px;

    background: #f3ead5;
    border-radius: 6px;

    color: #7b5c16;
    font-size: 12px;
    font-weight: 700;
}

.ticket-choice-card h3 {
    margin: 0 0 18px;
    font-size: 23px;
    line-height: 1.3;
}

.ticket-choice-card ul {
    margin: 0 0 23px;
    padding-left: 20px;
}

.ticket-choice-card li {
    margin-bottom: 10px;
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
}

.ticket-choice-card__best {
    margin: 0;
    padding-top: 17px;

    border-top: 1px solid #dddddd;

    color: #444444;
    font-size: 14px;
    line-height: 1.6;
}

/* =================================
   DISCOUNTS
================================= */

.discount-entry {
    padding: 32px;

    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 15px;
}

.discount-entry__list {
    margin: 0;
    padding-left: 22px;
}

.discount-entry__list li {
    margin-bottom: 11px;

    color: #333333;
    font-size: 16px;
    line-height: 1.65;
}

.discount-entry__note {
    margin: 23px 0 0 !important;
    padding: 15px 17px;

    background: #ffffff;
    border-left: 4px solid #bfa25a;

    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* =================================
   TICKET TYPES
================================= */

.ticket-types__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.ticket-type-card {
    min-width: 0;
    padding: 24px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.ticket-type-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 30px;
    margin-bottom: 17px;

    background: #f7f2e7;
    border: 1px solid #e6dcc3;
    border-radius: 7px;

    color: #8c712c;
    font-size: 13px;
    font-weight: 700;
}

.ticket-type-card h3 {
    margin: 0 0 12px;

    font-size: 21px;
    line-height: 1.3;
}

.ticket-type-card p {
    margin: 0;

    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   CTA
================================= */

.entrance-fee-cta {
    margin: 0 0 54px;
    padding: 38px;

    background: #0c0c0c;
    border-radius: 16px;

    color: #ffffff;
}

.entrance-fee-cta__content {
    max-width: 760px;
}

.entrance-fee-cta h2 {
    margin: 0 0 14px;

    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
}

.entrance-fee-cta p {
    margin: 0 0 24px;

    color: #dedede;
    font-size: 16px;
    line-height: 1.7;
}

.entrance-fee-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* =================================
   TABLET
================================= */

@media (max-width: 930px) {
    .entrance-fee-page {
        width: calc(100% - 32px);
    }

    .entrance-fee-intro h1 {
        font-size: 36px;
    }

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

    .fee-card--featured {
        grid-column: 1 / -1;
    }

    .ticket-types__grid {
        grid-template-columns: 1fr;
    }
}

/* =================================
   MOBILE
================================= */

@media (max-width: 700px) {
    .entrance-fee-page {
        width: calc(100% - 24px);
        padding-bottom: 44px;
    }

    .entrance-fee-intro {
        margin-top: 25px;
    }

    .entrance-fee-intro h1 {
        font-size: 30px;
    }

    .entrance-fee-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .fee-summary {
        padding: 24px 19px;
    }

    .fee-summary__header h2,
    .fee-inclusions h2,
    .ticket-choice h2,
    .discount-entry h2,
    .ticket-types h2,
    .entrance-fee-cta h2 {
        font-size: 27px;
    }

    .fee-summary__grid,
    .fee-facts,
    .ticket-choice__grid {
        grid-template-columns: 1fr;
    }

    .fee-card--featured {
        grid-column: auto;
    }

    .ticket-choice-card,
    .discount-entry,
    .entrance-fee-cta {
        padding: 23px 19px;
    }

    .entrance-fee-cta__actions {
        flex-direction: column;
    }

    .entrance-fee-cta__actions a {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .entrance-fee-page {
        width: calc(100% - 16px);
    }

    .entrance-fee-intro h1 {
        font-size: 27px;
    }
}