/* ── ANTIGRAVITY TRUST DESIGN SYSTEM ── */
.kc-trust-section {
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
}

.kc-pre-title {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #317d0c;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 0.8;
}

.kc-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #112904;
    line-height: 1.2;
}

.kc-text-accent { color: #317d0c; }
.kc-text-gold { color: #ffc107; }

/* Impact Card Restored */
.kc-impact-container {
    max-width: 900px;
    margin: 0 auto;
}

.kc-impact-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 20px 50px rgba(17, 41, 4, 0.08);
    border: 1px solid rgba(49, 125, 12, 0.05);
    transition: all 0.4s ease;
}

.kc-impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(17, 41, 4, 0.12);
}

.kc-impact-item {
    flex: 1;
    text-align: center;
}

.kc-impact-icon {
    font-size: 24px;
    color: #317d0c;
    margin-bottom: 10px;
    opacity: 0.2;
}

.kc-impact-number {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #317d0c;
    line-height: 1;
}

.kc-impact-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
    margin-top: 8px;
    text-transform: uppercase;
}

.kc-impact-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #eee, transparent);
}

/* Testimonial Cards Restored */
.kc-review-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 5px 30px 5px;
    border: 1px solid rgba(49, 125, 12, 0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.kc-review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(17, 41, 4, 0.1);
    border-color: rgba(49, 125, 12, 0.2);
}

.kc-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.kc-review-stars {
    color: #ffc107;
    font-size: 14px;
    letter-spacing: 2px;
}

.kc-verified-pill {
    background: #e8f5e9;
    color: #317d0c;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.kc-review-text {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 15px;
}

.kc-review-footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.kc-review-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.kc-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.grad-green { background: linear-gradient(135deg, #317d0c, #112904); }
.grad-gold { background: linear-gradient(135deg, #ffc107, #ff8f00); }
.grad-green-deep { background: linear-gradient(135deg, #1E4B17, #0a1f07); }
.grad-emerald { background: linear-gradient(135deg, #2C6B24, #112904); }

.kc-user-info h3 {
    font-size: 15px;
    font-weight: 800;
    color: #222;
    margin-bottom: 2px;
}

.kc-user-info span {
    font-size: 11px;
    color: #999;
    display: block;
}

.kc-order-tag {
    font-size: 9px;
    color: #bbb;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Premium Button Restoration */
.kc-btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #317d0c;
    color: #fff !important;
    padding: 18px 45px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(49, 125, 12, 0.2);
    text-decoration: none !important;
}

.kc-btn-premium:hover {
    background: #112904;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 40px rgba(49, 125, 12, 0.3);
}

.kc-btn-premium i {
    transition: transform 0.3s ease;
}

.kc-btn-premium:hover i {
    transform: translateX(8px);
}

/* Custom Dots Restoration */
.kc-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px !important;
}

.kc-testimonial-carousel .owl-dot span {
    width: 30px !important;
    height: 4px !important;
    background: #eee !important;
    border-radius: 10px !important;
    margin: 5px !important;
    transition: all 0.3s ease !important;
    display: inline-block;
}

.kc-testimonial-carousel .owl-dot.active span {
    background: #317d0c !important;
    width: 50px !important;
}

/* ── MOBILE OPTIMIZATION ── */
@media (max-width: 767px) {
    .kc-trust-section { padding: 50px 0; }
    .kc-section-title { font-size: 28px; }
    
    .kc-impact-card {
        padding: 25px 15px;
        flex-direction: column;
        gap: 20px;
    }
    
    .kc-impact-divider {
        width: 60px;
        height: 1px;
        background: linear-gradient(to right, transparent, #eee, transparent);
    }
    
    .kc-impact-number { font-size: 28px; }
    
    .kc-review-card { 
        padding: 15px; 
        height: auto !important;
        margin-bottom: 20px !important;
    }
    .kc-review-header { margin-bottom: 12px; }
    .kc-review-text { 
        font-size: 13px; 
        margin-bottom: 12px;
        line-height: 1.4;
    }
    .kc-review-footer { 
        padding-top: 12px; 
        margin-top: 0 !important;
    }
    .kc-avatar { width: 35px; height: 35px; font-size: 14px; }
    .kc-user-info h3 { font-size: 13px; }
    
    .kc-btn-premium {
        padding: 14px 30px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }

    /* Tighter Dots for Mobile */
    .kc-testimonial-carousel .owl-dots { margin-top: 15px !important; }
    .kc-testimonial-carousel .owl-dot span {
        width: 15px !important;
        height: 4px !important;
        margin: 3px !important;
        border-radius: 10px !important;
    }
    .kc-testimonial-carousel .owl-dot.active span {
        width: 30px !important;
    }
}

/* Reveal Animation */
.kc-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.kc-reveal.active {
    opacity: 1;
    transform: translateY(0);
}
