#experienceApp {
    min-height: calc(50vh - 0px);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: #f4f6f8;
}

.experienceApp > div {
    max-width: 1800px;
}
.experience-left,
.experience-right {align-items: center;box-sizing: border-box;display: inline-block;text-align: left;padding: 48px !important;box-sizing: border-box;flex: 1;align-content: center;}

.experience-left {
    background: #303e4f;
    color: #ffffff;
    padding: 60px;
}

.experience-left-inner {
    max-width: 650px;
    width: 100%;
    margin: auto;
}

.experience-left h1 {
    font-size: 58px;
    line-height: 1.05;
    margin: 0 0 25px 0;
    color: #ffffff;
}

.experience-left p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    color: rgba(255,255,255,0.88);
}

.experience-right {
    background: #f4f6f8;
    padding: 60px;
}

.experience-right-inner {
    max-width: 620px;
    width: 100%;
    margin: auto;
}

.choice-card {
    background: #ffffff;
    border: 1px solid #d9e0e6;
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
    color: #303e4f;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.choice-card:hover {
    transform: translateY(-4px);
    border-color: #6f96b3;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}

.choice-card.active {
    background: #303e4f;
    color: #ffffff;
    border-color: #303e4f;
}

.experience-panel-copy h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #303e4f;
    margin: 0 0 20px 0;
    font-family: 'CenturyGothicBold', sans-serif;
}

.experience-panel-copy p {
    font-size: 22px;
    line-height: 1.6;
    color: #4e5561;
    margin: 0 0 20px 0;
}

.experience-actions {
    margin-top: 35px;
}

.experience-btn {
    display: inline-block;
    padding: 16px 26px;
    background: #6f96b3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.25s ease;
}

.experience-btn:hover {
    background: #587d99;
}

.experience-back {
    display: inline-block;
    margin-left: 15px;
    color: #303e4f;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.experience-question {
    position: relative;
    font-size: 18px;
    color: #7b8490;
    margin: 0 0 20px 0;
    font-weight: 500;
    padding-bottom: 10px;
}

.experience-question:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #6f96b3;
    border-radius: 2px;
}

.experience-panel-copy h2 {
    margin: 0 0 20px 0;
}

.experience-options {
    margin-top: 10px;
}