.insights-page {
    min-height: 100vh;
    padding: 4rem 0;
}

.insights-page .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 1600px !important;
}

.insights-page > section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.insights-page-content {
    margin-bottom: 4rem;
}

.insights-page-content .container {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100%;
}

.insights-page-content .container > * {
    max-width: 100%;
}

.insights-page-content__wrapper {
    max-width: 100%;
}

.insights-page-content .wp-block-group.has-background,
.insights-page-content .wp-block-cover,
.insights-page-content .wp-block-group::before,
.insights-page-content .wp-block-group::after,
.insights-page-content .wp-block-cover::before,
.insights-page-content .wp-block-cover::after {
    background-color: transparent !important;
    background-image: none !important;
}

.insights-page-content .wp-block-group.has-background:not(.alignfull) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.insights-page-content__wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}

.insights-page-content__editor {
    flex: 1;
}

.insights-page-content__editor h1:first-child,
.insights-page-content__editor .wp-block-heading:first-child {
    margin-top: 0;
    margin-bottom: 1rem;
}

.insights-page-content__navigation {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    align-self: baseline;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

.insights-page-content__navigation .insights-featured__nav {
    width: 48px;
    height: 48px;
    border: 1px solid #080808;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
    padding: 0;
}

.insights-page-content__navigation .insights-featured__nav:hover {
    background: #080808;
    color: #fff;
}

.insights-page-content__navigation .insights-featured__nav svg {
    width: 20px;
    height: 20px;
}

.insights-featured {
    padding: 0 0 8rem;
}

.insights-featured__container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.insights-featured__wrapper {
    position: relative;
    min-height: 600px;
}

.insights-featured__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
}

.insights-featured__card.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.insights-featured__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: block;
    z-index: 3;
}

.insights-featured__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 0.4s ease;
}

.insights-featured__card:hover .insights-featured__image {
    transform: scale(1.05);
}

.insights-featured__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    z-index: 1;
}

.insights-featured__content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem var(--container-padding);
    color: #fff;
    max-width: var(--container-max);
    margin: 0 auto;
}

.insights-featured__category {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 1.5rem;
    width: fit-content;
}

.insights-featured__title {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0;
}

.insights-featured__title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.insights-featured__title a:hover {
    opacity: 0.9;
}

.insights-featured__navigation {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    margin-left: auto;
}

.insights-featured__nav {
    width: 48px;
    height: 48px;
    border: 1px solid #080808;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
    padding: 0;
}

.insights-featured__nav:hover {
    background: #080808;
    color: #fff;
}

.insights-featured__nav svg {
    width: 20px;
    height: 20px;
}

.insights-category-section {
    padding: 4rem 0;
}

.insights-category-section__container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0;
}

.insights-category-section__title {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #080808;
    margin: 0 0 3rem;
}

.insights-category-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.insights-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 420px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: none;
}

.insights-card:hover {
    transform: translateY(-4px);
    box-shadow: none;
}

.insights-card__image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f5f5f5;
    flex-shrink: 0;
}

.insights-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.insights-card:hover .insights-card__image img {
    transform: scale(1.05);
}

.insights-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
    min-height: 0;
}

.insights-card__title {
    font-size: clamp(1.125rem, 1.3vw, 1.25rem);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #080808;
    margin: 0 0 0.75rem;
}

.insights-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.insights-card__title a:hover {
    color: #666;
}

.insights-card__excerpt {
    font-size: clamp(0.8125rem, 0.95vw, 0.875rem);
    line-height: 1.6;
    color: #666;
    margin: 0;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.insights-closing {
    padding: 4rem 0;
    background: transparent;
}

@media (max-width: 1024px) {
    .insights-category-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .insights-page {
        padding: 2rem 0;
    }

    .insights-featured {
        padding: 0 0 4rem;
    }

    .insights-featured__image {
        height: 400px;
    }

    .insights-page-content__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .insights-page-content__navigation {
        align-self: flex-end;
    }

    .insights-category-section {
        padding: 3rem 0;
    }

    .insights-category-section__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .insights-closing {
        padding: 3rem 0;
    }
}
