/* ==========================================================================
   Stránka /primestsky-tabor – Dětský příměstský tábor na Vrchbělé
   Brand orange: #F0702F
   ========================================================================== */

.pt-page {
    color: #2c2c2c;
    font-size: 1rem;
    line-height: 1.65;
}

.pt-page h1,
.pt-page h2 {
    text-align: left;
}

.pt-page h1::after,
.pt-page h2::after {
    display: none;
}

.pt-page p {
    margin-bottom: 0.9rem;
}

/* ---------- Tlačítka ------------------------------------------------------ */

.pt-btn {
    display: inline-block;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
    line-height: 1.2;
}

.pt-btn--primary {
    background-color: #F0702F;
    color: #fff;
    border-color: #F0702F;
}

.pt-btn--primary:hover {
    background-color: #d65f25;
    border-color: #d65f25;
    color: #fff;
    text-decoration: none;
}

.pt-btn--outline {
    background-color: transparent;
    color: #2c2c2c;
    border-color: #2c2c2c;
}

.pt-btn--outline:hover {
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
}

.pt-cta {
    text-align: center;
    margin: 2.5rem 0 0.5rem;
}

/* ---------- BANNER -------------------------------------------------------- */

.pt-banner {
    padding: 1.5rem 0 0;
}

.pt-banner__inner {
    border-radius: 16px;
    overflow: hidden;
}

.pt-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 5;
}

/* ---------- HERO ---------------------------------------------------------- */

.pt-hero {
    padding: 3rem 0 3.5rem;
}

.pt-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.pt-hero__title {
    color: #2c2c2c;
    font-size: 2.6rem;
    font-weight: 800;
    margin: 0 0 1.2rem;
    line-height: 1.1;
    text-wrap: balance;
}

.pt-hero__badge {
    display: inline-block;
    border: 2px solid #F0702F;
    color: #F0702F;
    font-weight: 700;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.4rem;
}

.pt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.pt-hero__media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* ---------- TOP GALLERY (4 fotky) ---------------------------------------- */

.pt-top-gallery {
    padding: 1.5rem 0 3rem;
    background-color: #e8eef4;
}

.pt-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.pt-grid-4 a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.pt-grid-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: transform 0.3s;
    display: block;
}

.pt-grid-4 a:hover img {
    transform: scale(1.05);
}

/* ---------- SEKCE --------------------------------------------------------- */

.pt-section {
    padding: 3rem 0;
}

.pt-section--bottom {
    padding-top: 3rem;
}

.pt-h2 {
    color: #2c2c2c;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1.2rem;
    line-height: 1.15;
    text-transform: none;
}

.pt-h2__accent {
    color: #F0702F;
}

.pt-h2--center {
    text-align: center;
    margin-bottom: 2rem;
}

.pt-page .pt-h2--center {
    text-align: center;
}

.pt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.pt-row:last-child {
    margin-bottom: 0;
}

.pt-row--tight {
    margin-top: 2.5rem;
}

.pt-row__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.pt-row--image-right .pt-row__content {
    order: 1;
}

.pt-row--image-right .pt-row__media {
    order: 2;
}

.pt-row--image-left .pt-row__media {
    order: 1;
}

.pt-row--image-left .pt-row__content {
    order: 2;
}

/* ---------- Bullets s ikonami --------------------------------------------- */

.pt-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-bullets li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.pt-bullets li i {
    color: #F0702F;
    font-size: 1.2rem;
    width: 1.6rem;
    text-align: center;
    flex-shrink: 0;
}

/* ---------- Plain list ---------------------------------------------------- */

.pt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.4rem;
}

.pt-list li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #2c2c2c;
    font-weight: 700;
}

/* ---------- DARK SECTION (Profesionální péče o děti) ---------------------- */

.pt-dark {
    position: relative;
    padding: 5rem 0;
    color: #fff;
    background-image: url('/images/primestsky-tabor/milkway.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pt-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 28, 0.65) 0%, rgba(8, 14, 28, 0.85) 100%);
    z-index: 0;
}

.pt-dark .container {
    position: relative;
    z-index: 1;
}

.pt-dark__card {
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pt-dark__title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0 0 1rem;
}

.pt-page .pt-dark__title {
    text-align: center;
}

.pt-dark__title::after {
    display: none;
}

.pt-dark p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    margin-bottom: 0;
}

/* ---------- PRICING ------------------------------------------------------- */

.pt-price-box {
    background-color: #e8eef4;
    border-radius: 18px;
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.pt-price-box .pt-h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.pt-price-sep {
    border: 0;
    border-top: 1px solid #fff;
    margin: 0 0 2rem;
    opacity: 1;
}

.pt-price-pill {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #F0702F;
    border-radius: 999px;
    padding: 1rem 2.5rem;
    color: #2c2c2c;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
}

/* ---------- CENA ZAHRNUJE (uvnitř modré pricing karty) -------------------- */

.pt-includes {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    text-align: left;
}

.pt-includes__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.pt-includes__title {
    color: #2c2c2c;
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0 0 1rem;
    text-align: left;
}

.pt-includes__title::after {
    display: none;
}

.pt-includes__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-includes__list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.pt-includes__list li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #2c2c2c;
    font-weight: 700;
}

/* ---------- BOTTOM GALLERY (6 fotek) -------------------------------------- */

.pt-grid-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.pt-grid-6 a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.pt-grid-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: transform 0.3s;
    display: block;
}

.pt-grid-6 a:hover img {
    transform: scale(1.05);
}

/* ---------- Responsive ---------------------------------------------------- */

@media (max-width: 991px) {
    .pt-hero__title {
        font-size: 2.1rem;
    }

    .pt-h2 {
        font-size: 1.6rem;
    }

    .pt-hero__grid,
    .pt-row,
    .pt-includes {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pt-banner img {
        aspect-ratio: 16 / 9;
    }

    .pt-row--image-right .pt-row__media,
    .pt-row--image-left .pt-row__media {
        order: 1;
    }

    .pt-row--image-right .pt-row__content,
    .pt-row--image-left .pt-row__content {
        order: 2;
    }

    .pt-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .pt-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pt-section,
    .pt-hero {
        padding: 2rem 0;
    }

    .pt-hero__title {
        font-size: 1.7rem;
    }

    .pt-h2 {
        font-size: 1.4rem;
    }

    .pt-grid-4,
    .pt-grid-6 {
        grid-template-columns: 1fr;
    }

    .pt-price-box {
        padding: 1.5rem 1rem;
    }

    .pt-price-pill {
        padding: 1rem 1.4rem;
        font-size: 1rem;
    }

    .pt-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pt-btn {
        text-align: center;
    }
}
