/*========== SUPPORT & SECURITY SECTION - COMPACT LAYOUT ==========*/

.support-security-section {
    background: linear-gradient(180deg, #1a1a1a 0%, #121212 100%);
    padding: 0;
    margin-top: 2rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/*========== HEADER ==========*/
.ss-header {
    background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%);
    padding: 1.2rem 2rem;
    text-align: center;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.ss-tagline {
    color: #FFD700;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*========== BENEFITS CONTAINER ==========*/
.ss-benefits-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    background: #1e1e1e;
}

/*========== PRIMARY BENEFITS - 3 Cards ==========*/
.ss-benefits-primary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.ss-benefit-card {
    text-align: center;
    padding: 1.5rem 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #232323 0%, #1a1a1a 100%);
    transition: all 0.3s ease;
}

.ss-benefit-card:last-child {
    border-right: none;
}

.ss-benefit-card:hover {
    background: linear-gradient(180deg, #2a2a2a 0%, #1e1e1e 100%);
}

.ss-benefit-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.15) 0%, rgba(78, 205, 196, 0.05) 100%);
    border-radius: 50%;
    border: 1px solid rgba(78, 205, 196, 0.3);
}

.ss-benefit-icon i {
    font-size: 1.5rem;
    color: #4ECDC4;
}

.ss-benefit-title {
    color: #FFD700;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    line-height: 1.3;
}

.ss-benefit-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
}

/*========== SECONDARY BENEFITS - 2 Mini Cards ==========*/
.ss-benefits-secondary {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #1f1f1f 0%, #181818 100%);
    border-left: 1px solid rgba(255, 215, 0, 0.2);
    width: 280px;
}

.ss-benefit-mini {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.ss-benefit-mini:last-child {
    border-bottom: none;
}

.ss-benefit-mini:hover {
    background: rgba(255, 255, 255, 0.02);
}

.ss-benefit-icon-sm {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.12) 0%, rgba(78, 205, 196, 0.04) 100%);
    border-radius: 50%;
    border: 1px solid rgba(78, 205, 196, 0.25);
}

.ss-benefit-icon-sm i {
    font-size: 1.1rem;
    color: #4ECDC4;
}

.ss-benefit-text {
    flex: 1;
}

.ss-benefit-title-sm {
    color: #FFD700;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0 0 0.3rem 0;
    line-height: 1.3;
}

.ss-benefit-desc-sm {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.7rem;
    line-height: 1.4;
    margin: 0;
}

/*========== TRUST RIBBON ==========*/
.ss-trust-ribbon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.2rem 2rem;
    background: linear-gradient(135deg, #1a1d24 0%, #12151a 100%);
    border-top: 2px solid rgba(255, 215, 0, 0.25);
    border-bottom: 2px solid rgba(255, 215, 0, 0.25);
}

.ss-trust-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.ss-trust-badge {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4ECDC4 0%, #3db8b0 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.4);
}

.ss-trust-badge i {
    font-size: 1.8rem;
    color: #fff;
}

.ss-trust-text {
    flex: 1;
}

.ss-trust-title {
    color: #FFD700;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0.3rem 0;
    letter-spacing: 1px;
}

.ss-trust-desc {
    color: #d8dee9;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
    max-width: 500px;
}

/*========== SEALS ==========*/
.ss-seals {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ss-seal {
    padding: 0.6rem 1rem;
    background: rgba(30, 35, 45, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 215, 0, 0.15);
    transition: all 0.3s ease;
}

.ss-seal:hover {
    background: rgba(40, 45, 55, 0.9);
    transform: translateY(-2px);
    border-color: rgba(255, 215, 0, 0.3);
}

.ss-seal-img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

/*========== SUPPORT BAR ==========*/
.ss-support-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
}

.ss-support-agent {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.ss-support-agent > i {
    font-size: 2.5rem;
    color: #4ECDC4;
}

.ss-agent-info {
    display: flex;
    flex-direction: column;
}

.ss-agent-question {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.ss-agent-name {
    color: #fff;
    font-size: 0.85rem;
}

.ss-agent-name strong {
    color: #FFD700;
}

.ss-agent-name span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

/*========== SUPPORT CHANNELS ==========*/
.ss-support-channels {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ss-channel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: rgba(78, 205, 196, 0.1);
    border: 1px solid rgba(78, 205, 196, 0.25);
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ss-channel:hover {
    background: rgba(78, 205, 196, 0.2);
    border-color: rgba(78, 205, 196, 0.4);
    transform: translateY(-2px);
}

.ss-channel i {
    font-size: 1.2rem;
    color: #4ECDC4;
}

.ss-channel-value {
    font-size: 0.8rem;
    font-weight: 500;
}

/*========== TABLET RESPONSIVE ==========*/
@media screen and (max-width: 1100px) {
    .ss-benefits-container {
        grid-template-columns: 1fr;
    }

    .ss-benefits-secondary {
        width: 100%;
        flex-direction: row;
        border-left: none;
        border-top: 1px solid rgba(255, 215, 0, 0.2);
    }

    .ss-benefit-mini {
        flex: 1;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }

    .ss-benefit-mini:last-child {
        border-right: none;
    }

    .ss-trust-ribbon {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .ss-trust-content {
        flex-direction: column;
        text-align: center;
    }

    .ss-trust-desc {
        max-width: 100%;
    }

    .ss-seals {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/*========== MOBILE RESPONSIVE ==========*/
@media screen and (max-width: 768px) {
    .ss-header {
        padding: 1rem 1.5rem;
    }

    .ss-tagline {
        font-size: 0.95rem;
        letter-spacing: 1px;
    }

    .ss-benefits-primary {
        grid-template-columns: 1fr;
    }

    .ss-benefit-card {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding: 1.2rem 1rem;
    }

    .ss-benefit-card:last-child {
        border-bottom: none;
    }

    .ss-benefits-secondary {
        flex-direction: column;
    }

    .ss-benefit-mini {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .ss-benefit-mini:last-child {
        border-bottom: none;
    }

    .ss-trust-ribbon {
        padding: 1.2rem 1rem;
    }

    .ss-trust-badge {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .ss-trust-badge i {
        font-size: 1.5rem;
    }

    .ss-trust-title {
        font-size: 0.9rem;
    }

    .ss-trust-desc {
        font-size: 0.7rem;
    }

    .ss-seals {
        gap: 0.8rem;
    }

    .ss-seal {
        padding: 0.5rem 0.8rem;
    }

    .ss-seal-img {
        height: 30px;
    }

    .ss-support-bar {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        text-align: center;
    }

    .ss-support-agent {
        justify-content: center;
    }

    .ss-support-channels {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
    }

    .ss-channel {
        padding: 0.5rem 0.8rem;
    }

    .ss-channel-value {
        font-size: 0.75rem;
    }
}

/*========== SMALL MOBILE ==========*/
@media screen and (max-width: 480px) {
    .ss-tagline {
        font-size: 0.85rem;
    }

    .ss-benefit-icon {
        width: 40px;
        height: 40px;
    }

    .ss-benefit-icon i {
        font-size: 1.2rem;
    }

    .ss-benefit-title {
        font-size: 0.8rem;
    }

    .ss-benefit-desc {
        font-size: 0.7rem;
    }

    .ss-seals {
        flex-direction: column;
        width: 100%;
    }

    .ss-seal {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ss-seal-img {
        height: 35px;
    }

    .ss-channel {
        flex: 1;
        min-width: 140px;
        justify-content: center;
    }
}
