@import url('global.css?v=2');
@import url('home.css');
@import url('about.css');
@import url('project.css');
@import url('investor.css');
@import url('responsive.css');

.popup_page{ max-width: 800px !important; max-height: 90vh;}
.popup_page p,.popup_page li{ font-size: 12px; line-height: 1.4; margin-bottom: 15px;}
.popup_page li{ margin-bottom: 7px; }
.popup_page ul{ padding-left: 40px; list-style: disc; margin-bottom: 15px; }
.popup_page b,.popup_page strong{ font-weight: bold; }
.popup_page h2{ font-size: 16px; color: #8c6f37; margin-bottom: 15px; font-weight: bold; line-height: 1.4; }
.popup_page h3{ font-size: 14px; margin-bottom: 10px; font-weight: bold; line-height: 1.4; }
.popup_page a{ color: inherit; text-decoration:underline; font-weight: bold; }

.cm-sticky-icon{ display: none; }

.sticky-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #9e6e17, #b5872c);
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.button-item {
    text-align: center;
    color: #fff; padding: 15px 0;
    text-decoration: none;
    font-size: 12px;
    flex: 1;
}

.button-item svg {
    width: 28px;
    height: 28px; display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}
.button-separator {
    width: 1px;
    height: 40px;
    background-color: #806121;
}
@media (max-width: 767px) {
    #project-detail-nav{ display: none; }
    .sticky-buttons{ display: flex; height: 80px; }

}