/* Styles spécifiques à la page 4L Trophy */

#trophy-hero-custom {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../sources/img/Raid-4L-Trophy-2022_037-1024x683.jpg') no-repeat center center/cover;
    color: var(--white);
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

#trophy-hero-custom h1 {
    font-family: var(--font-title);
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.trophy-content p {
    margin-bottom: 1rem;
}

.equipage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    justify-items: center;
}

.equipage-grid-custom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    justify-items: center;
}

.equipage-membre-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.equipage-membre-card .placeholder-img {
    width: 150px;
    height: 150px;
}

.equipage-membre-card h3 {
    font-family: var(--font-title);
    color: var(--alpine-blue);
    margin: 1.5rem 0 0.5rem 0;
}

.equipage-membre-card span {
    font-weight: 700;
    color: #555;
}

.equipage-membre-card p {
    margin-top: 1rem;
    font-size: 0.95rem;
}

.equipage-membre-card .quote {
    font-style: italic;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--light-gray);
    color: #777;
}

.placeholder-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--metal-gray);
    margin: 0 auto;
}

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

.car-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.car-specs h3 {
    font-family: var(--font-title);
    color: var(--alpine-blue);
    margin-bottom: 1.5rem;
}

.car-specs ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

.car-specs ul li {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

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

.budget-list {
    list-style: none;
    background: var(--white);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.budget-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--light-gray);
}

.budget-list li:last-child {
    border-bottom: none;
}

.budget-total {
    margin-top: 1rem;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
}

.timeline ul {
    list-style: none;
    position: relative;
    padding-left: 2rem;
    border-left: 3px solid var(--alpine-blue);
}

.timeline ul li {
    margin-bottom: 1.5rem;
    position: relative;
}

.timeline ul li::before {
    content: '';
    position: absolute;
    left: -2.7rem;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--alpine-blue);
}

#projet h4 {
    font-family: var(--font-title);
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#cta-don {
    background-color: var(--alpine-blue);
    color: var(--white);
    text-align: center;
}

#cta-don h2 {
    color: var(--white);
}

.btn-lg {
    font-size: 1.2rem;
    padding: 1rem 2rem;
}
#trophy-hero-custom {
    background: linear-gradient(rgba(33, 158, 188, 0.7), rgba(33, 158, 188, 0.7)), url('../sources/img/desert-bg.jpg') center/cover no-repeat;
    color: #fff;
    padding: 70px 0 60px 0;
    text-align: center;
}
#trophy-hero-custom h1 {
    font-size: 2.7rem;
    margin-bottom: 12px;
}
#trophy-hero-custom .btn-primary {
    margin-top: 24px;
}
.crew-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin: 32px 0;
}
.crew-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(33,158,188,0.08);
    padding: 28px 18px;
    max-width: 340px;
    flex: 1 1 260px;
    text-align: center;
}
.crew-card h3 {
    color: var(--alpine-blue);
    margin-bottom: 10px;
}
.crew-card p {
    color: #444;
}
.showroom {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin: 32px 0;
}
.showroom-car {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(33,158,188,0.08);
    padding: 28px 18px;
    max-width: 340px;
    flex: 1 1 260px;
    text-align: center;
}
.showroom-car h3 {
    color: var(--alpine-blue);
    margin-bottom: 10px;
}
.showroom-car p {
    color: #444;
}
