/* ========== CSS VARIABLES ========== */
:root {
    --primary: #26A17B;
    --primary-dark: #1d7a5d;
    --primary-light: #32c997;
    --secondary: #2A2D3A;
    --accent: #FFD700;
    --darker: #0F1419;
    --dark: #1A1D29;
    --light: #E8EDDF;
    --gray: #8B92A7;
    --success: #26A17B;
    --error: #FF5555;
    --warning: #FFB74D;
}

/* ========== RESET & BASE ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: var(--darker);
    color: var(--light);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', monospace;
    font-weight: 900;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    border: none;
    outline: none;
}

input, select, textarea {
    font-family: 'Rajdhani', sans-serif;
    outline: none;
}

/* ========== UTILITIES ========== */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.grain-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
}

.highlight {
    color: var(--primary);
}

.logo {
    font-family: 'Orbitron', monospace;
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

/* ========== BUTTONS ========== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.8rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    box-shadow: 0 10px 30px rgba(38, 161, 123, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(38, 161, 123, 0.4);
}

.btn-secondary {
    background: rgba(42, 45, 58, 0.8);
    color: var(--light);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background: rgba(38, 161, 123, 0.1);
}

.btn-large {
    padding: 1.2rem 3rem;
    font-size: 1.2rem;
}

.btn-block {
    width: 100%;
}

/* ========== NAVBAR ========== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(15, 20, 25, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(38, 161, 123, 0.2);
    padding: 1.5rem 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    font-weight: 600;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}

/* ========== HERO SECTION ========== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 120px;
    background: linear-gradient(135deg, var(--darker) 0%, #0a0e13 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: var(--gray);
    margin-bottom: 3rem;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.stat {
    padding: 2rem;
    background: rgba(38, 161, 123, 0.05);
    border: 1px solid rgba(38, 161, 123, 0.2);
    border-radius: 16px;
    text-align: center;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Orbitron', monospace;
}

.stat-label {
    color: var(--gray);
    font-size: 1.1rem;
}

/* ========== SECTIONS ========== */
.section {
    padding: 8rem 0;
    position: relative;
}

.section-dark {
    background: var(--dark);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.3rem;
    color: var(--gray);
    margin-bottom: 4rem;
}

/* ========== STEPS GRID ========== */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.step-card {
    padding: 3rem 2rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.step-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 20px 60px rgba(38, 161, 123, 0.2);
}

.step-number {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary);
    opacity: 0.3;
}

.step-icon {
    font-size: 4rem;
    margin: 1rem 0;
}

.step-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

/* ========== REWARDS EXPLANATION ========== */
.rewards-explanation {
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 4rem;
}

.rewards-explanation h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.explanation-content {
    display: grid;
    gap: 1.5rem;
}

.explanation-item {
    display: flex;
    gap: 1.5rem;
    align-items: start;
}

.explanation-item .icon {
    font-size: 2rem;
}

.explanation-item strong {
    display: block;
    color: var(--primary);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.note {
    text-align: center;
    color: var(--gray);
    font-style: italic;
    margin-top: 1.5rem;
}

/* ========== MULTIPLIERS ========== */
.multipliers-section {
    margin-top: 4rem;
}

.multipliers-section h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.multiplier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.multiplier-card {
    padding: 2rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.multiplier-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
}

.multiplier-card.highlighted {
    border-color: var(--accent);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
}

.multiplier-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: var(--darker);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-weight: 900;
    font-size: 0.85rem;
}

.multiplier-time {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.multiplier-value {
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Orbitron', monospace;
    margin: 1rem 0;
}

.multiplier-apy {
    color: var(--gray);
    font-size: 1.1rem;
}

/* ========== BENEFITS GRID ========== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    padding: 2.5rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.1);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s;
}

.benefit-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* ========== CTA SECTION ========== */
.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    text-align: center;
}

.cta-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* ========== FOOTER ========== */
.footer {
    background: var(--dark);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(38, 161, 123, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand p {
    color: var(--gray);
    margin-top: 1rem;
}

.footer-links h4 {
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.footer-links a {
    display: block;
    color: var(--gray);
    margin-bottom: 0.8rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(38, 161, 123, 0.1);
    color: var(--gray);
}

/* ========== AUTH PAGE ========== */
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.back-button {
    position: fixed;
    top: 2rem;
    left: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(38, 161, 123, 0.1);
    border: 1px solid rgba(38, 161, 123, 0.3);
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    z-index: 10;
}

.back-button:hover {
    background: rgba(38, 161, 123, 0.2);
}

.auth-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 500px;
}

.auth-box {
    background: rgba(26, 29, 41, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.auth-header {
    text-align: center;
    margin-bottom: 3rem;
}

.auth-header p {
    color: var(--gray);
    margin-top: 0.5rem;
}

.auth-form h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--light);
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    background: rgba(38, 161, 123, 0.05);
    border: 1px solid rgba(38, 161, 123, 0.2);
    border-radius: 12px;
    color: var(--light);
    font-size: 1rem;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--primary);
    background: rgba(38, 161, 123, 0.1);
}

.form-hint {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: var(--gray);
}

.auth-switch {
    text-align: center;
    margin-top: 2rem;
    color: var(--gray);
}

.auth-switch a {
    color: var(--primary);
    font-weight: 700;
}

.auth-switch a:hover {
    text-decoration: underline;
}

.user-id-display {
    background: rgba(38, 161, 123, 0.1);
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    margin: 2rem 0;
}

.user-id-display strong {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: var(--primary);
}

/* ========== DASHBOARD ========== */
.dashboard-page {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 280px;
    background: var(--dark);
    border-right: 1px solid rgba(38, 161, 123, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 50;
}

.sidebar-header {
    padding: 2rem;
    border-bottom: 1px solid rgba(38, 161, 123, 0.2);
}

.sidebar-nav {
    flex: 1;
    padding: 2rem 0;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    color: var(--gray);
    font-weight: 600;
    transition: all 0.3s;
}

.nav-item:hover,
.nav-item.active {
    color: var(--primary);
    background: rgba(38, 161, 123, 0.1);
    border-left: 3px solid var(--primary);
}

.nav-item .icon {
    font-size: 1.3rem;
}

.sidebar-footer {
    padding: 2rem;
    border-top: 1px solid rgba(38, 161, 123, 0.2);
    text-align: center;
    color: var(--gray);
    font-size: 0.9rem;
}

.main-content {
    flex: 1;
    margin-left: 280px;
    padding: 2rem;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(38, 161, 123, 0.2);
}

.user-info h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.user-info p {
    color: var(--gray);
}

.header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* ========== WALLET CONNECTION ========== */
.wallet-connected {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.5rem;
    background: rgba(38, 161, 123, 0.1);
    border: 1px solid var(--primary);
    border-radius: 12px;
    color: var(--light);
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.wallet-indicator {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.wallet-connected small {
    display: block;
    font-size: 0.85rem;
    color: var(--gray);
}

.wallet-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: var(--darker);
    border: 2px solid var(--primary);
    border-radius: 12px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: 100;
}

.wallet-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wallet-dropdown-item {
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.wallet-dropdown-item:hover {
    background: var(--primary);
}

/* ========== STATS GRID ========== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 16px;
    transition: all 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
}

.stat-card .stat-icon {
    font-size: 3rem;
}

.stat-info {
    flex: 1;
}

.stat-label {
    color: var(--gray);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.stat-card .stat-value {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Orbitron', monospace;
}

/* ========== SECTION CARDS ========== */
.section-card {
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2rem;
}

.section-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-card-title {
    font-size: 1.8rem;
    color: var(--primary);
}

.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--gray);
}

.empty-state p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

/* ========== STAKE CARDS ========== */
.stakes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.stake-card {
    padding: 2rem;
    background: rgba(26, 29, 41, 0.8);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 16px;
}

.stake-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.stake-amount {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Orbitron', monospace;
}

.stake-status {
    padding: 0.3rem 0.8rem;
    background: var(--primary);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.stake-status.pending {
    background: var(--warning);
    color: var(--darker);
}

.stake-info {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.stake-row {
    display: flex;
    justify-content: space-between;
    color: var(--gray);
}

.stake-row span:last-child {
    color: var(--light);
    font-weight: 600;
}

.countdown {
    text-align: center;
    padding: 1rem;
    background: rgba(38, 161, 123, 0.1);
    border-radius: 12px;
    font-family: 'Orbitron', monospace;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--primary);
}

/* ========== TRANSACTIONS TABLE ========== */
.table-container {
    overflow-x: auto;
}

.transactions-table {
    width: 100%;
    border-collapse: collapse;
}

.transactions-table th {
    text-align: left;
    padding: 1rem;
    background: rgba(38, 161, 123, 0.1);
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.transactions-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(38, 161, 123, 0.1);
}

.tx-type {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.tx-type.deposit {
    background: rgba(38, 161, 123, 0.2);
    color: var(--primary);
}

.tx-type.withdrawal {
    background: rgba(255, 85, 85, 0.2);
    color: var(--error);
}

.tx-type.reward {
    background: rgba(255, 215, 0, 0.2);
    color: var(--accent);
}

.tx-status {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
}

.tx-status.completed {
    background: rgba(38, 161, 123, 0.2);
    color: var(--success);
}

.tx-status.pending {
    background: rgba(255, 183, 77, 0.2);
    color: var(--warning);
}

/* ========== REFERRAL SECTION ========== */
.referral-code-display {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    background: rgba(38, 161, 123, 0.1);
    border: 2px solid var(--primary);
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 0 40px rgba(38, 161, 123, 0.6), 
                0 0 80px rgba(38, 161, 123, 0.4),
                0 0 120px rgba(38, 161, 123, 0.2);
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 40px rgba(38, 161, 123, 0.6), 
                    0 0 80px rgba(38, 161, 123, 0.4),
                    0 0 120px rgba(38, 161, 123, 0.2);
    }
    50% {
        box-shadow: 0 0 50px rgba(38, 161, 123, 0.8), 
                    0 0 100px rgba(38, 161, 123, 0.6),
                    0 0 150px rgba(38, 161, 123, 0.3);
    }
}

.referral-code {
    flex: 1;
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
    letter-spacing: 2px;
}

.btn-copy {
    padding: 1rem 2rem;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-copy:hover {
    background: var(--primary-light);
    transform: scale(1.05);
}

.referral-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.referral-stat {
    padding: 1.5rem;
    background: rgba(38, 161, 123, 0.05);
    border-radius: 12px;
    text-align: center;
}

.referral-stat .label {
    font-size: 1rem;
    color: var(--gray);
    margin-bottom: 0.5rem;
}

.referral-stat .value {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    font-family: 'Orbitron', monospace;
}

.referral-info {
    padding: 2rem;
    background: rgba(38, 161, 123, 0.05);
    border-radius: 12px;
}

.referral-info h3 {
    margin-bottom: 1rem;
    color: var(--primary);
}

.referral-info ul {
    list-style: none;
    padding-left: 0;
}

.referral-info li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
}

.referral-info li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 900;
}

/* ========== MODALS ========== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 24px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.3s ease;
}

.modal-large {
    max-width: 800px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: var(--light);
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s;
}

.modal-close:hover {
    color: var(--primary);
    transform: rotate(90deg);
}

.modal-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--primary);
}

/* ========== STAKING FORM ========== */
.staking-form h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.staking-form h3:first-child {
    margin-top: 0;
}

.duration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.duration-card {
    padding: 1.5rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.duration-card:hover,
.duration-card.selected {
    border-color: var(--primary);
    background: rgba(38, 161, 123, 0.15);
    transform: translateY(-5px);
}

.duration-card.recommended {
    border-color: var(--accent);
}

.recommended-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: var(--darker);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-weight: 900;
    font-size: 0.8rem;
}

.duration-time {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.duration-multiplier {
    color: var(--primary);
    font-weight: 900;
    margin-bottom: 0.3rem;
}

.duration-apy {
    color: var(--gray);
    font-size: 0.9rem;
}

/* ========== CALCULATOR BOX ========== */
.calculator-box {
    background: rgba(38, 161, 123, 0.1);
    border: 2px solid var(--primary);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
}

.calculator-box h3 {
    margin-top: 0;
    text-align: center;
    color: var(--primary);
}

.calculator-row {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(38, 161, 123, 0.2);
    font-size: 1.1rem;
}

.calculator-row:last-child {
    border-bottom: none;
}

.calculator-row.total {
    border-top: 2px solid var(--primary);
    margin-top: 1rem;
    padding-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 900;
}

/* ========== PAYMENT METHODS ========== */
.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.payment-method-btn {
    padding: 2rem 1rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--light);
}

.payment-method-btn:hover,
.payment-method-btn.selected {
    border-color: var(--primary);
    background: rgba(38, 161, 123, 0.15);
}

.payment-method-btn .icon {
    font-size: 2.5rem;
}

.payment-method-btn span:last-child {
    font-weight: 700;
}

/* ========== FILE UPLOAD ========== */
.file-upload-area {
    border: 2px dashed var(--primary);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.file-upload-area:hover {
    background: rgba(38, 161, 123, 0.1);
    border-style: solid;
}

.upload-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.upload-text {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.upload-info {
    font-size: 0.9rem;
    color: var(--gray);
}

.file-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: rgba(38, 161, 123, 0.1);
    border-radius: 12px;
    margin-top: 1rem;
}

.file-preview button {
    background: none;
    border: none;
    color: var(--light);
    font-size: 1.5rem;
    cursor: pointer;
}

/* ========== CHECKBOX LABEL ========== */
.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* ========== DEPOSIT INFO ========== */
.deposit-info,
.confirm-details {
    background: rgba(38, 161, 123, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.deposit-row,
.confirm-row {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(38, 161, 123, 0.1);
    font-size: 1.1rem;
}

.deposit-row:last-child,
.confirm-row:last-child {
    border-bottom: none;
}

.confirm-row.total {
    border-top: 2px solid var(--primary);
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.3rem;
    font-weight: 900;
}

.deposit-address-box {
    margin-bottom: 2rem;
}

.address-display {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(38, 161, 123, 0.05);
    border: 1px solid rgba(38, 161, 123, 0.2);
    border-radius: 12px;
    margin-bottom: 1rem;
}

.address-display span {
    flex: 1;
    font-family: 'Courier New', monospace;
    word-break: break-all;
}

.btn-icon {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--light);
    transition: all 0.3s;
}

.btn-icon:hover {
    color: var(--primary);
}

.qr-code-placeholder {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--darker);
}

.warning-box {
    background: rgba(255, 183, 77, 0.1);
    border: 2px solid var(--warning);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.warning-box p {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--warning);
}

.warning-box ul {
    list-style: none;
    padding-left: 0;
}

.warning-box li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.warning-box li::before {
    content: '⚠️';
    position: absolute;
    left: 0;
}

/* ========== WALLET OPTIONS ========== */
.wallet-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.wallet-option {
    padding: 2rem 1.5rem;
    background: rgba(38, 161, 123, 0.05);
    border: 2px solid rgba(38, 161, 123, 0.2);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.wallet-option:hover {
    border-color: var(--primary);
    background: rgba(38, 161, 123, 0.15);
    transform: translateY(-5px);
}

.wallet-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.wallet-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.wallet-desc {
    font-size: 0.9rem;
    color: var(--gray);
}

/* ========== CHAT WIDGET ========== */
.chat-floating-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(38, 161, 123, 0.4);
    z-index: 9998;
    transition: all 0.3s ease;
}

.chat-floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(38, 161, 123, 0.5);
}

.chat-floating-btn.hidden {
    display: none;
}

.chat-widget {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 400px;
    height: 600px;
    background: var(--darker);
    border: 2px solid var(--primary);
    border-radius: 24px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.chat-widget.active {
    display: flex;
}

.chat-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(38, 161, 123, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.3rem;
    color: var(--primary);
}

.chat-header-actions {
    display: flex;
    gap: 1rem;
}

.chat-header button {
    background: none;
    border: none;
    color: var(--light);
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.5rem;
    transition: all 0.3s;
}

.chat-header button:hover {
    color: var(--primary);
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-mode-selection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
}

.chat-mode-selection h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.chat-mode-selection .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
}

.chat-mode-selection .icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.chat-mode-selection small {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.chat-message {
    padding: 1rem;
    border-radius: 12px;
    max-width: 80%;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.user-message {
    align-self: flex-end;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
}

.system-message {
    align-self: flex-start;
    background: rgba(38, 161, 123, 0.1);
    border: 1px solid rgba(38, 161, 123, 0.2);
}

.message-sender {
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    opacity: 0.8;
}

.message-content {
    font-size: 1rem;
    line-height: 1.5;
}

.message-time {
    font-size: 0.75rem;
    opacity: 0.6;
    margin-top: 0.3rem;
}

.chat-input-area {
    padding: 1rem;
    border-top: 1px solid rgba(38, 161, 123, 0.2);
    display: flex;
    gap: 0.5rem;
}

.chat-input-area input {
    flex: 1;
    padding: 0.8rem;
    background: rgba(38, 161, 123, 0.05);
    border: 1px solid rgba(38, 161, 123, 0.2);
    border-radius: 12px;
    color: var(--light);
    font-family: 'Rajdhani', sans-serif;
}

.chat-input-area button {
    padding: 0.8rem 1.5rem;
    background: var(--primary);
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.chat-input-area button:hover {
    background: var(--primary-light);
}

/* ========== NOTIFICATION ========== */
.notification {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1.2rem 2rem;
    background: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 12px;
    color: var(--light);
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateX(400px);
    transition: transform 0.3s ease;
    z-index: 10000;
    max-width: 400px;
}

.notification.active {
    transform: translateX(0);
}

.notification.error {
    border-color: var(--error);
}

.notification.success {
    border-color: var(--success);
}

.notification.warning {
    border-color: var(--warning);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
    .main-content {
        margin-left: 280px;
    }
}

@media (max-width: 1024px) {
    .sidebar {
        transform: translateX(-100%);
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
    }

    .chat-widget {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }

    .stats-grid,
    .steps-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .header-actions {
        width: 100%;
        flex-direction: column;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .duration-grid,
    .payment-methods,
    .wallet-options {
        grid-template-columns: 1fr;
    }

    .referral-stats {
        grid-template-columns: 1fr;
    }

    .modal-content {
        padding: 2rem 1.5rem;
    }

    .section {
        padding: 4rem 0;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .container {
        padding: 0 1rem;
    }

    .auth-box {
        padding: 2rem 1.5rem;
    }

    .btn {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .referral-code {
        font-size: 1.8rem;
    }
}

/* ========== SCROLLBAR ========== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--darker);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-light);
}

/* ========== FORM ACTIONS ========== */
.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.form-actions .btn {
    flex: 1;
}

/* ========== SIDEBAR LOGO FIX ========== */
.sidebar-logo {
    font-size: 1.5rem !important;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.sidebar-header {
    padding: 1.5rem 1rem;
}

/* ========== TRANSACTION FILTER DROPDOWN ========== */
.transaction-filter-dropdown {
    position: relative;
}

.transaction-filter-dropdown .btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 200px;
    justify-content: space-between;
}

.dropdown-arrow {
    transition: transform 0.3s;
}

.filter-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    background: var(--darker);
    border: 2px solid var(--primary);
    border-radius: 12px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: 100;
}

.filter-dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter-dropdown-item {
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(38, 161, 123, 0.1);
}

.filter-dropdown-item:last-child {
    border-bottom: none;
}

.filter-dropdown-item:hover {
    background: rgba(38, 161, 123, 0.1);
    color: var(--primary);
}

/* ========== MODERATOR SECTION ========== */
.moderator-intro {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--gray);
}

.moderator-requirements {
    background: rgba(38, 161, 123, 0.05);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.moderator-requirements h3 {
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(38, 161, 123, 0.1);
}

.requirement-item:last-child {
    border-bottom: none;
}

.requirement-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.requirement-item label {
    flex: 1;
    font-size: 1.1rem;
}

.moderator-action {
    text-align: center;
    padding: 2rem;
    background: rgba(38, 161, 123, 0.05);
    border-radius: 12px;
}

.moderator-action p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.moderator-status {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(38, 161, 123, 0.1);
    border: 2px solid var(--primary);
    border-radius: 12px;
    text-align: center;
}

.moderator-status strong {
    color: var(--primary);
    font-size: 1.2rem;
}

/* ========== REFERRAL ITEM ========== */
.referral-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(38, 161, 123, 0.05);
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.referral-reward {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.referral-status {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.referral-status.completed {
    background: rgba(38, 161, 123, 0.2);
    color: var(--success);
}

.referral-status.pending {
    background: rgba(255, 183, 77, 0.2);
    color: var(--warning);
}

/* ========== RESPONSIVE UPDATES ========== */
@media (max-width: 768px) {
    .sidebar-logo {
        font-size: 1.3rem !important;
    }
    
    .transaction-filter-dropdown .btn {
        min-width: 150px;
    }
    
    .filter-dropdown-menu {
        min-width: 150px;
    }
}


/* ========== CHAT MODE SELECTOR ========== */
.chat-mode-selector {
    padding: 1rem;
    background: rgba(38, 161, 123, 0.05);
    border-bottom: 1px solid rgba(38, 161, 123, 0.2);
    display: flex;
    gap: 0.5rem;
}

.chat-mode-btn {
    flex: 1;
    padding: 1rem;
    background: var(--darker);
    border: 2px solid var(--primary);
    border-radius: 8px;
    color: var(--light);
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.chat-mode-btn:hover {
    background: rgba(38, 161, 123, 0.1);
    transform: translateY(-2px);
}

.mode-icon {
    font-size: 2rem;
}

/* ========== WALLET ICONS ========== */
.wallet-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

/* ========== MODERATOR DISABLED BUTTON ========== */
#proceedModeratorBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    background: var(--gray);
}

#proceedModeratorBtn:not(:disabled) {
    opacity: 1;
    cursor: pointer;
}

/* ========== CHAT FLOATING BUTTON ICON ========== */
.chat-floating-btn {
    font-size: 1.5rem;
    line-height: 1;
}


/* ========== NETWORK DROPDOWN STYLING ========== */
#paymentNetwork {
    width: 100%;
    padding: 1rem;
    background-color: rgba(26, 29, 41, 0.95) !important;
    color: var(--light) !important;
    border: 2px solid var(--primary);
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

#paymentNetwork:hover {
    border-color: var(--success);
    background-color: rgba(38, 161, 123, 0.1) !important;
}

#paymentNetwork:focus {
    outline: none;
    border-color: var(--success);
    box-shadow: 0 0 0 3px rgba(38, 161, 123, 0.1);
}

#paymentNetwork option {
    background-color: var(--dark) !important;
    color: var(--light) !important;
    padding: 1rem;
}


/* ========== SHINING REFERRAL REWARDS ========== */
.feature-card:nth-child(3) {
    position: relative;
    overflow: hidden;
}

.feature-card:nth-child(3)::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(38, 161, 123, 0.1) 50%,
        transparent 70%
    );
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.feature-card:nth-child(3) .feature-icon,
.feature-card:nth-child(3) h3,
.feature-card:nth-child(3) p {
    position: relative;
    z-index: 1;
}


/* ========== PENDING TRANSACTIONS ========== */
.pending-section {
    margin: 2rem 0;
}

.pending-section h3 {
    color: var(--light);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#pendingTransactionsContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.pending-tx-card {
    background: rgba(26, 29, 41, 0.95);
    border: 2px solid rgba(38, 161, 123, 0.3);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s;
}

.pending-tx-card:hover {
    border-color: var(--success);
    transform: translateY(-2px);
}

.pending-tx-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.pending-tx-type {
    background: var(--primary);
    color: var(--dark);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.pending-tx-status {
    color: var(--warning);
    font-size: 0.85rem;
    animation: pulse 2s infinite;
}

.pending-tx-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--success);
    margin-bottom: 0.5rem;
}

.pending-tx-details {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ========== DASHBOARD FOOTER ========== */
.dashboard-footer {
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(38, 161, 123, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    color: var(--success);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--success);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(38, 161, 123, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    #pendingTransactionsContainer {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

