.index-card[data-astro-cid-maqmvjfb] {
    background: #fff;
    padding: 1rem .5rem;
    border-radius: .5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px #0000001a;
    overflow: hidden;
    margin-bottom: 2rem
}

.card-header[data-astro-cid-maqmvjfb] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .5rem
}

.card-title-bar[data-astro-cid-maqmvjfb] {
    width: .25rem;
    height: 2.5rem;
    background: linear-gradient(to bottom, #3b82f6, #06b6d4);
    flex-shrink: 0
}

.card-title-bar--orange[data-astro-cid-maqmvjfb] {
    background: linear-gradient(to bottom, #f97316, #f87171)
}

.card-title[data-astro-cid-maqmvjfb] {
    color: #1e293b;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0
}

.card-summary[data-astro-cid-maqmvjfb] {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 2rem
}

.card-sections[data-astro-cid-maqmvjfb] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.card-section[data-astro-cid-maqmvjfb] {
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem
}

.card-section[data-astro-cid-maqmvjfb]:first-child {
    border-top: none;
    padding-top: 0
}

.section-title[data-astro-cid-maqmvjfb] {
    color: #1e293b;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.5rem
}

.section-subtitle[data-astro-cid-maqmvjfb] {
    color: #1e293b;
    margin: 0
}

.section-subsubtitle[data-astro-cid-maqmvjfb] {
    color: #1e293b;
    padding-bottom: 0.5rem;
}

.subtitle-content[data-astro-cid-maqmvjfb] {
    padding-bottom: 1rem;
}

.section-content[data-astro-cid-maqmvjfb] {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.section-text[data-astro-cid-maqmvjfb] {
    color: #475569;
    line-height: 1.75
}

.section-text[data-astro-cid-maqmvjfb] p[data-astro-cid-maqmvjfb] {
    margin: 0
}

.section-links[data-astro-cid-maqmvjfb] {
    margin-top: .85rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.section-link[data-astro-cid-maqmvjfb] {
    display: inline;
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease
}

.section-link[data-astro-cid-maqmvjfb]:hover {
    color: #1e40af;
    text-decoration: underline
}

.section-link--button[data-astro-cid-maqmvjfb] {
    padding: .5rem 1.25rem;
    background: linear-gradient(to right, #3b82f6, #06b6d4);
    color: #fff;
    border: none;
    border-radius: .375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s ease
}

.section-link--button[data-astro-cid-maqmvjfb]:hover {
    color: #fff;
    border-color: transparent;
    opacity: .85
}

.section-image[data-astro-cid-maqmvjfb] {
    position: relative
}

.section-image[data-astro-cid-maqmvjfb] img[data-astro-cid-maqmvjfb] {
    width: 100%;
    height: auto;
    border-radius: .5rem;
    object-fit: cover;
    box-shadow: 0 4px 6px -1px #0000001a
}

@media(min-width:768px) {
    .section-content[data-astro-cid-maqmvjfb] {
        flex-direction: row;
        align-items: flex-start
    }

    .section-text[data-astro-cid-maqmvjfb],
    .section-image[data-astro-cid-maqmvjfb] {
        flex: 1
    }
}

@media(min-width:1024px) {
    .card-title[data-astro-cid-maqmvjfb] {
        font-size: 1.75rem
    }

    .card-header[data-astro-cid-maqmvjfb] {
        margin-bottom: 1rem
    }

    .section-title[data-astro-cid-maqmvjfb] {
        font-size: 1.375rem
    }

    .index-card[data-astro-cid-maqmvjfb] {
        padding: 1.5rem
    }
}

.hero-section[data-astro-cid-4to47h6d] {
    position: relative;
    background: #0f172a;
    overflow: hidden
}

.hero-container[data-astro-cid-4to47h6d] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1
}

.hero-layout[data-astro-cid-4to47h6d] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
    justify-content: space-between
}

.hero-media[data-astro-cid-4to47h6d] {
    position: relative;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    border-radius: .5rem
}

.hero-media-overlay[data-astro-cid-4to47h6d] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0f172a00, #0f172a99);
    z-index: 1
}

.hero-slide[data-astro-cid-4to47h6d] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity var(--hero-fade-seconds) ease-in-out
}

.hero-slide[data-astro-cid-4to47h6d].is-active {
    opacity: 1
}

.hero-content[data-astro-cid-4to47h6d] {
    width: 100%;
    background: #0f172a;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-text[data-astro-cid-4to47h6d] {
    text-align: center;
    max-width: 520px
}

.hero-title[data-astro-cid-4to47h6d] {
    margin: 0 0 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .08em;
    display: flex;
    flex-direction: column;
    gap: .35rem
}

.hero-title-line[data-astro-cid-4to47h6d],
.hero-title-accent[data-astro-cid-4to47h6d] {
    display: block;
    white-space: nowrap
}

.hero-title-accent[data-astro-cid-4to47h6d] {
    background: linear-gradient(to right, #f97316, #f87171);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.5rem
}

.hero-subtitle[data-astro-cid-4to47h6d] {
    margin: 0;
    font-size: 1rem;
    color: #cbd5f5;
    line-height: 1.6
}

.hero-subtitle-line[data-astro-cid-4to47h6d],
.hero-accent[data-astro-cid-4to47h6d] {
    display: block;
    white-space: nowrap
}

.hero-accent[data-astro-cid-4to47h6d] {
    display: inline;
    background: linear-gradient(to right, #f97316, #f87171);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700
}

.hero-bottom-fade[data-astro-cid-4to47h6d] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(to top, #f8fafc, #f8fafc00);
    z-index: 2
}

@media(prefers-reduced-motion:reduce) {
    .hero-slide[data-astro-cid-4to47h6d] {
        transition: none;
        opacity: 0
    }

    .hero-slide[data-astro-cid-4to47h6d]:first-of-type {
        opacity: 1
    }
}

@media(min-width:768px) {
    .hero-layout[data-astro-cid-4to47h6d] {
        flex-direction: row;
        align-items: stretch
    }

    .hero-media[data-astro-cid-4to47h6d] {
        flex: 1;
        min-height: 420px;
        align-self: stretch
    }

    .hero-content[data-astro-cid-4to47h6d] {
        flex: 0 0 320px;
        padding: 3rem 2rem;
        align-self: stretch
    }

    .hero-text[data-astro-cid-4to47h6d] {
        text-align: left
    }
}

@media(min-width:1024px) {
    .hero-layout[data-astro-cid-4to47h6d] {
        gap: 2.5rem
    }

    .hero-title[data-astro-cid-4to47h6d] {
        font-size: 2.5rem
    }

    .hero-title-accent[data-astro-cid-4to47h6d] {
        font-size: 3rem
    }

    .hero-subtitle[data-astro-cid-4to47h6d] {
        font-size: 1.125rem
    }
}

.page-content-section[data-astro-cid-j7pv25f6] {
    padding: 1.5rem var(--page-padding-mobile) 0;
    background: #f8fafc
}

.page-content-wrapper[data-astro-cid-j7pv25f6] {
    max-width: var(--page-max-width);
    margin: 0 auto
}

@media(min-width:1024px) {
    .page-content-section[data-astro-cid-j7pv25f6] {
        padding-top: 1.5rem
    }

    .page-content-wrapper[data-astro-cid-j7pv25f6] {
        padding: 0 var(--page-padding-desktop)
    }
}