.privacy-notice-wrapper {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1200px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    border-bottom: 5px solid #1B3A12;
}

.privacy-notice-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.privacy-notice-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.privacy-notice-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
}

.privacy-notice-logo svg {
    width: 30px;
    height: 30px;
}

.privacy-notice-title {
    font-weight: 700;
    font-size: 13px;
    color: #7CB342;
    letter-spacing: 2.5px;
}

.privacy-notice-text {
    font-size: 11px;
    color: #888;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.privacy-notice-text a {
    color: #7CB342;
    text-decoration: underline;
    font-weight: 600;
}

.privacy-notice-right {
    margin-left: 20px;
}

.privacy-notice-btn {
    background: #1B3A12;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
}

.privacy-notice-btn:hover {
    background: #2E5418;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .privacy-notice-wrapper {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    .privacy-notice-wrapper {
        flex-direction: column;
        padding: 25px 20px;
        bottom: 20px;
        border-radius: 25px;
        text-align: center;
        width: 90%;
    }

    .privacy-notice-content {
        flex-direction: column;
        gap: 20px;
    }

    .privacy-notice-logo {
        justify-content: center;
    }

    .privacy-notice-left {
        align-items: center;
    }

    .privacy-notice-right {
        margin-left: 0;
        width: 100%;
    }

    .privacy-notice-btn {
        width: 100%;
    }
}

/* --- Coming Soon Modal --- */
.coming-soon-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-modal {
    background: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: comingSoonFadeIn 0.3s ease;
}

@keyframes comingSoonFadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.coming-soon-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
}

.coming-soon-close:hover {
    color: #333;
}

.coming-soon-icon {
    margin-bottom: 15px;
}

.coming-soon-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #181818;
    margin: 0 0 10px;
}

.coming-soon-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0 0 25px;
    line-height: 1.6;
}

.coming-soon-btn {
    background: #7CB342;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.coming-soon-btn:hover {
    background: #558B2F;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(124, 179, 66, 0.3);
}

/* --- Header Nav Fix: accommodate more menu items --- */
.horizontal-flow_CbY {
    align-items: center !important;
}

.horizontal-flow__section--center_134 {
    width: 15% !important;
    flex-shrink: 1 !important;
}

.horizontal-flow__section--right_3oS {
    width: 50% !important;
    flex-grow: 1 !important;
}

.w-nav__list--row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    justify-content: flex-end !important;
    white-space: nowrap !important;
}

.menu__item_1eM {
    flex-shrink: 0 !important;
}

/* --- Footer Nav Fix: links in a row, no underline --- */
.w-section--footer .horizontal-flow__section--center_134 {
    width: 50% !important;
}

.w-section--footer .horizontal-flow__section--left_Ll6 {
    width: 30% !important;
}

.w-section--footer .horizontal-flow__section--right_3oS {
    width: 20% !important;
}

.w-section--footer .horizontal-flow__section--center_134 .horizontal-flow__section-inner_2xL {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px 20px !important;
    justify-content: center !important;
    align-items: center !important;
}

.w-section--footer .horizontal-flow__section--center_134 .ui-caption {
    margin: 0 !important;
}

.w-section--footer .horizontal-flow__section--center_134 a {
    text-decoration: none !important;
}

/* --- Active Page Highlight: Triggers existing underline in core-theme.css --- */
.w-nav__item--active::after {
    width: 100% !important;
}