/* ===== VARIABLES ===== */
:root {
    --primary-dark: #0f1419;
    --secondary-dark: #1a1f2e;
    --accent-dark: #2d3561;
    --text-light: #e0e0e0;
    --text-muted: #a0a0a0;
    --accent-pink: #ff1493;
    --accent-green: #25d366;
    --accent-blue: #5865F2;
    --accent-cyan: #0088cc;
    --border-color: #3a3f54;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--primary-dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ===== CONTAINER WRAPPER ===== */
.container-wrapper {
    display: flex;
    min-height: 100vh;
}

/* ===== SIDEBAR ===== */
.sidebar {
    width: 250px;
    background-color: var(--secondary-dark);
    border-right: 1px solid var(--border-color);
    padding: 2rem 1.5rem;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.sidebar-header {
    margin-bottom: 3rem;
}

.sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.25rem;
}

.sidebar-subtitle {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* ===== SIDEBAR NAVIGATION ===== */
.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: auto;
}

.nav-item {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-weight: 500;
}

.nav-item:hover {
    background-color: rgba(255, 20, 147, 0.1);
    color: var(--accent-pink);
}

.nav-item.active {
    border-color: var(--accent-pink);
    background-color: rgba(255, 20, 147, 0.1);
    color: var(--accent-pink);
}

/* ===== SIDEBAR FOOTER ===== */
.sidebar-footer {
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.connect-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.social-icons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    color: var(--text-light);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: rgba(255, 20, 147, 0.1);
    border-color: var(--accent-pink);
    color: var(--accent-pink);
}

/* ===== MAIN CONTENT ===== */
.main-content {
    margin-left: 250px;
    flex: 1;
    padding: 3rem 4rem;
}

/* ===== HERO SECTION ===== */
.hero-section {
    margin-bottom: 4rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.profile-image {
    width: 100%;
    max-width: 300px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(255, 20, 147, 0.2);
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-light);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-description {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
}

.highlight-pink {
    color: var(--accent-pink);
}

.highlight-green {
    color: var(--accent-green);
}

.highlight-blue {
    color: var(--accent-blue);
}

.highlight-cyan {
    color: var(--accent-cyan);
}

/* ===== BUTTONS ===== */
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent-pink), #ff69b4);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 20, 147, 0.3);
}

.btn-outline {
    border: 2px solid var(--border-color);
    color: var(--text-light);
    background-color: transparent;
}

.btn-outline:hover {
    border-color: var(--accent-pink);
    color: var(--accent-pink);
    background-color: rgba(255, 20, 147, 0.1);
}

/* ===== STATS SECTION ===== */
.stats-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 4rem;
}

.stat-card {
    text-align: center;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-pink), #ff69b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ===== CONNECT SECTION ===== */
.connect-section {
    text-align: center;
    margin-top: 4rem;
}

.connect-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.connect-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.connect-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
    border: none;
    cursor: pointer;
}

.whatsapp-btn {
    background-color: var(--accent-green);
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(37, 211, 102, 0.3);
}

.instagram-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.github-btn {
    background-color: #333;
}

.github-btn:hover {
    background-color: #555;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .main-content {
        margin-left: 0;
        padding: 2rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .stats-section {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .sidebar-nav {
        flex-direction: row;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .sidebar-footer {
        border-top: none;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

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

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

::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-pink);
}

