@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    margin: 0px;font-family: "Inter", sans-serif;
}

/* Enhanced Navbar CSS - Minimal, non-interfering styles */
.enhanced-navbar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    border-bottom: 1px solid #e9ecef;
}

.enhanced-navbar .container {
    max-width: 1250px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
}
.enhanced-brand img{
    padding: 0px;
  margin: 0px;
  height: 45px;
    position: relative;
    left: 4px;
}
.enhanced-brand {
    color: #2c3e50 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
}

.enhanced-brand i {
    color: #3498db;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
}

.enhanced-nav-link {
    color: #2c3e50 !important;
    font-weight: 500;
    padding: 0.5rem 0.8rem !important;
    margin: 0 0.2rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.enhanced-nav-link:hover {
    color: #fa885c !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.enhanced-nav-link.active {
    color: #3498db !important;
    background-color: rgba(52, 152, 219, 0.15);
    font-weight: 600;
}

.enhanced-nav-link i {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.enhanced-navbar .dropdown-menu {
    border: none;
    border-radius: 10px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15) !important;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.enhanced-navbar .dropdown-item {
    padding: 0.6rem 1rem !important;
    border-radius: 6px !important;
    color: #2c3e50 !important;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.enhanced-navbar .dropdown-item:hover {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    color: white !important;
    transform: translateX(3px);
}

.enhanced-navbar .dropdown-item:hover i {
    color: white !important;
}

.enhanced-navbar .dropdown-item i {
    color: #fa865c;
    width: 18px;
}

.enhanced-badge {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
    font-size: 0.65rem;
    padding: 0.2rem 0.5rem;
    border-radius: 50px;
    font-weight: 600;
    margin-left: auto;
}

.enhanced-login-btn,
.enhanced-register-btn {
    padding: 0.5rem 1.2rem !important;
    border-radius: 6px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0.5rem;
}

.enhanced-login-btn {
    background-color: transparent !important;
    border: 2px solid #f1a852 !important;
    color: #f35d4f !important;
}

.enhanced-login-btn:hover {
    background-color: rgba(52, 152, 219, 0.01) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 236, 236, 0.2);
}

.enhanced-register-btn {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    border: none !important;
    color: white !important;
}

.enhanced-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    color: white !important;
}

@media (max-width: 991px) {
    .enhanced-navbar {
        padding: 0.4rem 0;
    }
    
    .enhanced-navbar .navbar-collapse {
        background: white;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        margin-top: 0.5rem;
    }
    
    .enhanced-nav-link {
        padding: 0.7rem 1rem !important;
        margin: 0.1rem 0;
    }
    
    .enhanced-login-btn,
    .enhanced-register-btn {
        margin: 0.5rem 0;
        width: 100%;
        justify-content: center;
    }
    
    .enhanced-navbar .d-flex {
        flex-direction: column;
        width: 100%;
        margin-top: 0.5rem;
    }
}

/* Homepage Styles */
.homepage-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
}

.homepage-hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    background: linear-gradient(135deg, #fff9f8 0%, #fffbf0 100%);
}

.homepage-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.homepage-bg-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(248, 112, 95, 0.1);
}

.homepage-hero-content {
    position: relative;
    z-index: 2;
}

.homepage-hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c3e50;
}

.homepage-hero-content p {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 600px;
}

.homepage-gradient-text {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.homepage-btn-gradient {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.homepage-btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(248, 112, 95, 0.3);
    color: white;
}

.homepage-btn-secondary {
    background: white;
    border: 2px solid #f8705f;
    color: #f8705f;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.homepage-btn-secondary:hover {
    background: #f8705f;
    color: white;
    transform: translateY(-3px);
}

.homepage-hero-image {
    position: relative;
    z-index: 2;
}

.homepage-hero-image img {
    max-width: 100%;
    animation: homepageFloat 3s ease-in-out infinite;
}

@keyframes homepageFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.homepage-section-title {
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}

.homepage-section-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.homepage-section-title p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.homepage-stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.homepage-stats-container {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.homepage-stat-box {
    text-align: center;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.homepage-stat-box:hover {
    transform: translateY(-10px);
    background: rgba(248, 112, 95, 0.05);
}

.homepage-stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(248, 112, 95, 0.1), rgba(255, 193, 85, 0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.homepage-stat-icon i {
    font-size: 2rem;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage-stat-value {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.homepage-stat-label {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.homepage-earn-section {
    padding: 100px 0;
    background: white;
}

.homepage-earn-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.homepage-earn-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
}

.homepage-earn-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.homepage-earn-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(248, 112, 95, 0.1), rgba(255, 193, 85, 0.1));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.homepage-earn-icon i {
    font-size: 2rem;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage-benefits-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.homepage-benefit-tabs-top {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.homepage-top-tabs-nav {
    display: flex;
    background: #f8f9fa;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
}

.homepage-top-tabs-nav .nav-item {
    flex: 1;
    text-align: center;
}

.homepage-top-tabs-nav .nav-link {
    padding: 1.5rem 2rem;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.homepage-top-tabs-nav .nav-link.active {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    color: white !important;
    border: none;
}

.homepage-top-tabs-nav .nav-link:not(.active) {
    background: white;
    color: #2c3e50;
    border: none;
}

.homepage-top-tabs-nav .nav-link:not(.active):hover {
    background: rgba(248, 112, 95, 0.1);
    color: #f8705f;
    border: none;
}

.homepage-tab-content-top {
    padding: 3rem;
}

.homepage-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.homepage-benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.homepage-benefit-icon i {
    color: white;
    font-size: 1.2rem;
}

.homepage-testimonials-section {
    padding-bottom: 100px;
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    padding-top: 20px;
}

.homepage-testimonials-header {
    text-align: center;
    margin-bottom: 3rem;
}

.homepage-testimonials-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.homepage-testimonials-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.homepage-testimonials-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.homepage-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.homepage-testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.homepage-testimonial-card p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.homepage-testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.homepage-testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.homepage-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 3px solid #f8705f;
}

.homepage-testimonial-user h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0.3rem;
}

.homepage-testimonial-user p {
    color: #6c757d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.homepage-testimonial-rating {
    color: #ffc155;
    margin-bottom: 1rem;
}

.homepage-testimonial-rating i {
    font-size: 1.2rem;
}

.homepage-testimonial-text {
    color: #555;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid #f8705f;
}

.homepage-payment-section {
    padding: 100px 0;
    background: white;
}

.homepage-payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.homepage-payment-item {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.homepage-payment-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(248, 112, 95, 0.2);
    border-color: #f8705f;
}

.homepage-payment-item img {
    height: 40px;
    transition: all 0.3s ease;
}

.homepage-payment-item:hover img {
    filter: grayscale(0%);
}

@keyframes homepageFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.homepage-animate-fade-up {
    animation: homepageFadeInUp 0.6s ease forwards;
}

@media (max-width: 991px) {
    .homepage-hero-content h1 {
        font-size: 2.8rem;
    }
    
    .homepage-section-title h2 {
        font-size: 2rem;
    }
    
    .homepage-stat-value {
        font-size: 1.8rem;
    }
    
    .homepage-top-tabs-nav .nav-link {
        padding: 1.2rem;
        font-size: 1rem;
    }
    
    .homepage-tab-content-top {
        padding: 2rem;
    }
    
    .homepage-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .homepage-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .homepage-hero-content {
        text-align: center;
    }
    
    .homepage-stat-box {
        padding: 1.5rem 1rem;
    }
    
    .homepage-payment-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .homepage-payment-item {
        padding: 1.5rem;
    }
    
    .homepage-payment-item img {
        max-width: 60px;
    }
    
    .homepage-top-tabs-nav {
        flex-direction: column;
    }
    
    .homepage-top-tabs-nav .nav-link {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .homepage-payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .homepage-top-tabs-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.8rem;
    }
}

/* Advertise Page Styles */
.advertise-page {
    min-height: calc(100vh - 200px);
    padding: 30px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f5f7ff 100%);
    position: relative;
    overflow: hidden;
}

.advertise-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.advertise-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 90% 10%, rgba(58, 134, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(131, 56, 236, 0.05) 0%, transparent 50%);
    z-index: -1;
}

.advertise-page-title {
    text-align: center;
    margin-bottom: 40px;
}

.advertise-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.advertise-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.advertise-success-message {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9ecef;
    padding: 40px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.advertise-alert.success-msg {
    background: rgba(56, 176, 0, 0.1);
    border: 1px solid rgba(56, 176, 0, 0.2);
    color: #38b000;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.advertise-success-btn {
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.advertise-success-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    color: white;
}

.advertise-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.advertise-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.advertise-ptc-card {
    border-top: 4px solid #3a86ff;
}

.advertise-banner-card {
    border-top: 4px solid #8338ec;
}

.advertise-ptsu-card {
    border-top: 4px solid #ff9e00;
}

.advertise-faucet-card {
    border-top: 4px solid #38b000;
}

.advertise-card-header {
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    color: white;
    padding: 20px;
    text-align: center;
}

.advertise-card-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.advertise-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.advertise-card-body {
    padding: 25px;
}

.advertise-form {
    width: 100%;
}

.advertise-form-group {
    margin-bottom: 20px;
}

.advertise-form-label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.advertise-form-select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    color: #495057;
    background-color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.advertise-form-select:focus {
    border-color: #3a86ff;
    box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.1);
    outline: none;
}

.advertise-form-select optgroup {
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

.advertise-form-select option {
    padding: 8px;
    color: #495057;
}

.advertise-form-submit {
    text-align: center;
    margin-top: 25px;
}

.advertise-submit-btn {
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.advertise-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    color: white;
}

.advertise-ptc-btn {
    background: linear-gradient(135deg, #3a86ff 0%, #2a76ef 100%);
}

.advertise-banner-btn {
    background: linear-gradient(135deg, #8338ec 0%, #7328dc 100%);
}

.advertise-ptsu-btn {
    background: linear-gradient(135deg, #ff9e00 0%, #ef8e00 100%);
}

.advertise-faucet-btn {
    background: linear-gradient(135deg, #38b000 0%, #28a000 100%);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.advertise-card {
    animation: fadeInUp 0.5s ease forwards;
}

.advertise-ptc-card { animation-delay: 0.1s; }
.advertise-banner-card { animation-delay: 0.2s; }
.advertise-ptsu-card { animation-delay: 0.3s; }
.advertise-faucet-card { animation-delay: 0.4s; }

@media (max-width: 768px) {
    .advertise-page {
        padding: 20px 0;
    }
    
    .advertise-container {
        padding: 0 15px;
    }
    
    .advertise-main-title {
        font-size: 2rem;
    }
    
    .advertise-subtitle {
        font-size: 1rem;
    }
    
    .advertise-packages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .advertise-success-message {
        padding: 30px 20px;
    }
    
    .advertise-card-header {
        padding: 15px;
    }
    
    .advertise-card-body {
        padding: 20px;
    }
    
    .advertise-form-select {
        padding: 10px 12px;
    }
    
    .advertise-submit-btn {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .advertise-main-title {
        font-size: 1.8rem;
    }
    
    .advertise-card-title {
        font-size: 1.2rem;
    }
    
    .advertise-card-icon {
        font-size: 1.8rem;
    }
}

/* News Page Styles */
.news-page {
    min-height: calc(100vh - 200px);
    padding: 30px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f5f7ff 100%);
    position: relative;
    overflow: hidden;
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.news-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(58, 134, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(131, 56, 236, 0.05) 0%, transparent 50%);
    z-index: -1;
}

.news-page-title {
    text-align: center;
    margin-bottom: 40px;
}

.news-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.news-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.news-articles {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.news-article {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.news-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.news-article:nth-child(1) { animation-delay: 0.1s; }
.news-article:nth-child(2) { animation-delay: 0.2s; }
.news-article:nth-child(3) { animation-delay: 0.3s; }
.news-article:nth-child(4) { animation-delay: 0.4s; }

.news-article-header {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    color: white;
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
}

.news-article-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 100%);
}

.news-article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.news-article-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    opacity: 0.9;
}

.news-article-date i {
    font-size: 1rem;
}

.news-article-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-article-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.news-article-body {
    padding: 30px;
}

.news-article-content {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #495057;
}

.news-article-content p {
    margin-bottom: 1.2rem;
}

.news-article-content p:last-child {
    margin-bottom: 0;
}

.news-article-content a {
    color: #3a86ff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(58, 134, 255, 0.2);
    transition: all 0.3s ease;
}

.news-article-content a:hover {
    color: #8338ec;
    border-bottom-color: #8338ec;
}

.news-article-content ul,
.news-article-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
}

.news-article-content li {
    margin-bottom: 0.5rem;
}

.news-article-content blockquote {
    border-left: 4px solid #3a86ff;
    padding-left: 20px;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6c757d;
    background: rgba(58, 134, 255, 0.05);
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
}

.news-article-footer {
    padding: 20px 30px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.news-article-actions {
    display: flex;
    gap: 15px;
}

.news-article-share,
.news-article-copy {
    background: #ffffff;
    border: 2px solid #e9ecef;
    color: #495057;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.news-article-share:hover,
.news-article-copy:hover {
    background: #3a86ff;
    border-color: #3a86ff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(58, 134, 255, 0.2);
}

.news-empty {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.news-empty-icon {
    font-size: 4rem;
    color: #e9ecef;
    margin-bottom: 20px;
}

.news-empty-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: 15px;
}

.news-empty-text {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 400px;
    margin: 0 auto;
}

.news-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

.news-newsletter {
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    color: white;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.news-newsletter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 100%);
}

.news-newsletter-content {
    position: relative;
    z-index: 1;
}

.news-newsletter-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.news-newsletter-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-newsletter-text {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.news-newsletter-btn {
    background: #ffffff;
    border: none;
    color: #3a86ff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-newsletter-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .news-page {
        padding: 20px 0;
    }
    
    .news-container {
        padding: 0 15px;
    }
    
    .news-main-title {
        font-size: 2rem;
    }
    
    .news-subtitle {
        font-size: 1rem;
    }
    
    .news-article-header {
        padding: 20px;
    }
    
    .news-article-title {
        font-size: 1.4rem;
    }
    
    .news-article-body {
        padding: 20px;
    }
    
    .news-article-content {
        font-size: 1rem;
    }
    
    .news-article-footer {
        padding: 15px 20px;
    }
    
    .news-article-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .news-article-share,
    .news-article-copy {
        width: 100%;
        justify-content: center;
    }
    
    .news-newsletter {
        padding: 30px 20px;
    }
    
    .news-newsletter-title {
        font-size: 1.6rem;
    }
    
    .news-newsletter-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .news-main-title {
        font-size: 1.8rem;
    }
    
    .news-article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .news-article-title {
        font-size: 1.3rem;
    }
    
    .news-article-content {
        font-size: 0.95rem;
    }
    
    .news-newsletter {
        padding: 25px 15px;
    }
    
    .news-newsletter-title {
        font-size: 1.4rem;
    }
    
    .news-newsletter-btn {
        width: 100%;
        justify-content: center;
    }
}

@media print {
    .news-article-footer,
    .news-newsletter,
    .news-article-actions {
        display: none;
    }
    
    .news-article {
        box-shadow: none;
        border: 1px solid #dee2e6;
        page-break-inside: avoid;
    }
}

/* FAQ Page Styles */
.faq-page {
    min-height: calc(100vh - 200px);
    padding: 30px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #e3e3e3 100%);
    position: relative;
    overflow: hidden;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.faq-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(58, 134, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(131, 56, 236, 0.05) 0%, transparent 50%);
    z-index: -1;
}

.faq-page-title {
    text-align: center;
    margin-bottom: 40px;
}

.faq-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #7a7b7d;
}

.faq-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.faq-search {
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-search-box {
    position: relative;
    margin-bottom: 10px;
}

.faq-search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

.faq-search-input {
    width: 100%;
    padding: 15px 20px 15px 55px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-search-input:focus {
    border-color: #3a86ff;
    box-shadow: 0 4px 20px rgba(58, 134, 255, 0.15);
    outline: none;
}

.faq-search-input::placeholder {
    color: #adb5bd;
}

.faq-search-clear {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
    display: none;
}

.faq-search-clear:hover {
    color: #ff006e;
}

.faq-search-input:not(:placeholder-shown) + .faq-search-clear {
    display: block;
}

.faq-search-hint {
    color: #6c757d;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
}

.faq-search-hint i {
    font-size: 0.9rem;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

.faq-category {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    color: #495057;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-category:hover {
    border-color: #3a86ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(58, 134, 255, 0.1);
}

.faq-category.active {
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    border-color: #3a86ff;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(58, 134, 255, 0.2);
}

.faq-category i {
    font-size: 1.1rem;
}

.faq-content {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    padding: 30px;
    margin-bottom: 40px;
}

.faq-content h3,
.faq-content h4 {
    color: #3a86ff;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.faq-content p {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 15px;
}

.faq-content ul,
.faq-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.faq-content li {
    margin-bottom: 8px;
    color: #495057;
    line-height: 1.6;
}

.faq-content strong {
    color: #212529;
    font-weight: 600;
}

.faq-content a {
    color: #3a86ff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(58, 134, 255, 0.2);
    transition: all 0.3s ease;
}

.faq-content a:hover {
    color: #8338ec;
    border-bottom-color: #8338ec;
}

.faq-content blockquote {
    border-left: 4px solid #3a86ff;
    padding: 15px 20px;
    margin: 20px 0;
    background: rgba(58, 134, 255, 0.05);
    border-radius: 0 8px 8px 0;
    color: #495057;
    font-style: italic;
}

.faq-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: #3a86ff;
    box-shadow: 0 4px 15px rgba(58, 134, 255, 0.1);
}

.faq-question {
    padding: 20px;
    background: #f8f9fa;
    font-weight: 600;
    color: #212529;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(58, 134, 255, 0.05);
}

.faq-toggle-icon {
    color: #3a86ff;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 1000px;
}

.faq-answer p {
    margin-bottom: 10px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-no-results {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.faq-no-results-icon {
    font-size: 3rem;
    color: #e9ecef;
    margin-bottom: 20px;
}

.faq-no-results h3 {
    color: #495057;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.faq-help {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    border-radius: 12px;
    padding: 40px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.faq-help::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 100%);
}

.faq-help-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.faq-help-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.faq-help-text {
    margin-bottom: 25px;
}

.faq-help-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-help-description {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.faq-help-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-help-btn {
    background: #ffffff;
    border: none;
    color: #2e2f30;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.faq-help-btn.outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.faq-help-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.faq-help-btn.outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .faq-page {
        padding: 20px 0;
    }
    
    .faq-container {
        padding: 0 15px;
    }
    
    .faq-main-title {
        font-size: 2rem;
    }
    
    .faq-subtitle {
        font-size: 1rem;
    }
    
    .faq-categories {
        gap: 8px;
        padding: 15px 0;
    }
    
    .faq-category {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .faq-content {
        padding: 20px;
    }
    
    .faq-help {
        padding: 30px 20px;
    }
    
    .faq-help-title {
        font-size: 1.6rem;
    }
    
    .faq-help-description {
        font-size: 1rem;
    }
    
    .faq-help-actions {
        flex-direction: column;
    }
    
    .faq-help-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .faq-main-title {
        font-size: 1.8rem;
    }
    
    .faq-categories {
        flex-direction: column;
    }
    
    .faq-category {
        width: 100%;
        justify-content: center;
    }
    
    .faq-content h3,
    .faq-content h4 {
        font-size: 1.2rem;
    }
    
    .faq-help-title {
        font-size: 1.4rem;
    }
    
    .faq-help-icon {
        font-size: 2.5rem;
    }
}

@media print {
    .faq-search,
    .faq-categories,
    .faq-help {
        display: none;
    }
    
    .faq-content {
        box-shadow: none;
        border: none;
        padding: 0;
    }
    
    .faq-item {
        break-inside: avoid;
        border: 1px solid #dee2e6;
    }
    
    .faq-item.active .faq-answer {
        max-height: none;
        display: block;
    }
}
   /* ============================================
   REDESIGNED FOOTER STYLES WITH GRADIENT THEME
   ============================================ */

.site-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #1a1a2a 100%);
    color: rgba(255, 255, 255, 0.9);
    padding: 60px 0 30px;
    border-top: 5px solid transparent;
    border-image: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    border-image-slice: 1;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(248, 112, 95, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(255, 193, 85, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.footer-content {
    text-align: center;
}

/* Footer Links */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link:hover {
    background: linear-gradient(135deg, rgba(248, 112, 95, 0.2) 0%, rgba(255, 193, 85, 0.2) 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.footer-link i {
    font-size: 1.1rem;
    color: #ffc155;
}

.footer-divider {
    color: rgba(255, 193, 85, 0.5);
    font-size: 1.5rem;
    margin: 0 5px;
}

/* Copyright */
.footer-copyright {
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-copyright-text i {
    color: #ffc155;
    margin-right: 5px;
}

.footer-copyright-text strong {
    color: #ffffff;
    font-weight: 600;
}

.footer-copyright-separator {
    color: rgba(255, 193, 85, 0.5);
}

.footer-attribution {
    color: #ffc155;
    font-weight: 500;
    background: rgba(255, 193, 85, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

/* Stats Cards */
.footer-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-stat-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(10px);
}

.footer-stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 193, 85, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.footer-stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(248, 112, 95, 0.2), rgba(255, 193, 85, 0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-stat-icon i {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-stat-info {
    text-align: left;
}

.footer-stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 5px;
}

.footer-stat-value.updated {
    animation: pulse 1s ease;
}

.footer-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Social Links */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-link:hover {
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(248, 112, 95, 0.3);
    border-color: transparent;
}

/* Back to Top Button */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8705f 0%, #ffc155 100%);
    border: none;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(248, 112, 95, 0.4);
}

/* Animations */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
        margin-top: 60px;
    }
    
    .footer-links {
        gap: 10px;
        padding: 15px 0;
    }
    
    .footer-link {
        padding: 6px 12px;
        font-size: 0.9rem;
    }
    
    .footer-stats {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
    
    .footer-stat-card {
        padding: 15px;
    }
    
    .footer-stat-value {
        font-size: 1.6rem;
    }
    
    .back-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 12px;
    }
    
    .footer-divider {
        display: none;
    }
    
    .footer-link {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .footer-copyright-text {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-copyright-separator {
        display: none;
    }
    
    .footer-social {
        gap: 10px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    .site-footer {
        background: linear-gradient(135deg, #1a1a2a 0%, #0a0a1a 100%);
    }
}