* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Commissioner", system-ui, sans-serif;
    font-size: 20.8px;
    line-height: 1.3;
    background: #2b2b2b;
    color: #1e1e1e;
    min-width: 320px;
    overflow-x: hidden;
    zoom: 1.3;
}

/* Sprite Icons */
.icon-search-white {
    background: url("app.css") 38.7755102041% 90.9090909091% no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
}

.icon-map-white {
    background: url("app.css") 19.387755102% 90.9090909091% no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
}

.icon-login-white {
    background: url("app.css") 73.4375% 12.1212121212% no-repeat;
    width: 23px;
    height: 20px;
    display: inline-block;
}

.icon-metro {
    background: url("app.css") 84.9740932642% 0 no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.icon-geolocation {
    background: url("app.css") 55.8974358974% 78.7878787879% no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon-arrow-down {
    background: url("app.css") 46.7980295567% 36.1581920904% no-repeat;
    width: 12px;
    height: 8px;
    display: inline-block;
}

/* Header */
.header {
    background: #1e1e1e;
    color: white;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.header-top {
    background: #1e1e1e;
}

.header-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.menu-btn {
    background: #1e1e1e;
    border: 1px solid #5a5a5a;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.menu-btn:hover {
    background: #242424;
    border-color: #7a7a7a;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 28px;
    width: auto;
}

/* Search Bar */
.search-bar {
    flex: 1;
    max-width: 520px;
    display: flex;
    align-items: center;
    background: #2b2b2b;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    height: 42px;
    margin-left: 6px;
    padding: 0;
}

.search-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #3a3a3a;
    border-radius: 8px;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.2s;
}

.search-icon-wrapper:hover {
    background: #454545;
}

.search-circle-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.search-bar input {
    flex: 1;
    padding: 0 15px;
    background: transparent;
    border: none;
    color: white;
    font-size: 13px;
    height: 100%;
}

.search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-bar input:focus {
    outline: none;
}

.search-btn {
    display: none;
}

.search-btn:hover {
    opacity: 0.8;
}

/* Header Right */
.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.city-btn,
.login-btn {
    background: #3a3a3a;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    padding: 8px 14px 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    transition: background 0.2s, color 0.2s;
    height: 38px;
}

.city-btn:hover,
.login-btn:hover {
    background: #454545;
    color: white;
}

.add-btn {
    background: #ff5e7d;
    color: white;
    border: none;
    padding: 10px 22px 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
}

.login-icon,
.add-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.map-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.add-btn:hover {
    background: #ff2b54;
}

/* Navigation */
.header-nav {
    background: #1e1e1e;
    border-top: none;
}

.nav-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    gap: 5px;
    overflow-x: auto;
}

.nav-right {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}

.nav-left .nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s, background 0.2s;
    display: block;
}

.nav-left .nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.08);
}

/* Nav Right Buttons */
.metro-btn,
.city-dropdown-btn,
.lang-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 400;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.metro-btn:hover,
.city-dropdown-btn:hover,
.lang-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.metro-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

/* Main Content */
.main-content {
    background: #2b2b2b;
    min-height: 100vh;
    padding-top: 0;
}

.main-wrapper {
    background: white;
    border-radius: 30px 30px 0 0;
    margin-top: 0;
    padding: 25px 20px 50px;
    min-height: calc(100vh - 140px);
}

.container {
    max-width: 1340px;
    margin: 0 auto;
}

/* Banner Slider */
.banner-slider {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.banner-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}

.banner-track::-webkit-scrollbar {
    display: none;
}

.banner-item {
    flex: 0 0 auto;
    width: 193px;
    height: 118px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.banner-item:hover {
    transform: scale(1.02);
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 10;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}

/* Title Section */
.title-section {
    margin-bottom: 30px;
}

.title-section h1 {
    font-size: 30px;
    font-weight: 700;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.2;
    margin: 0;
}

.online-count {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    gap: 6px;
}

.online-icon {
    width: 12px;
    height: 12px;
}

.online-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
}

/* Profiles Grid */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.profile-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 360px;
    overflow: hidden;
}

.profile-top {
    display: flex;
    gap: 0;
    padding: 16px 16px 0 16px;
}

.profile-photo-wrapper {
    position: relative;
    width: 160px;
    height: 220px;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
}

.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.95);
    color: #ff5e7d;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.profile-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 14px;
}

.profile-params {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
}

.param-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.param-label {
    color: #999;
    font-size: 12px;
}

.param-value {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 14px;
}

.profile-tags {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
}

.tag {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

.tag-dark {
    background: #3a3a3a;
    color: white;
}

.tag-blue {
    background: #7b9fd9;
    color: white;
}

.profile-body {
    padding: 0 16px 16px 16px;
}

.profile-name {
    font-size: 20px;
    font-weight: 700;
    color: #4169e1;
    margin: 14px 0 6px 0;
}

.profile-location {
    font-size: 12px;
    color: #666;
    margin: 0 0 12px 0;
}

.profile-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.btn-primary {
    flex: 1;
    background: #5277c3;
    color: white;
    border: none;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-primary:hover {
    background: #4568b0;
}

.btn-icon {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-telegram {
    background: #5da6e8;
    color: white;
}

.btn-whatsapp {
    background: #25d366;
    color: white;
}

.btn-icon:hover {
    filter: brightness(1.1);
}

.btn-icon-img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.profile-prices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
}

.price-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.price-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.price-label {
    color: #666;
    flex: 1;
}

.price-value {
    font-weight: 700;
    color: #ff4d6d;
    white-space: nowrap;
}

/* Sidebar Menu */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -380px;
    width: 380px;
    height: 100%;
    background: white;
    z-index: 999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.sidebar.active {
    left: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-header h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #1e1e1e;
}

.sidebar-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close:hover {
    color: #000;
}

.sidebar-content {
    padding: 20px;
}

.service-section {
    margin-bottom: 24px;
}

.service-section h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1e1e1e;
}

.service-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}

.service-section ul li {
    font-size: 13px;
}

.service-section ul li a {
    text-decoration: none;
    color: #1e1e1e;
}

.service-section ul li a:hover {
    color: #4169e1;
}

.service-section ul li a.red {
    color: #d32f2f;
}

.service-section ul li a.gold {
    color: #f9a825;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.tag-btn {
    background: #5277c3;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.tag-btn:hover {
    background: #4568b0;
}
.profile-info {
    width: 100%;
    text-align: left;
}
.profile-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e1e1e;
}
.profile-params {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #444;
}
.profile-params li {
    margin-bottom: 2px;
}
.profile-price {
    font-size: 15px;
    color: #1e1e1e;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.profile-price b {
    font-weight: 700;
    color: #ff5e7d;
}

.placeholder-text {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

/* Footer */
.footer {
    margin-top: 0;
}

.footer-top {
    background: white;
    padding: 40px 20px;
    color: #1e1e1e;
}

.footer-bottom {
    background: #4169e1;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1e1e1e;
}

.footer-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.feature-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.feature-text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1e1e1e;
}

.feature-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-tag {
    background: #7b9fd9;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.2s;
}

.footer-tag:hover {
    background: #6a8ec8;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr 0.8fr;
    gap: 40px;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: white;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-logo {
    height: 28px;
    width: auto;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.6;
    max-width: 350px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.social-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* Access Modal */
.access-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.access-modal.active {
    display: flex;
}

.access-modal-content {
    background: white;
    padding: 40px;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    position: relative;
    text-align: center;
}

.access-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.access-modal-close:hover {
    color: #000;
}

.access-modal-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e1e1e;
}

.access-modal-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.access-btn {
    display: inline-block;
    background: #5277c3;
    color: white;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    transition: background 0.2s;
}

.access-btn:hover {
    background: #4166b2;
}

/* Responsive */
@media (max-width: 1024px) {
    body {
        zoom: 1.1;
    }
    
    .header-container {
        flex-wrap: wrap;
        padding: 10px 15px;
    }
    
    .search-bar {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    
    .nav-bar {
        padding: 10px 15px;
        overflow-x: auto;
    }
    
    .nav-links {
        gap: 15px;
        white-space: nowrap;
    }
    
    .profiles-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    body {
        zoom: 1;
    }
    
    /* Header */
    .header {
        padding: 0;
    }
    
    .header-top {
        padding: 10px 12px;
    }
    
    .header-left {
        gap: 8px;
    }
    
    .menu-btn {
        width: 34px;
        height: 34px;
    }
    
    .logo {
        height: 24px;
    }
    
    .header-right {
        gap: 6px;
    }
    
    .city-btn,
    .login-btn {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .city-btn span,
    .login-btn span {
        display: none;
    }
    
    .add-btn {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    /* Search bar */
    .search-bar {
        padding: 8px 12px;
        margin-top: 8px;
    }
    
    .search-bar input {
        font-size: 14px;
    }
    
    .search-icon-btn {
        width: 34px;
        height: 34px;
    }
    
    /* Navigation */
    .nav-bar {
        padding: 8px 12px;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    
    .nav-links {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 5px;
    }
    
    .nav-links a {
        font-size: 13px;
        white-space: nowrap;
    }
    
    .nav-right {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    
    /* Title section */
    .title-section {
        padding: 15px 12px;
    }
    
    .title-section h1 {
        font-size: 20px;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    /* Profile cards - mobile layout like screenshot */
    .profiles-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 12px;
    }
    
    .profile-card {
        padding: 12px;
        background: white;
    }
    
    .profile-top {
        flex-direction: row;
        gap: 12px;
        align-items: flex-start;
    }
    
    .photo-wrapper {
        width: 100px;
        height: 140px;
        flex-shrink: 0;
    }
    
    .photo-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    
    .profile-sidebar {
        width: auto;
        flex: 1;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }
    
    .profile-params {
        gap: 6px;
        margin-bottom: 8px;
    }
    
    .param-item {
        font-size: 12px;
        color: #666;
    }
    
    .profile-tags {
        gap: 6px;
        margin-top: 8px;
        flex-wrap: wrap;
    }
    
    .tag-dark,
    .tag-blue {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .profile-body {
        padding: 12px 0 0 0;
    }
    
    .profile-name {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .profile-location {
        font-size: 12px;
        margin: 6px 0;
    }
    
    .profile-buttons {
        gap: 6px;
        margin: 10px 0;
    }
    
    .btn-primary,
    .btn-telegram,
    .btn-whatsapp {
        padding: 8px 12px;
        font-size: 13px;
        flex: 1;
    }
    
    .btn-icon-img {
        width: 16px;
        height: 16px;
    }
    
    .profile-prices {
        gap: 6px;
        margin-top: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .price-item {
        padding: 6px 8px;
        font-size: 12px;
    }
    
    .price-icon {
        width: 14px;
        height: 14px;
    }
    
    /* Sidebar menu */
    .sidebar {
        width: 85%;
        max-width: 320px;
    }
    
    .sidebar.active {
        left: 0;
    }
    
    .sidebar-header h2 {
        font-size: 18px;
    }
    
    .service-section h3 {
        font-size: 15px;
    }
    
    .service-section ul li a {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .sidebar-tags {
        gap: 6px;
    }
    
    .tag-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    /* Footer */
    .footer-top,
    .footer-bottom {
        padding: 25px 12px;
    }
    
    .footer-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .footer-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-text strong {
        font-size: 15px;
    }
    
    .feature-text p {
        font-size: 13px;
    }
    
    .footer-tags {
        gap: 8px;
    }
    
    .footer-tag {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-col h4 {
        font-size: 13px;
    }
    
    .footer-col ul li a {
        font-size: 12px;
    }
    
    .footer-copyright {
        font-size: 11px;
    }
    
    /* Access Modal */
    .access-modal-content {
        padding: 30px 20px;
        max-width: 90%;
    }
    
    .access-modal-content h3 {
        font-size: 18px;
    }
    
    .access-modal-content p {
        font-size: 14px;
    }
    
    .access-btn {
        padding: 10px 30px;
        font-size: 15px;
    }
}