.real-journeys-page {
    position: relative;
    background: #f8f7ff;
    padding: 72px 0 118px;
    overflow: hidden;
}

/* .real-journeys-page::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 560px;
    background:
        radial-gradient(circle at 50% 24%, rgba(204, 214, 255, 0.55) 0, rgba(204, 214, 255, 0.2) 22%, rgba(204, 214, 255, 0) 42%),
        linear-gradient(180deg, #ebf4ff 0, #eaf3ff 56%, #edf4ff 100%);
    pointer-events: none;
} */

.real-journeys-page::after {
    content: "";
    position: absolute;
    inset: 560px 0 0;
    background: #f8f7ff;
    pointer-events: none;
}

.real-journeys-page .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.real-journeys-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 54px;
    align-items: center;
    padding: 18px 0 82px;
}

.real-journeys-hero__copy {
    max-width: 560px;
}

.real-journeys-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(230, 235, 252, 0.85);
    color: #203a8f;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.real-journeys-hero__title {
    color: #203a8f;
    font-size: 66px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0 0 18px;
}

.real-journeys-hero__subtitle {
    max-width: 560px;
    margin: 0;
    color: #3f4c52;
    font-size: 19px;
    line-height: 1.55;
}

.real-journeys-hero__media {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    min-height: 440px;
    box-shadow: 0 26px 60px rgba(32, 58, 143, 0.18);
    background: linear-gradient(135deg, #c7d2fe 0, #203a8f 100%);
}

.real-journeys-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.real-journeys-spotlight-section {
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

.real-journeys-spotlight-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(230, 235, 252, 0.9);
    border-radius: 42px;
    padding: 82px 100px 60px;
    text-align: center;
    box-shadow: 0 32px 64px rgba(32, 58, 143, 0.08);
    /* height: 620px; */
    display: flex;
    flex-direction: column;
}

.real-journeys-spotlight-card::before {
    content: "\201C";
    position: absolute;
    top: 25px;
    left: 40px;
    font-size: 140px;
    line-height: 1;
    color: #1e1b4b;
    opacity: 0.08;
    font-family: serif;
    pointer-events: none;
    z-index: 1;
}

.real-journeys-spotlight-card::after {
    content: "\201D";
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-size: 140px;
    line-height: 1;
    color: #1e1b4b;
    opacity: 0.08;
    font-family: serif;
    pointer-events: none;
    z-index: 1;
}

.real-journeys-spotlight-eyebrow {
    display: inline-block;
    color: #057b78;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.real-journeys-spotlight-content {
    color: #1e1b4b;
    flex: 1;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgba(32, 58, 143, 0.1) transparent;
}

.real-journeys-spotlight-content::-webkit-scrollbar {
    width: 4px;
}

.real-journeys-spotlight-content::-webkit-scrollbar-thumb {
    background: rgba(32, 58, 143, 0.1);
    border-radius: 10px;
}

.real-journeys-spotlight-content p,
.real-journeys-spotlight-content blockquote {
    font-size: 32px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
}

.real-journeys-spotlight-content strong,
.real-journeys-spotlight-content b {
    display: block;
    margin-top: 42px;
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
}

.real-journeys-spotlight-content em,
.real-journeys-spotlight-content i {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}

.real-journey-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(230, 235, 252, 0.9);
    box-shadow: 0 16px 42px rgba(32, 58, 143, 0.06);
    border-radius: 28px;
    padding: 34px 28px 50px;
    /* height: 450px; */
    height: 260px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.real-journey-card__content {
    flex: 1;
    overflow-y: auto;
    padding-right: 12px;
    scrollbar-width: thin;
    scrollbar-color: rgba(32, 58, 143, 0.1) transparent;
}

.real-journey-card__content::-webkit-scrollbar {
    width: 4px;
}

.real-journey-card__content::-webkit-scrollbar-thumb {
    background: rgba(32, 58, 143, 0.1);
    border-radius: 10px;
}

.real-journey-card::after {
    content: '”';
    position: absolute;
    bottom: 10px;
    right: 22px;
    font-size: 72px;
    line-height: 1;
    color: #1e1b4b;
    opacity: 0.1;
    font-family: serif;
    pointer-events: none;
    z-index: 1;
}

.real-journey-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(32, 58, 143, 0.1);
}

.real-journeys-badge {
    display: inline-block;
    margin-bottom: 24px;
    color: #203a8f;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.real-journeys-spotlight__content,
.real-journey-card__content {
    color: #203a8f;
}

.real-journeys-spotlight__content > *:last-child,
.real-journey-card__content > *:last-child {
    margin-bottom: 0;
}

.real-journeys-spotlight__content p,
.real-journey-card__content p {
    margin: 0 0 18px;
}

.real-journeys-spotlight__content blockquote,
.real-journey-card__content blockquote {
    margin: 0;
}

.real-journeys-spotlight__content,
.real-journeys-spotlight__content p,
.real-journeys-spotlight__content blockquote {
    font-size: 29px;
    line-height: 1.42;
    font-style: italic;
    letter-spacing: -0.03em;
}

.real-journey-card__content,
.real-journey-card__content p,
.real-journey-card__content blockquote {
    color: #334155;
    font-size: 17px;
    line-height: 1.75;
}

.real-journeys-spotlight__content strong,
.real-journeys-spotlight__content b,
.real-journey-card__content strong,
.real-journey-card__content b {
    display: block;
    color: #111827;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.real-journeys-spotlight__content strong,
.real-journeys-spotlight__content b {
    margin-top: 28px;
    font-size: 20px;
}

.real-journeys-spotlight__content em,
.real-journeys-spotlight__content i,
.real-journey-card__content em,
.real-journey-card__content i {
    display: block;
    color: #8aa0c3;
    font-style: normal;
}

.real-journeys-spotlight__content em,
.real-journeys-spotlight__content i {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.5;
}

.real-journey-card__content strong,
.real-journey-card__content b {
    margin-top: 26px;
    font-size: 17px;
}

.real-journey-card__content em,
.real-journey-card__content i {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.45;
}

.real-journeys-grid-section {
    margin-top: 76px;
}

.real-journeys-grid-header {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 34px;
}

.real-journeys-grid-title {
    color: #203a8f;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
    flex: 0 0 auto;
}

.real-journeys-grid-line {
    display: block;
    height: 1px;
    flex: 1 1 auto;
    background: rgba(199, 210, 254, 0.72);
}

.real-journeys-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.real-journeys-empty {
    text-align: center;
    color: #475569;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 227, 247, 0.9);
    border-radius: 28px;
    padding: 48px 32px;
    box-shadow: 0 26px 60px rgba(41, 72, 152, 0.08);
}

.real-journeys-cta-section {
    background: #fff;
    padding: 118px 0 130px;
}

.rtn-qstn-with-profile-cls {
    display: none !important;
}

.real-journeys-cta {
    text-align: center;
}

.real-journeys-cta__title {
    color: #203a8f;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0 0 34px;
}

.real-journeys-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 228px;
    min-height: 64px;
    padding: 14px 28px;
    border-radius: 999px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(90deg, #203a8f 0%, #4f46e5 100%);
    box-shadow: 0 16px 32px rgba(32, 58, 143, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.real-journeys-cta__button:hover,
.real-journeys-cta__button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(32, 58, 143, 0.28);
}

.real-journeys-cta__arrow {
    font-size: 27px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .real-journeys-hero__title {
        font-size: 56px;
    }

    .real-journeys-spotlight {
        padding: 60px 56px;
    }

    .real-journeys-spotlight__content,
    .real-journeys-spotlight__content p,
    .real-journeys-spotlight__content blockquote {
        font-size: 25px;
    }

    .real-journeys-grid-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .real-journeys-page {
        padding: 52px 0 72px;
    }

    .real-journeys-page::before {
        height: 460px;
    }

    .real-journeys-page::after {
        inset: 460px 0 0;
    }

    .real-journeys-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding: 10px 0 56px;
    }

    .real-journeys-hero__title {
        font-size: 46px;
    }

    .real-journeys-hero__subtitle {
        font-size: 17px;
        line-height: 1.6;
    }

    .real-journeys-hero__media {
        min-height: 360px;
    }

    .real-journeys-hero__media img {
        min-height: 360px;
    }

    .real-journeys-spotlight-wrap {
        margin-top: 26px;
    }

    .real-journeys-spotlight {
        padding: 46px 34px;
        border-radius: 28px;
    }

    .real-journeys-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .real-journeys-cta-section {
        padding: 92px 0 104px;
    }

    .real-journeys-cta__title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .real-journeys-page .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .real-journeys-page::before {
        height: 420px;
    }

    .real-journeys-page::after {
        inset: 420px 0 0;
    }

    .real-journeys-hero__title {
        font-size: 38px;
        margin-bottom: 16px;
    }

    .real-journeys-hero__subtitle {
        font-size: 16px;
    }

    .real-journeys-hero__media {
        min-height: 280px;
        border-radius: 26px;
    }

    .real-journeys-hero__media img {
        min-height: 280px;
    }

    .real-journeys-spotlight-section {
        margin-top: 34px;
    }

    .real-journeys-spotlight-card {
        padding: 56px 42px;
        border-radius: 32px;
        height: auto;
        min-height: 500px;
    }

    .real-journeys-spotlight-content p,
    .real-journeys-spotlight-content blockquote {
        font-size: 24px;
    }

    .real-journeys-spotlight-content strong,
    .real-journeys-spotlight-content b {
        font-size: 19px;
        margin-top: 32px;
    }

    .real-journeys-spotlight-content em,
    .real-journeys-spotlight-content i {
        font-size: 15px;
    }

    .real-journeys-grid-section {
        margin-top: 56px;
    }

    .real-journeys-grid-header {
        display: block;
        margin-bottom: 26px;
    }

    .real-journeys-grid-title {
        font-size: 28px;
    }

    .real-journeys-grid-line {
        margin-top: 16px;
    }

    .real-journeys-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .real-journey-card {
        height: auto;
        min-height: 400px;
    }

    .real-journeys-cta-section {
        padding: 76px 0 88px;
    }

    .real-journeys-cta__title {
        font-size: 30px;
        margin-bottom: 26px;
    }

    .real-journeys-cta__button {
        width: 100%;
        max-width: 320px;
        min-height: 58px;
        font-size: 19px;
    }
}
