.ah-section-1465 {
    padding: 80px 20px;
    font-family: inherit;
}

.ah-container-1465 {
    max-width: 1200px;
    margin: 0 auto;
}

.ah-layout-split-1465 {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

@media (min-width: 992px) {
    .ah-layout-split-1465 {
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
    }
    .ah-col-left-1465 {
        width: 45%;
        position: sticky;
        top: 40px;
    }
    .ah-col-right-1465 {
        width: 55%;
    }
}

.ah-header-1465 {
    margin-bottom: 30px;
}

.ah-eyebrow-1465 {
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1.5px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.ah-h2-1465 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.ah-image-1465 {
    margin-bottom: 30px;
}

.ah-image-1465 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.ah-intro-group-1465 {
    margin-bottom: 30px;
}

.ah-intro-1465 {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ah-supporting-1465 {
    font-size: 1em;
    line-height: 1.6;
    opacity: 0.9;
}

.ah-grid-1465 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .ah-grid-1465 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ah-card-1465 {
    padding: 35px 25px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ah-card-title-1465 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: 600;
}

.ah-card-desc-1465 {
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.ah-footer-1465 {
    padding-top: 20px;
}

.ah-note-1465 {
    font-style: italic;
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 30px;
    line-height: 1.5;
}

.ah-actions-1465 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.ah-btn-1465 {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.ah-btn-1465:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.ah-btn-secondary-1465 {
    background: transparent;
}
