/* -------------------------------------------------------------------------- */


/* SZOLGÁLTATÁSOK OLDALI DINAMIKUS ÁRSOR */


/* -------------------------------------------------------------------------- */

.service-detail-price {
    grid-column: 1 / -1;
    position: relative;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(183, 255, 0, 0.22);
    background: linear-gradient( 135deg, rgba(183, 255, 0, 0.09), rgba(0, 0, 0, 0.28));
    box-shadow: 0 0 18px rgba(183, 255, 0, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.service-detail-price span {
    color: var(--color-muted);
    font-weight: 800;
}

.service-detail-price strong {
    color: var(--color-primary);
    font-weight: 950;
    text-shadow: 0 0 10px rgba(183, 255, 0, 0.52), 0 3px 12px rgba(0, 0, 0, 0.9);
}


/* -------------------------------------------------------------------------- */


/* ÁRAK OLDAL */


/* -------------------------------------------------------------------------- */

.prices-page {
    position: relative;
    min-height: 100vh;
    padding: calc(var(--header-height) + 86px) 0 100px;
    overflow: hidden;
    background: transparent;
}

.prices-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 36%, rgba(0, 0, 0, 0.72) 68%, rgba(0, 0, 0, 0.56) 100%), url("../assets/images/backgrounds/main-bg.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.prices-page::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 14%, rgba(0, 0, 0, 0.12) 34%, rgba(0, 0, 0, 0.12) 66%, rgba(0, 0, 0, 0.24) 84%, rgba(0, 0, 0, 0.68) 100%);
}

.prices-page .container {
    position: relative;
    z-index: 2;
}


/* -------------------------------------------------------------------------- */


/* FEJLÉC RÉSZ - SZOLGÁLTATÁSOK OLDALHOZ IGAZÍTVA */


/* -------------------------------------------------------------------------- */

.prices-heading {
    max-width: 1100px;
    margin: 0 auto 44px;
    text-align: center;
}

.prices-heading-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 0 14px rgba(183, 255, 0, 0.44);
}

.prices-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0 0 18px;
    text-transform: uppercase;
    font-style: italic;
    font-size: clamp(2.6rem, 6vw, 5.4rem);
    line-height: 0.95;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.95), 0 0 18px rgba(255, 255, 255, 0.08);
}

.prices-heading-title>span:nth-child(2) {
    display: inline-block;
}

.title-side {
    position: relative;
    flex: 0 0 110px;
    height: 18px;
    display: inline-block;
}

.title-side::before,
.title-side::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) skewX(-28deg);
    height: 12px;
    border-radius: 2px;
    background: linear-gradient( 90deg, rgba(145, 255, 0, 0.3), rgba(183, 255, 0, 1));
    box-shadow: 0 0 12px rgba(183, 255, 0, 0.72), 0 0 24px rgba(183, 255, 0, 0.28);
}

.title-side-left::before {
    left: 0;
    width: 52px;
}

.title-side-left::after {
    left: 20px;
    width: 34px;
}

.title-side-right::before {
    right: 0;
    width: 52px;
}

.title-side-right::after {
    right: 20px;
    width: 34px;
}

.prices-heading-text {
    max-width: 900px;
    margin: 0 auto;
    color: var(--color-muted);
    font-size: clamp(1.02rem, 2vw, 1.18rem);
    line-height: 1.65;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.95);
}


/* -------------------------------------------------------------------------- */


/* META ALUL */


/* -------------------------------------------------------------------------- */

.prices-footer-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 34px auto 0;
}

.prices-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(183, 255, 0, 0.18);
    background: rgba(0, 0, 0, 0.28);
    color: var(--color-muted);
    font-size: 0.92rem;
}

.prices-meta-item strong {
    color: var(--color-primary);
}


/* -------------------------------------------------------------------------- */


/* ÁRLISTA */


/* -------------------------------------------------------------------------- */

.prices-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.price-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 28px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(183, 255, 0, 0.22);
    background: linear-gradient( 180deg, rgba(16, 16, 16, 0.76), rgba(3, 3, 3, 0.88));
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.62), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.price-card-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient( circle at top right, rgba(183, 255, 0, 0.08), transparent 34%);
    opacity: 0.9;
}

.price-card-head {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
}

.price-card-head span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--color-primary);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-card-head h2 {
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    line-height: 1.05;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-style: italic;
}

.price-card-head p {
    color: var(--color-muted);
}

.price-from {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(183, 255, 0, 0.2);
    background: linear-gradient( 135deg, rgba(183, 255, 0, 0.11), rgba(0, 0, 0, 0.3));
}

.price-from span {
    color: var(--color-muted);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8rem;
}

.price-from strong {
    color: var(--color-primary);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 950;
    text-align: right;
    text-shadow: 0 0 14px rgba(183, 255, 0, 0.5);
}

.price-items {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.price-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-item-main span {
    display: block;
    color: #ffffff;
    font-weight: 850;
    line-height: 1.3;
}

.price-item-main small {
    display: block;
    margin-top: 3px;
    color: var(--color-muted-2);
    font-size: 0.84rem;
}

.price-item>strong {
    color: #ffffff;
    white-space: nowrap;
    font-weight: 950;
    text-align: right;
}

.price-note {
    position: relative;
    z-index: 2;
    color: var(--color-muted-2);
    font-size: 0.92rem;
}

.price-empty {
    grid-column: 1 / -1;
    padding: 34px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(183, 255, 0, 0.18);
    background: rgba(0, 0, 0, 0.42);
    text-align: center;
}

.price-empty h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: italic;
}

.price-disclaimer {
    max-width: 900px;
    margin: 36px auto 0;
    padding: 22px 26px;
    border-radius: 22px;
    border: 1px solid rgba(183, 255, 0, 0.18);
    background: rgba(0, 0, 0, 0.28);
    color: var(--color-muted);
    text-align: center;
}

.prices-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}


/* -------------------------------------------------------------------------- */


/* RESZPONZÍV */


/* -------------------------------------------------------------------------- */

@media (max-width: 900px) {
    .prices-list {
        grid-template-columns: 1fr;
    }
    .price-card {
        padding: 24px;
    }
    .price-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .price-item>strong {
        text-align: left;
    }
    .price-from {
        align-items: flex-start;
        flex-direction: column;
    }
    .price-from strong {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .prices-heading-title {
        gap: 14px;
    }
    .title-side {
        flex-basis: 70px;
    }
    .title-side-left::before,
    .title-side-right::before {
        width: 36px;
    }
    .title-side-left::after,
    .title-side-right::after {
        width: 24px;
    }
    .prices-heading-text {
        font-size: 1rem;
    }
}

@media (max-width: 560px) {
    .prices-heading-title {
        gap: 10px;
    }
    .title-side {
        flex-basis: 46px;
        height: 12px;
    }
    .title-side-left::before,
    .title-side-right::before {
        width: 24px;
        height: 8px;
    }
    .title-side-left::after,
    .title-side-right::after {
        width: 16px;
        height: 8px;
    }
}