/* Reset & Base Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #0a0e1a;
    color: #ffffff;
    line-height: 1.6;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* Wrapper */

.wrapper {
    max-width: 750px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0a0e1a 0%, #1a1f2e 100%);
    min-height: 100vh;
    position: relative;
}

/* Header Styles - Unique Design */

.header {
    background: linear-gradient(180deg, #1a2332 0%, #0f1625 100%);
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.logo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    
    object-fit: contain;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.header-btn {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #2a3441 0%, #1e2835 100%);
    color: #22C3B1;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.2);
    text-shadow: 0 1px 2px rgba(251, 246, 0, 0.2);
}

.header-btn-text {
    display: block;
}

/* Banner Section - Unique Design */

.banner-section {
    padding: 1rem;
    background: linear-gradient(180deg, #0f1625 0%, #1a2332 50%, #0f1625 100%);
}

.banner-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    margin: 0 auto;
}

/* Banner Buttons */

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.banner-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    background-color: #22C3B1 !important ;
    color: #192230;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(55 212 202 / 40%);
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid rgba(1 69 61);
}

.banner-btn-text {
    display: block;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

/* Promo Content */

.promo-content {
    margin-top: 2rem;
    background: linear-gradient(145deg, #1a1f2e 0%, #151a27 100%);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.promo-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #22C3B1;
    text-align: center;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.promo-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.promo-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #242b3a 0%, #1e2532 100%);
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-icon {
    font-size: 2rem;
    flex-shrink: 0;
    line-height: 1;
}

.promo-text {
    flex: 1;
}

.promo-text strong {
    display: block;
    font-size: 1.0625rem;
    color: #22C3B1;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.promo-text p {
    font-size: 0.9375rem;
    color: #d0d0d0;
    line-height: 1.6;
    margin: 0;
}

/* Main Content - Unique Container Design */

.main-content {
    padding: 1.5rem 1rem;
    background: linear-gradient(180deg, transparent 0%, #0a0e1a 100%);
}

/* Notice Box - Unique Design */

.notice-box {
    background: linear-gradient(135deg, #2a3441 0%, #1e2835 100%);
    border-radius: 25px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.notice-icon {
    width: 32px;
    flex-shrink: 0;
}

.marquee-container {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-container p {
    display: inline-block;
    font-size: 0.875rem;
    color: #e8e8e8;
    animation: marquee 20s linear infinite;
    padding-left: 100%;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Content Article - Unique Design */

.content-article {
    background: linear-gradient(145deg, #1a1f2e 0%, #151a27 100%);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.content-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #22C3B1;
    margin-bottom: 1rem;
    text-align: center;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.content-text {
    font-size: 0.9375rem;
    color: #d0d0d0;
    margin-bottom: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.content-text:last-child {
    margin-bottom: 0;
}

/* Links Section - Unique Design */

.links-section {
    margin-bottom: 1.5rem;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #22C3B1;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0 2px 6px rgba(212, 175, 55, 0.2);
}

.links-list {
    margin-bottom: 1rem;
}

.link-item {
    background: linear-gradient(135deg, #242b3a 0%, #1e2532 100%);
    border-radius: 30px;
    padding: 0.875rem 1rem;
    margin-bottom: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(212, 175, 55, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.link-info {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex: 1;
}

.link-icon {
    width: 28px;
    height: 28px;
}

.link-url {
    font-size: 0.875rem;
    color: #e8e8e8;
    font-weight: 500;
}

.btn-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #2a3441 0%, #1e2835 100%);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-text {
    font-size: 0.8125rem;
    color: #22C3B1;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(251, 246, 0, 0.3);
}

.btn-image {
    width: 90px;
    height: auto;
}

.links-note {
    font-size: 0.875rem;
    color: #22C3B1;
    text-align: center;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(251, 246, 0, 0.2);
}

/* VPN Section - Unique Design */

.vpn-section {
    margin-bottom: 1.5rem;
}

.vpn-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.btn-vpn {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-vpn img {
    width: 100%;
    display: block;
}

.vpn-text {
    font-size: 0.8125rem;
    color: #22C3B1;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(251, 246, 0, 0.2);
}

/* Social Section - Unique Design */

.social-section {
    margin-bottom: 1.5rem;
}

.social-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.btn-social {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-social img {
    width: 100%;
    display: block;
}

/* Footer - Unique Design */

.footer {
    background: linear-gradient(180deg, #0a0e1a 0%, #050810 100%);
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-text {
    font-size: 0.875rem;
    color: #888;
    font-weight: 400;
}

/* Popup - Unique Design */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popup-body {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.popup-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile Button Effects - Only on Mobile */

@media (max-width: 768px) {
    .link-item {
        transform: scale(1);
    }
    .btn-vpn {
        transform: scale(1);
    }
    .btn-social {
        transform: scale(1);
    }
    .header {
        padding: 0.625rem 0.75rem;
    }
    .logo {
        width: 70px;
        height: 70px;
    }
    .header-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
    }
    .header-buttons {
        gap: 0.5rem;
    }
    .banner-btn {
        min-width: 140px;
        padding: 0.75rem 1.5rem;
        font-size: 0.9375rem;
    }
    .banner-buttons {
        gap: 0.75rem;
    }
    .promo-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem 0.75rem;
        display: block;
        justify-content: center;

    }
    .promo-icon {
        font-size: 1.75rem;
    }
}

/* Tablet Styles */

@media (min-width: 769px) and (max-width: 1024px) {
    .wrapper {
        max-width: 750px;
    }
}

/* Desktop Styles - No Changes */

@media (min-width: 1025px) {
    .wrapper {
        max-width: 750px;
    }
    .link-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    }
    .btn-link:hover {
        background: linear-gradient(135deg, #2f3a4a 0%, #232d3d 100%);
    }
    .banner-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
        background: linear-gradient(135deg, #e0c050 0%, #c9a529 100%);
    }
    .promo-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }
}

/* Responsive Typography */

@media (max-width: 480px) {
    .content-title {
        font-size: 1.25rem;
    }
    .content-text {
        font-size: 0.875rem;
    }
    .section-title {
        font-size: 1.125rem;
    }
    .header-btn {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
    }
    .logo {
        width: 60px;
        height: 60px;
    }
}