/* Modern CSS for Emerald RP - Crystal RP Style */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    caret-color: transparent !important;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #0a0a0a;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* Header and Navigation */
.main-header, .navbar, .container.nav-flex {
    background: transparent !important;
    box-shadow: none !important;
}

.main-header {
    background: url('../images/header-bg.jpg') no-repeat top center !important;
    background-size: cover !important;
}

.container.nav-flex {
    background: transparent !important;
    padding: 0 15px;
}

.navbar {
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 20px 0;
}

.logo.logo-center {
    background: transparent !important;
}

.nav-menu.nav-left, .nav-right {
    background: transparent !important;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    height: 40px;
    width: auto;
}

.logo span {
    font-size: 24px;
    font-weight: bold;
    color: #00ff88;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav-link:hover {
    color: #00ff88;
}

.account-btn {
    background: linear-gradient(45deg, #00ff88, #00cc6a);
    padding: 10px 20px;
    border-radius: 25px;
    color: #000 !important;
    font-weight: bold;
}

.account-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,255,136,0.3);
}

/* Hero Section */
.hero-section {
    background: url('../images/header-bg.jpg') center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.7) 0%, rgba(26, 26, 26, 0.7) 50%, rgba(10, 10, 10, 0.7) 100%);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-content {
    flex: 1;
    max-width: 600px;
}

.hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Akrobatbb', 'Akrobat-ExtraBold', sans-serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 72px;
    font-weight: bold;
    color: #00ff88;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 20px rgba(0,255,136,0.5);
}

.hero-description {
    margin-bottom: 40px;
}

.hero-description p {
    color: #ccc;
    font-size: 18px;
    line-height: 1.6;
}

.hero-feature {
    margin-top: 40px;
    padding: 30px;
    background: rgba(0, 255, 136, 0.1);
    border: 2px solid #00ff88;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    z-index: 3;
}

.hero-feature h3 {
    color: #00ff88;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 255, 136, 0.5);
}

.hero-feature p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(46, 233, 194, 0.08); /* mostly transparent */
    color: #2ee9c2;
    padding: 18px 48px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: 'Akrobatbb', 'Akrobat-ExtraBold', sans-serif;
    box-shadow: none;
    border: none;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s, transform 0.1s;
    cursor: pointer;
    gap: 16px;
}

.btn-primary .play-icon {
    font-size: 28px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #2ee9c2;
    transition: color 0.2s;
}

.btn-primary:hover {
    background: #2ee9c2;
    color: #fff;
    box-shadow: 0 0 24px 6px #2ee9c2, 0 8px 25px rgba(46, 233, 194, 0.25);
    transform: translateY(-2px) scale(1.03);
}

.btn-primary:hover .play-icon {
    color: #fff;
}

.server-status {
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #00ff88;
}

.online-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.online-number {
    font-size: 48px;
    font-weight: bold;
    color: #00ff88;
    margin-bottom: 10px;
}

.online-text {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: #111;
    position: relative;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #333;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
}

.feature-card h3 {
    color: #00ff88;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feature-card p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    background-image: url('../images/aboutproject.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(26, 26, 26, 0.85) 100%);
    z-index: -1;
}

.section-title {
    text-align: center;
    font-size: 52px;
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00e676);
    border-radius: 2px;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.about-text {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-text p {
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-text strong {
    color: #00ff88;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

/* How to Play Section */
.how-to-play-section {
    padding: 80px 0;
    background: #111;
    position: relative;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.game-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.game-description p {
    color: #ccc;
    font-size: 18px;
    line-height: 1.8;
}

.feature-item {
    background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #333;
}

.feature-item h3 {
    color: #00ff88;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.feature-item p {
    color: #ccc;
    font-size: 14px;
}

/* Step Cards Modern UI */
.steps-container {
    display: flex;
    gap: 36px;
    margin-top: 40px;
    justify-content: center;
}
.step-card {
    flex: 1 1 0;
    min-width: 320px;
    max-width: 400px;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 38px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.step-card-icon {
    width: 110px;
    height: auto;
    margin-bottom: 18px;
    margin-left: 0;
    display: block;
}
.buy-gta5-card {
    background: #2ecc40;
    background-image:
        repeating-radial-gradient(circle at 30% 40%, rgba(255,255,255,0.08) 0, rgba(255,255,255,0.08) 2px, transparent 2px, transparent 40px),
        repeating-radial-gradient(circle at 30% 40%, rgba(255,255,255,0.04) 0, rgba(255,255,255,0.04) 4px, transparent 4px, transparent 80px);
}
.install-ragemp-card {
    background: #ffc107;
    background-image:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.08) 0 8px, transparent 8px 40px);
}
.join-server-card {
    background: #181818;
    background-image:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.08) 0 8px, transparent 8px 40px),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 8px, transparent 8px 40px);
}
.step-card h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 0;
    letter-spacing: 0.04em;
}
.step-card p {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 0;
    letter-spacing: 0.01em;
}

/* Step Action Button */
.step-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #222;
    font-weight: 700;
    font-size: 1.18rem;
    letter-spacing: 0.18em;
    border-radius: 8px;
    padding: 22px 38px 22px 38px;
    min-width: 220px;
    width: 100%;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    text-decoration: none;
    transition: box-shadow 0.2s, border 0.2s, background 0.35s cubic-bezier(0.4,0,0.2,1), color 0.25s, filter 0.35s;
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
}
.step-action-btn .icon {
    margin-left: 18px;
    display: flex;
    align-items: center;
    font-size: 1.5em;
}
.step-action-btn .icon svg {
    transition: stroke 0.25s, filter 0.35s;
}
.step-action-btn:hover {
    background: linear-gradient(90deg, #00ff88 0%, #00e676 100%);
    color: #181818;
    box-shadow: 0 0 24px 4px #00ff88, 0 4px 16px rgba(0,0,0,0.18);
    filter: brightness(1.08) saturate(1.2);
}
.step-action-btn:hover .icon svg {
    stroke: #181818;
    filter: drop-shadow(0 0 6px #00ff88);
}
.step-action-btn.buy {
    border-left: 8px solid #2ecc40;
}
.step-action-btn.download {
    border-left: 8px solid #ffc107;
}
.step-action-btn.copy-ip {
    border-left: 8px solid #181818;
}
.step-action-btn:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

@media (max-width: 1100px) {
    .steps-container {
        flex-direction: column;
        gap: 28px;
        align-items: center;
    }
    .step-card {
        max-width: 98vw;
        min-width: 0;
        width: 100%;
    }
}

/* News Section */
.news-section {
    padding: 80px 0;
    background: #0a0a0a;
    position: relative;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.news-card {
    background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #333;
    transition: transform 0.3s ease;
    position: relative;
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: #00ff88;
}

.news-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.news-stats .views {
    color: #00ff88;
    font-weight: bold;
    font-size: 16px;
}

.news-stats .rating {
    color: #ffaa00;
    font-weight: bold;
    font-size: 16px;
}

.news-card h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-card p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    color: #00ff88;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #00cc6a;
}

/* Footer */
.main-footer {
    background: #0a0a0a;
    padding: 60px 0 30px;
    border-top: 1px solid #333;
    position: relative;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2;
}

.social-link {
    background: linear-gradient(135deg, #181d1f 80%, #23282b 100%);
    border-radius: 18px;
    padding: 38px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
    position: relative;
    min-height: 220px;
    transition: box-shadow 0.25s, transform 0.25s, border 0.25s;
    overflow: hidden;
}
.social-link:hover {
    box-shadow: 0 8px 40px 0 #00ff88, 0 4px 32px 0 rgba(0,0,0,0.22);
    transform: translateY(-4px) scale(1.02);
}
.social-link .social-info {
    display: flex;
    align-items: center;
    gap: 22px;
}
.social-link .social-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #23282b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 32px 0 rgba(0,0,0,0.18);
    font-size: 44px;
    margin-right: 0;
}
.social-link.discord .social-icon {
    background: #5865F2;
}
.social-link.youtube .social-icon {
    background: #FF0000;
}
.social-link.instagram .social-icon {
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
}
.social-link .social-icon img,
.social-link .social-icon svg {
    width: 44px;
    height: 44px;
    display: block;
}
.social-link .social-info h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-link .social-stats {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-link .count {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    margin-right: 4px;
}
.social-link .label {
    color: #888;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.social-link .green-dot {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 0;
    box-shadow: 0 0 8px #00ff88;
}
.go-btn {
    width: 100%;
    margin-top: 32px;
    background: #23282b;
    color: #fff;
    font-weight: 700;
    font-size: 1.18rem;
    border-radius: 12px;
    padding: 18px 0;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: block;
}
.go-btn:hover {
    background: linear-gradient(90deg, #00ff88 0%, #00e676 100%);
    color: #181818;
    box-shadow: 0 0 16px #00ff88, 0 2px 8px rgba(0,0,0,0.18);
}
@media (max-width: 900px) {
    .social-links {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .social-link {
        min-height: 0;
        padding: 28px 18px 24px 18px;
    }
}
/* 3D floating social icons as background decorations */
.social-bg-icon {
    position: absolute;
    z-index: 1;
    opacity: 0.18;
    filter: blur(2px) brightness(1.2);
    pointer-events: none;
    animation: floatIcon 8s ease-in-out infinite alternate;
}
.social-bg-icon.discord {
    top: -40px; left: -60px; width: 180px; height: 180px;
    animation-delay: 0s;
}
.social-bg-icon.youtube {
    bottom: -60px; left: -40px; width: 160px; height: 160px;
    animation-delay: 2s;
}
.social-bg-icon.instagram {
    top: -40px; right: -60px; width: 180px; height: 180px;
    animation-delay: 1s;
}
@keyframes floatIcon {
    0% { transform: translateY(0) scale(1.0) rotate(-8deg); }
    100% { transform: translateY(24px) scale(1.08) rotate(8deg); }
}

/* Override original styles to ensure visibility */
header {
    position: relative !important;
    height: auto !important;
    background: url('../images/header-bg.jpg') no-repeat top center !important;
    background-size: cover !important;
}

header .girl-header {
    display: none !important;
}

header .topline {
    position: relative !important;
    z-index: 100 !important;
}

main {
    position: relative !important;
    z-index: 10 !important;
    background: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

main:before {
    display: none !important;
}

/* Ensure all content is visible */
.features-section,
.about-section,
.how-to-play-section,
.news-section,
.main-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Force visibility for all sections */
section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}

/* Ensure proper spacing */
main > section {
    margin: 0 !important;
    padding: 80px 0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 48px;
    }
    
    .hero-section .container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-container {
        flex-direction: column;
        gap: 28px;
        align-items: center;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        grid-template-columns: 1fr;
    }
    
    /* About Section Mobile Styles */
    .about-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 36px;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }
    
    .about-text {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .about-text p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    /* About Section Small Mobile Styles */
    .about-section {
        padding: 40px 0;
    }
    
    .about-text {
        padding: 25px 15px;
        border-radius: 12px;
    }
    
    .about-text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
}

/* Bug Report & Payment Section */
.bug-report-section {
  background: #181818;
  padding: 60px 0 60px 0;
  color: #fff;
}
.bug-report-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.bug-report-left {
  flex: 1 1 60%;
  min-width: 320px;
}
.bug-report-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}
.bug-report-left .bug-disclaimer {
  color: #d1d1d1;
  font-size: 1.1rem;
  margin-bottom: 32px;
  margin-top: 0;
}
.copy-email-btn {
  background: #4be9e6;
  color: #181818;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 16px 36px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 10px;
  letter-spacing: 1px;
}
.copy-email-btn:hover {
  background: #00e6c7;
}
.bug-report-right {
  flex: 1 1 40%;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 30px;
}
.payment-icons img {
  max-width: 220px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.reward-text {
  color: #fff;
  font-size: 1.15rem;
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .bug-report-flex {
    flex-direction: column;
    gap: 30px;
  }
  .bug-report-right {
    padding-top: 0;
    align-items: flex-start;
  }
}

/* Email Copy Notification */
.email-copy-notification {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  min-width: 260px;
  max-width: 340px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  border-left: 6px solid #4be9e6;
  display: none;
  animation: fadeInNotif 0.3s;
}
.notification-content {
  padding: 18px 24px 16px 20px;
}
.notification-title {
  font-weight: 700;
  font-size: 1.15rem;
  color: #181818;
  margin-bottom: 2px;
}
.notification-message {
  color: #181818;
  font-size: 1rem;
}
@keyframes fadeInNotif {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .email-copy-notification {
    right: 10px;
    bottom: 10px;
    min-width: 180px;
    max-width: 90vw;
  }
  .notification-content {
    padding: 12px 10px 10px 12px;
  }
}

/* Header/Nav Flex Layout */
.nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  min-height: 64px;
}

.nav-menu.nav-left {
  display: flex;
  gap: 38px;
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: center;
}

.nav-menu.nav-left .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  transition: color 0.2s;
  padding: 0 2px;
}

.nav-menu.nav-left .nav-link:hover {
  color: #4be9e6;
}

.logo.logo-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0 40px;
}

.logo.logo-center img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 0px;
}

.logo-text {
  text-align: center;
  margin-top: 0px;
}
.logo-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 0px;
}
.logo-subtitle {
  display: block;
  font-size: 1.1rem;
  color: #7da6a6;
  letter-spacing: 0.18em;
  font-weight: 400;
  margin-top: -2px;
}

.nav-right {
  display: flex;
  gap: 18px;
  flex: 1 1 0;
  justify-content: flex-end;
  align-items: center;
}

.header-btn {
  background: #e6b36a;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.2s, color 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin-left: 0;
}
.header-btn:hover {
  background: #f7c77b;
  color: #181818;
}

@media (max-width: 1100px) {
  .nav-flex {
    flex-direction: column;
    gap: 18px;
    min-height: unset;
  }
  .logo.logo-center {
    margin: 18px 0;
  }
  .nav-menu.nav-left, .nav-right {
    flex: unset;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .nav-flex {
    flex-direction: column;
    gap: 10px;
    min-height: unset;
  }
  .logo.logo-center img {
    width: 44px;
    height: 44px;
  }
  .header-btn {
    padding: 8px 12px;
    font-size: 0.95rem;
  }
  .logo-title {
    font-size: 1.2rem;
  }
}

.footer-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 18px;
  margin-top: 12px;
}
.footer-links a {
  display: inline-block;
  background: none;
  color: #fff;
  font-weight: 800;
  font-size: 0.98rem;
  border-radius: 0;
  padding: 0 12px;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: none;
  transition: color 0.18s;
  margin: 0;
  line-height: 1.2;
}
.footer-links a:hover {
  color: #00ff88;
}
.footer-links .footer-separator {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00ff88;
  margin: 0 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media (max-width: 700px) {
  .footer-links {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer-links a {
    width: 100%;
    text-align: left;
    padding: 8px 0;
    font-size: 0.95rem;
  }
  .footer-links .footer-separator {
    display: none;
  }
}

.how-to-title {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: 'Akrobatbb', 'Akrobat-ExtraBold', sans-serif;
}

.how-to-title .highlight-green {
    color: #2ee9c2;
    font-weight: 900;
    letter-spacing: 2px;
}

.howto-main-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 32px;
}

.howto-description {
    flex: 2;
}

.howto-desc-text {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 0 0;
    font-family: 'Akrobatb', 'Akrobat-Bold', sans-serif;
}

.howto-features {
    flex: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.howto-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-width: 180px;
}

.howto-icon {
    font-size: 32px;
    margin-top: 2px;
    color: #fff;
    background: rgba(46, 233, 194, 0.12);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howto-feature-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    font-family: 'Akrobatbb', 'Akrobat-ExtraBold', sans-serif;
    margin-bottom: 2px;
}

.howto-feature-desc {
    color: #b6eae0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Akrobat', sans-serif;
}

@media (max-width: 1100px) {
    .howto-main-row {
        flex-direction: column;
        gap: 32px;
    }
    .howto-features {
        flex-direction: column;
        gap: 24px;
    }
    .howto-feature {
        min-width: unset;
    }
}

/* Prevent all text selection and copying */
html, body, * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Allow caret and selection for editable fields only */
input, textarea, [contenteditable="true"] {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  caret-color: auto;
}
