.lux-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    color: #fff;
}

.lux-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 0;
}

.lux-nav a.lux-header-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    gap: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #795129;
}

.lux-logo img {
    max-width: 141px;
    width: 100%;
    height: auto;
}

.lux-burger {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.lux-nav {
    display: flex;
    align-items: center;
    gap: 70px;
}

.lux-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.lux-nav a:hover {
    color: #f5d06f;
}

.lux-nav-close {
    display: none;
}

@media (max-width: 768px) {
    .lux-burger {
        display: block;
    }
    .lux-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: auto;
        padding: 50px 0;
        background: #0d102d;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        transition: right 0.3s ease;
        z-index: 999;
    }
    .lux-nav.open {
        right: 0;
    }
    .lux-nav.open .lux-nav-close {
        display: flex;
    }
    .lux-nav-close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 26px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
    }
}

.lux-menu {
    display: flex;
    align-items: center;
    gap: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lux-menu li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-family: 'Lato',sans-serif;
    color: #FFFFFF;
    transition: color 0.3s;
}

.lux-menu li a:hover {
    color: #f5d06f;
}

@media (max-width: 768px) {
    .lux-header-container {
        padding: 18px 16px 0;
    }
    .lux-logo img {
        max-width: 81px;
        width: 100%;
        height: 48px;
        object-fit: contain;
    }
    .lux-menu {
        flex-direction: column;
        gap: 20px;
    }
}

.hero {
    background-image: url(/wp-content/uploads/2025/08/turist-perevozasii-bagaz-1.png);
    background-size: cover;
    background-position: center;
    max-height: 783px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.hero__inner .button {
    min-width: 243px;
    padding: 20px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.hero-title {
    font-weight: 500;
    font-style: normal;
    font-size: 72px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.hero-title span {
    font-style: italic;
}

.home-numbers {
    padding: 20px 0 40px;
    background: linear-gradient(90deg, #091235 0%, #091336 100%);
}

.home-numbers__items {
    max-width: 1012px;
    margin: 0 auto;
    display: flex;
    gap: 46px;
    justify-content: space-between;
}

.home-numbers__item {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
}

.home-numbers__item-number {
    text-align: center;
    vertical-align: bottom;
    font-family: 'Playfair', sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.home-numbers__item-number span {
    font-size: 48px;
}

.home-numbers__item-text {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    line-height: 113%;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 505px;
    }
    .hero__inner {
        gap: 40px;
    }
    .home-numbers__items {
        display: flex;
        flex-direction: column;
    }
    .hero-title {
        font-size: 42px;
        line-height: 114%;
    }
    .hero__inner .button {
        min-width: 204px;
        padding: 14px 12px;
        font-size: 18px;
        line-height: 23px;
        font-weight: 700;
    }
    .home-numbers {
        padding: 20px 0 12px;
    }
    .home-numbers__items {
        gap: 28px;
    }
    .home-numbers__item {
        gap: 2px;
    }
    .home-numbers__item-number {
        font-size: 42px;
    }
    .home-numbers__item-text {
        font-size: 18px;
    }
}

.home-text-two-col {
    padding: 89px 80px 104px;
    background-color: #1B1A1A;
}

.home-text-two-col__inner {
    display: flex;
    gap: 60px;
}

.home-text-two-col__inner .col-title {
    flex: 1;
}

.home-text-two-col__inner .col-title h3 {
    font-size: 43px;
    line-height: 131%;
    font-weight: 500;
    letter-spacing: -0.01em;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: 'Playfair Display', sans-serif;
}

.home-text-two-col__inner .col-title h3 span {
    font-style: italic;
}

.home-text-two-col__inner .col-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.home-text-two-col__inner .col-text p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.home-text-two-col__inner .col-text p span {
    font-weight: 500
}

@media (max-width: 991px) {
    .home-text-two-col {
        padding: 80px 20px;
    }
}

@media (max-width: 768px) {
    .home-text-two-col {
        padding: 21px 0 50px;
    }
    .home-text-two-col__inner {
        flex-direction: column;
        gap: 24px;
    }
    .home-text-two-col__inner .col-title h3 {
        font-size: 24px;
    }
    .home-text-two-col__inner .col-text p {
        font-size: 16px;
    }
}

.lux-services-section {
    background: url('/wp-content/uploads/2025/08/Image-1-scaled.png') no-repeat center center / cover;
    padding: 108px 20px 100px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.lux-services-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 984px;
    margin: 0 auto;
    text-align: center;
}

.lux-services-title {
    margin-bottom: 60px;
}

.lux-services-title em {
    font-style: italic;
}

.lux-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.lux-service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 100%;
    width: 100%;
    padding: 33px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.lux-service-item::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 5px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 235, 174, 1), rgba(255, 235, 174, 0.15));
    mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
    z-index: -1;
}

.lux-service-number {
    margin-top: -20px;
    font-size: 54px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #EECF8A;
    font-family: 'Playfair Display', sans-serif;
}

.lux-service-text {
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.lux-services-button-wrapper {
    margin-top: 4px;
}

.lux-services-button {
    min-width: 243px;
    padding: 21px 20px;
}

@media (max-width: 991px) {
    .lux-services-grid {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .lux-services-section {
        padding: 87px 16px 50px;
    }
    .lux-services-grid {
        gap: 8px;
        margin-bottom: 20px;
    }
    .lux-service-item {
        padding: 24px 16px;
    }
    .lux-services-title {
        margin-bottom: 31px;
    }
    .lux-service-number {
        font-size: 42px;
    }
    .lux-service-text {
        font-size: 17px;
    }
    .lux-services-button {
        min-width: 204px;
        padding: 13px 20px;
        font-size: 18px;
    }
}

.lux-about-section {
    background-color: #121212;
    color: #ffffff;
    padding: 108px 20px 145px;
}

.lux-about-container {
    text-align: center;
}

.lux-about-title {
    margin-bottom: 33px;
}

.lux-about-intro {
    max-width: 869px;
    width: 100%;
    margin: 0 auto;
}

.lux-about-subtext {
    max-width: 782px;
    width: 100%;
    margin: 0 auto;
}

.lux-about-intro p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    text-align: center;
    color: #FFFFFF;
}

.lux-about-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1270px;
    margin: 54px auto;
}

.lux-about-img-box {
    flex: 1 1 320px;
    max-width: 48%;
    border-radius: 12px;
    overflow: hidden;
}

.lux-about-img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.lux-about-subtext p {
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
}

.lux-about-subtext p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .lux-about-section {
        background-color: #121212;
        color: #ffffff;
        padding: 57px 16px 45px;
    }
    .lux-about-title {
        margin-bottom: 28px;
    }
    .lux-about-intro p,
    .lux-about-subtext p {
        font-size: 16px;
        line-height: 138%;
    }
    .lux-about-subtext p {
        margin-bottom: 22px;
    }
    .lux-about-images {
        flex-direction: column;
        margin: 24px auto;
    }
    .lux-about-img-box {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .lux-about-img-box img {
        height: 173px;
        border-radius: 8px;
    }
}

.lux-timeline-section {
    background: url('/wp-content/uploads/2025/08/fon-iz-cernogo-mramora-1-1.jpg') center/cover no-repeat;
    color: #fff;
    padding: 60px 20px 104px;
}

.lux-timeline-container {
    overflow: hidden;
    text-align: center;
}

.lux-timeline-title {
    margin-bottom: 65px;
}

.lux-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lux-timeline-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 80px;*/
    cursor: pointer;
}

.lux-timeline-step::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 50px);
    background: rgba(255, 255, 255, 0.3);
    z-index: 0;
}

.lux-timeline-step:last-child::after {
    display: none;
}

.lux-timeline-circle {
    z-index: 1;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, color 0.3s;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #795129;
}

.lux-timeline-step:hover .lux-timeline-circle {
    background: #EECF8A;
    box-shadow: 0 0 25px rgba(255, 231, 159, 0.6);
}

.lux-timeline-circle.final {
    background: #EECF8A;
    box-shadow: 0 0 25px rgba(255, 231, 159, 0.6);
}

.lux-timeline-circle span {
    margin-top: -15px;
}

.lux-timeline-text {
    max-width: 500px;
    width: 500px;
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-align: right;
    color: #FFFFFF;
}

.lux-timeline-text.left {
    left: -550px;
}

.lux-timeline-text.right {
    right: -550px;
    text-align: left;
}

@media (max-width: 1280px) {
    .lux-timeline-section {
        padding: 57px 16px 57px;
    }
    .lux-timeline-text {
        position: static;
        margin-top: 20px;
        text-align: center;
    }

    .lux-timeline-step {
        flex-direction: column;
    }

    .lux-timeline-text.left,
    .lux-timeline-text.right {
        left: auto;
        right: auto;
    }

    .lux-timeline-step::after {
        left: 50%;
    }
}

@media (max-width: 768px) {
    .lux-timeline {
        align-items: flex-start;
    }
    .lux-timeline svg {
        height: 90px;
        margin-left: 32px;
    }
    .lux-timeline-step {
        flex-direction: row;
        gap: 14px;
    }
    .lux-timeline-title {
        margin-bottom: 26px;
    }
    .lux-timeline-text {
        width: auto;
        margin-top: 0;
        font-size: 16px;
        line-height: 140%;
        font-weight: 500;
        letter-spacing: -0.01em;
        text-align: left;
    }
    .lux-timeline-circle {
        width: 66px;
        min-width: 66px;
        height: 66px;
        font-size: 40px;
    }
    .lux-timeline-circle span {
        margin-top: -12px;
    }
}

.lux-unique-section {
    background-color: #0d102d;
    color: #ffffff;
    padding: 100px 20px;
    position: relative;
}

.lux-unique-section:after {
    content: '';
    max-width: 561px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/08/Mask-group-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lux-unique-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.lux-unique-text {
    flex: 1 1 500px;
    padding-right: 60px;
}

.lux-unique-title {
    margin-bottom: 25px;
    line-height: 133%;
}

.lux-unique-title em {
    font-style: italic;
}

.lux-unique-description {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

.lux-unique-description p {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

.lux-unique-image {
    flex: 1 1 500px;
    border-radius: 12px;
    overflow: hidden;
}

.lux-unique-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.lux-unique-button {
    min-width: 243px;
    padding: 21px 20px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .lux-unique-section {
        padding: 54px 16px 50px;
    }
    .lux-unique-container {
        flex-direction: column;
        gap: 50px;
    }
    .lux-unique-text,
    .lux-unique-image {
        flex: 1 1 100%;
        padding-right: 0;
    }
    .lux-unique-title {
        margin-bottom: 36px;
        line-height: 116%;
        text-align: center;
    }
    .lux-unique-description p {
        font-size: 16px;
    }
    .lux-unique-description,
    .lux-unique-button {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .lux-unique-description {
        margin-bottom: 27px;
    }
    .lux-unique-button {
        min-width: 204px;
        padding: 14px 20px;
        font-size: 18px;
    }
    .lux-unique-image {
        max-width: 100%;
        width: 100%;
        border-radius: 8px;
    }
    .lux-unique-image img {
        max-width: 100%;
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }
}

.lux-team-section {
    background-color: #1B1A1A;
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.lux-team-title {
    max-width: 840px;
    width: 100%;
    margin: 0 auto 25px;
    line-height: 107%;
}

.lux-team-title em {
    font-style: italic;
}

.lux-team-description {
    margin-bottom: 55px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

.lux-team-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}

.lux-team-member {
    display: flex;
    flex-direction: column;
}

.lux-team-photo {
    display: flex;
    width: 266px;
    height: 266px;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.lux-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-team-name {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
    color: #FFFFFF;
}

.lux-team-role {
    font-size: 17px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: -0.01em;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}
@media (max-width: 1280px) {
    .lux-team-section {
        padding: 56px 0;
    }
    .lux-team-grid {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }
    .lux-team-title {
        margin: 0 auto 32px;
    }
    .lux-team-description {
        font-size: 16px;
    }
    .lux-team-photo {
        width: 192px;
        height: 192px;
        margin: 0 auto 11px;
    }
    .lux-team-name {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .lux-team-role {
        font-size: 16px;
    }
}

.lux-contact-section {
    background: url('/wp-content/uploads/2025/08/fon-iz-cernogo-mramora-1-3-1.png') no-repeat center / cover;
    padding: 100px 20px;
    color: #fff;
}

.lux-contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.lux-contact-info {
    flex: 1 1 300px;
}

.lux-contact-title {
    margin-bottom: 25px;
}

.lux-contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.lux-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

.lux-contact-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

.lux-contact-list li span {
    display: flex;
}

.lux-contact-form {
    display: flex;
    flex-direction: column;
    max-width: 630px;
    width: 100%;
    padding: 32px;
    background: #222222;
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.form-row.two-cols .form-group {
    flex: 1 1 calc(50% - 10px);
}

.form-row.one-col .form-group {
    flex: 1 1 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group label {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 132%;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
}

.required {
    color: #e35656;
    margin-left: 4px;
}

.lux-contact-form input,
.lux-contact-form select,
.lux-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: #333333;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    font-size: 18px;
    line-height: 132%;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #BBBBBB;
}

.lux-contact-form textarea {
    min-height: 108px;
    resize: vertical;
}

.icon-date::after,
.icon-select::after {
    content: '';
    position: absolute;
    right: 14px;
    top: auto;
    bottom: 20px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.icon-date::after {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ccc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 11h2v2H7z"/><path d="M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm0 16H5V8h14v11z"/></svg>');
}

.icon-select::after {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ccc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5.516 7.548l4.484 4.484 4.484-4.484L15.9 9.07l-5.9 5.9-5.9-5.9z"/></svg>');
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

select {
    appearance: none;
}

.lux-contact-form select {
    background: #333333!important;
    border: 1px solid #BBBBBB;
}

.form-status {
    margin: 1px 0;
    font-size: 14px;
}

.lux-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

.lux-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lux-contact-form input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
}

.lux-send-button {
    max-width: 100%;
    width: 100%;
    padding: 21px 20px;
    border-radius: 10px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .lux-contact-container {
        flex-direction: column;
    }
    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .lux-contact-section {
        padding: 49px 0 60px;
    }
    .lux-contact-container {
        gap: 57px;
    }
    .lux-contact-title {
        margin-bottom: 28px;
        text-align: center;
    }
    .lux-contact-list {
        margin-left: 36px;
    }
    .lux-contact-info {
        flex: 1 1 100%;
    }
    .lux-contact-form {
        padding: 20px 16px;
        border-radius: 8px;
    }
    .form-group label {
        font-size: 16px;
    }
    .lux-contact-form input, .lux-contact-form select, .lux-contact-form textarea {
        font-size: 16px;
    }
    .lux-send-button {
        padding: 14px 20px;
        border-radius: 8px;
        font-size: 18px;
    }
}

.lux-footer {
    background-color: #0d102d;
    padding: 64px 20px;
    color: #fff;
}

.lux-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lux-footer-branding {
    display: flex;
    align-items: center;
    gap: 34px;
    flex: 1 1 501px;
}

.lux-footer-branding img {
    width: 130px;
    height: auto;
}

.lux-footer-branding img.lux-footer-slogan {
    min-width: 338px;
}

.lux-footer-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
}

.lux-footer-nav a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.lux-footer-nav a:hover {
    color: #f5d06f;
}

.lux-footer-nav .button {
    min-width: 166px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .lux-footer {
        padding: 53px 16px;
    }
    .lux-footer-container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 45px;
        padding: 0;
        text-align: center;
    }
    .lux-footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .lux-footer-nav .lux-menu {
        gap: 25px;
    }
    .lux-footer-branding {
        flex-direction: column;
        gap: 22px;
        flex: 1 1 100%;
    }
    .lux-footer-branding img.lux-footer-slogan {
        min-width: 229px;
    }
}

.lux-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.lux-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    padding: 50px;
    background: #222222;
    border: 1px solid #FFFFFF;
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.lux-popup-content h2 {
    margin-bottom: 25px;
    font-size: 52px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-align: center;
}

.lux-popup-content h2 em {
    color: #FFE79F;
    font-style: italic;
}

.lux-popup-content p {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 135%;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #FFFFFF;
}

.lux-popup-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    gap: 10px;
    min-width: 129px;
    height: 67px;
    background: linear-gradient(86.44deg, #FFE79F 7.59%, #E2C07C 115.08%);
    border: 1px solid #FFEBAE;
    box-shadow: 0 6px 25px rgba(255, 231, 159, 0.3);
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #795129;
    transition: all 0.3s;
}

.lux-popup-button:hover {
    background: linear-gradient(86.44deg, #E2C07C 7.59%, #FFE79F 115.08%);
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .lux-popup-content {
        max-width: 600px;
        margin: 16px;
        padding: 20px;
    }
    .lux-popup-content h2 {
        font-size: 42px;
        line-height: 100%;
    }
    .lux-popup-content p {
        font-size: 16px;
        line-height: 135%;
    }
    .lux-popup-button {
        height: 52px;
        padding: 10px 20px;
        font-size: 18px;
    }
}