/* ---- Luckzie: own namespace (lz-*) so donor component CSS cannot collide ---- */

.lz-page { display: flex; flex-direction: column; min-height: 100%; }
body { background-color: #101418; margin: 0; }
.lz-wrap { margin: 0 auto; max-width: 1360px; padding: 24px 40px 40px; }

/* header */
.lz-header { background-color: #101418; border-bottom: 1px solid #2A313A; }
.lz-header__inner {
    display: flex; align-items: center; gap: 28px;
    max-width: 1360px; margin: 0 auto; padding: 12px 40px; min-height: 64px;
}
.lz-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.lz-logo__link { display: inline-flex; }
.lz-logo__img { height: 42px; width: auto; display: block; }
.lz-nav { display: flex; align-items: center; gap: 24px; flex: 1 1 auto; }
.lz-nav__item { display: inline-flex; }
.lz-nav__link { color: #C7CDD6; font: 500 15px/1 Montserrat, Arial, sans-serif; text-decoration: none; white-space: nowrap; }
.lz-nav__link:hover { color: #F2C230; }
.lz-auth { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; margin-left: auto; }
.lz-btn {
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px; padding: 11px 18px; text-decoration: none;
    font: 700 14px/1 Montserrat, Arial, sans-serif; white-space: nowrap;
}
.lz-btn--primary { background: #F2C230; }
.lz-btn--primary span { color: #101418; }
.lz-btn--ghost { border: 1px solid #2A313A; }
.lz-btn--ghost span { color: #C7CDD6; }
.lz-btn--ghost:hover { border-color: #F2C230; }

/* structural wrappers */
.lz-top { position: relative; z-index: 5; }
.lz-main { flex: 1 0 auto; }
.lz-hero__inner { display: flex; flex-direction: column; }

/* hero */
.lz-hero { max-width: 1276px; margin: 24px auto 0; border-radius: 16px; overflow: hidden; }
.lz-hero__list { position: relative; height: 354px; }
.lz-hero__slide { display: none; position: absolute; inset: 0; }
.lz-hero__slide.is-active { display: block; }
.lz-hero__link { display: block; height: 100%; position: relative; text-decoration: none; }
.lz-hero__media { position: absolute; inset: 0; }
.lz-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lz-hero__content {
    position: absolute; top: 0; left: 40px; height: 100%; width: 53%;
    display: flex; flex-direction: column; justify-content: center; z-index: 2;
}
.lz-hero__title { color: #fff; font: 600 30px/42px Montserrat, Arial, sans-serif; margin: 0 0 12px; }
.lz-hero__text { color: #C7CDD6; font-size: 16px; line-height: 1.5; margin: 0 0 20px; }
.lz-hero__cta { align-self: flex-start; padding: 13px 24px; font-size: 16px; }
.lz-hero__dots { display: flex; gap: 8px; justify-content: center; margin: 14px 0 0; }
.lz-hero__dot { width: 10px; height: 10px; padding: 0; border-radius: 50%; border: 1px solid #2A313A; background: #2A313A; cursor: pointer; }
.lz-hero__dot.is-active { background: #F2C230; border-color: #F2C230; }

/* two cards */
.lz-cards { display: flex; gap: 20px; max-width: 1276px; margin: 26px auto 0; }
.lz-card { position: relative; flex: 1 1 0; height: 320px; border: 1px solid #2A313A; border-radius: 16px; overflow: hidden; }
.lz-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lz-card__body {
    position: absolute; left: 0; right: 0; bottom: 0; height: 132px;
    background: rgba(16,20,24,.72); padding: 18px 20px;
    display: flex; flex-direction: column; justify-content: center;
    transition: height .35s ease, background .35s ease;
}
.lz-card:hover .lz-card__body { height: 100%; background: rgba(16,20,24,.88); }
.lz-card__title { color: #fff; font: 700 21px/1.3 Montserrat, Arial, sans-serif; margin: 0 0 6px; }
.lz-card__text { color: #C7CDD6; font-size: 15px; line-height: 1.5; margin: 0; }

/* secondary page banner */
.lz-pagehero { max-width: 1276px; margin: 24px auto 0; border-radius: 16px; overflow: hidden; height: 380px; }
.lz-pagehero img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; display: block; }
@media (max-width: 900px) { .lz-pagehero { height: 200px; border-radius: 12px; } }

/* text block */
.lz-text {
    background-color: #191E24; border: 1px solid #2A313A; border-radius: 12px;
    color: #C7CDD6; font: 400 16px/1.65 "Open Sans", Arial, sans-serif;
    padding: 34px 36px; margin-top: 26px;
}
.lz-text h1 { color: #fff; font: 700 30px/1.25 Montserrat, Arial, sans-serif; margin: 0 0 18px; }
.lz-text h2 { color: #F2C230; font: 700 23px/1.3 Montserrat, Arial, sans-serif; margin: 32px 0 12px; }
.lz-text h3 { color: #fff; font: 600 19px/1.35 Montserrat, Arial, sans-serif; margin: 24px 0 10px; }
.lz-text p { margin: 0 0 14px; }
.lz-text a { color: #F2C230; }
.lz-text ol, .lz-text ul { margin: 0 0 16px; padding-left: 22px; }
.lz-text li { margin: 0 0 8px; }
.lz-text h2[id] { scroll-margin-top: 88px; }

/* tables */
.lz-text .table-scroll {
    width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;
    margin: 22px 0 28px; border: 1px solid #2A313A; border-radius: 10px;
}
.lz-text table { display: table; width: 100%; min-width: 560px; border-collapse: collapse; margin: 0; }
.lz-text caption {
    caption-side: top; text-align: left; padding: 12px 14px 10px;
    font-weight: 700; color: #F2C230; background-color: #101418;
}
.lz-text th, .lz-text td { padding: 10px 14px; border-bottom: 1px solid #2A313A; text-align: left; vertical-align: top; }
.lz-text thead th { background-color: #101418; color: #fff; font-weight: 700; }
.lz-text th[scope="row"] { width: 38%; background-color: #191E24; color: #fff; font-weight: 600; }
.lz-text tr:last-child th, .lz-text tr:last-child td { border-bottom: 0; }

/* table of contents */
.lz-toc { margin: 22px 0 26px; padding: 18px 20px; background: #101418; border: 1px solid #2A313A; border-radius: 12px; }
.lz-toc__title { color: #F2C230; font-weight: 700; margin-bottom: 10px; }
.lz-toc__list { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 28px; }
.lz-toc__list li { margin: 0 0 7px; break-inside: avoid; }
.lz-toc__list a { color: #C7CDD6; text-decoration: none; }
.lz-toc__list a:hover { color: #F2C230; }

/* FAQ accordion */
.lz-faq { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 6px; }
.lz-faq__item { border: 1px solid #2A313A; border-radius: 12px; background: #101418; overflow: hidden; }
.lz-faq__q {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    background: none; border: 0; cursor: pointer; text-align: left;
    padding: 18px 20px; color: #fff; font: 700 17px/1.4 Montserrat, Arial, sans-serif;
}
.lz-faq__q:hover { color: #F2C230; }
.lz-faq__icon { position: relative; flex: 0 0 auto; width: 18px; height: 18px; }
.lz-faq__icon:before, .lz-faq__icon:after {
    content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 2px;
    background: #F2C230; transition: transform .25s ease;
}
.lz-faq__icon:after { transform: rotate(90deg); }
.lz-faq__item.is-open .lz-faq__icon:after { transform: rotate(0deg); }
.lz-faq__a { height: 0; overflow: hidden; transition: height .28s ease; }
.lz-faq__a p { margin: 0; padding: 0 20px 18px; color: #C7CDD6; }

/* footer */
.lz-footer { background-color: #101418; border-top: 1px solid #2A313A; padding: 26px 0 40px; margin-top: 32px; }
.lz-footer__nav { display: flex; gap: 22px; margin-bottom: 14px; }
.lz-footer__link { color: #C7CDD6; text-decoration: none; }
.lz-footer__link:hover { color: #F2C230; }
.lz-footer__note { color: #8A93A6; font-size: 14px; line-height: 1.55; margin: 0; max-width: 900px; }

@media (max-width: 900px) {
    .lz-header__inner, .lz-wrap { padding-left: 16px; padding-right: 16px; }
    .lz-header__inner { flex-wrap: wrap; gap: 12px; }
    .lz-nav { order: 3; width: 100%; overflow-x: auto; gap: 18px; padding-bottom: 4px; }
    .lz-auth { order: 2; }
    .lz-hero__list { height: auto; }
    .lz-hero__slide { position: static; }
    .lz-hero__media { position: static; height: 145px; }
    .lz-hero__content { position: static; width: auto; left: 0; height: auto; padding: 16px 16px 20px; }
    .lz-hero__title { font-size: 20px; line-height: 28px; }
    .lz-cards { flex-direction: column; }
    .lz-text { padding: 22px 18px; }
    .lz-toc__list { columns: 1; }
}
