
.comeco-index {
    display: flex;
    align-items: center;
    padding: 80px 60px;
    min-height: 500px;
    background-image: url(../img/LuffyGear2.jpg);
    background-size: cover;
    background-position: right;
    background-color: rgba(0, 0, 0, 0.897);
    background-blend-mode: darken;
}

.texto-index {
    padding: 30px;
    max-width: 1000px;
}

.titulo-index {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.titulo-index img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.texto-index h2 {
    font-size: 42px;
    color: #ffcc00;
    white-space: nowrap;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.texto-index p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

/* ===== SOBRE ============================================================= */

.sobre {
    padding: 50px;
    text-align: center;
}

.sobre h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffcc00;
}

.sobre p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
    max-width: 1000px;
}

strong {
    color: #ffcc00;
}

/* ===== CARDS ============================================================= */

.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 20px 50px 50px;
    flex-wrap: wrap;
}

.card {
    background-color: #1e1e1e;
    padding: 30px;
    width: 260px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #333;
}

.card:hover {
    border-color: #ffcc00;
}

.card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #ffcc00;
}

.card p {
    font-size: 16px;
    line-height: 1.5;
    color: #aaa;
}

.sonho {
    width: 120px;
    height: 100px;
}

.poder {
    width: 100px;
    height: 95px;
}

.tripula {
    width: 120px;
    height:70px;
    padding: 10px;
}

/* ===== GEARS ============================================================= */

.gears {
    padding: 60px 50px;
    background-color: #1a1a1a;
}

.gears h2 {
    font-size: 40px;
    color: #ffcc00;
    margin-bottom: 30px;
    text-align: center;
}

.gear-emojis {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 35px;
}

.gear-emoji {
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 15px;
    border: 2px solid #ffcc00;
    color: #ffcc00;
}

.gear-lista {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
}

.gear-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: #242424;
    border: 1px solid #333;
    border-radius: 15px;
    padding: 25px;
}

.gear-item:hover {
    border-color: #ffcc00;
}

.gear-item--especial {
    border-color: #555;
}

.gear2 img {
    width: 120px;
    height: 100px;
}

.gear3 img {
    width: 120px;
    height: 100px;
}

.gear4 img {
    width: 100px;
    height: 110px;
}

.gear5 img {
    width: 115px;
    height: 100px;
}

.gear img {
    border-radius: 10px;
    border: 2px solid #ffcc00;
    object-fit: cover;
}

.gear-item__nome {
    font-size: 20px;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 8px;
}

.gear-item--especial .gear-item__nome {
    color: white;
}

.gear-item__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #aaa;
}

/* ===== JORNADA ============================================================= */

.jornada {
    padding: 60px 50px;
}

.jornada h2 {
    font-size: 40px;
    color: #ffcc00;
    margin-bottom: 40px;
    text-align: center;
}

.timeline {
    position: relative;
    padding-left: 40px;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #c62828;
}

.timeline__item {
    position: relative;
    margin-bottom: 35px;
    padding-left: 20px;
}

.timeline__item::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c62828;
    border: 2px solid #ffcc00;
}

.timeline__arco {
    font-size: 20px;
    font-weight: bold;
    color: #e20d0d;
    margin-bottom: 6px;
}

.timeline__desc {
    font-size: 15px;
    line-height: 1.65;
    color: #aaa;
}

/* ===== FINAL ============================================================= */

.final {
    text-align: center;
    padding: 70px 20px;
    border-top: 1px solid #222;
    background-color: #0d0d0d;
    display: flex;
    justify-content: center;
}

.final > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.final h2 {
    font-size: 36px;
    color: #ffcc00;
    margin-bottom: 16px;
}

.final p {
    font-size: 17px;
    color: #aaa;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
}

.luffy-rebaixado {
    height: 200px;
    right: 200px;
}