
.tcgexpo-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
    font-size: 1.5rem;
    line-height: 1.7;
}


.tcgexpo-banner-main {
    margin-bottom: 5rem;
}

.tcgexpo-banner-main img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}


.tcgexpo-planek {
    margin-bottom: 5rem;
}

.tcgexpo-planek h2 {
    font-family: var(--template-headings-font, "Nunito"), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    color: #111827;
}

.tcgexpo-planek img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.tcgexpo-main-cta {
    text-align: center;
    margin: 2rem 0 2.5rem;
}

.tcgexpo-btn-primary {
    display: inline-block;
    padding: 0.9rem 2.8rem;
    border-radius: 999px;
    font-size: 2.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    background-color: rgba(230, 14, 32, 1);
    color: #fff;
    box-shadow: 0 16px 40px rgba(230, 14, 32, 0.4);
    transition: background-color 0.15s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.tcgexpo-btn-primary:hover,
.tcgexpo-btn-primary:focus-visible {
    transform: translateY(-2px);
    background-color: rgba(200, 10, 28, 1);
    box-shadow: 0 22px 55px rgba(230, 14, 32, 0.55);
    color: #fff !important;
}


.tcgexpo-countdown {
    margin: 0 auto 2.5rem;
    max-width: 900px;
    text-align: center;
}

.tcgexpo-countdown-grid {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1rem 0.5rem;
}

.tcg-count-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tcg-count-number {
    font-family: var(--template-headings-font, "Nunito"), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 5.7rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color-primary, #8e44ad);
}

.tcg-count-label {
    margin-top: 0.6rem;
    font-size: 1.35rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b7280;
}

@media (max-width: 640px) {
    .tcgexpo-countdown-grid {
        gap: 0.75rem;
        padding: 1rem 0.25rem 0.5rem;
    }

    .tcg-count-number {
        font-size: 3.9rem;
    }

    .tcg-count-label {
        font-size: 1.2rem;
    }
}


.tcgexpo-btn-secondary {
    display: inline-block;
    padding: 0.75rem 1.8rem;
    border-radius: 999px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--color-primary, #8e44ad);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 30px rgba(88, 28, 135, 0.35);
    transition: background-color 0.15s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.tcgexpo-btn-secondary:hover,
.tcgexpo-btn-secondary:focus-visible {
    background-color: var(--color-primary-hover, #7e2fa1);
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(88, 28, 135, 0.55);
}


.tcgexpo-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}


.tcgexpo-program-head {
    text-align: center;
    margin: 2.5rem 0 2rem;
}

.tcgexpo-program-head h2 {
    font-family: var(--template-headings-font, "Nunito"), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #111827;
}

.tcgexpo-program-head p {
    margin: 0;
    font-size: 1.6rem;
    color: #4b5563;
}


.tcgexpo-logo-bottom {
    text-align: center;
    margin: 3rem 0 0;
}

.tcgexpo-logo-bottom img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: inline-block;
}


@media (max-width: 480px) {
    .tcgexpo-page {
        padding: 1.5rem 0.75rem 3rem;
    }

    .tcgexpo-btn-primary {
        width: 100%;
        text-align: center;
    }
}


.tcgexpo-info-row {
    max-width: 900px;
    margin: 0 auto 3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    text-align: left;
}

.tcgexpo-info-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tcgexpo-info-col h3 {
    font-family: var(--template-headings-font, "Nunito"), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    color: #6b7280;
}

.tcgexpo-info-col p {
    margin: 0 0 0.4rem;
    font-size: 1.5rem;
    color: #111827;
    text-align: center;
}

.tcgexpo-info-col p:last-child {
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .tcgexpo-info-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.tcgexpo-program {
    max-width: 900px;
    margin: 0 auto 3rem;
    display: grid;
    gap: 1.75rem;
}

.tcgexpo-program-block {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    padding: 1.5rem 1.75rem;
    text-align: center;
}

.tcgexpo-program-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.tcgexpo-program-block li {
    position: relative;
    padding-left: 1.5rem;
    margin: 0.1rem 0;
    font-size: 1.5rem;
    color: #111827;
}

.tcgexpo-program-block li::before {
    content: "›";
    position: absolute;
    left: 2rem;
    top: 1rem;
    color: #8e44ad;
    font-weight: 800;
}

.tcgexpo-program-block li strong {
    display: inline-block;
    min-width: 4rem;
    font-weight: 800;
    color: #8e44ad;
}


.tcgexpo-info-wrapper {
    max-width: 900px;
    margin: 2rem auto 3rem;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 4rem;
}

.tcgexpo-info-block p {
    margin: 0.25rem 0;
}

.tcgexpo-info-block strong {
    font-weight: 800;
    color: #1f2937;
    font-size: 1.5rem;
    display: block;
    margin-bottom: .5rem;
}

.tcgexpo-info-block a {
    color: rgba(230, 14, 32, 1);
    font-weight: 700;
    text-decoration: underline;
}


.tcg-program-section {
    max-width: 900px;
    margin: 0 auto 4rem;
    text-align: center;
}

.tcg-program-card {
    text-align: left;
    margin: 0 auto;
}

.tcg-program-card .time,
.tcg-program-card .arrow {
    color: #8e44ad;
    font-weight: 700;
}
