/* ===================== SHAKEUP TRUCK PAGE STYLES ===================== */

/* ===================== TRUCK HERO ===================== */
.truck-hero {
    background: linear-gradient(135deg, #000000 0%, #051508 100%);
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

.truck-hero-content {
    padding: 60px 0;
}

.truck-hero-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.truck-hero-desc {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 440px;
}

.truck-hero-img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

/* ===================== WHY SHAKEUP TRUCK ===================== */
.why-truck {
    background: linear-gradient(135deg, #0a1f0a 0%, #051508 100%);
    border-top: 1px solid rgba(184, 215, 74, 0.1);
    border-bottom: 1px solid rgba(184, 215, 74, 0.1);
    padding: 40px 0;
}

.why-truck .section-title {
    font-size: 22px;
    margin-bottom: 30px;
    color: #ffffff;
}

.why-truck-item {
    text-align: center;
    padding: 5px;
}

.why-truck-icon {
    width: 55px;
    height: 55px;
    border: 1.5px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: var(--primary-green);
    font-size: 22px;
}

.why-truck-item h5 {
    color: var(--primary-green);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.why-truck-item p {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

/* ===================== TRUCK DETAILS ===================== */
.truck-details {
    background-color: #f4f1eb;
    padding: 40px 30px;
}

/* Included Panel */
.included-panel {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 22px 18px;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.panel-title {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.included-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: flex-start;
}

.included-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.included-item img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.included-item h6 {
    color: var(--primary-green-dark);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.included-item p {
    color: #555;
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
}

/* Truck Images */
.truck-images {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.truck-main-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 14px;
}

.truck-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.truck-thumbs img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.truck-thumbs img:hover {
    transform: scale(1.05);
}

/* Specs Panel */
.specs-panel {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specs-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #333;
    font-size: 12px;
    padding: 7px 0;
    line-height: 1.4;
}

.specs-list li i {
    color: var(--primary-green);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.specs-list li strong {
    color: var(--primary-green-dark);
    font-weight: 700;
    margin-right: 6px;
    min-width: 110px;
    display: inline-block;
}

.specs-list li span {
    color: #333;
}

/* Ideal For Panel */
.ideal-for-panel {
    background: linear-gradient(180deg, rgba(15, 35, 15, 0.95) 0%, rgba(5, 21, 8, 1) 100%);
    border-radius: 14px;
    padding: 22px 18px;
}

.ideal-for-panel .panel-title {
    color: var(--primary-green);
    justify-content: center;
    margin-bottom: 15px;
}

.ideal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.ideal-item {
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
}

.ideal-icon {
    width: 38px;
    height: 38px;
    border: 1.5px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    color: var(--primary-green);
    font-size: 16px;
}

/* ===================== PROFITS & HIW ===================== */
.profits-hiw {
    background-color: #f4f1eb;
    padding: 10px 30px 40px;
}

.profits-box {
    background: linear-gradient(180deg, #0a1f0a 0%, #051508 100%);
    border-radius: 14px;
    padding: 25px 22px;
    height: 100%;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.profits-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.profits-desc {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.profit-stat {
    margin-bottom: 15px;
}

.profit-stat h6 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

.profit-stat p {
    color: var(--primary-green);
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.profit-chart {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: var(--primary-green);
    font-size: 50px;
    opacity: 0.4;
}

.profits-note {
    color: var(--text-muted);
    font-size: 10px;
    margin: 15px 0 0;
    font-style: italic;
}

/* How It Works Panel */
.truck-hiw-panel {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 25px;
    height: 100%;
}

.section-title-light {
    text-align: center;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leaf-decor-light {
    color: var(--primary-green-dark);
    margin: 0 12px;
    font-size: 16px;
}

.truck-hiw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
    position: relative;
}

.truck-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.truck-step-circle {
    width: 70px;
    height: 70px;
    border: 2px solid var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: var(--primary-green-dark);
    font-size: 28px;
    background-color: #ffffff;
    position: relative;
}

.truck-step-num {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-green);
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    border: 2px solid #ffffff;
}

.truck-step h6 {
    color: var(--primary-green-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.truck-step p {
    color: #555;
    font-size: 10px;
    line-height: 1.4;
    margin: 0;
}

.truck-step-line {
    flex: 0 0 30px;
    height: 2px;
    border-top: 2px dashed var(--primary-green);
    margin-top: 35px;
}

/* ===================== TRUCK CTA ===================== */
.truck-cta {
    background: linear-gradient(90deg, #0a1f0a 0%, #051508 100%);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.truck-cta-img {
    max-width: 100%;
    max-height: 250px;
}

.truck-cta-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1.2;
}

.truck-cta-text {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.chat-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.chat-link:hover {
    color: var(--primary-green);
}

/* ===================== SCROLL TO TOP ===================== */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--primary-green);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(184, 215, 74, 0.4);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background-color: var(--primary-green-dark);
    color: #000000;
    transform: translateY(-3px);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1199px) {
    .ideal-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .specs-list li strong {
        min-width: 90px;
    }
}

@media (max-width: 991px) {
    .truck-hero {
        text-align: center;
        padding-top: 100px;
    }

    .truck-hero-content {
        padding: 30px 20px;
    }

    .truck-hero-title {
        font-size: 32px;
    }

    .truck-hero-desc {
        margin: 0 auto 30px;
    }

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

    .truck-hiw {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .truck-step {
        flex: 0 0 30%;
    }

    .truck-step-line {
        display: none;
    }

    .truck-cta {
        text-align: center;
    }

    .truck-cta-img {
        margin-bottom: 20px;
    }

    .ideal-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .truck-hero-title {
        font-size: 26px;
    }

    .truck-step {
        flex: 0 0 45%;
    }

    .truck-cta-title {
        font-size: 22px;
    }

    .ideal-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .truck-main-img {
        height: 280px;
    }

    .truck-thumbs img {
        height: 80px;
    }
}

@media (max-width: 575px) {
    .truck-hero-title {
        font-size: 22px;
    }

    .truck-step {
        flex: 0 0 100%;
    }

    .ideal-grid {
        grid-template-columns: 1fr 1fr;
    }
}
