/* ===========================
   Solutions Page Styles
   =========================== */

/* Hero Section */
.solutions-hero-bg-image {
    position: absolute;
    left: 15%;
    width: auto;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.solutions-hero-content {
    padding: 3rem 3rem;
}

.solutions-hero-headline {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 3.75rem;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.solutions-hero-subheadline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    letter-spacing: 0.35px;
}

.solutions-hero-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #DBEAFE;
    line-height: 1.8;
    letter-spacing: -0.45px;
    margin-bottom: 2.5rem;
    max-width: 430px;
}

.solutions-hero-cta-btn {
    display: inline-block;
    background-color: #22456D;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    padding: .5rem 3rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.solutions-hero-cta-btn:hover {
    background-color: #1557b0;
    color: #ffffff;
}

/* Section Headlines */
.solutions-section-headline {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2;
    letter-spacing: 0.37px;
    color: #0A0A0A;
}

.solutions-section-subheadline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: -0.45px;
    color: #4A5565;
    max-width: 700px;
    margin: 0 auto;
}

.solutions-section-headline-secondary {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 2;
    letter-spacing: 0.35px;
    color: #1A3B5C;
    margin-bottom: 0;
}

.solutions-section-subheadline-secondary {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: -0.45px;
    color: #4A5565;
    max-width: 775px;
    margin: 0 auto;
}

/* Comprehensive Security Solutions Cards */
.solutions-services {
    padding: 5rem 0;
    background-color: #ffffff;
}

.solutions-card {
    background: linear-gradient(to bottom, #F9FAFB, #FFFFFF);
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: box-shadow 0.2s ease;
}

.solutions-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.solutions-card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom, #1A3B5C, #2C5282);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.solutions-card-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.solutions-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.07px;
    color: #1A3B5C;
    margin-bottom: 1rem;
}

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

.solutions-card-list li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.31px;
    color: #364153;
    padding: 0.3rem 0;
    padding-left: 1.75rem;
    position: relative;
}

.solutions-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2026/04/checklist-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Solutions in Action */
.solutions-in-action {
    padding: 3rem 0;
}

.solutions-action-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.solutions-action-image {
    position: relative;
    overflow: hidden;
}

.solutions-action-image img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.solutions-action-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem 1rem 1rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.solutions-action-overlay span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.07px;
    color: #ffffff;
}

.solutions-action-overlay small {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.25;
    letter-spacing: -0.15px;
    color: #E5E7EB;
}

.solutions-action-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;;
    font-size: 1rem;
    color: #364153;
    letter-spacing: -0.31px;
    padding: 1.25rem;
    line-height: 1.5;
    margin: 0;
}

/* What Sets CTS Apart */
.solutions-differentiators {
    margin: 5rem 0;
    padding: 5rem 0;
    background: linear-gradient(to bottom, #F9FAFB, #EFF6FF);
}

.solutions-diff-list {
    max-width: 80%;
    margin: 0 auto;
}

.solutions-diff-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    background: #ffffff;
    border-radius: 8px;
    border-left: 4px solid transparent;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border-left-color: #2C5282;
}

.solutions-diff-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #1A3B5C, #2C5282);
    border-radius: 8px;
    padding: 6px;
}

.solutions-diff-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.solutions-diff-content h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #1A3B5C;
    letter-spacing: -0.45px;
    margin-bottom: 0.25rem;
}

.solutions-diff-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #666;
    margin: 0;
}

/* CTA Section */
.solutions-cta {
    padding: 5rem 0;
    margin-bottom: 5rem;
    background-color: #ffffff;
}

.solutions-cta-headline {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.5;
    color: #0A0A0A;
}

.solutions-cta-subheadline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: -0.45px;
    color: #364153;
    margin-bottom: 2rem;
}

.solutions-cta-btn {
    display: inline-block;
    background-color: #1A3B5C;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75;
    padding: 0.85rem 2.5rem;
    border-radius: 6px;
    letter-spacing: -0.44px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.solutions-cta-btn:hover {
    background-color: #0d1b2a;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
    .solutions-hero-headline {
        font-size: 2.75rem;
        white-space: normal;
    }

    .solutions-hero-bg-image {
        height: 55%;
        right: 0;
    }
}

@media (max-width: 991px) {
    .solutions-hero-bg-image {
        display: none;
    }

    .solutions-hero-content {
        text-align: center;
        padding-top: 6rem;
    }

    .solutions-hero-description {
        max-width: 100%;
        margin: 0 auto 2.5rem;
    }
}

@media (max-width: 767px) {
    .solutions-hero-bg-image {
        display: none;
    }

    .solutions-hero-headline {
        font-size: 2rem;
        white-space: normal;
    }

    .solutions-hero-subheadline {
        font-size: 1rem;
    }

    .solutions-hero-content {
        text-align: center;
        padding: 2rem 1rem;
        padding-top: 8rem;
    }

    .solutions-hero-description {
        max-width: 100%;
        font-size: 0.95rem;
    }

    .solutions-hero-cta-btn {
        font-size: 1rem;
        padding: 0.75rem 2rem;
    }

    .solutions-section-headline {
        font-size: 1.75rem;
    }

    .solutions-services,
    .solutions-in-action,
    .solutions-differentiators,
    .solutions-cta {
        padding: 3rem 0;
    }

    .solutions-diff-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .solutions-diff-list {
        max-width: 100%;
    }
}
