/* Placeholder and Icon Styles - Shared across pages */

/* Feature Icon */
.feature-icon {
    font-size: 2.5rem;
    color: var(--tt-orange);
    margin-bottom: var(--spacing-md);
}

/* CTA Placeholder */
.cta-placeholder {
    background-color: #f0f0f0;
    border-radius: 1rem;
    padding: 3rem 2rem;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-placeholder i {
    font-size: 5rem;
    color: var(--tt-orange);
    opacity: 0.3;
}

/* Avatar Placeholder */
.avatar-placeholder {
    width: 120px;
    height: 120px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-placeholder i {
    font-size: 3rem;
    color: var(--tt-orange);
    opacity: 0.5;
}

/* Jeep Placeholder */
.jeep-placeholder {
    background-color: #e9ecef;
    border-radius: 1rem;
    padding: 3rem 2rem;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jeep-placeholder i {
    font-size: 6rem;
    color: var(--tt-orange);
    opacity: 0.4;
}

/* Icon Placeholder for Cards */
.icon-placeholder {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
}

.icon-placeholder i {
    font-size: 4rem;
    color: var(--tt-orange);
    opacity: 0.3;
}
