:root {
    --bg-color: #0d0505;
    /* Deep dark reddish-black */
    --text-color: #f1f5f9;
    --text-muted: #94a3b8;

    /* Gradientes Vibrantes e Destaques */
    --primary: #ff1f3a;
    /* Vibrant Red */
    --primary-glow: rgba(255, 31, 50, 0.4);
    --secondary: #e60023;
    /* Deep Red */
    --accent: #ff4d6d;
    /* Light Red */

    /* Efeito de Vidro Refinado */
    --glass-bg: rgba(117, 35, 35, 0.4);
    --glass-border: rgba(255, 255, 255, 0.08);
    --card-bg: rgba(15, 23, 42, 0.6);

    /* Tipografia Moderna */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Outfit', sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Animacões Dinâmicas de Fundo */
.blur-circle-bg {
    position: relative;
    overflow: hidden;
}

.blur-circle-bg::before,
.blur-circle-bg::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
    opacity: 0.5;
    animation: floatingOrbs 12s infinite alternate ease-in-out;
}

.blur-circle-bg::before {
    top: -10%;
    left: -10%;
    background: var(--primary);
}

.blur-circle-bg::after {
    bottom: -10%;
    right: -10%;
    background: var(--secondary);
    animation-delay: -6s;
    /* Atraso da animação */
}

@keyframes floatingOrbs {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(50px, 30px) scale(1.1);
    }

    100% {
        transform: translate(-30px, -50px) scale(0.9);
    }
}

/* Cabeçalho e Navegação */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 20px 0;
}

header.scrolled {
    background: rgba(15, 16, 22, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 15px 0;
    border-bottom: 1px solid var(--glass-border);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container h1 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fff, var(--text-muted));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.navbar {
    display: flex;
    gap: 30px;
    background: var(--glass-bg);
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
}

.navbar a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 2px;
    /* Added space for the underline */
}

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

.navbar a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Bouncy smooth width animation */
    /* Removed the previous left-aligned width animation */
}

.navbar a:hover::after {
    width: 100%;
}

.join-btn {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px var(--primary-glow);
}

.join-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--primary-glow);
}

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

.hamburger {
    display: none;
    font-size: 1.5rem;
    color: var(--text-color);
    cursor: pointer;
    transition: color 0.3s;
}

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

/* Layout Principal */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 40px 40px;
}

.section-container {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: color 0.4s ease, text-shadow 0.4s ease, transform 0.4s ease;
    cursor: default;
}

.section-header h2:hover {
    color: var(--primary);
    text-shadow: 0 0 20px var(--primary-glow);
    transform: scale(1.05);
}

.divider {
    height: 3px;
    width: 100px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    margin: 15px auto 0;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 0 10px var(--primary-glow);
}

/* Efeito de brilho na linha do rodapé do cabeçalho */

.hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    /* Técnica de Sangria Total (Full-Bleed) para expandir o fundo */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    /* Alinha o texto com o limite da grade de 1200px da página */
    padding-left: max(40px, calc(50vw - 560px));
    /* Remove padding direito para a foto colar na borda da tela */
    padding-right: 0;
    box-sizing: border-box;
    background: radial-gradient(circle at top center, rgba(30, 10, 15, 0.4) 0%, transparent 80%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.hero-text {
    flex: 1;
}

.badge {
    position: absolute;
    /* Posicionamento superior ajustado para afastar do conteúdo */
    top: -65px;
    /* Cálculo exato para a faixa tocar a borda esquerda do monitor */
    left: calc(-1 * max(40px, calc(50vw - 560px)));
    /* Expande por toda a tela */
    width: 100vw;
    padding: 12px 15px;
    background: var(--glass-bg);
    border: none;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 10;
}

.hero-text h2 {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
}

/* Gradient Text Animado */
.gradient-text {
    background: linear-gradient(-45deg, var(--primary), var(--secondary), var(--accent), var(--primary));
    background-size: 300% 300%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlow 6s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Botões Modernos Premium */
.hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.btn-primary,
.btn-secondary,
.join-btn {
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 1.05rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary,
.join-btn {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border: none;
    box-shadow: 0 10px 25px var(--primary-glow);
}

.btn-primary::before,
.join-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.btn-primary:hover,
.join-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(236, 72, 153, 0.4);
}

.btn-primary:hover::before,
.join-btn:hover::before {
    opacity: 1;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.glow-effect {
    position: absolute;
    width: 280px;
    height: 280px;
    background: var(--primary);
    filter: blur(80px);
    opacity: 0.25;
    z-index: -1;
    border-radius: 50%;
}

.hero-img {
    width: 100%;
    max-width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 40px;
    border: none;
    /* Borda transparente para manter o espaçamento da caixa */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Animação de hover desativada conforme solicitação */

/* Cartão de Vidro Premium (Efeito Glassmorphism) */
.glass-card {
    background: var(--card-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.glass-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Seção Sobre / Timeline */
.about-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    padding: 30px;
}

.about-text p {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.8;
}

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

.about-text strong {
    color: #fff;
    font-weight: 600;
}

.timeline-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .timeline-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.timeline-column {
    padding: 30px;
}

/* Listas customizadas para o Dashboard */
.custom-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.custom-list li {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.custom-list li::before {
    content: '▹';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
}

.timeline-column h3 {
    font-family: var(--font-heading);
    color: var(--primary);
    margin-bottom: 25px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.timeline-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    border-left: 2px solid rgba(255, 31, 58, 0.2);
    /* Linha vermelha mais suave integrada ao tema */
}

.timeline-item:last-child {
    margin-bottom: 0;
    border-left-color: transparent;
    /* Linha suavemente invisível no último item */
}

.timeline-dot {
    position: absolute;
    left: -7px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 10px var(--primary-glow);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 31, 58, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 31, 58, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 31, 58, 0);
    }
}

.timeline-content h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.timeline-date {
    display: inline-block;
    font-size: 0.85rem;
    color: var(--primary);
    background: rgba(255, 75, 75, 0.1);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.timeline-desc {
    margin-top: 10px;
    font-size: 0.9rem !important;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .timeline-container {
        grid-template-columns: 1fr;
    }
}

/* Seção de Habilidades / Accordion */
.skills-accordion-card h3 {
    font-family: var(--font-heading);
    color: var(--primary);
    margin-bottom: 25px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: rgba(255, 255, 255, 0.08);
}

.accordion-header h4 {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    pointer-events: none;
}

.accordion-icon {
    color: var(--primary);
    transition: transform 0.4s ease;
    pointer-events: none;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion-content.open {
    max-height: 1000px; /* Safe upper limit for expansion */
}

.accordion-skills {
    padding: 20px;
    padding-top: 5px;
}

.skills-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.skill-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #e2e8f0;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: default;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.skill-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 75, 75, 0.15), rgba(255, 31, 90, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.skill-tag i {
    color: var(--primary);
    font-size: 1.4rem;
    transition: transform 0.4s ease, color 0.4s ease;
}

.skill-tag:hover {
    transform: translateY(-8px) scale(1.05);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 15px 30px rgba(255, 75, 75, 0.2), 0 0 15px rgba(255, 75, 75, 0.1) inset;
}

.skill-tag:hover::before {
    opacity: 1;
}

.skill-tag:hover i {
    transform: scale(1.2) rotate(10deg);
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

/* Seção de Projetos */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}

.solo-project {
    display: flex;
    justify-content: center;
}

.solo-project .project-card {
    max-width: 800px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.5s ease, box-shadow 0.5s ease;
}

.solo-project .project-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: rgba(255, 31, 58, 0.5);
    box-shadow: 0 30px 60px rgba(255, 31, 58, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.solo-project .project-image {
    width: 100%;
    height: 350px;
    border-radius: 0;
    margin-bottom: 0;
    background: #000;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.9;
}

.project-card:hover .project-image img {
    transform: scale(1.08);
    /* Zoom sutil na imagem do card ao interagir */
    opacity: 1;
}

.solo-project .project-info {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.project-info h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    /* Título maior para destaque solo */
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    /* Alinha o título do projeto ao centro */
}

.project-info p {
    color: var(--text-muted);
    margin-bottom: 30px;
    flex-grow: 1;
    text-align: center;
    /* Alinha a descrição do projeto ao centro */
    font-size: 1.1rem;
    line-height: 1.6;
}

.project-tags {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.project-tags span {
    font-size: 0.85rem;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(255, 75, 75, 0.15), rgba(255, 31, 90, 0.05));
    color: #fff;
    border: 1px solid rgba(255, 31, 58, 0.3);
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 31, 58, 0.1);
}

.solo-project .project-btn {
    text-align: center;
    width: 100%;
    max-width: 300px;
    /* Limita a largura do botão para manter elegância no desktop */
    margin: 0 auto;
}

/* Seção de Rodapé */
.footer {
    background: #0a0b0e;
    padding: 80px 40px 30px;
    border-top: 1px solid var(--glass-border);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-contact h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
}

.contact-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease;
    width: fit-content;
    margin-bottom: 12px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item p {
    color: var(--text-muted);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    transition: color 0.3s ease;
}

.contact-item i {
    color: var(--primary);
}

.contact-item:hover p {
    color: var(--primary);
}

.contact-item.bounce {
    animation: bounceClick 0.4s ease;
}

@keyframes bounceClick {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.copy-msg {
    font-size: 0.8rem;
    background: var(--glass-bg);
    padding: 2px 8px;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s;
    margin-left: 15px;
    color: var(--text-color);
}

.contact-item:hover .copy-msg {
    opacity: 1;
}

.contact-item.copied .copy-msg {
    background: var(--primary);
    color: white;
}

.footer-links h3 {
    font-family: var(--font-heading);
    margin-bottom: 20px;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px var(--primary-glow);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid var(--glass-border);
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Animações */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsividade */
@media (max-width: 992px) {
    header {
        background: var(--bg-color) !important;
        border-bottom: 1px solid var(--glass-border);
    }

    .header-container {
        padding: 0 20px;
    }

    .hero {
        width: auto;
        position: static;
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 50px;
        /* Deslocar para não bater no header sólido */
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--glass-bg);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        flex-direction: column;
        padding: 20px;
        border-radius: 0 0 20px 20px;
        border: 1px solid var(--glass-border);
        border-top: none;
        transform: translateY(-150%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .navbar.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .hamburger {
        display: block;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-text h2 {
        font-size: 3rem;
    }

    .badge {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: auto;
        max-width: 100%;
        margin-bottom: 25px;
        border-radius: 15px;
        padding: 12px 15px;
        font-size: 0.85rem;
        box-sizing: border-box;
    }

    .hero-text p {
        margin: 0 auto 30px;
    }

    main {
        padding: 100px 20px 40px;
    }
}

@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .hero-text h2 {
        font-size: 2.5rem;
    }

    .hero-img {
        height: 250px;
        max-width: 250px;
        border-radius: 20px;
        aspect-ratio: 1 / 1;
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .hero-img {
        height: 280px;
        max-width: 280px;
        border-radius: 15px;
        aspect-ratio: 1 / 1;
        width: 100%;
    }

    .join-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }

    .header-right {
        gap: 10px;
    }

    .badge {
        padding: 8px 12px;
        font-size: 0.75rem;
        line-height: 1.4;
        border-radius: 10px;
        max-width: 90%;
    }

    .btn-primary,
    .btn-secondary,
    .join-btn {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .about-text {
        padding: 20px 10px;
    }

    .solo-project .project-info {
        padding: 20px;
    }

    .header-container h1 {
        font-size: 1.2rem;
    }
}