*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1E293B;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.ltp-page {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.ltp-page__backdrop {
    position: fixed;
    inset: 0;
    background: url("../ltp-art/ltp-bg-page.jpg") center center / cover no-repeat fixed;
    z-index: -2;
}

.ltp-page__layer {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(circle at 0% 0%, rgba(148, 163, 184, 0.18) 0, transparent 55%), radial-gradient(circle at 100% 100%, rgba(251, 191, 36, 0.2) 0, transparent 55%), rgba(248, 250, 252, 0.9);
    backdrop-filter: blur(8px);
}

/* Header */

.ltp-header {
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.88));
    transition: box-shadow 0.16s ease-out, background-color 0.16s ease-out;
}

.ltp-header--compact {
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
    background: rgba(248, 250, 252, 0.97);
}

.ltp-header__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.2rem 1.6rem 1rem;
    display: flex;
    justify-content: center;
}

.ltp-header__badge {
    padding: 0.5rem 1.3rem;
    border-radius: 999px;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #FACC15, #F97316);
    color: #0F172A;
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
}

/* Main layout */

.ltp-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2.2rem 1.6rem 3rem;
}

/* Hero */

.ltp-hero {
    margin-bottom: 2.6rem;
}

.ltp-hero__content {
    max-width: 720px;
    margin: 0  auto;
    padding: 1.8rem 1.7rem 2rem;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 40px rgba(148, 163, 184, 0.35);
}

.ltp-hero__intro {
    margin-bottom: 1.4rem;
}

.ltp-hero__eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #64748B;
    margin-bottom: 0.4rem;
}

.ltp-hero__title {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 600;
    font-size: clamp(1.7rem, 2.6vw, 2.1rem);
    color: #020617;
    margin-bottom: 0.5rem;
}

.ltp-hero__subtitle {
    font-size: 0.96rem;
    color: #334155;
}

.ltp-hero__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.ltp-hero__highlight {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #F9FAFB, #E5E7EB);
}

.ltp-hero__icon {
    flex: 0 0 auto;
    font-size: 1.1rem;
    color: #F97316;
}

.ltp-hero__highlight-text {
    font-size: 0.84rem;
    color: #111827;
}

/* Catalogue */

.ltp-catalogue {
    margin-top: 2.6rem;
}

.ltp-catalogue__head {
    max-width: 720px;
    margin-bottom: 1.6rem;
}

.ltp-catalogue__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 0.3rem;
}

.ltp-catalogue__title {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.2vw, 1.7rem);
    color: #020617;
    margin-bottom: 0.4rem;
}

.ltp-catalogue__description {
    font-size: 0.92rem;
    color: #4B5563;
}

.ltp-catalogue__stack {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 0.6rem;
}

.ltp-card {
    position: relative;
    border-radius: 1.6rem;
    padding: 1.2rem 1.2rem 1.3rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.75);
    box-shadow: 0 22px 42px rgba(148, 163, 184, 0.36);
}

.ltp-card--primary {
    background: linear-gradient(135deg, #FFFFFF, #FEF3C7);
}

.ltp-card--secondary {
    background: linear-gradient(135deg, #FFFFFF, #E0F2FE);
}

.ltp-card--tertiary {
    background: linear-gradient(135deg, #FFFFFF, #E5E7EB);
}

.ltp-card__label {
    position: absolute;
    top: 0.85rem;
    left: 1.2rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0F172A;
    background: rgba(248, 250, 252, 0.92);
    box-shadow: 0 10px 20px rgba(148, 163, 184, 0.35);
}

.ltp-card__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(0, 1.4fr);
    gap: 1rem;
    padding-top: 1.4rem;
}

.ltp-card__cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ltp-card__cell--logo {
    align-items: flex-start;
}

.ltp-card__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.7rem;
    border-radius: 1rem;
    background: rgba(248, 250, 252, 0.9);
}

.ltp-card__logo {
    max-height: 60px;
}

.ltp-card__cell--rating {
    align-items: flex-start;
}

.ltp-card__score {
    font-size: 1.45rem;
    font-weight: 700;
    color: #0F172A;
}

.ltp-card__score-max {
    font-size: 0.9rem;
    color: #6B7280;
}

.ltp-card__stars {
    display: inline-flex;
    gap: 0.1rem;
    margin-top: 0.15rem;
    color: #F59E0B;
    font-size: 1.05rem;
}

.ltp-card__votes {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    color: #6B7280;
}

.ltp-card__cell--payments {
    align-items: flex-start;
}

.ltp-card__payments-label {
    font-size: 0.82rem;
    color: #4B5563;
    margin-bottom: 0.4rem;
}

.ltp-card__payments-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.ltp-chip-pay {
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #0F172A;
    background: rgba(241, 245, 249, 0.95);
}

.ltp-card__cell--cta {
    align-items: flex-start;
}

.ltp-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.3rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0F172A;
    background: linear-gradient(135deg, #FACC15, #F97316);
    box-shadow: 0 16px 30px rgba(148, 163, 184, 0.5);
}

.ltp-card__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(148, 163, 184, 0.6);
}

.ltp-card__note {
    margin-top: 0.45rem;
    font-size: 0.8rem;
    color: #4B5563;
}

/* FAQ */

.ltp-faq {
    margin-top: 3rem;
}

.ltp-faq__head {
    max-width: 700px;
    margin-bottom: 1.4rem;
}

.ltp-faq__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 0.3rem;
}

.ltp-faq__title {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
    color: #020617;
}

.ltp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ltp-faq__item {
    padding: 1rem 1.15rem;
    border-radius: 1.2rem;
    background: radial-gradient(circle at 0% 0%, rgba(191, 219, 254, 0.5) 0, transparent 55%), rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 30px rgba(148, 163, 184, 0.4);
}

.ltp-faq__question {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.02rem;
    color: #0F172A;
    margin-bottom: 0.35rem;
}

.ltp-faq__answer {
    font-size: 0.9rem;
    color: #4B5563;
}

/* Footer */

.ltp-footer {
    margin-top: 2.6rem;
    position: relative;
}

.ltp-footer__overlay {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.96));
    color: #E5E7EB;
}

.ltp-footer__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.8rem 1.6rem 2.3rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.ltp-footer__navrow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    font-size: 0.85rem;
}

.ltp-footer__navlink {
    position: relative;
    text-decoration: none;
    color: #E5E7EB;
    padding-bottom: 0.05rem;
}

.ltp-footer__navlink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.12rem;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #FACC15, #38BDF8);
    transition: width 0.2s ease-out;
}

.ltp-footer__navlink:hover::after {
    width: 100%;
}

.ltp-footer__disclaimer {
    display: grid;
    grid-template-columns: minmax(0, 2.3fr) minmax(0, 1.7fr);
    gap: 1rem;
    align-items: center;
}

.ltp-footer__disclaimer-text {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ltp-footer__disclaimer-main {
    font-size: 0.88rem;
    color: #E5E7EB;
}

.ltp-footer__disclaimer-sub {
    font-size: 0.82rem;
    color: #CBD5F5;
}

.ltp-footer__helplinks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.ltp-footer__helpitem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.6rem;
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.85);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.9);
}

.ltp-footer__helpimg {
    max-height: 28px;
    width: auto;
}

.ltp-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ltp-footer__copy {
    font-size: 0.8rem;
    color: #9CA3AF;
}

.ltp-footer__agepill {
    flex: 0 0 auto;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 25% 0%, rgba(248, 250, 252, 0.24) 0, transparent 55%), radial-gradient(circle at 100% 100%, rgba(239, 68, 68, 0.9) 0, transparent 55%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.95);
}

.ltp-footer__agepill-text {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

/* Responsive */

@media (max-width: 992px) {
    .ltp-card__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
        grid-template-rows: auto auto auto;
    }

    .ltp-card__cell--payments {
        grid-column: 1 / -1;
    }

    .ltp-card__cell--cta {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .ltp-header__inner {
        padding-inline: 1.3rem;
    }

    .ltp-main {
        padding-inline: 1.3rem;
    }

    .ltp-hero__content {
        padding: 1.6rem 1.4rem 1.7rem;
    }

    .ltp-hero__highlights {
        grid-template-columns: minmax(0, 1fr);
    }

    .ltp-footer__disclaimer {
        grid-template-columns: minmax(0, 1fr);
    }

    .ltp-footer__helplinks {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .ltp-main {
        padding-inline: 1.1rem;
    }

    .ltp-card {
        padding-inline: 1rem;
    }

    .ltp-card__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ltp-card__cell--logo {
        align-items: flex-start;
    }

    .ltp-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ltp-footer__agepill {
        width: 2.4rem;
        height: 2.4rem;
    }
}

@media (max-width: 480px) {
    .ltp-header__badge {
        font-size: 1rem;
        letter-spacing: 0.16em;
    }

    .ltp-hero__subtitle,
    .ltp-catalogue__description,
    .ltp-faq__answer {
        font-size: 0.88rem;
    }

    .ltp-card__note,
    .ltp-footer__copy {
        font-size: 0.78rem;
    }

    .ltp-footer__navrow {
        font-size: 0.83rem;
    }
}

.ltp-agewall {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
}

.ltp-agewall--visible {
    display: flex;
}

.ltp-agewall__backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(15, 23, 42, 0.85) 0, rgba(15, 23, 42, 0.98) 55%);
    backdrop-filter: blur(10px);
}

.ltp-agewall__shell {
    position: relative;
    max-width: 480px;
    margin: 1.6rem;
    border-radius: 1.8rem;
    padding: 1.8rem 1.6rem 1.7rem;
    background: linear-gradient(135deg, #FFFFFF, #E0F2FE);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.85);
    z-index: 1;
    text-align: left;
}

.ltp-agewall__badge {
    display: inline-flex;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0F172A;
    background: rgba(248, 250, 252, 0.96);
    margin-bottom: 0.7rem;
}

.ltp-agewall__title {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.4rem;
    color: #020617;
    margin-bottom: 0.45rem;
}

.ltp-agewall__text {
    font-size: 0.9rem;
    color: #1F2933;
    margin-bottom: 0.9rem;
}

.ltp-agewall__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 0.7rem;
}

.ltp-agewall__btn {
    flex: 1 1 45%;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ltp-agewall__btn--confirm {
    background: linear-gradient(135deg, #22C55E, #84CC16);
    color: #022C22;
    box-shadow: 0 16px 30px rgba(34, 197, 94, 0.55);
}

.ltp-agewall__btn--confirm:active {
    transform: translateY(1px);
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.6);
}

.ltp-agewall__btn--decline {
    background: #0F172A;
    color: #E5E7EB;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.8);
}

.ltp-agewall__btn--decline:active {
    transform: translateY(1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.9);
}

.ltp-agewall__note {
    font-size: 0.8rem;
    color: #4B5563;
}

.ltp-cookiepanel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: none;
    justify-content: center;
    padding: 0 1.2rem 1.2rem;
}

.ltp-cookiepanel--visible {
    display: flex;
}

.ltp-cookiepanel__inner {
    max-width: 920px;
    width: 100%;
    border-radius: 1.4rem;
    padding: 0.95rem 1.1rem;
    background: rgba(15, 23, 42, 0.97);
    box-shadow: 0 -18px 42px rgba(15, 23, 42, 0.95);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.ltp-cookiepanel__iconwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltp-cookiepanel__icon {
    font-size: 1.6rem;
    color: #FACC15;
}

.ltp-cookiepanel__content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ltp-cookiepanel__title {
    font-size: 0.92rem;
    font-weight: 600;
    color: #F9FAFB;
}

.ltp-cookiepanel__text {
    font-size: 0.82rem;
    color: #CBD5F5;
}

.ltp-cookiepanel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.ltp-cookiepanel__btn {
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 0.4rem 0.95rem;
}

.ltp-cookiepanel__btn--primary {
    background: linear-gradient(135deg, #FACC15, #F97316);
    color: #0F172A;
    font-weight: 600;
}

.ltp-cookiepanel__btn--secondary {
    background: rgba(15, 23, 42, 0.7);
    color: #E5E7EB;
    border: 1px solid rgba(148, 163, 184, 0.7);
}

@media (max-width: 640px) {
    .ltp-agewall__shell {
        padding-inline: 1.3rem;
    }

    .ltp-agewall__buttons {
        flex-direction: column;
    }

    .ltp-agewall__btn {
        flex: 1 1 auto;
    }

    .ltp-cookiepanel__inner {
        grid-template-columns: minmax(0, 1fr);
        align-items: flex-start;
    }

    .ltp-cookiepanel__iconwrap {
        justify-content: flex-start;
    }
}
