:root,
.elementor-kit-9 {
    --luxav-color-bg: #232323;
    --luxav-color-surface: #2b2d31;
    --luxav-color-surface-strong: #3d4045;
    --luxav-color-text: #f5f1e8;
    --luxav-color-text-muted: #cacccb;
    --luxav-color-primary: #ffcc0a;
    --luxav-color-primary-strong: #d6a900;
    --luxav-color-secondary: #f58220;
    --luxav-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
    --luxav-radius: 28px;
    --e-global-color-primary: #ffcc0a;
    --e-global-color-secondary: #f58220;
    --e-global-color-text: #f5f1e8;
    --e-global-color-accent: #d6a900;
    --e-global-typography-primary-font-family: 'Poppins';
    --e-global-typography-secondary-font-family: 'Poppins';
    --e-global-typography-text-font-family: 'Poppins';
    --e-global-typography-accent-font-family: 'Poppins';
}

html {
    scroll-behavior: smooth;
}

body,
body.elementor-default {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: var(--luxav-color-text);
    background:
        radial-gradient(circle at top left, rgba(255, 204, 10, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(245, 130, 32, 0.10), transparent 18%),
        linear-gradient(180deg, #313338 0%, #232323 18%, #232323 100%);
}

body a {
    color: var(--luxav-color-primary);
    text-decoration-color: rgba(255, 204, 10, 0.45);
    text-underline-offset: 0.2em;
    transition: color 180ms ease, text-decoration-color 180ms ease, transform 180ms ease;
}

body a:hover,
body a:focus-visible {
    color: #fff2bf;
    text-decoration-color: var(--luxav-color-secondary);
}

body p,
body li,
body span,
body .site-description,
body .copyright p {
    color: var(--luxav-color-text-muted);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.site-title,
.site-title a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    color: #ffffff;
}

h1,
.entry-title {
    font-size: clamp(1.85rem, 4vw, 3.1rem);
    line-height: 1;
}

h2 {
    font-size: clamp(1.3rem, 2.2vw, 1.95rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

h3 {
    color: var(--luxav-color-primary);
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.site-header,
.site-footer {
    background: rgba(35, 35, 35, 0.88);
    backdrop-filter: blur(16px);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 204, 10, 0.16);
}

.site-footer {
    border-top: 1px solid rgba(255, 204, 10, 0.14);
}

.header-inner,
.footer-inner,
.site-main {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.header-inner,
.footer-inner {
    padding: 20px 0;
}

.site-branding .site-title a,
.site-footer .site-branding .site-description {
    text-decoration: none;
}

.site-title {
    flex-shrink: 0;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.site-branding {
    gap: 0.45rem;
}

.site-title a {
    display: block;
    width: min(320px, 52vw);
    aspect-ratio: 320 / 65;
    background: url('https://www.luxav.com/images/320/14941208/Logo.webp') center left / contain no-repeat;
    color: transparent;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.site-description {
    max-width: 40rem;
    font-size: 0.95rem;
}

.site-navigation a,
.site-navigation-dropdown a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
}

.site-navigation a:hover,
.site-navigation a:focus-visible,
.site-navigation-dropdown a:hover,
.site-navigation-dropdown a:focus-visible,
.site-navigation .current-menu-item > a,
.site-navigation-dropdown .current-menu-item > a {
    color: var(--luxav-color-primary);
}

.site-navigation ul,
.site-navigation-dropdown ul {
    gap: 0.4rem 1.1rem;
}

.site-navigation-toggle,
.site-navigation-dropdown {
    background: rgba(43, 45, 49, 0.96);
    color: #fff;
}

.page-header {
    display: none;
}

.site-main {
    padding: clamp(2rem, 6vw, 4.5rem) 0 5rem;
}

.page-content {
    display: grid;
    gap: 1.4rem;
}

.page-content > section {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: linear-gradient(180deg, rgba(61, 64, 69, 0.84), rgba(35, 35, 35, 0.96));
    border: 1px solid rgba(255, 204, 10, 0.14);
    border-radius: var(--luxav-radius);
    box-shadow: var(--luxav-shadow);
}

.page-content > section::after {
    content: '';
    position: absolute;
    inset: auto -6% -40% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 204, 10, 0.12), transparent 68%);
    pointer-events: none;
}

.page-content > section:nth-child(2n) {
    background: linear-gradient(180deg, rgba(58, 49, 35, 0.74), rgba(35, 35, 35, 0.96));
}

.page-content > section:first-child {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
    padding-top: clamp(2rem, 6vw, 4rem);
    background:
        linear-gradient(180deg, rgba(22, 22, 22, 0.12), rgba(22, 22, 22, 0.88)),
        radial-gradient(circle at top right, rgba(255, 204, 10, 0.24), transparent 28%),
        linear-gradient(135deg, rgba(61, 64, 69, 0.96), rgba(35, 35, 35, 0.98));
}

.page-content > section:first-child h1 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: clamp(0.95rem, 1vw, 1.1rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--luxav-color-primary);
}

.page-content > section:first-child p:first-of-type,
.page-content > section:first-child p:first-of-type strong {
    grid-column: 1;
    grid-row: 2;
    display: block;
    max-width: 11ch;
    margin: 0;
    font-size: clamp(1.7rem, 3.4vw, 2.85rem);
    font-weight: 300;
    line-height: 1.02;
    color: #ffffff;
}

.page-content > section:first-child p:nth-of-type(2),
.page-content > section:first-child p:nth-of-type(3) {
    grid-column: 1;
    max-width: 40rem;
    margin: 0;
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
}

.page-content > section:first-child p:nth-of-type(2) {
    grid-row: 3;
}

.page-content > section:first-child p:nth-of-type(3) {
    grid-row: 4;
}

.page-content > section:first-child p:has(img) {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: stretch;
    margin: 0;
}

.page-content > section:first-child p:has(img) img {
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: calc(var(--luxav-radius) + 10px);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.34);
}

.page-content > section h2::before {
    content: '';
    display: block;
    width: 72px;
    height: 4px;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--luxav-color-primary), var(--luxav-color-secondary));
}

.page-content ul {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.page-content li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.7rem;
}

.page-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--luxav-color-primary);
    box-shadow: 0 0 0 5px rgba(255, 204, 10, 0.14);
}

.page-content img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.4rem;
    border-radius: calc(var(--luxav-radius) - 8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
}

.page-content > section:has(img) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: start;
}

.page-content > section:has(img) h2,
.page-content > section:has(img) h2::before {
    grid-column: 1 / -1;
}

.page-content > section:has(img) p {
    margin: 0;
}

.page-content > section:has(img) img {
    margin-top: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: rgba(17, 17, 17, 0.85);
}

.page-content a[href$='.pdf'],
.page-content section p a:only-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.2rem;
    margin-top: 0.8rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    background: var(--luxav-color-primary);
    color: #232323;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 18px 30px rgba(255, 204, 10, 0.18);
}

.page-content a[href$='.pdf']:hover,
.page-content a[href$='.pdf']:focus-visible,
.page-content section p a:only-child:hover,
.page-content section p a:only-child:focus-visible {
    color: #232323;
    background: #ffe082;
    transform: translateY(-1px) scale(1.02);
}

.page-content p a:not([href$='.pdf']) {
    font-weight: 600;
}

.page-content strong {
    color: #ffffff;
    font-weight: 600;
}

.footer-inner {
    gap: 1.2rem;
}

.copyright p {
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
    body,
    body.elementor-default {
        font-size: 17px;
    }

    .header-inner,
    .footer-inner,
    .site-main {
        width: min(1180px, calc(100vw - 24px));
    }

    .page-content > section:first-child {
        grid-template-columns: 1fr;
    }

    .page-content > section:first-child p:has(img) {
        grid-column: auto;
        grid-row: auto;
    }

    .page-content > section:first-child p:has(img) img {
        max-width: none;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767px) {
    body,
    body.elementor-default {
        font-size: 16px;
    }

    .site-description {
        font-size: 0.88rem;
    }

    .site-title a {
        width: min(250px, 68vw);
    }

    .site-main {
        padding-top: 1.4rem;
    }

    .page-content > section {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .page-content > section:has(img) {
        grid-template-columns: 1fr;
    }

    .page-content > section:first-child p:first-of-type,
    .page-content > section:first-child p:first-of-type strong {
        max-width: 8ch;
    }
}