@charset "UTF-8";

/* Built for Professionals — theme33 (new file; does not modify styles.css) */

.theme33 {
    background-color: #ffffff;
}

.theme33 .theme33__container {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.theme33 .theme33__header {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 3rem;
}

.theme33 .theme33__eyebrow {
    display: block;
    color: var(--sh-blue);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0.85rem;
}

.theme33 .theme33__title {
    color: var(--sh-navy);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 1rem;
}

.theme33 .theme33__subtitle {
    color: var(--sh-gray-muted);
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.theme33 .theme33__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.theme33 .theme33__card {
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px -2px rgba(10, 13, 18, 0.06), 0 4px 8px -2px rgba(10, 13, 18, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.theme33 .theme33__media-wrap {
    position: relative;
    width: 100%;
}

.theme33 .theme33__media {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
    background: #f3f4f6;
}

.theme33 .theme33__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.theme33 .theme33__icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: var(--sh-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.35);
    z-index: 2;
}

.theme33 .theme33__icon img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.theme33 .theme33__body {
    padding: 2.75rem 1.25rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.theme33 .theme33__card-title {
    color: var(--sh-navy);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.55rem;
}

.theme33 .theme33__card-text {
    color: var(--sh-gray-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

/* Tablet: 2x2 */
@media (max-width: 1024px) {
    .theme33 .theme33__title {
        font-size: 2.25rem;
    }

    .theme33 .theme33__subtitle {
        font-size: 1.0625rem;
    }

    .theme33 .theme33__header {
        margin-bottom: 2.25rem;
    }

    .theme33 .theme33__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .theme33 .theme33__icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .theme33 .theme33__card-title {
        font-size: 1.25rem;
    }
}

/* Mobile: single column */
@media (max-width: 768px) {
    .theme33 .theme33__container {
        padding: 0 1rem;
    }

    .theme33 .theme33__header {
        margin-bottom: 1.75rem;
        max-width: 100%;
    }

    .theme33 .theme33__eyebrow {
        font-size: 0.8125rem;
        margin-bottom: 0.6rem;
    }

    .theme33 .theme33__title {
        font-size: 1.875rem;
        margin-bottom: 0.75rem;
    }

    .theme33 .theme33__subtitle {
        font-size: 1rem;
    }

    .theme33 .theme33__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        max-width: 22rem;
        margin: 0 auto;
    }

    .theme33 .theme33__media {
        aspect-ratio: 16 / 10;
    }

    .theme33 .theme33__icon {
        width: 3.25rem;
        height: 3.25rem;
    }

    .theme33 .theme33__body {
        padding: 2.5rem 1.25rem 1.5rem;
    }

    .theme33 .theme33__card-title {
        font-size: 1.25rem;
    }

    .theme33 .theme33__card-text {
        font-size: 0.9375rem;
    }
}

@media (max-width: 500px) {
    .theme33 .theme33__title {
        font-size: 1.625rem;
    }

    .theme33 .theme33__grid {
        max-width: 100%;
    }
}
