@font-face {
    font-family: 'Rem';
    src: url('https://media.ltp.ltd/fonts/rem-font-sf.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: 'Fredoka';
    src: url('https://media.ltp.ltd/fonts/fredoka-font-sf.ttf') format('truetype');
    font-weight: 300 700;
    font-display: swap;
}
/* --- BASE STYLES --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Rem', sans-serif;
    color: #1f2937;
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    height: 100vh;
    width: 100vw;
    overflow: hidden; /* Prevent scrolling on digital signs */
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.25rem;
}
.font-groovy-text {
    font-family: 'Fredoka', cursive !important;
}
/* --- HEADER --- */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}
.header-logo {
    height: 5rem;
    width: auto;
}
.header-text {
    text-align: right;
}
.header-title {
    font-size: 2.75rem;
    color: #0d9488;
    margin-bottom: 0.25rem;
    letter-spacing: 0.025em;
}
.header-badge {
    display: inline-flex;
    align-items: center;
    background-color: #f0fdfa;
    border: 1px solid #99f6e4;
    color: #115e59;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
}
.header-badge i { margin-right: 0.5rem; }
/* --- MAIN GRID (2 Columns for Prices & Rules) --- */
.main-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr; /* Prices slightly wider than Rules */
    gap: 1.25rem;
    flex-grow: 1;
    overflow: hidden;
}
/* --- LEFT COLUMN: TICKETS --- */
.ticket-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.card-blue { border-left: 8px solid #0ea5e9; }
.card-yellow { border-left: 8px solid #facc15; }
.card-purple { border-left: 8px solid #a855f7; }
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}
.card-title { font-size: 2.25rem; margin: 0; }
.title-blue { color: #0284c7; border-color: #e0f2fe; }
.title-yellow { color: #eab308; border-color: #fef08a; }
.title-purple { color: #9333ea; border-color: #f3e8ff; }
.badge-yellow {
    background-color: #fef08a;
    color: #854d0e;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    margin-bottom: 0.25rem;
}
.price-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-label-container {
    display: flex;
    align-items: baseline;
}
.price-label { font-size: 1.75rem; font-weight: 800; color: #1f2937; }
.price-sub { font-size: 1.1rem; font-weight: 700; color: #9ca3af; margin-left: 0.5rem; }

.price-value { font-size: 2.75rem; font-weight: 800; }
.val-blue { color: #0ea5e9; text-shadow: 0 4px 15px rgba(14, 165, 233, 0.4); }
.val-yellow { color: #eab308; text-shadow: 0 4px 15px rgba(234, 179, 8, 0.4); }
.val-purple { color: #a855f7; text-shadow: 0 4px 15px rgba(168, 85, 247, 0.4); }
.family-pack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0fdfa;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    border: 1px solid #ccfbf1;
}
.fp-label { font-size: 1.5rem; font-weight: 800; color: #0d9488; }
.fp-sub { font-size: 1rem; font-weight: 700; color: rgba(20, 184, 166, 0.7); margin-left: 0.5rem; }
.fp-value { font-size: 2.75rem; font-weight: 800; color: #0d9488; text-shadow: 0 4px 15px rgba(13, 148, 136, 0.4); }
/* Multi-day Specific */
.multi-day-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.multi-col { display: flex; flex-direction: column; gap: 0.5rem; }
.multi-col-left { border-right: 2px solid #f3f4f6; padding-right: 1.5rem; }
.multi-subtitle { font-size: 1.1rem; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.25rem; }
.multi-row { display: flex; justify-content: space-between; align-items: center; }
.multi-label { font-size: 1.5rem; font-weight: 700; color: #1f2937; }
.multi-val { font-size: 2.25rem; font-weight: 800; }
/* --- RIGHT COLUMN: RULES & REGS --- */
.rules-card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border-top: 8px solid #f87171; /* Red warning accent */
    display: flex;
    flex-direction: column;
    height: 100%;
}
.rules-title {
    font-size: 2.25rem;
    color: #b91c1c;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid #fee2e2;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.rules-title i { margin-right: 0.75rem; font-size: 1.75rem; }

.rules-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex-grow: 1;
    overflow: hidden;
}
.rule-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #4b5563;
}
.rule-icon {
    color: #f87171;
    font-size: 1.25rem;
    margin-top: 0.15rem;
    min-width: 1.5rem;
    text-align: center;
}
.rule-text strong {
    color: #111827;
    font-weight: 700;
}
.rules-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
    text-align: center;
    font-size: 1.1rem;
    color: #6b7280;
    font-weight: 500;
}
.rules-footer strong { color: #0284c7; font-weight: 700; }
/* --- FOOTER --- */
.footer {
    background-color: #111827;
    color: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.footer-content {
    flex: 1;
    padding-left: 0.5rem;
}
.footer-title {
    font-size: 2.75rem;
    color: #facc15;
    margin-bottom: 0.25rem;
    letter-spacing: 0.025em;
}
.footer-sub {
    font-size: 1.25rem;
    color: #d1d5db;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.footer-url {
    font-size: 1.75rem;
    font-weight: 700;
    color: #38bdf8;
    display: flex;
    align-items: center;
}
.footer-url i { margin-right: 0.75rem; font-size: 1.5rem; }

.qr-box {
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 1rem;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}
.qr-image { width: 7.5rem; height: 7.5rem; object-fit: contain; }
