/* ==========================================
   1. ფონტები და გლობალური პარამეტრები
   ========================================== */
@font-face {
    font-family: 'ArchyEdt';
    src: url('fonts/archy-edt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'ArchyEdt', 'Archy EDT', 'Sylfaen', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: #0d0d0d;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

/* აპლიკაციის ძირითადი კონტეინერი */
.app-container {
    width: 100%;
    max-width: 448px;
    background: linear-gradient(180deg, #000000 0%, #A9A9A9 100%);
    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    overflow-y: auto;
    overflow-x: hidden;
}

/* მთავარი გვერდის გრადიენტული ფონი */
.app-container.index-bg {
    background: linear-gradient(180deg, #000000 0%, #B6B6B6 100%);
}

/* ავტორიზაციის გვერდის სრულიად შავი ფონი */
.app-container.login-page-bg {
    background: #000000 !important;
    padding: 40px 24px;
}

/* ==========================================
   2. ავტორიზაციის (Login) გვერდის სპეციფიკური სტილები
   ========================================== */
.login-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.login-apple-svg {
    width: 120px;
    height: 120px;
    fill: #FFFFFF;
}

.login-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.login-field-label {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
    display: block;
}

/* ორნაწილიანი თეთრი ველის კონტეინერი */
.login-input-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 45.6px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* მარცხენა ბეჯი */
.login-left-badge {
    width: 80.34px;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D1D5DB;
    padding-left: 8px;
    flex-shrink: 0;
}

.phone-icon-svg {
    width: 16px;
    height: 16px;
    fill: #000000;
    margin-right: 4px;
}

.left-badge-text {
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

/* პაროლის ბეჯი */
.login-left-badge.password-badge {
    flex-direction: column;
    justify-content: center;
    gap: 1px;
    padding-left: 0;
}

.lock-icon-svg {
    width: 14px;
    height: 14px;
    fill: #000000;
}

.stars-text {
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #000000;
    line-height: 10px;
}

/* თეთრი ტექსტის ველი */
.login-text-input {
    flex-grow: 1;
    height: 100%;
    border: none;
    outline: none;
    background: #FFFFFF;
    padding: 0 16px;
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #000000;
}

.login-text-input::placeholder {
    color: #9E9E9E;
}

/* შესვლის გრადიენტული ღილაკი */
.login-btn-gradient {
    width: 100%;
    height: 49px;
    background: linear-gradient(0deg, #000000 -0.75%, #6E6E6E 99.25%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    border: none;
    color: #FFFFFF;
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    margin-top: 36px;
    transition: transform 0.2s ease;
}

.login-btn-gradient:hover {
    transform: scale(1.02);
}

/* რეგისტრაციის ღილაკი */
.login-btn-secondary {
    width: 100%;
    height: 49px;
    background: #F3F4F6;
    border-radius: 9px;
    border: none;
    color: #000000;
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    margin-top: 12px;
    transition: transform 0.2s ease;
}

.login-btn-secondary:hover {
    transform: scale(1.02);
}

.login-error-msg {
    color: #ff4d4d;
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin-bottom: 16px;
}

/* ==========================================
   3. სლაიდერი / Header Banner
   ========================================== */
.header-banner {
    position: relative;
    height: 160px;
    margin: 26px 32.64px 0 32.65px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000000;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('images/applecoin_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 400ms ease;
}

.banner-dots {
    position: absolute;
    width: 34px;
    height: 28px;
    right: 6px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 200ms, transform 200ms;
}

.banner-dot.active {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    transform: scale(1.1);
}

.banner-dot.inactive {
    width: 5px;
    height: 5px;
    background: #333333;
}

/* ==========================================
   4. სწრაფი მენიუს ღილაკები
   ========================================== */
.quick-actions {
    position: relative;
    height: 72px;
    margin: 16px 0 0 0;
    width: 100%;
}

.action-item {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 48px;
}

.action-item:nth-child(1) { left: 24px; }
.action-item:nth-child(2) { left: 105.83px; }
.action-item:nth-child(3) { left: 194px; }
.action-item:nth-child(4) { left: 284px; }
.action-item:nth-child(5) { left: 373.65px; }

.action-circle {
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #888888 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.action-circle:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25);
}

.action-circle svg {
    width: 24px;
    height: 24.8px;
    fill: #000000;
}

.action-label {
    position: absolute;
    top: 52px;
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    white-space: nowrap;
    width: 80px;
    left: calc(50% - 40px);
}

/* ==========================================
   5. მთავარი გვერდის პროდუქტების სექცია
   ========================================== */
.products-container {
    padding: 0 16px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 90px;
}

.investment-card {
    box-sizing: border-box;
    width: 100%;
    height: 216.7px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-product-title {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.card-content-body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: calc(100% - 32px);
    width: 100%;
}

.card-product-img {
    width: 118.4px;
    height: 118.4px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.card-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fallback-img {
    font-size: 11px;
    color: #666;
    font-weight: bold;
}

.card-middle-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    flex-grow: 1;
    padding-left: 16px;
}

.card-detail-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-detail-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.card-detail-icon svg {
    width: 14px;
    height: 14px;
}

.card-detail-text {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.card-detail-item.purple-text {
    color: #9333EA;
}

.card-detail-item.purple-text .card-detail-icon {
    color: #9333EA;
}

.card-detail-item.purple-text .card-detail-text {
    color: #9333EA;
}

.card-right-financials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 130px;
    flex-shrink: 0;
}

.card-price-value {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: #000000;
}

.card-fin-label {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #4B5563;
}

.card-fin-value {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #9333EA;
}

.card-invest-btn {
    width: 123px;
    height: 31px;
    background: linear-gradient(360deg, #8C8C8C 0%, #000000 100%);
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    margin-top: 4px;
}

.card-invest-btn:hover {
    transform: scale(1.03);
    opacity: 0.95;
}

/* ==========================================
   6. გაზიარების (Share) გვერდი
   ========================================== */
.share-container {
    padding: 0 16px 100px 16px;
}

.share-header-title {
    width: 100%;
    text-align: center;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 26px;
}

.stats-gradient-card {
    background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    border-radius: 12px;
    padding: 24px 16px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.stats-gradient-card h4 {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.stats-gradient-card p {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.copy-link-box {
    background: linear-gradient(90deg, #000000 0%, #000000 100%);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.link-text-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 65%;
}

.link-text-group h5 {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

.link-text-group input {
    background: transparent;
    border: none;
    outline: none;
    color: #EAB308;
    font-size: 14px;
    font-weight: 700;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    width: 100%;
}

.copy-white-btn {
    background: #FFFFFF;
    border: none;
    border-radius: 9px;
    color: #000000;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 14px;
    cursor: pointer;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.referral-rules-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.002) 0%, rgba(255, 255, 255, 0.002) 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 30px;
}

.referral-rules-card h3 {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 700;
}

.referral-rules-card p {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-weight: 700;
}

/* რეფერალების დონეები */
.level-section {
    margin-bottom: 24px;
}

.level-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 4px;
}

.level-title {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.level-more-link {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}

.level-card {
    background: linear-gradient(90deg, #000000 0%, #666666 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

.level-card-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.level-col-label {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}

.level-col-val {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

/* დავალებები / მისიები */
.tasks-divider {
    margin: 32px 0 16px 0;
    font-family: 'ArchyEdt', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}

.task-card {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 16px;
    position: relative;
}

.task-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.task-title {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    max-width: 75%;
    line-height: 21px;
}

.task-reward-tag {
    background: #000000;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 12px;
    white-space: nowrap;
}

.task-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.progress-container {
    width: 65%;
}

.progress-track {
    background: #E0E0E0;
    border-radius: 10px;
    height: 8px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress-bar {
    background: #000000;
    height: 100%;
    border-radius: 10px;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #666666;
}

.task-btn {
    background: #CCCCCC;
    border: none;
    border-radius: 15px;
    color: #FFFFFF;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-weight: 700;
    font-size: 11px;
    padding: 8px 16px;
    opacity: 0.6;
    cursor: not-allowed;
    white-space: nowrap;
}

.task-btn.claimable {
    background: #FF6900;
    opacity: 1;
    cursor: pointer;
}

/* ==========================================
   7. პროფილის / ანგარიშის გვერდი
   ========================================== */
.app-container.profile-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
    color: #000000;
}

.profile-top-header {
    position: relative;
    height: 172.89px;
    background: linear-gradient(180deg, #000000 0%, #525252 100%);
    width: 100%;
}

.back-btn {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 16px;
    top: 16px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.back-btn svg {
    width: 20px;
    height: 20px;
}

.profile-avatar-circle {
    box-sizing: border-box;
    position: absolute;
    width: 56px;
    height: 56px;
    left: 16px;
    top: 68px;
    border: 1px solid #FFFFFF;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    overflow: hidden;
}

.profile-avatar-circle svg {
    width: 32px;
    height: 32px;
    fill: #FFFFFF;
}

.profile-phone-text {
    position: absolute;
    height: 24px;
    left: 88px;
    top: 84px;
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.profile-balance-card {
    position: absolute;
    height: 104px;
    left: 16px;
    right: 16px;
    top: 140.89px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    z-index: 10;
}

.balance-card-label {
    position: absolute;
    height: 20px;
    left: 16px;
    top: 16.89px;
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}

.balance-card-value {
    position: absolute;
    height: 28px;
    left: 16px;
    top: 60px;
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #374151;
}

.balance-card-btn-recharge {
    position: absolute;
    height: 44px;
    width: 92.32px;
    left: 211.39px;
    top: 30px;
    background: #000000;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    border: none;
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.balance-card-btn-withdraw {
    position: absolute;
    height: 44px;
    width: 92.32px;
    left: 307.68px;
    top: 30px;
    background: #000000;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    border: none;
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-stats-bar {
    position: absolute;
    height: 84px;
    left: 16px;
    right: 16px;
    top: 260.89px;
    background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    padding: 16px 0;
}

.stats-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
}

.stats-bar-label {
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}

.stats-bar-value {
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: center;
}

.profile-grid-container {
    position: absolute;
    top: 356.89px;
    left: 0;
    right: 0;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-bottom: 90px;
}

.profile-grid-item {
    box-sizing: border-box;
    height: 93.78px;
    border: 1px solid rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    padding: 12px;
}

.profile-grid-item:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

.profile-grid-icon-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.profile-grid-icon-wrapper svg {
    width: 20px;
    height: 20px;
    fill: #000000;
}

.profile-grid-label {
    font-family: 'ArchyEdt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #374151;
}

/* ==========================================
   8. ქვედა ნავიგაცია / Menu Bar
   ========================================== */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 448px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 16px 16px 0px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px -4px 15px rgba(0,0,0,0.1);
    z-index: 1000;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ADADAD;
    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-item span {
    margin-top: 4px;
}

.nav-item.active {
    color: #000000;
}

.nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-svg {
    width: 24px;
    height: 24px;
    fill: #ADADAD;
    transition: fill 0.3s ease;
}

.nav-item.active .nav-svg {
    fill: #000000;
}

/* ==========================================
   9. საინფორმაციო მოდალი / Popup
   ========================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    width: 367.2px;
    max-width: 90%;
    height: 456.8px;
    background: linear-gradient(180deg, #FFFFFF 0%, #2F2F2F 100%);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.modal-close-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 15px;
    top: 15px;
    background: #000000;
    border-radius: 16px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.modal-title {
    width: 100%;
    text-align: center;
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 8px;
}

.modal-scroll-content {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 8px;
}

/* Custom scrollbar for popup */
.modal-scroll-content::-webkit-scrollbar {
    width: 4px;
}
.modal-scroll-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}
.modal-scroll-content::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
}

.modal-bold-item {
    font-family: 'ArchyEdt', 'Archy EDT', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 6px;
}

.modal-text-item {
    font-family: 'Sylfaen', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
}

.modal-ok-btn {
    width: 120px;
    height: 44px;
    background: linear-gradient(90deg, #bcbcbc 0%, #0000 100%);
    border-radius: 9999px;
    border: none;
    color: #FFFFFF;
    font-family: 'ArchyEdt', sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.modal-ok-btn:hover {
    transform: scale(1.04);
}