img {
    width: 100%;
}

.study_abroad_counseling.nc_logo_wrap {
    background-color: #092846;
    padding-block: 2.7rem;
}

.study_abroad_counseling.nc_logo_wrap a {
    display: block;
    margin-inline: auto;
    width: 24rem;
    text-align: center;
}

.study_abroad_counseling.nc_logo_wrap a figure img {
    width: 24rem;
}

#study_abroad--counseling {
    background-color: #FFF5E9;
    padding-block: 4rem 8rem;
    height: auto;
    --box-header-size: 1.6rem;
    --box-body-size: 1.5rem;
    --box-border-radius: 1.6rem;
    --box-header-color: #1F1F1F;
    --box-body-color: #5F686F;
    --link-color: #00ACEE;
    --gradient-color: linear-gradient(to right, #ff6900, #f54900);
}

#study_abroad--counseling .flex_wrap {
    display: flex;
    flex-flow: column;
    max-width: 64rem;
    margin-inline: auto;
    row-gap: 3.2rem;
    justify-content: center;
    align-items: center;
}

#study_abroad--counseling .flex_wrap > h1 {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #092842;
}

#study_abroad--counseling .flex_wrap > h1::before,
#study_abroad--counseling .flex_wrap > h1::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/pc/star.svg');
    vertical-align: middle;
}

#study_abroad--counseling .flex_wrap > h1::before {
    margin-right: 0.8rem;
}

#study_abroad--counseling .flex_wrap > h1::after {
    margin-left: 0.8rem;
}

#study_abroad--counseling .flex_wrap .subhead {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--box-header-color);
    align-self: flex-start;
}

#study_abroad--counseling .flex_wrap .subhead::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4.8rem;
    height: 0.4rem;
    border-radius: 2rem;
    margin-right: 1.2rem;
    background-image: var(--gradient-color);
}

#study_abroad--counseling .flex_wrap .box-item:not(div) {
    counter-increment: --box-items 1;
    background-color: #fff;
    padding: 2.4rem;
    border: 0.1rem solid #F3F4F6;
    text-align: left;
    width: 100%;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) h3 {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.6rem;
    align-items: baseline;
    font-size: var(--box-header-size);
    line-height: 2.4rem;
    font-weight: 700;
    color: var(--box-header-color);
    margin-bottom: 1.6rem;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) h3::before {
    content: counter(--box-items);
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-image: var(--gradient-color);
    display: grid;
    place-content: center;
    text-align: center;
    font-size: var(--box-header-size);
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) p {
    font-size: var(--box-body-size);
    line-height: 1.5;
    color: var(--box-body-color);
    margin-bottom: 1.6rem;
    margin-inline: 4.8rem 1.6rem;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) > div {
    text-align: center;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) > div img {
    max-width: 24rem;
}

#study_abroad--counseling .flex_wrap .box-item:not(div):not(:last-of-type) img{
    border: 0.1rem solid #CCCCCC;
}

#study_abroad--counseling .flex_wrap .btn-green {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4rem;
    color: #fff;
    width: 100%;
    max-width: 40rem;
    padding-block: 1.35rem 1.15rem;
    padding-inline: 2.5rem;
    font-size: var(--box-header-size);
    font-weight: 700;
    background-color: #06C755;
    box-shadow: 0 0.4rem 0 0 #059F44;
    text-align: center;
    border-radius: 10rem;
}

#study_abroad--counseling .flex_wrap .btn-green::after{
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/pc/arrow.svg');
    position: absolute;
    right: 1rem;
    width: 2rem;
}

#study_abroad--counseling .flex_wrap .btn-green img{
    width: 2.5rem;
}

#study_abroad--counseling .flex_wrap .btn-green:hover,
#study_abroad--counseling .flex_wrap .btn-green:hover img{
    opacity: 0.9;
}

#study_abroad--counseling .flex_wrap .rounded {
    border-radius: var(--box-border-radius);
}

#study_abroad--counseling .flex_wrap .shadowed {
    box-shadow: 
        0 0.2rem 0.4rem -0.2rem rgba(0, 0, 0, 0.1),
        0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
}

#study_abroad--counseling .flex_wrap a:not(.btn-green) {
    color: var(--link-color);
    font-size: 1.6rem;
    text-decoration: underline;
}
/* NJ-89409: ASP Counseling Landing Page */
.counseling-page img {
    height: auto;
    max-width: 100%;
}

.counseling-page {
    font-family: 'Noto Sans JP', sans-serif;
    color: #092846;
    background-color: #FFFFFF;
}

/* ============================================
   SECTION 1: HERO
   ============================================ */

/* Header */
.counseling-header {
    background-color: #092846;
    padding: 2rem 4rem;
}

.counseling-header__container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 103.2rem;
    margin: 0 auto;
}

.counseling-header__container img {
    width: 24rem;
    height: 2.5rem;
}

/* Main Visual */
.counseling-mv {
    position: relative;
    padding: 4rem 0;
    min-height: 85rem;
    overflow: hidden;
}

.counseling-mv__container {
    position: relative;
    max-width: 103.2rem;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
}

.counseling-mv__content {
    max-width: 103.2rem;
    margin: 0 auto;
}

.main-images {
    position: relative;
    width: 75.5rem;
    height: 40rem;
    z-index: -1;
    top: -73px;
    left: 82px;
}

.counseling-mv__catchphrase {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    color: #FFFFFF;
}

.counseling-mv__title {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-bottom: 2.4rem;
}

.counseling-mv__title-line {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    height: 12.2rem;
    margin-bottom: 1.3rem;
}
.counseling-mv__title-line-1 {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
}

.counseling-mv__title-text {
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.32);
}

.counseling-mv__title-highlight {
    font-size: 12.2rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFF00;
    text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.32);
}

.counseling-mv__features {
    display: flex;
    gap: 2.4rem;
    justify-content: flex-start;
    padding: 0;
    position: absolute;
    top: 95%;
    left: 12%;
}

.counseling-mv__feature-item img {
    width: 18rem;
    height: auto;
}

.counseling-mv__image {
    position: relative;
}

.counseling-mv__image img {
    width: 100%;
    height: auto;
}

.counseling-mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/mv_bg_pc.webp');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

/* CTA Section */
.counseling-cta {
    background: #082c4f;
    padding: 3rem 2rem;
    position: relative;
    z-index: 2;
}

.counseling-cta__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    max-width: 103.2rem;
    margin: 0 auto;
}

.counseling-cta__label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}

.counseling-btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    text-decoration: none;
    border-radius: 1rem;
    transition: opacity 0.3s;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: #F1890E;
}

.counseling-btn:hover {
    opacity: 0.9;
}

.counseling-btn--primary {
    background-color: #FFFFFF;
    box-shadow: 0 0.4rem 0 rgba(204, 204, 204, 1);
}

.counseling-btn--large {
    width: 40rem;
    height: 6rem;
    padding: 1.9rem 1.8rem 1.9rem 5.9rem;
}

.counseling-btn--large::after {
    content: url(https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/arrow-orange.svg);
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ============================================
   SECTION 2: ACHIEVEMENTS
   ============================================ */
.counseling-achievements {
    background-color: #FEF3E7;
    padding: 8rem 2rem;
}

.counseling-achievements__container {
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.6rem;
}

.counseling-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
}

.counseling-section-title__en {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #F1890E;
    text-align: center;
    text-decoration: underline;
}

.counseling-section-title__ja {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #092846;
    text-align: center;
}

.counseling-section-title__sub {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3A536B;
    text-align: center;
}

.counseling-section-title--white .counseling-section-title__en,
.counseling-section-title--white .counseling-section-title__ja,
.counseling-section-title--white .counseling-section-title__sub {
    color: #FFFFFF;
}

.counseling-achievements__box {
    background: linear-gradient(180deg, #092846 0%, #092846 100%);
    background-image: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/bg_achievements_pc.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0.1rem solid #E6EAEC;
    border-radius: 2.4rem;
    box-shadow: 0 2rem 2.5rem rgba(9, 40, 70, 0.1);
    padding: 3.2rem;
    width: 100%;
    max-width: 80rem;
    min-height: 47.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counseling-achievements__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
}

.counseling-achievements__label {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.75;
    color: #FFFFFF;
    text-align: center;
}

.counseling-achievements__number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
}

.counseling-achievements__number-main {
    font-size: 17rem;
    font-weight: 700;
    line-height: 1;
    color: #F1890E;
}

.counseling-achievements__number-unit {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
}

.counseling-achievements__badge {
    display: flex;
    justify-content: center;
}

.counseling-achievements__badge-text {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #F1890E;
}

/* ============================================
   SECTION 3: COST COMPARISON
   ============================================ */
.counseling-cost-comparison {
    padding: 8rem 2rem;
}

.counseling-cost-comparison__container {
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-cost-comparison__list {
    display: flex;
    gap: 2.4rem;
    align-items: stretch;
}

.counseling-cost-comparison__box {
    flex: 1;
    background-color: #FFFFFF;
    border: 0.1rem solid #E6EAEC;
    border-radius: 1.6rem;
    box-shadow: 0 0.4rem 0.6rem rgba(9, 40, 70, 0.1);
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.counseling-cost-comparison__box--nc {
    background-color: #F1890E;
}

.counseling-cost-comparison__top {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.counseling-cost-comparison__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-cost-comparison__box--nc .counseling-cost-comparison__title {
    color: #FFFFFF;
}

.counseling-cost-comparison__items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.counseling-cost-comparison__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.counseling-cost-comparison__dot {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #B5BEC8;
    border-radius: 50%;
    flex-shrink: 0;
}

.counseling-cost-comparison__box--nc .counseling-cost-comparison__dot {
    background-color: #FFFFFF;
}

.counseling-cost-comparison__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #092846;
}

.counseling-cost-comparison__box--nc .counseling-cost-comparison__text {
    color: #FFFFFF;
    font-weight: 700;
}

.counseling-cost-comparison__badge {
    background-color: #FFFFFF;
    border-radius: 0.4rem;
    padding: 0.4rem 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #F1890E;
}

.counseling-cost-comparison__bottom {
    padding-top: 1.6rem;
    border-top: 0.1rem solid #E6EAEC;
}

.counseling-cost-comparison__bottom--nc {
    border-top-color: #F5AC56;
}

.counseling-cost-comparison__result {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.counseling-cost-comparison__result.arrow:before{
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_arrow01.svg');
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counseling-cost-comparison__result.curved-arrow:before{
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_arrow02.svg');
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counseling-cost-comparison__arrow {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
}

.counseling-cost-comparison__arrow path {
    stroke: #092846;
}

.counseling-cost-comparison__box--nc .counseling-cost-comparison__arrow path {
    stroke: #FFFFFF;
}

.counseling-cost-comparison__result-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-cost-comparison__box--nc .counseling-cost-comparison__result-text {
    color: #FFFFFF;
    font-weight: 700;
}

.counseling-cost-comparison__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.counseling-cost-comparison__summary-text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #092846;
}

.counseling-cost-comparison__summary-highlight {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #F1890E;
}

/* ============================================
   SECTION 4: WHY CHOOSE US
   ============================================ */
.counseling-why-choose-us {
    background: linear-gradient(180deg, #2BA89C 0%, #4DD0C3 100%);
    padding: 8rem 2rem;
}

.counseling-why-choose-us__container {
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-reason-box {
    background-color: #FFFFFF;
    border: 0.1rem solid #E6EAEC;
    border-radius: 2.4rem;
    box-shadow: 0 2rem 2.5rem rgba(9, 40, 70, 0.1);
    padding: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
}

.counseling-reason-box__badge {
    background-color: #F1890E;
    border-radius: 1.8rem;
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    width: fit-content;
    align-self: flex-start;
}

.counseling-reason-box__title-area {
    display: flex;
    flex-direction: column;
    text-align: flex-start;
}

.counseling-reason-box__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-reason-box__image {
    width: 100%;
    max-width: 93.6rem;
}

.counseling-reason-box__image img {
    width: 100%;
    height: auto;
}

.counseling-reason-box__text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin: 0 auto;
}

.counseling-reason-box__text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-reason-box__text--highlight {
    color: #F1890E;
}

.counseling-reason-box__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counseling-reason-box__intro-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-reason-box__intro-highlight {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #F1890E;
}

.counseling-reason-box__image-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.counseling-reason-box__image--overlay {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
}

.counseling-reason-box__overlay-content {
    position: absolute;
    top: 4.8rem;
    left: 0;
    right: 0;
    padding: 0 4.8rem;
}

.counseling-reason-box__overlay-text {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.7;
    color: #FFFFFF;
    text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
}

.counseling-reason-box__overlay-price {
    font-size: 24rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.25);
    padding-left: 10rem;
}

.counseling-reason-box__points {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
}

.counseling-reason-box__points-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-reason-box__points-grid {
    display: flex;
    gap: 1.5rem;
}

.counseling-reason-box__point {
    flex: 1;
    background-color: #F3F4F6;
    border-radius: 1.6rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.counseling-reason-box__point-icon {
    width: 4.8rem;
    height: 4.8rem;
    background: linear-gradient(180deg, #F1890E 0%, #D97A0C 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counseling-reason-box-points {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: start;
}

.counseling-reason-box__point:nth-child(1) .counseling-reason-box__point-icon::before {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_point01.svg');
}

.counseling-reason-box__point:nth-child(2) .counseling-reason-box__point-icon::before {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_point02.svg');
}

.counseling-reason-box__point:nth-child(3) .counseling-reason-box__point-icon::before {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_point03.svg');
}

.counseling-reason-box__point-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #092846;
}

.counseling-reason-box__point-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #092846;
}

/* ============================================
   SECTION 5: COMPARISON TABLE
   ============================================ */
.counseling-comparison {
    padding: 8rem 2rem;
    background-color: #FFFFFF;
}

.counseling-comparison__container {
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-comparison__table-wrapper {
    overflow-x: auto;
}

.counseling-comparison__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #FFFFFF;
    border: .3rem solid #F1890E;
    border-radius: 1.6rem;
    overflow: hidden;
}

.counseling-comparison__header {
    padding: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border: 0.1rem solid #B5BEC8;
    border-top: 0;
    border-left: 0;
}

.counseling-comparison__header--nc {
    background-color: #F1890E;
    color: #FFFFFF;
    border: .1rem solid #FBDCB7;
    border-top: 0;
}

.counseling-comparison__header--competitor {
    background-color: #FFFFFF;
    color: #092846;
}

.counseling-comparison__cell {
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    border: 0.1rem solid #B5BEC8;
    border-top: 0;
    border-left: 0;
    color: #092846;
}
.counseling-comparison__cell:last-child,
.counseling-comparison__header--competitor:last-child {
    border-right: 0;
}
.counseling-comparison__table tr:last-child td{
    border-bottom: 0;
}
.counseling-comparison__header--feature {
    font-weight: 700;
    border-right: 0;
}
.counseling-comparison__cell--feature{
    font-weight: 400;
    border-right: 0;
    border-left: 0;
}

.counseling-comparison__cell--nc {
    background-color: #FEF3E7;
    font-weight: 700;
    color: #F1890E;
    border: .1rem solid #FBDCB7;
    border-top: 0;
}

/* ============================================
   SECTION 6: TESTIMONIALS
   ============================================ */
.counseling-testimonials {
    padding: 8rem 2rem;
    background-color: #FEF3E7;
}

.counseling-testimonials__container {
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-testimonials__list {
    display: flex;
    gap: 2.4rem;
    justify-content: center;
}

.counseling-testimonial {
    flex: 1;
    background-color: #FFFFFF;
    border: 0.1rem solid #E6EAEC;
    border-radius: 2.4rem;
    box-shadow: 0 1rem 2.5rem rgba(9, 40, 70, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.counseling-testimonial__header {
    background-color: #F1890E;
    padding: 2.8rem 3.2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.counseling-testimonial__avatar {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.counseling-testimonial__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counseling-testimonial__text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    flex: 1;
}

.counseling-testimonial__name-row {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.counseling-testimonial__name-group {
    display: flex;
    align-items: center;
}

.counseling-testimonial__name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    color: #FFFFFF;
}

.counseling-testimonial__san {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    color: #FFFFFF;
}

.counseling-testimonial__separator-group {
    display: flex;
    align-items: center;
}

.counseling-testimonial__separator {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    color: #FFFFFF;
}

.counseling-testimonial__age-group {
    display: flex;
    align-items: center;
}

.counseling-testimonial__age {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    color: #FFFFFF;
}

.counseling-testimonial__age-suffix {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    color: #FFFFFF;
}

.counseling-testimonial__info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.counseling-testimonial__location {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    color: #FFFFFF;
}

.counseling-testimonial__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 3.2rem;
}

.counseling-testimonial__image {
    width: 100%;
    border-radius: 0.8rem;
    overflow: hidden;
}

.counseling-testimonial__image img {
    width: 100%;
    height: auto;
}

.counseling-testimonial__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #F1890E;
}

.counseling-testimonial__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    color: #092846;
}

/* ============================================
   SECTION 7: OUR COUNSELORS
   ============================================ */
.counseling-counselors {
    position: relative;
    padding: 8rem 2rem;
}

.counseling-counselors__container {
    position: relative;
    z-index: 1;
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-counselors__list {
    width: 100%;
    display: flex;
    gap: 2.4rem;
    justify-content: center;
    align-items: center;
}

.counseling-counselors__list img {
    width: 100%;
    height: auto;
    border-radius: 2.4rem;
}

.counseling-counselors__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/bg_our-counselors_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* ============================================
   SECTION 8: FREE COUNSELING
   ============================================ */
.counseling-free-counseling {
    padding: 8rem 2rem;
    background-color: #FEF3E7;
}

.counseling-free-counseling__container {
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-free-counseling__features {
    display: flex;
    gap: 2.4rem;
}

.counseling-feature-card {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 1.6rem;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
}

.counseling-feature-card__icon {
    width: 5.6rem;
    height: 5.6rem;
    background: linear-gradient(180deg, #F1890E 0%, #D97A0C 100%);
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.2rem 0.4rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
}

.counseling-feature-card__icon::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_counseling01.svg');
    width: 2.8rem;
    height: 2.8rem;
    display: block;
}

.counseling-feature-card--02 .counseling-feature-card__icon::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_counseling02.svg');
}

.counseling-feature-card--03 .counseling-feature-card__icon::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_counseling03.svg');
}

.counseling-feature-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.counseling-feature-card__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
    text-align: left;
    width: 100%;
}

.counseling-feature-card__subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3A536B;
    text-align: left;
    width: 100%;
}

.counseling-feature-card__text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3A536B;
    text-align: left;
    width: 100%;
}

.counseling-free-counseling__flow-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
    text-align: center;
}

.counseling-counseling-flow {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.counseling-flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.counseling-flow-step__item {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 1.6rem;
    border-bottom: 0.4rem solid #F1890E;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
    padding: 3.2rem;
    display: flex;
    gap: 2.4rem;
    align-items: flex-start;
}

.counseling-flow-step__number {
    width: 7.8rem;
    height: 7.8rem;
    background: linear-gradient(180deg, #F1890E 0%, #D97A0C 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    flex-shrink: 0;
    box-shadow: 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1), 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
}

.counseling-flow-step__content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-top: 0.4rem;
}

.counseling-flow-step__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
}

.counseling-flow-step__text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3A536B;
}

.counseling-flow-step__arrow {
    flex-shrink: 0;
    width: 6.1rem;
    height: 2.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counseling-flow-step__arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 2.3rem solid #F1890E;
    border-left: 3.05rem solid transparent;
    border-right: 3.05rem solid transparent;
}

/* ============================================
   SECTION 9: CTA (SECTION VARIANT)
   ============================================ */
.counseling-cta--section {
    margin: 4rem 0;
}

/* ============================================
   SECTION 10: YOUR JOURNEY
   ============================================ */
.counseling-your-journey {
    position: relative;
    padding: 8rem 2rem;
}

.counseling-your-journey__container {
    position: relative;
    z-index: 1;
    max-width: 103.2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.6rem;
}

.counseling-journey-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    align-self: stretch;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.counseling-journey-step {
    display: flex;
    flex-direction: row;
    gap: 3.2rem;
    align-self: stretch;
    border-radius: 0.8rem;
}

.counseling-journey-step__icon-wrapper {
    position: relative;
    flex-shrink: 0;
}

.counseling-journey-step__icon {
    width: 8.4rem;
    height: 8.4rem;
    background: linear-gradient(180deg, #F1890E 0%, #D97A0C 100%);
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1), 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
}

.counseling-journey-step__icon::after {
    content: '';
    width: 4.2rem;
    height: 4.2rem;
    display: block;
}

.counseling-journey-step__icon--01::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_step01.svg');
}

.counseling-journey-step__icon--02::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_step02.svg');
}

.counseling-journey-step__icon--03::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_step03.svg');
}

.counseling-journey-step__icon--04::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_step04.svg');
}

.counseling-journey-step__number {
    position: absolute;
    top: 35%;
    left: 71%;
    width: 3.8rem;
    height: 3.8rem;
    background-color: #092846;
    border: 0.2rem solid #FFFFFF;
    border-radius: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    box-shadow: 0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
}

.counseling-journey-step__content {
    background: linear-gradient(135deg, rgba(230, 234, 236, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    border: 0.1rem solid #E6EAEC;
    border-radius: 1.6rem;
    padding: 3.2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.counseling-journey-step__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #092846;
    text-align: left;
}

.counseling-journey-step__text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3A536B;
    text-align: left;
}

.counseling-journey-step__boarder {
    position: absolute;
    top: 0;
    left: 4.1rem;
    width: 0.3rem;
    height: 68.9rem;
    background-color: #F1890E;
    z-index: -2;
}

.counseling-your-journey__bg {
    position: absolute;
    top: 8.3rem;
    left: 0;
    width: 100%;
    height: 107.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%),
                url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/bg_your-journey_pc.webp');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    z-index: 0;
}

/* ============================================
   SECTION 11: FAQ
   ============================================ */
.counseling-faq {
    padding: 8rem 2rem;
    background-color: #FEF3E7;
}

.counseling-faq__container {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-faq__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin: 0 auto;
    width: 100%;
}

.counseling-faq__item {
    background-color: #FFFFFF;
    border: 0.1rem solid #E6EAEC;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.05);
    width: 100%;
}

.counseling-faq__question {
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    padding: 2.4rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s;
}

.counseling-faq__q-mark {
    width: 2.7rem;
    height: auto;
    min-height: 2.7rem;
    background-color: #F1890E;
    border-radius: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.7rem 0.7rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    flex-shrink: 0;
}

.counseling-faq__question-text {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #092846;
}

.counseling-faq__question::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/arrow-down.svg');
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.counseling-faq__item.active .counseling-faq__question::after {
    transform: rotate(180deg);
}

.counseling-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.counseling-faq__item.active .counseling-faq__answer {
    max-height: 50rem;
}

.counseling-faq__answer-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2.4rem 2.4rem;
}

.counseling-faq__answer-content {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}

.counseling-faq__a-mark {
    width: 2.7rem;
    height: auto;
    min-height: 2.7rem;
    background-color: #092846;
    border-radius: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.7rem;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    flex-shrink: 0;
}

.counseling-faq__answer p {
    flex: 1;
    margifamily: 'Noto Sans JP', sans-serif;
    font-n: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #092846;
}

/* ============================================
   SECTION 12: BOOK NOW
   ============================================ */
.counseling-book-now {
    padding: 8rem 2rem;
    background-color: #FFF;
}

.counseling-book-now__container {
    max-width: 96rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4.6rem;
}

.counseling-booking-form {
    background-color: #FFFFFF;
    border: 0.1rem solid #E6EAEC;
    border-radius: 2.4rem;
    box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.1);
}

.counseling-booking-form__header {
    background: linear-gradient(180deg, #092846 0%, #223D58 100%);
    padding: 2rem 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    border-radius: 2.4rem 2.4rem 0 0;
}

.counseling-booking-form__icon {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(180deg, #F1890E 0%, #D97A0C 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1), 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
}

.counseling-booking-form__icon::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_counselor.svg');
    width: 2.6rem;
    height: 2.6rem;
    display: block;
}

.counseling-booking-form__title-area {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 16.2rem;
}

.counseling-booking-form__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #FFFFFF;
}

.counseling-booking-form__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    color: #CED4DA;
}

.counseling-booking-form__content {
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    transition: all 0.3s ease;
}

.counseling-chat-messages {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-self: stretch;
    width: 100%;
}

.counseling-chat-message {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.6rem;
    width: fit-content;
    max-width: 72rem;
}

/* z-index for country step (dropdown overlaps following messages) — class set in counseling.js */
.counseling-chat-message--country {
    z-index: 10;
}

.counseling-chat-message--bot {
    background-color: #FEF3E7;
    border-radius: 0 1.6rem 1.6rem 1.6rem;
    align-self: flex-start;
    max-width: fit-content;
}

.counseling-chat-message--user {
    background-color: #E3F2FD;
    border-radius: 1.6rem 0 1.6rem 1.6rem;
    align-self: flex-end;
    max-width: 72rem;
    width: auto;
}

.counseling-chat-message p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #092846;
    margin: 0;
}

.counseling-booking-form__input-area {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
}

.counseling-form-step {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.counseling-chat-message--user p.counseling-form-label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    color: #092846;
}

.counseling-form-input-wrapper {
    position: relative;
    width: 68rem;
}

.counseling-form-input {
    width: 100%;
    padding: 1.2rem 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.75em;
    color: #092846;
    background: #FFFFFF;
    border: 0.1rem solid #E6EAEC;
    border-radius: 0.8rem;
    outline: none;
    box-sizing: border-box;
}

.counseling-form-input::placeholder {
    color: #092846;
}

.counseling-form-input--text {
    cursor: text;
}

.counseling-form-input:focus {
    outline: none;
    border-color: #F1890E;
}

.counseling-form-input:disabled {
    background-color: #F5F7F9;
    color: #8494A2;
    cursor: not-allowed;
}

.counseling-form-input.counseling-form-input--text[readonly] {
    background-color: #FFFFFF;
    color: #092846;
    cursor: default;
}

/* Dropdown arrow — class counseling-form-input-wrapper--dropdown set in counseling.js */
.counseling-form-input-wrapper--dropdown::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/arrow-down.svg');
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: transform 0.3s;
}

.counseling-form-input-wrapper--textarea::after {
    content: none;
}

.counseling-form-input-wrapper--dropdown-open::after {
    transform: translateY(-50%) rotate(180deg);
}

/* OK Button */
.counseling-form-ok-btn {
    align-self: center;
    background-color: #CCCCCC;
    color: #FFFFFF;
    border: none;
    border-radius: 0.8rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    cursor: not-allowed;
    transition: background-color 0.3s;
    min-width: 10rem;
    height: 4rem;
}

.counseling-form-ok-btn:not(:disabled) {
    background-color: #F1890E;
    cursor: pointer;
}

.counseling-form-ok-btn:not(:disabled):hover {
    background-color: #D97A0C;
}

/* Submit Button */
.counseling-form-submit-btn {
    width: 52rem;
    max-width: 100%;
    color: #FFFFFF;
    border: none;
    border-radius: 3.45rem;
    padding: 2rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    transition: opacity 0.3s;
    display: none; /* Hidden by default, shown at final step */
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.19);
}

.counseling-form-submit-btn::before {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/send-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    display: block;
}

.counseling-form-submit-btn:disabled {
    background: #CCCCCC;
    cursor: not-allowed;
}

.counseling-form-submit-btn:not(:disabled) {
    background: linear-gradient(145deg, #F06400 12%, #F1890E 100%);
    cursor: pointer;
}

.counseling-form-submit-btn:not(:disabled):hover {
    opacity: 0.9;
}

/* Textarea */
.counseling-form-textarea {
    width: 100%;
    min-height: 16rem;
    padding: 1rem 1.2rem;
    border: 0.1rem solid #9DA9B5;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    color: #092846;
    background-color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    resize: vertical;
}

.counseling-form-textarea:focus {
    outline: none;
    border-color: #F1890E;
}

.counseling-form-textarea:disabled {
    background-color: #F5F7F9;
    color: #8494A2;
    cursor: not-allowed;
}

.counseling-form-textarea[readonly] {
    background-color: #FFFFFF;
    color: #092846;
    cursor: default;
}

.counseling-form-textarea::placeholder {
    color: #8494A2;
}

/* Checkbox */
.counseling-chat-message--checkbox {
    padding: 1.6rem;
    align-items: center;
    justify-content: center;
}

.counseling-form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    user-select: none;
}

.counseling-form-checkbox input[type="checkbox"] {
    display: none;
}

.counseling-form-checkbox__box {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #9DA9B5;
    border-radius: 0.4rem;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    position: relative;
}

.counseling-form-checkbox input[type="checkbox"]:checked + .counseling-form-checkbox__box {
    background-color: #092846;
    border-color: #092846;
}

.counseling-form-checkbox input[type="checkbox"]:checked + .counseling-form-checkbox__box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    width: 0.5rem;
    height: 0.9rem;
    border-right: 0.2rem solid #FFFFFF;
    border-bottom: 0.2rem solid #FFFFFF;
}

.counseling-form-checkbox__label {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    color: #092846;
}

.counseling-form-checkbox:hover .counseling-form-checkbox__box {
    border-color: #F1890E;
}

.counseling-form-dropdown {
    position: absolute;
    top: calc(100% + -0.2rem);
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(0.4rem);
    border: 0.1rem solid #A5B3BD;
    border-radius: 1rem;
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    gap: 0;
    max-height: 32rem;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
}

.counseling-form-dropdown.active {
    display: flex;
}

.counseling-form-dropdown__item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    color: #333333;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.counseling-form-dropdown__item:hover {
    background-color: rgba(241, 137, 14, 0.1);
}

.counseling-form-dropdown__item::before {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background-color: none;
    border-radius: 0.2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counseling-form-dropdown__item--selected::after {
    content: '';
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.9rem;
    border-right: 0.2rem solid #333;
    border-bottom: 0.2rem solid #333;
}

/* ============================================
   STICKY CTA BUTTON
   ============================================ */
.counseling-sticky-cta {
    position: fixed;
    bottom: 8rem;
    right: 4.4rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.2rem;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    opacity: 1;
    transform: translateX(0);
}

.counseling-sticky-cta__container {
    background-color: #F1890E;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 1.6rem rgba(9, 40, 70, 0.2);
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 25rem;
    align-items: center;
}

.counseling-sticky-cta__label {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}
.counseling-sticky-cta__sub-label {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}
.counseling-sticky-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: linear-gradient(145deg, #F06400 12%, #F1890E 100%);
    color: #FFFFFF;
    padding: 1.8rem 2rem;
    border-radius: 10rem;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    transition: opacity 0.3s;
    position: relative;
    width: 100%;
    height: 5.6rem;
}

.counseling-sticky-cta__button:hover {
    opacity: 0.9;
}

.counseling-sticky-cta__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    position: absolute;
    top: -1.6rem;
    right: -1.2rem;
}

.counseling-sticky-cta__close::before {
    content: '';
    background-image: url(../../images/icon/button_close_modal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.2rem;
    height: 2.2rem;
    display: block;
}
.counseling-sticky-cta__close:hover {
    opacity: 0.8;
}

.counseling-sticky-cta.hidden {
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
}

.counseling-sticky-cta__button::after {
    content: '';
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/arrow-small.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ============================================
   NJ-93260 - LINE Button Style
   ============================================ */

/* Utility: Hide original counseling buttons */
.d-none {
    display: none;
}

/* Hero & Mid-page CTA LINE Button */
.counseling-btn--line {
    background-color: #F1890E;
    box-shadow:none;
    color: #FFFFFF;
    position: relative;
    padding: 1.9rem 5rem 1.9rem 7rem;
    gap: 0;
}

.counseling-btn--line-img {
    width: 3.6rem;
    height: 2.6rem;
    background-image: url('https://nativecamp-public-web-production.s3.ap-northeast-1.amazonaws.com/user/webroot/images/study_abroad/counseling/lp/icon_note.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1.1rem;
    pointer-events: none;
}


.counseling-btn--line:hover {
    opacity: 0.9;
}

/* Sticky CTA LINE Button */
.counseling-sticky-cta__button--line {
    background: #06c755;
    box-shadow: 0 0.4rem 0 #059f44;
    font-size: 1.8rem;
    padding: 0;
    width: 28rem;
}

.counseling-sticky-cta__button--line-img{
    width: 4.2rem;
    height: 4.2rem;
    background-image: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/line-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 0.5rem;
    pointer-events: none;
}

.counseling-sticky-cta__button--line::after {
    right: 1rem;
}
/* ============================================
   NJ-93260 - LINE Button Style
   ============================================ */
