:root {
    --teens-color-teal: #28A8BF;
    --teens-color-beige: #FFFAE1;
    --teens-color-cyan: #DFF2F6;
    --teens-color-blue: #4693E0;
    --teens-color-rose: #FA6775;
    --teens-color-gold: #FBB204;
}

.teens-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.teens-page {
    line-height: 1.8;
    color: #222222;
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.teens-page img {
    height: auto;
    display: block;
}

.teens-page .teens-container {
    max-width: 105.2rem;
    margin: 0 auto 0 26rem;
    padding: 15rem 0;
}

.teens-page .flex {
    display: flex;
}

.teens-page .flex-col {
    flex-direction: column;
}

.teens-page .items-center {
    align-items: center;
}

.teens-page .justify-center {
    justify-content: center;
}

.teens-page .justify-between {
    justify-content: space-between;
}

.teens-page .gap-10 {
    gap: 1rem;
}

.teens-page .gap-20 {
    gap: 2rem;
}

.teens-page .gap-30 {
    gap: 3rem;
}

.teens-page .text-center {
    text-align: center;
}

.teens-page .text-left {
    text-align: left;
}

.teens-page .text-lg {
    font-size: 1.8rem;
    line-height: 1.6;
}

.teens-page .text-xl {
    font-size: 2.4rem;
    line-height: 1.4;
}

.teens-page .font-bold {
    font-weight: 700;
}

.teens-page .mt-10 { margin-top: 1rem; }
.teens-page .mt-20 { margin-top: 2rem; }
.teens-page .mt-30 { margin-top: 3rem; }
.teens-page .mt-40 { margin-top: 4rem; }

.teens-page .mb-10 { margin-bottom: 1rem; }
.teens-page .mb-20 { margin-bottom: 2rem; }
.teens-page .mb-30 { margin-bottom: 3rem; }
.teens-page .mb-40 { margin-bottom: 4rem; }

.teens-page .pt-40 { padding-top: 4rem; }
.teens-page .pt-60 { padding-top: 6rem; }
.teens-page .pb-40 { padding-bottom: 4rem; }
.teens-page .pb-60 { padding-bottom: 6rem; }

.teens-page .breadcrumb {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    color: #666;
    background: #f9f9f9;
}

.teens-page .breadcrumb a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

.teens-page .breadcrumb a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.teens-page .btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    border-radius: 0.6rem;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
}

.teens-page .btn-primary {
    background: #ff6b35;
    color: #fff;
    box-shadow: 0 0.4rem 0.6rem rgba(255, 107, 53, 0.3);
}

.teens-page .btn-primary:hover {
    background: #ff5722;
    box-shadow: 0 0.6rem 1.2rem rgba(255, 107, 53, 0.4);
    transform: translateY(-0.2rem);
}

.teens-page .btn-lg {
    padding: 1.6rem 4rem;
    font-size: 1.8rem;
}

.teens-page .btn-xl {
    padding: 2rem 5rem;
    font-size: 2rem;
}

.teens-page .section-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.teens-page .section-description {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 4rem;
    line-height: 1.8;
}

.teens-page .teens-hero {
    position: relative;
    width: 100%;
    min-height: 65rem;
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/main.webp');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.teens-page .teens-hero .hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.teens-page .hero-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: absolute;
    top: 12.9rem;
    left: 30rem;
}

.teens-page .hero-title {
    font-size: 6.4rem;
    font-weight: 700;
    color: var(--teens-color-teal);
    line-height: 8.64rem;
    display: flex;
    flex-direction: column;
}

.teens-page .hero-title span {
    display: block;
}

.teens-page .hero-subtitle-wrap {
    position: relative;
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
}

.teens-page .hero-subtitle-line {
    grid-column: 1;
    grid-row: 1;
    width: 62rem;
    height: 1rem;
    background-color: #fff56a;
    margin-top: 4.4rem;
    margin-left: 0;
}

.teens-page .hero-subtitle {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    color: #222;
    line-height: 5.4rem;
    margin-left: 1rem;
    margin-top: 0;
}

.teens-page .features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    max-width: 105.2rem;
    margin: 0 auto;
}

.teens-page .features-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 6rem;
}

.teens-page .features-header-line1 {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
}

.teens-page .features-header-line2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}

.teens-page .features-nc-logo {
    height: 4.3rem;
    width: auto;
}

.teens-page .features-blocks {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.teens-page .feature-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.teens-page .feature-block-reverse {
}

.teens-page .feature-block-image {
    width: 44rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    overflow: hidden;
}

.teens-page .feature-block-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.teens-page .feature-block-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.teens-page .feature-block-heading {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.teens-page .feature-block-bar {
    width: 0.7rem;
    height: 7rem;
    background: linear-gradient(180deg, rgba(40, 168, 191, 0.3) 0%, #28A8BF 100%);
    flex-shrink: 0;
}

.teens-page .feature-block-heading h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--teens-color-teal);
    line-height: 1.35;
    margin: 0;
}

.teens-page .feature-block-desc {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

.teens-page .feature-block-desc .highlight {
    font-weight: 700;
    color: var(--teens-color-teal);
}

.teens-page .teens-benefits {
    background: var(--teens-color-cyan);
}

.teens-page .benefits-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 6rem;
}

.teens-page .benefits-nc-logo {
    height: 4.3rem;
    width: auto;
}

.teens-page .benefits-header-text {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}

.teens-page .benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 15rem;
}

.teens-page .benefits-row {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}

.teens-page .benefits-row-single {
    justify-content: center;
}

.teens-page .benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.25);
    width: 49.6rem;
}

.teens-page .benefit-card-wide {
    width: 72.6rem;
}

.teens-page .benefit-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.teens-page .benefit-card-header-wide {
    width: 64.6rem;
}

.teens-page .benefit-num-icon {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
}

.benefit-num-icon.one {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/num1.svg') no-repeat center;
}

.benefit-num-icon.two {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/num2.svg') no-repeat center;
}

.benefit-num-icon.three {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/num3.svg') no-repeat center;
}

.benefit-num-icon.four {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/num4.svg') no-repeat center;
}

.benefit-num-icon.five {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/num5.svg') no-repeat center;
}

.teens-page .benefit-card-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--teens-color-teal);
    line-height: 1.35;
    flex: 1;
    margin: 0;
}

.teens-page .benefit-card-image {
    width: 35.6rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.teens-page .benefit-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.teens-page .benefit-card-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    width: 41.6rem;
    margin: 0;
}

.teens-page .benefit-card-desc-wide {
    width: 64.6rem;
}

.teens-page .benefit-card-desc .highlight {
    font-weight: 700;
    color: var(--teens-color-teal);
}

.teens-page .teens-programs {
    background: #fffae1;
}

.teens-page .programs-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .programs-subsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    margin-bottom: 6rem;
}

.teens-page .programs-subsection:last-of-type {
    margin-bottom: 15rem;
    padding-top: 5rem;
}

.teens-page .programs-subtitle {
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
    position: relative;
}

.teens-page .programs-subtitle-text {
    grid-column: 1;
    grid-row: 1;
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
    margin-left: 1rem;
    position: relative;
    text-decoration-line: underline;
    text-decoration-color: #FBB204;
    text-decoration-thickness: 7px;
    text-underline-offset: 0;
}

.teens-page .programs-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}

.teens-page .program-card {
    width: 80rem;
    border-radius: 1.5rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.teens-page .program-card-header {
    background: var(--teens-color-teal);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teens-page .program-card-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .program-card-body {
    background: #fff;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.teens-page .program-card-image {
    width: 35.6rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.teens-page .program-card-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.teens-page .program-card-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    width: 72rem;
    margin: 0;
}

.teens-page .program-card-desc .highlight {
    font-weight: 700;
    color: var(--teens-color-teal);
}

.teens-page .programs-cta {
    display: flex;
    justify-content: center;
    padding-top: 9rem;
}

.teens-page .teens-exam-prep {
    background: #fff;
}

.teens-page .exam-prep-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .exam-prep-subsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    margin-bottom: 6rem;
}

.teens-page .exam-prep-subsection:last-of-type {
    margin-bottom: 15rem;
    padding-top: 5rem;
}

.teens-page .exam-prep-subtitle {
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
    position: relative;
}

.teens-page .exam-prep-subtitle-text {
    grid-column: 1;
    grid-row: 1;
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
    margin-left: 1rem;
    position: relative;
    text-decoration-line: underline;
    text-decoration-color: #FFF56A;
    text-decoration-thickness: 7px;
    text-underline-offset: 0;
}

.teens-page .exam-prep-materials {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 100%;
    max-width: 105.2rem;
}

.teens-page .material-card {
    border: 0.7rem solid #e3e3e3;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.teens-page .material-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}

.teens-page .material-icon {
    width: 15rem;
    height: 15rem;
    border-radius: 1.5rem;
    overflow: hidden;
    flex-shrink: 0;
}

.teens-page .material-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.teens-page .material-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 78.2rem;
}

.teens-page .material-header {
    padding: 1rem 3rem;
}

.teens-page .material-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .material-header-blue {
    background: #4693e0;
}

.teens-page .material-header-red {
    background: #e60213;
}

.teens-page .material-header-navy {
    background: #004c8c;
}

.teens-page .material-header-orange {
    background: #f9a41c;
}

.teens-page .material-header-coral {
    background: #f86745;
}

.teens-page .material-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    margin: 0;
}

.teens-page .material-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.2rem 5rem;
    background: #fff;
    border: 0.3rem solid var(--teens-color-teal);
    border-radius: 10rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.teens-page .material-btn:hover {
    background: var(--teens-color-teal);
}

.teens-page .material-btn:hover span {
    color: #fff;
}

.teens-page .material-btn span {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--teens-color-teal);
    line-height: 1.35;
}

.teens-page .arrow-teal {
    display: block;
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/arrow-right-teal.svg') no-repeat center;
    background-size: contain;
    width: 2.8rem;
    height: 2.8rem;
}

/* Programs Grid */
.teens-page .exam-prep-programs {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
    max-width: 105.2rem;
}

.teens-page .exam-program-card {
    width: 49.6rem;
    border: 0.7rem solid #e3e3e3;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.teens-page .exam-program-header {
    padding: 1rem 1.5rem;
    width: 41.6rem;
}

.teens-page .exam-program-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .exam-program-header-blue {
    background: #4693e0;
}

.teens-page .exam-program-header-teal {
    background: var(--teens-color-teal);
}

.teens-page .exam-program-image {
    width: 35.6rem;
    height: 21.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.teens-page .exam-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.teens-page .exam-program-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    width: 41.6rem;
    margin: 0;
}

.teens-page .exam-prep-cta {
    display: flex;
    justify-content: center;
    padding-top: 9rem;
}

.teens-page .teens-teachers {
    background: var(--teens-color-cyan);
}

.teens-page .teachers-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .teachers-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
    position: relative;
}

.teens-page .teachers-subtitle-line {
    width: 74rem;
    height: 0.7rem;
    background: #fff56a;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.teens-page .teachers-subtitle-text {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
    position: relative;
    z-index: 1;
}

.teens-page .teachers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6rem;
    max-width: 105.2rem;
    margin: 0 auto;
}

.teens-page .teacher-card {
    width: 49.6rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.teens-page .teacher-card-header {
    background: var(--teens-color-teal);
    padding: 2rem;
    border-radius: 1.5rem 1.5rem 0 0;
}

.teens-page .teacher-card-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .teacher-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    background: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
}

.teens-page .teacher-card-image {
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    overflow: hidden;
}

.teens-page .teacher-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teens-page .teacher-card-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    width: 41.6rem;
    margin: 0;
    min-height: 29.1rem;
}

.teens-page .teacher-card-desc .highlight {
    font-weight: 700;
    color: var(--teens-color-teal);
}

.teens-page .teacher-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.2rem 5rem;
    background: #fff;
    border: 0.3rem solid var(--teens-color-teal);
    border-radius: 10rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.teens-page .teacher-card-btn:hover {
    background: var(--teens-color-teal);
}

.teens-page .teacher-card-btn:hover span {
    color: #fff;
}

.teens-page .teacher-card-btn:hover .teacher-card-btn-arrow {
    border-color: #fff;
}

.teens-page .teacher-card-btn span {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--teens-color-teal);
    line-height: 1.35;
}

.teens-page .teacher-card-btn-arrow {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-top: 0.3rem solid var(--teens-color-teal);
    border-right: 0.3rem solid var(--teens-color-teal);
    transform: rotate(45deg);
}

.teens-page .teens-support {
    background: #fffae1;
}

.teens-page .support-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .support-subsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    margin-bottom: 6rem;
}

.teens-page .support-subsection:last-of-type {
    margin-bottom: 0;
    padding-top: 5rem;
}

.teens-page .support-subtitle {
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
    position: relative;
}

.teens-page .support-subtitle-text {
    grid-column: 1;
    grid-row: 1;
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
    margin-left: 1rem;
    position: relative;
    text-decoration-line: underline;
    text-decoration-color: #FBB204;
    text-decoration-thickness: 7px;
    text-underline-offset: 0;
}

/* Learning Cycle */
.teens-page .learning-cycle {
    position: relative;
    width: 100rem;
    height: 60rem;
}

.cycle-num {
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  font-style: normal;
}

.cycle-num.one {
    background: var(--teens-color-blue);
}
.cycle-num.two {
    background: var(--teens-color-gold);
}
.cycle-num.three {
    background: var(--teens-color-teal);
}
.cycle-num.four {
    background: var(--teens-color-rose);
}

.teens-page .cycle-step {
    position: absolute;
    width: 40rem;
    padding: 3rem;
    background: #fff;
    border-width: 0.7rem;
    border-style: solid;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.teens-page .cycle-step-1 {
    top: 0;
    left: 30rem;
    border-color: #4693e0;
}

.teens-page .cycle-step-2 {
    top: 22.2rem;
    left: 60rem;
    border-color: #fbb204;
}

.teens-page .cycle-step-3 {
    top: 44.4rem;
    left: 30rem;
    border-color: var(--teens-color-teal);
}

.teens-page .cycle-step-4 {
    top: 22.2rem;
    left: 0;
    border-color: #fa6775;
}

.teens-page .cycle-step-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.teens-page .cycle-step-title img {
    width: 3rem;
    height: 3rem;
}

.teens-page .cycle-step-text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.35;
}

.teens-page .cycle-step-text-blue {
    color: #4693e0;
}

.teens-page .cycle-step-text-yellow {
    color: #fbb204;
}

.teens-page .cycle-step-text-teal {
    color: var(--teens-color-teal);
}

.teens-page .cycle-step-text-pink {
    color: #fa6775;
}

.teens-page .cycle-step-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    text-align: center;
    line-height: 1.8;
    margin: 0;
}

.teens-page .cycle-arrow {
    position: absolute;
    width: 12rem;
    height: 16rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.teens-page .cycle-arrow-1 {
    top: 64px;
    left: 70rem;
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/cycle-arrow-1.svg');
    background-size: contain;
}

.teens-page .cycle-arrow-2 {
    top: 377px;
    left: 691px;
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/cycle-arrow-2.svg');
    background-size: contain;
}

.teens-page .cycle-arrow-3 {
    top: 37.4rem;
    left: 180px;
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/cycle-arrow-3.svg');
    background-size: contain;
}

.teens-page .cycle-arrow-4 {
    top: 62px;
    left: 189px;
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/cycle-arrow-4.svg');
    background-size: contain;
}

/* Support Cards */
.teens-page .support-cards {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
    max-width: 105.2rem;
}

.teens-page .support-card {
    width: 49.6rem;
    background: #fff;
    border: 0.7rem solid #e3e3e3;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.teens-page .support-card-header {
    background: var(--teens-color-teal);
    padding: 1rem 1.5rem;
    width: 41.6rem;
}

.teens-page .support-card-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .support-card-image {
    width: 35.6rem;
    height: 21.5rem;
    overflow: hidden;
}

.teens-page .support-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teens-page .support-card-desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    width: 41.6rem;
    margin: 0;
}

.teens-page .support-card-desc .highlight {
    font-weight: 700;
    color: var(--teens-color-teal);
}

.teens-page .support-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.2rem 5rem;
    background: #fff;
    border: 0.3rem solid var(--teens-color-teal);
    border-radius: 10rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.teens-page .support-cta {
    display: flex;
    justify-content: center;
    padding-top: 9rem;
}

.teens-page .teens-pricing {
    background: #fff;
}

.teens-page .pricing-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .pricing-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
    position: relative;
}

.teens-page .pricing-subtitle-line {
    width: 41rem;
    height: 0.7rem;
    background: #fff56a;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.teens-page .pricing-subtitle-line-short {
    width: 17rem;
}

.teens-page .pricing-subtitle-text {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Plan Cards */
.teens-page .pricing-plans {
    display: flex;
    justify-content: center;
    gap: 6rem;
    max-width: 105.2rem;
    margin: 0 auto 1.5rem;
}

.teens-page .pricing-plan {
    width: 49.6rem;
    background: #fff;
    border-width: 0.7rem;
    border-style: solid;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.teens-page .pricing-plan-premium {
    border-color: var(--teens-color-teal);
}

.teens-page .pricing-plan-family {
    border-color: #4693e0;
}

.teens-page .pricing-plan-header {
    padding: 1rem 1.5rem;
}

.teens-page .pricing-plan-header-teal {
    background: var(--teens-color-teal);
}

.teens-page .pricing-plan-header-blue {
    background: #4693e0;
}

.teens-page .pricing-plan-header-yellow {
    background: #fbb204;
}

.teens-page .pricing-plan-header h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff56a;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .pricing-plan-header-yellow h3 {
    color: #fff;
}

.teens-page .pricing-plan-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
}

.teens-page .pricing-plan-desc {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0;
}

.teens-page .pricing-plan-premium .pricing-plan-desc {
    margin-block: 1.5rem;
}

.teens-page .pricing-plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.teens-page .price-currency {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}

.teens-page .price-amount {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.35;
}

.teens-page .price-amount-pink {
    color: #fa6775;
}

.teens-page .price-period {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}

.teens-page .pricing-plan-tax {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    text-align: center;
    line-height: 1.35;
}

.teens-page .pricing-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.teens-page .pricing-plan-features li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    justify-content: center;
}

.teens-page .pricing-plan-features .icon-check {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/check-icon.svg') no-repeat center;
    background-size: contain;
}

.teens-page .pricing-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    background: #fff;
    border-width: 0.3rem;
    border-style: solid;
    border-radius: 10rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    max-width: 39.9rem;
    padding: 1.2rem 5rem;
}

.teens-page .pricing-plan-btn.native-plan-btn {
    max-width: 53.2rem;
}

.teens-page .pricing-plan-btn-teal {
    border-color: var(--teens-color-teal);
}

.teens-page .pricing-plan-btn-teal span {
    color: var(--teens-color-teal);
}

.teens-page .pricing-plan-btn-teal:hover {
    background: var(--teens-color-teal);
}

.teens-page .pricing-plan-btn-blue {
    border-color: #4693e0;
}

.teens-page .pricing-plan-btn-blue span {
    color: #4693e0;
}

.teens-page .pricing-plan-btn-blue .pricing-plan-btn-arrow {
    border-color: #4693e0;
}

.teens-page .pricing-plan-btn-blue:hover {
    background: #4693e0;
}

.teens-page .pricing-plan-btn-orange {
    border-color: #f79003;
}

.teens-page .pricing-plan-btn-orange span {
    color: #f79003;
}

.teens-page .pricing-plan-btn-orange .pricing-plan-btn-arrow {
    border-color: #f79003;
}

.teens-page .pricing-plan-btn-orange:hover {
    background: #f79003;
}

.teens-page .pricing-plan-btn:hover span {
    color: #fff;
}

.teens-page .pricing-plan-btn:hover .pricing-plan-btn-arrow {
    border-color: #fff;
}

.teens-page .pricing-plan-btn span {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.35;
}

.teens-page .pricing-plan-btn-arrow {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
}
.teens-page .pricing-plan-btn-teal .pricing-plan-btn-arrow {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/arrow-right-teal.svg') no-repeat center;
    background-size: contain;
}
.teens-page .pricing-plan-btn-blue .pricing-plan-btn-arrow {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/arrow-right-blue.svg') no-repeat center;
    background-size: contain;
}
.teens-page .pricing-plan-btn-orange .pricing-plan-btn-arrow {
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/arrow-right-gold.svg') no-repeat center;
    background-size: contain;
}

.teens-page .pricing-plan-note {
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    line-height: 1.35;
    margin: 0 0 6rem;
}

/* Plus Section */
.teens-page .pricing-plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 6rem;
}

.teens-page .pricing-plus .plus-icon {
    width: 5rem;
    height: 5rem;
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/plus-icon.svg') no-repeat center;
    background-size: contain;
}

.teens-page .pricing-plus span {
    font-size: 2.6rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
}

/* Native Option */
.teens-page .pricing-native-option {
    width: 69.6rem;
    margin: 0 auto 11rem;
    border: 0.7rem solid #fbb204;
    background: #fff;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

/* Comparison Section */
.teens-page .pricing-comparison {
    margin-bottom: 15rem;
}

.teens-page .comparison-table {
    width: 105.6rem;
    margin: 0 auto;
    border-collapse: collapse;
}

.teens-page .comparison-table th,
.teens-page .comparison-table td {
    border: 0.2rem solid #888;
    padding: 2.5rem;
    text-align: center;
    vertical-align: middle;
}

.teens-page th.comparison-th-empty {
    width: 24.8rem;
    border: none;
    background: transparent;
}

.teens-page .comparison-th-nc {
    width: 27rem;
    background: #fbb204;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}

.teens-page .comparison-th-other {
    width: 27rem;
    background: #bbb;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}

.teens-page .comparison-table tbody th {
    background: var(--teens-color-cyan);
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
}

.teens-page .comparison-table tbody td {
    background: #fff;
    font-size: 2rem;
    font-weight: 400;
    color: #222;
    line-height: 1.3;
}

.teens-page .comparison-table td i {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 auto 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.teens-page .comparison-table .icon-double-circle {
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/double-circle-icon.svg');
}

.teens-page .comparison-table .icon-circle {
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/circle-icon.svg');
}

.teens-page .comparison-table .icon-triangle {
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/triangle-icon.svg');
}

.teens-page .comparison-table .icon-cross {
    background-image: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/cross-icon.svg');
}

.teens-page .comparison-value-bold {
    display: block;
    font-weight: 700;
}

.teens-page .comparison-value {
    display: block;
}

.teens-page .comparison-value-sub {
    display: block;
    font-size: 1.8rem;
    color: #222;
}

/* Banner Slider */
.banner-slider-track img {
    margin: 0 auto;
}

.banner-slider-track .slick-dots li button::before {
    font-size: 1.2rem;
}

.banner-slider-track .slick-dots {
    bottom: -4rem;
}

.teens-page .teens-testimonials {
    background: var(--teens-color-cyan);
}

.teens-page .testimonials-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6rem;
    max-width: 105.2rem;
    margin: 0 auto;
}

.teens-page .testimonial-card {
    width: 49.6rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.25);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.teens-page .testimonial-image {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    overflow: hidden;
}

.teens-page .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teens-page .testimonial-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--teens-color-teal);
    line-height: 1.35;
    width: 41.6rem;
    margin: 0;
}

.teens-page .testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 41.6rem;
}

.teens-page .testimonial-text {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    margin: 0;
}

.teens-page .testimonial-author {
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    text-align: right;
    margin: 0;
}

.teens-page .teens-flow {
    background: #fffae1;
}

.teens-page .flow-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0 0 6rem;
}

.teens-page .flow-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 88rem;
    margin: 0 auto;
}

.teens-page .flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 25rem;
}

.teens-page .flow-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 3rem;
    background: var(--teens-color-teal);
    border-radius: 10rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
}

.teens-page .flow-step-icon {
    width: 12rem;
    height: 12rem;
}

.teens-page .flow-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.teens-page .flow-step-text {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
    margin: 0;
    width: 25rem;
}

.teens-page .flow-arrow {
    width: 2rem;
    height: 3.5rem;
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/flow-arrow.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    margin: 0 2rem;
    margin-top: -3rem;
}

.teens-page .flow-cta {
    display: flex;
    justify-content: center;
    padding-top: 15rem;
}

.teens-page .faq-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
}

.teens-page .faq-list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    max-width: 96rem;
    margin: 6rem auto 0;
}

.teens-page .faq-item {
    border-radius: 1.5rem;
    overflow: hidden;
}

.teens-page .faq-question {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    background: #28a8bf;
    padding: 2.5rem 4rem;
    border-radius: 1.5rem 1.5rem 0 0;
    cursor: pointer;
}

.teens-page .faq-item.is-closed .faq-question {
    border-radius: 1.5rem;
}

.teens-page .faq-icon {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
}

.teens-page .faq-question-text {
    flex: 1;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    padding-right: 3rem;
}

.teens-page .faq-toggle {
    width: 3.6rem;
    height: 3.6rem;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.teens-page .faq-toggle::before,
.teens-page .faq-toggle::after {
    content: '';
    position: absolute;
    background: #28a8bf;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.teens-page .faq-toggle::before {
    width: 1.8rem;
    height: 0.3rem;
}

.teens-page .faq-toggle::after {
    width: 0.3rem;
    height: 1.8rem;
}

.teens-page .faq-item.is-closed .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.teens-page .faq-item:not(.is-closed) .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.teens-page .faq-answer {
    background: #28a8bf;
    padding: 0 0.5rem 0.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
    overflow: hidden;
    display: none;
}


.teens-page .faq-answer-inner {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    background: #fff;
    padding: 2.5rem 3.5rem;
    border-radius: 0 0 1.2rem 1.2rem;
}

.teens-page .faq-answer-text {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    line-height: 1.8;
    flex: 1;
}

.teens-page .faq-link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

.teens-page .faq-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #fff;
    border: 0.3rem solid #28a8bf;
    border-radius: 10rem;
    padding: 1.2rem 5rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #28a8bf;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.teens-page .faq-link-btn:hover {
    background: #28a8bf;
    color: #fff;
}

.teens-page .faq-link-btn:hover .faq-link-arrow {
    filter: brightness(0) invert(1);
}

.teens-page .faq-link-arrow {
    width: 2.8rem;
    height: 2.8rem;
    transition: filter 0.3s ease;
}

/* Useful Information Section */
.teens-page .teens-useful {
    background: var(--teens-color-beige);
}

.teens-page .useful-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.35;
}

.teens-page .useful-subsection {
    margin-top: 6rem;
}

.teens-page .useful-subsection-blog {
    margin-top: 11rem;
}

.teens-page .useful-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 6rem;
}

.teens-page .useful-subtitle-text {
    font-size: 3rem;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    text-align: center;
    padding: 0 1rem 0.5rem;
    position: relative;
    z-index: 1;
    text-decoration-line: underline;
    text-decoration-color: #FBB204;
    text-decoration-thickness: 7px;
    text-underline-offset: 0;
}

.teens-page .useful-banners {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    align-items: center;
}

.teens-page .useful-banners-row {
    display: flex;
    gap: 6rem;
    justify-content: center;
}

.teens-page .useful-banners-row-center {
    justify-content: center;
}

.teens-page .useful-banner {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teens-page .useful-banner:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.teens-page .useful-banner img {
    display: block;
    width: 45rem;
    height: 11.3rem;
    object-fit: cover;
    border-radius: 1rem;
}

.teens-page .useful-blog {
    display: flex;
    justify-content: center;
}

.teens-page .useful-blog-banner {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teens-page .useful-blog-banner:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.teens-page .useful-blog-banner img {
    display: block;
    width: 60rem;
    height: 23rem;
    object-fit: cover;
    border-radius: 1rem;
}

.teens-page .useful-cta {
    display: flex;
    justify-content: center;
    padding-top: 15rem;
}

.teens-page .btn-trial {
    width: 63rem;
    position: relative;
    border-radius: 10rem;
    background: linear-gradient(90deg, #F06400 0%, #FBB204 100%);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    min-height: 9rem;
    margin: 0 auto;
    padding-left: 8.2rem;
}

.teens-page .btn-trial:hover {
    opacity: 0.8;
}

.teens-page .btn-trial::after {
    content: '';
    background: url('https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/arrow-right-white.svg') no-repeat center;
    display: block;
    position: absolute;
    width: 3.4rem;
    height: 3.4rem;
    right: 8.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.teens-page .btn-trial span {
    font-size: 4.5rem;
}
.main-text {
    position: relative;
}

.main-text-container {
    margin: 5rem 0 0 26rem;
    padding-inline: 3rem;
    max-width: 105.2rem;
}

.main-text-img {
    display: block;
    width: 100%;
    max-width: 99.2rem;
    height: auto;
    margin-bottom: 7rem;
}

.btn-shine {
    position: relative;
    overflow: hidden;
}
.btn-shine::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -18rem;
    left: 0;
    width: 3rem;
    height: 100%;
    background-color: #fff;
    animation: btn-shine 3s ease-in-out infinite;
    -webkit-animation: btn-shine 3s ease-in-out infinite;
    -moz-animation: btn-shine 3s ease-in-out infinite;
}
@keyframes btn-shine {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes btn-shine {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes btn-shine {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.school-floating-nav-container {
	position: absolute;
	top: 5rem;
	right: 26rem;
	z-index: 1000;
	background: #FFFFFF;
	border: .3rem solid #28A8BF;
	border-radius: 2rem;
	padding: 2.5rem;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.school-floating-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.school-floating-nav-item {
	display: flex;
	align-items: center;
	padding: .7rem;
	border-radius: 10rem;
	width: 19.8rem;
	transition: background-color 0.2s ease-in, transform 0.2s ease-in;
}
.school-floating-nav-item:hover {
	background-color: #28A8BF;
	cursor: pointer;
}
.school-floating-nav-item:hover span {
	color: #FFF;
	transform: translateX(1rem);
}
.school-floating-nav-item span {
	display: flex;
	align-items: center;
	gap: .7rem;
	text-decoration: none;
	color: #28A8BF;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.4rem;
	width: 100%;
	transition: color 0.2s ease-in, transform 0.2s ease-in;
}
.school-floating-nav-item span::before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	flex-shrink: 0;
	background-image: url("https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/floating-nav-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in;
}
.school-floating-nav-item:hover span::before {
	transform: translateX(0);
	background-image: url("https://nativecamp-public-web-production.s3-ap-northeast-1.amazonaws.com/user/webroot/images/index/teens/icons/floating-nav-arrow-hover.svg");
}
.school-floating-nav-container.is-fixed {
	position: fixed;
	top: 12rem;
}
button.top_link {
    border: unset;
    padding: unset;
}
.top_link::before {
	background: unset;
}
.js-fadeInUp {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
@media only screen and (max-width: 1919px) {
    .school-floating-nav-container {
        right: 20rem;
    }
}
@media only screen and (max-width: 1760px) {
    .teens-page .hero-content {
        left: 10rem;
    }
    .school-floating-nav-container {
        right: 8rem;
    }
}
@media only screen and (max-width: 1679px) {
    .teens-page .teens-hero {
        background-position: center;
    }
    .teens-page .teens-container {
        max-width: 100rem;
        margin-left: 16rem;
    }
    .main-text-container {
        margin-left: 16rem;
        max-width: 100%;
    }
    .teens-page .btn-trial {
        width: 100%;
        max-width: 66rem;
        margin: 0 0 0 16rem;
    }
    .teens-page .benefit-card {
        width: 100%;
        padding: 3rem;
    }
    .teens-page .exam-program-card {
        width: 100%;
        padding: 3rem;
    }
    .teens-page .exam-prep-programs {
        max-width: 100%;
        gap: 4rem;
    }
    .teens-page .teachers-grid {
        max-width: 100%;
        gap: 4rem;
        justify-content: center;
    }
    .teens-page .teacher-card-body {
        padding: 3rem;
        gap: 2rem;
    }
   .teens-page .teacher-card-image {
        width: 20rem;
        height: auto;
   }
   .teens-page .teacher-card-desc {
        font-size: 1.6rem;
        width: 100%;
        min-height: 23rem;
   }
   .teens-page .material-btn span {
        font-size: 1.6rem;
   }
   .teens-page .teacher-card {
        width: 48rem;
   }
   .teens-page .support-card {
        width: 100%;
        padding: 3rem;
   }
   .teens-page .support-cards {
        justify-content: center;
        gap: 4rem;
        max-width: 100%;
   }
   .teens-page .pricing-plan-btn {
        max-width: max-content;
        padding-left: 2rem;
   }
   .teens-page .pricing-plan-btn span {
        font-size: 1.6rem;
   }
   .teens-page .pricing-plan-btn-arrow {
        right: 1.5rem;
   }
   .teens-page .pricing-plan-btn.native-plan-btn {
        max-width: max-content;
    }
    .teens-page .comparison-table {
        max-width: 100%;
    }
    .teens-page .testimonials-grid {
        max-width: 100%;
        justify-content: center;
        gap: 4rem;
    }
    .teens-page .testimonial-card {
        width: 48rem;
        padding: 3rem;
    }
    .teens-page .testimonial-title {
        width: 100%;
        font-size: 2rem;
    }
    .teens-page .testimonial-text {
        font-size: 1.6rem;
    }
    .teens-page .flow-cta,
    .teens-page .useful-cta,
    .teens-page .support-cta {
        justify-content: flex-start;
    }
    .teens-page .material-text {
        width: 100%;
    }
    .teens-page .exam-prep-materials {
        max-width: 100%;
        gap: 5rem;
    }
}

@media only screen and (max-width: 1560px) {
    .school-floating-nav-container {
        padding: 1.5rem;
        right: 2.5rem;
    }
    .school-floating-nav-item {
        width: 16rem;
    }
    .school-floating-nav-item span {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1439px) {
    .teens-page .hero-title {
        font-size: 6rem;
    }
    .teens-page .hero-subtitle {
        font-size: 3.8rem;
    }
    .teens-page .hero-subtitle-line {
        width: 60rem;
    }
    .main-text-img {
        max-width: 90rem;
    }
    .teens-page .btn-trial {
        margin-left: 16rem;
    }
    .main-text-container {
        margin-left: 3rem;
    }
    .teens-page .teens-container {
        margin-left: 3rem;
    }
    .school-floating-nav-container {
        right: 1rem;
    }
    .teens-page .benefits-row {
        justify-content: center;
        gap: 4rem;
    }
    .teens-page .exam-prep-programs {
        justify-content: center;
    }
    .school-floating-nav-container.is-fixed {
        top: 8rem;
    }
    button.top_link {
        z-index: 9999;
    }
}