.hero-section {
    position: relative;
    height: 35vh;
    min-height: 250px;
    background-color: var(--ion-color-medium);
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-card {
    background: white;
    border-radius: 30px 30px 0 0;
    margin-top: -40px;
    position: relative;
    z-index: 20;
    padding: 30px 20px;
    min-height: 70vh;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

.info-card {
    background-color: var(--ion-color-light);
    border-radius: 16px;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.info-icon {
    font-size: 1.8rem;
    color: var(--ion-color-primary);
    margin-right: 15px;
    width: 40px;
    text-align: center;
}

.section-title {
    color: var(--ion-color-tertiary);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 4px solid var(--ion-color-primary);
    padding-left: 10px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #000;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

.accordion-button {
    border-radius: 12px !important;
    background-color: var(--ion-color-light);
    color: var(--ion-color-dark);
    font-weight: 500;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(67, 86, 140, 0.1);
    color: var(--ion-color-secondary);
}

.accordion-body {
    background-color: white;
    padding: 15px 10px;
    border-bottom: 1px solid var(--ion-color-light);
}
