/**
 * Industry Trainers Section Styles
 * For [gateway_industry_trainers] shortcode
 */

.cpt-scope[data-page="industry-trainers"] .gw-trainers-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #fafbfc;
    padding: 100px 0;
}

.cpt-scope[data-page="industry-trainers"] .gw-trainers-section > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}

/* Hero */
.cpt-scope .gw-trainers-hero {
    margin: 0 auto 4rem;
    text-align: center;
}

.cpt-scope .gw-trainers-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.7;
    margin-bottom: 2rem;
}

.cpt-scope .gw-trainers-title {
    color: #1a1a2e;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 2rem 0;
}

.cpt-scope .gw-trainers-accent {
    font-weight: 700;
    color: #262474;
}

/* Main Grid */
.cpt-scope .gw-trainers-main-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 40px;
    margin-bottom: 60px;
}

.cpt-scope .gw-trainers-image-large {
    position: relative;
    height: 500px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.cpt-scope .gw-trainers-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpt-scope .gw-trainers-image-stat {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}

.cpt-scope .gw-trainers-stat-label {
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.cpt-scope .gw-trainers-info-card {
    background: linear-gradient(135deg, rgba(27, 96, 170, 0.11) 0%, rgba(36, 144, 107, 0.11) 100%);
    border-radius: 60px 60px 0 60px;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cpt-scope .gw-trainers-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: #1b60aa;
}

.cpt-scope .gw-trainers-icon svg {
    width: 100%;
    height: 100%;
}

.cpt-scope .gw-trainers-card-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    line-height: 1.25;
}

.cpt-scope .gw-trainers-card-text {
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 24px 0;
    font-weight: 300;
}

.cpt-scope .gw-trainers-feature-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cpt-scope .text-blue { color: #1b60aa; }
.cpt-scope .text-purple { color: #262474; }
.cpt-scope .text-teal { color: #24906b; }
.cpt-scope .icon-blue { color: #1b60aa; }
.cpt-scope .icon-purple { color: #262474; }
.cpt-scope .icon-teal { color: #24906b; }

/* Three Cards */
.cpt-scope .gw-trainers-cards-container {
    max-width: 60%;
    margin: 0 auto;
    padding: 0 !important;
}

.cpt-scope .gw-trainers-cards-subtitle {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 24px;
}

.cpt-scope .gw-trainers-subtitle-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #1b60aa, #24906b);
    margin: 0 auto 20px;
}

.cpt-scope .gw-trainers-cards-subtitle p {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
    font-weight: 300;
}

.cpt-scope .gw-trainers-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cpt-scope .gw-trainers-card {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 60px 60px 60px 0;
}

.cpt-scope .gw-trainers-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpt-scope .gw-trainers-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 25px 25px;
}

.cpt-scope .gw-trainers-card-overlay h4 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.cpt-scope .overlay-purple {
    background: linear-gradient(to top, rgba(38, 36, 116, 0.94) 0%, rgba(38, 36, 116, 0) 100%);
}

.cpt-scope .overlay-blue {
    background: linear-gradient(to top, rgba(27, 96, 170, 0.94) 0%, rgba(27, 96, 170, 0) 100%);
}

.cpt-scope .overlay-teal {
    background: linear-gradient(to top, rgba(36, 144, 107, 0.94) 0%, rgba(36, 144, 107, 0) 100%);
}

/* Two Features */
.cpt-scope .gw-trainers-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.cpt-scope .gw-trainers-feature {
    padding: 55px 50px;
}

.cpt-scope .gw-trainers-feature.feature-1 {
    background: linear-gradient(135deg, rgba(38, 36, 116, 0.08) 0%, rgba(27, 96, 170, 0.08) 100%);
    border-radius: 60px 0 60px 60px;
}

.cpt-scope .gw-trainers-feature.feature-2 {
    background: linear-gradient(135deg, rgba(36, 144, 107, 0.08) 0%, rgba(109, 180, 96, 0.08) 100%);
    border-radius: 0 60px 60px 60px;
}

.cpt-scope .gw-trainers-feature-title {
    font-size: 30px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    line-height: 1.25;
}

.cpt-scope .gw-trainers-feature-text {
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 18px 0;
    font-weight: 300;
}

.cpt-scope .gw-trainers-feature-text:last-of-type {
    margin-bottom: 24px;
}

/* Final Statement */
.cpt-scope .gw-trainers-final {
    text-align: center;
    padding: 80px 60px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.cpt-scope .gw-trainers-final-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #1b60aa, #24906b);
    margin: 0 auto 40px;
}

.cpt-scope .gw-trainers-final-title {
    font-size: 40px;
    font-weight: 300;
    color: #1a1a2e;
    margin: 0 0 28px 0;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.cpt-scope .gw-trainers-final-text {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
    font-weight: 300;
}

/* Closing Image */
.cpt-scope .gw-trainers-closing-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0 !important;
}

.cpt-scope .gw-trainers-closing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 1200px) {
    .cpt-scope .gw-trainers-title { font-size: 56px; }
    .cpt-scope .gw-trainers-cards-container { max-width: 75%; }
}

@media (max-width: 992px) {
    .cpt-scope .gw-trainers-main-grid { grid-template-columns: 1fr; }
    .cpt-scope .gw-trainers-cards-container { max-width: 100%; }
    .cpt-scope .gw-trainers-features-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .cpt-scope .gw-trainers-title { font-size: 42px; }
    .cpt-scope .gw-trainers-cards-grid { grid-template-columns: 1fr; }
    .cpt-scope .gw-trainers-final-title { font-size: 32px; }
    .cpt-scope .gw-trainers-closing-image { height: 300px; }
    .cpt-scope[data-page="industry-trainers"] .gw-trainers-section > * {
        padding-left: 20px;
        padding-right: 20px;
    }
}