@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* Variables */
@import 'variables.css';

/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: var(--font-family-pretendard);
    line-height: 1.6;
    color: #333;
    background-color: var(--color-pure-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.container {
    width: 800px;
    margin: 0 auto;
    background-color: var(--color-pure-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--color-premium-navy);
    word-break: keep-all;
    word-wrap: break-word;
}

p {
    font-weight: 400;
    color: #555;
    word-break: keep-all;
    word-wrap: break-word;
}

/* Cover Section Styles */
.brochure-section {
    width: 100%;
    padding: 0px;
}

.cover-section {
    background: linear-gradient(135deg, var(--color-premium-navy) 0%, #34495e 50%, #475669 100%);
    color: var(--color-pure-white);
    padding: 60px 50px;
    height: 1131px;
    /* Fixed A4 Height */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cover-section .page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cover-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cover-top {
    text-align: center;
    padding-top: 10px;
}

.cover-small-title {
    font-family: var(--font-family-pretendard);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 8px;
    color: var(--color-pure-white);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cover-main-title {
    font-family: var(--font-family-pretendard);
    font-size: 90px;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 0.85;
    color: var(--color-pure-white);
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

.cover-year {
    font-family: var(--font-family-pretendard);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-pure-white);
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.cover-location {
    text-align: center;
    color: var(--color-pure-white);
    margin: 20px 0;
}

.cover-location p {
    font-family: var(--font-family-pretendard);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.6;
    text-transform: uppercase;
    color: var(--color-gold);
}

.cover-image-container {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
}

.cover-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cover-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 40px 30px 25px 30px;
    color: var(--color-pure-white);
    font-family: var(--font-family-pretendard);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

/* Intro Section Styles */
.intro-section {
    position: relative;
    display: flex;
    height: 1131px;
    /* Fixed A4 Height */
    overflow: hidden;
    color: #333;
    align-items: center;
    /* Vertically center content */
}

.intro-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.intro-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.1) 25%,
            rgba(255, 255, 255, 0.85) 50%,
            rgba(255, 255, 255, 0.96) 80%,
            var(--color-pure-white) 100%);
}

.intro-content-column {
    position: relative;
    z-index: 3;
    width: 55%;
    height: 100%;
    /* Fill height */
    margin-left: auto;
    padding: 80px 50px 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.intro-title-wrapper {
    margin-bottom: 60px;
    position: relative;
    text-align: left;
}

.intro-main-title {
    font-family: var(--font-family-pretendard);
    font-size: 80px;
    font-weight: 900;
    line-height: 0.75;
    color: var(--color-premium-navy);
    text-transform: uppercase;
    letter-spacing: -7px;
    position: relative;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}

.intro-sub-title {
    display: block;
    margin-top: 50px;
    font-family: var(--font-family-pretendard);
    font-size: 22px;
    font-weight: 500;
    color: var(--color-warm-sunset);
    letter-spacing: -0.5px;
}

.intro-message {
    margin-bottom: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.intro-message p {
    font-family: var(--font-family-pretendard);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
}

.intro-message strong {
    font-weight: 700;
    color: var(--color-coral-pink);
}

.intro-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.intro-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
}

.intro-item-num {
    font-family: var(--font-family-pretendard);
    font-size: 36px;
    font-weight: 900;
    color: var(--color-warm-sunset);
    opacity: 0.6;
    line-height: 1;
    margin-right: 20px;
    min-width: 50px;
    margin-top: 5px;
}

.intro-item-content h4 {
    font-family: var(--font-family-pretendard);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-premium-navy);
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.intro-item-content p {
    font-family: var(--font-family-pretendard);
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    word-break: keep-all;
}

body.junior-brochure .intro-content-column {
    width: 60%;
    padding: 56px 34px 42px 28px;
    justify-content: flex-start;
}

body.junior-brochure .intro-overlay {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.08) 18%,
            rgba(255, 255, 255, 0.58) 36%,
            rgba(255, 255, 255, 0.9) 46%,
            rgba(255, 255, 255, 0.98) 62%,
            var(--color-pure-white) 100%);
}

body.junior-brochure .intro-title-wrapper {
    margin-bottom: 34px;
}

body.junior-brochure .intro-main-title {
    font-size: 74px;
    letter-spacing: -6px;
}

body.junior-brochure .intro-sub-title {
    margin-top: 34px;
    font-size: 20px;
    line-height: 1.45;
}

body.junior-brochure .intro-message {
    margin-bottom: 34px;
    padding: 18px 0;
}

body.junior-brochure .intro-message p {
    font-size: 16px;
    line-height: 1.74;
}

body.junior-brochure .intro-list {
    gap: 22px;
}

body.junior-brochure .intro-item-num {
    font-size: 28px;
    margin-right: 14px;
    min-width: 34px;
    margin-top: 2px;
}

body.junior-brochure .intro-item-content h4 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

body.junior-brochure .intro-item-content h4 .principle-title-ko {
    font-size: 0.72em;
}

body.junior-brochure .intro-item-content p {
    font-size: 15px;
    line-height: 1.58;
}

/* Section 2: LOCATION Styles */
.location-section {
    background-color: var(--color-light-beige);
    padding: 0;
    text-align: center;
    height: 1131px;
    /* Fixed A4 Height */
    overflow: hidden;
    /* Prevent spillover */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-map-container {
    margin: 0;
    display: block;
    width: 100%;
    line-height: 0;
}

.location-map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure it covers the area without distortion */
    display: block;
}

/* Section 3: WHY A-ONE? Styles (Page 1) - REDESIGNED */
.why-aone-section {
    background-color: var(--color-premium-navy);
    padding: 80px 50px;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Start from top */
    box-sizing: border-box;
    overflow: hidden;
}

.why-aone-section .section-header {
    flex: 0 0 auto;
    /* Don't grow */
    text-align: center;
    margin-bottom: 60px;
    /* Fixed space between title and list */
}

.why-aone-section .section-main-title {
    color: var(--color-pure-white);
    /* Changed to pure white */
    font-size: 35px;
    /* Changed size to 35px */
    font-weight: 900;
    margin-bottom: 10px;
}

.why-aone-section .section-sub-title {
    color: var(--color-pure-white);
    font-size: 24px;
    font-weight: 500;
    opacity: 0.9;
}

.principles-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* Fill remaining space */
    justify-content: space-evenly;
    /* Distribute 3 items evenly */
    padding-bottom: 40px;
    /* Bottom padding for balance */
    margin-top: 0;
    /* Remove old margin */
}

.principle-row {
    display: flex;
    align-items: flex-start;
    /* Top alignment */
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.principle-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.principle-number {
    font-family: var(--font-family-pretendard);
    font-size: 50px;
    /* Adjusted size */
    font-weight: 900;
    /* Thicker */
    color: var(--color-gold);
    line-height: 0.8;
    /* Tight line height for alignment */
    margin-right: 20px;
    /* Adjusted margin */
    min-width: 50px;
    /* Fixed width for consistent spacing */
    text-align: left;
    /* Align number to the left within its allocated space */
    margin-top: 5px;
    /* Visual alignment with title */
}

.principle-content {
    flex: 1;
    padding-top: 0px;
    /* Ensure no extra padding pushing content down */
}

.principle-title {
    font-family: var(--font-family-pretendard);
    font-size: 32px;
    font-weight: 800;
    color: var(--color-gold);
    margin-bottom: 10px;
    /* Adjusted margin-bottom */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Ensure left alignment */
}

.principle-title-ko {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-pure-white);
    margin-top: 5px;
    display: inline-block;
}

/* Layout adjustment for title + ko subtitle on same line or block? Keeping as block for safety */
.principle-title span {
    display: block;
}

.principle-description {
    font-family: var(--font-family-pretendard);
    font-size: 18px;
    color: var(--color-pure-white);
    line-height: 1.6;
    opacity: 0.95;
}

.principle-description p {
    margin: 0;
}

.principle-description p + p {
    margin-top: 14px;
}

body.junior-brochure .why-aone-section {
    padding: 64px 38px 54px;
}

body.junior-brochure .why-aone-section .section-header {
    margin-bottom: 42px;
}

body.junior-brochure .why-aone-section .section-main-title {
    font-size: 31px;
    margin-bottom: 10px;
}

body.junior-brochure .why-aone-section .section-sub-title {
    font-size: 20px;
}

body.junior-brochure .principles-list {
    justify-content: flex-start;
    gap: 0;
    padding-bottom: 20px;
}

body.junior-brochure .principle-row {
    padding: 26px 0 24px;
}

body.junior-brochure .principle-number {
    font-size: 40px;
    min-width: 40px;
    margin-right: 16px;
    margin-top: 3px;
}

body.junior-brochure .principle-title {
    font-size: 26px;
    margin-bottom: 10px;
}

body.junior-brochure .principle-title-ko {
    font-size: 18px;
    margin-top: 5px;
}

body.junior-brochure .principle-description {
    font-size: 16px;
    line-height: 1.64;
}

body.junior-brochure .principle-description p {
    color: var(--color-pure-white);
    opacity: 0.95;
}

body.junior-brochure .principle-description p + p {
    margin-top: 10px;
}

/* Section 3.5: ABOUT A-ONE (Page 2) */
.about-aone-section {
    background-color: #f4f7fa;
    padding: 100px 50px;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Align top */
    gap: 40px;
    margin-bottom: 40px;
    /* Reduced margin */
}

.about-intro-text {
    flex: 1;
    /* Ratio 1 */
    padding-top: 10px;
}

.about-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-premium-navy);
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.about-divider {
    width: 60px;
    height: 5px;
    background-color: var(--color-warm-sunset);
    margin-bottom: 0;
    /* Removed bottom margin */
}

.about-intro-image {
    flex: 2;
    /* Ratio 2 */
    aspect-ratio: 4 / 3;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 15px 15px 0px rgba(234, 182, 159, 0.3);
}

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

.about-paragraph {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: left;
    word-break: keep-all;
    margin-bottom: 20px;
}

.about-paragraph.intro-p {
    font-size: 18px;
    /* Larger lead text */
    font-weight: 600;
    color: var(--color-premium-navy);
    line-height: 1.6;
    margin-bottom: 40px;
    /* Space after intro */
}

.about-paragraph.conclusion-p {
    margin-top: 40px;
    /* Space before conclusion */
    font-size: 16px;
    font-weight: 700;
    color: var(--color-premium-navy);
    border-top: 2px solid #eee;
    padding-top: 20px;
}

.about-bottom-row {
    margin-bottom: 60px;
    width: 100%;
}

.about-article-body {
    text-align: left;
    max-width: 650px;
    /* Constrain width for readability in single column */
    margin: 0 auto;
    /* Center the text block */
}

.about-article-body .about-subtitle {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-coral-pink);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 50px;
    /* Increased margin for single column separation */
    height: auto;
    break-after: avoid;
}

.about-article-body .about-subtitle:first-child {
    margin-top: 0;
}

.about-article-body .about-paragraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: left;
    word-break: keep-all;
}

/* Remove old column styles */
.about-body-column {
    display: none;
}

.about-footer-row {
    text-align: center;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.about-paragraph.conclusion-p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-premium-navy);
}

/* Section 4: PARENT REVIEWS */
.parent-review-section {
    height: 1131px;
    padding: 44px 46px 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 250, 242, 0.78) 44%, rgba(246, 239, 229, 0.9) 100%),
        radial-gradient(circle at 92% 8%, rgba(217, 176, 93, 0.24), transparent 32%),
        #fbf7ef;
    border-top: 1px solid rgba(28, 43, 74, 0.08);
    border-bottom: 1px solid rgba(28, 43, 74, 0.08);
}

.parent-review-top {
    margin-bottom: 28px;
}

.parent-review-top--compact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: end;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(28, 43, 74, 0.12);
}

.parent-review-kicker {
    margin: 0 0 9px;
    font-size: 10px;
    font-weight: 800;
    color: var(--color-gold);
    letter-spacing: 4px;
}

.parent-review-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 900;
    color: var(--color-premium-navy);
    letter-spacing: 0;
}

.parent-review-top--compact .parent-review-title {
    font-size: 30px;
    line-height: 1.18;
}

.parent-review-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    flex: 1;
    min-height: 0;
}

.parent-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 19px 20px 17px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(28, 43, 74, 0.1);
    border-radius: 6px;
    box-shadow: 0 20px 50px rgba(28, 43, 74, 0.08);
}

.parent-review-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.parent-review-card-head h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
    color: var(--color-premium-navy);
}

.parent-review-card-head p {
    margin: 3px 0 0;
    font-size: 11.4px;
    line-height: 1.45;
    font-weight: 700;
    color: #8a7258;
}

.parent-review-stars {
    flex: 0 0 auto;
    font-size: 10.6px;
    font-weight: 900;
    color: var(--color-gold);
    letter-spacing: 1px;
    line-height: 1.4;
}

.parent-review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 9px;
}

.parent-review-tags span {
    padding: 4px 7px;
    font-size: 9.8px;
    line-height: 1.2;
    font-weight: 800;
    color: #506070;
    background: rgba(28, 43, 74, 0.06);
    border-radius: 999px;
}

.parent-review-card blockquote {
    margin: 0 0 11px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(28, 43, 74, 0.1);
    font-size: 15px;
    line-height: 1.52;
    font-weight: 800;
    color: var(--color-premium-navy);
    word-break: keep-all;
}

.parent-review-body {
    margin: 0;
    font-size: 13px;
    line-height: 1.58;
    color: #4f5963;
    word-break: keep-all;
}

/* Parent review highlight card (99% SATISFIED) */
.review-highlight-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: linear-gradient(140deg, #35657f 0%, #4586ad 100%);
    border-radius: 10px;
}

.review-highlight-badge {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 2px dashed rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-pure-white);
}

.review-highlight-badge strong {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.1;
}

.review-highlight-badge span {
    font-size: 6.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.review-highlight-intro h3 {
    margin: 0 0 6px;
    font-size: 16.5px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--color-pure-white);
    word-break: keep-all;
}

.review-highlight-intro p {
    margin: 0;
    font-size: 11.2px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    word-break: keep-all;
}

.review-highlight-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
    margin: 6px 0 0;
    padding: 0;
}

.review-highlight-points li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.review-highlight-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    background: rgba(74, 143, 193, 0.13);
    border-radius: 50%;
    color: var(--color-premium-navy);
}

.review-highlight-icon svg {
    width: 15px;
    height: 15px;
}

.review-highlight-point-text h4 {
    margin: 0 0 3px;
    font-size: 13.5px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--color-premium-navy);
    word-break: keep-all;
}

.review-highlight-point-text p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.5;
    color: #4f5963;
    word-break: keep-all;
}

/* Section 5-1: FACILITY MAIN (Page 1) */
.facility-main-section {
    background-color: var(--color-pure-white);
    padding: 0;
    /* Full bleed */
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
    background-image: url('../images/09_junior_facility/8.lobby.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.facility-main-container {
    display: flex;
    flex: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.95) 40%,
            rgba(255, 255, 255, 0.6) 60%,
            rgba(255, 255, 255, 0) 100%);
}

.facility-text-col {
    flex: 0.7;
    /* Occupy left side */
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    /* Limit text width for readability */
}

/* Removed .facility-image-col and .facility-hero-image */

.facility-brand {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--color-gold);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.facility-main-title {
    font-size: 80px;
    font-weight: 900;
    line-height: 0.9;
    color: var(--color-premium-navy);
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.facility-divider {
    width: 60px;
    height: 6px;
    background-color: var(--color-coral-pink);
    margin-bottom: 40px;
}

.facility-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 60px;
    font-weight: 500;
}

.facility-detail-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.facility-detail-item h3 {
    font-size: 24px;
    color: var(--color-premium-navy);
    margin-bottom: 10px;
    font-weight: 800;
}

.facility-detail-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.facility-detail-copy p {
    margin: 0;
}

.facility-detail-copy p + p {
    margin-top: 12px;
}

body.junior-brochure .facility-main-container {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.96) 42%,
            rgba(255, 255, 255, 0.62) 62%,
            rgba(255, 255, 255, 0.04) 100%);
}

body.junior-brochure .facility-text-col {
    padding: 58px 42px 44px;
    justify-content: flex-start;
}

body.junior-brochure .facility-brand {
    margin-bottom: 14px;
}

body.junior-brochure .facility-main-title {
    margin-bottom: 28px;
}

body.junior-brochure .facility-divider {
    margin-bottom: 24px;
}

body.junior-brochure .facility-intro {
    margin-bottom: 34px;
}

body.junior-brochure .facility-detail-list {
    gap: 24px;
}

body.junior-brochure .facility-detail-item h3 {
    margin-bottom: 6px;
}

body.junior-brochure .facility-detail-item p {
    line-height: 1.5;
}

body.junior-brochure .facility-detail-copy p + p {
    margin-top: 8px;
}

/* Section 5-2: FACILITY GALLERY (Page 2) */
.facility-gallery-section {
    background-color: var(--color-premium-navy);
    padding: 0;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
}

.full-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 265.33px);
    grid-template-rows: repeat(4, 281.25px);
    height: 1131px;
    /* Force height */
    width: 800px;
    /* Fixed width */
    gap: 2px;
    /* Small gap for clean grid lines */
}

.grid-item {
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Stable Collage Layout (7 Items) */
.item-1 {
    /* Top Left (Big 2x2) */
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.item-2 {
    /* Top Right (1x1) */
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.item-3 {
    /* Mid Right (1x1) */
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.item-4 {
    /* Middle Full Width (3x1) */
    grid-column: 1 / 4;
    grid-row: 3 / 4;
}

.item-5 {
    /* Bottom Left (1x1) */
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.item-6 {
    /* Bottom Center (1x1) */
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.item-7 {
    /* Bottom Right (1x1) */
    grid-column: 3 / 4;
    grid-row: 4 / 5;
}

/* item-4(06-Spa)·item-7(hotel1)은 이미지를 칸 비율에 맞춰 잘라두었으므로
   object-position 보정이 필요 없다. 과거 4:3 이미지를 쓰던 시절의
   보정(50% calc(100% + 100px) / bottom left)은 지금 이미지에서는
   빈 공간을 만들어 제거했다. 2026-08-18 */

/* Remove unused items */
.item-8 {
    display: none;
}

/* Section 5-3: FACILITY ROOMS (Page 3) */
.facility-rooms-section {
    background-color: var(--color-premium-navy);
    padding: 0;
    height: 1131px;
    display: flex;
    flex-direction: column;
}

.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 265.33px);
    grid-template-rows: repeat(4, 281.25px);
    gap: 2px;
    height: 1131px;
    width: 800px;
}

.room-item {
    position: relative;
    background-color: #ddd;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.room-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #777;
    text-align: center;
    background-color: #eee;
}

.room-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
}

/* Queen Grid (Rows 1-2) */
.room-queen-main {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.room-queen-sub1 {
    grid-column: 3;
    grid-row: 1;
}

.room-queen-sub2 {
    grid-column: 1;
    grid-row: 2;
}

.room-queen-sub3 {
    grid-column: 2;
    grid-row: 2;
}

.room-queen-sub4 {
    grid-column: 3;
    grid-row: 2;
}

/* Double Grid (Rows 3-4) */
.room-double-main {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.room-double-sub1 {
    grid-column: 1;
    grid-row: 3;
}

.room-double-sub2 {
    grid-column: 1;
    grid-row: 4;
}

.room-double-sub3 {
    grid-column: 2;
    grid-row: 4;
}

.room-double-sub4 {
    grid-column: 3;
    grid-row: 4;
}

/* Section 5-4: FACILITY GUIDE (Page 4) */
.facility-guide-section {
    background-color: #f8f9fa;
    padding: 60px 50px;
    height: 1131px;
    display: flex;
    flex-direction: column;
}

.guide-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guide-header {
    margin-bottom: 30px;
    display: none;
}

.guide-tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-coral-pink);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.guide-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 900;
    color: var(--color-premium-navy);
    margin: 15px 0 25px 0;
}

.guide-divider {
    width: 60px;
    height: 6px;
    background-color: var(--color-premium-navy);
}

.guide-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    /* Remove gap for borders to touch */
    margin-bottom: 0;
    flex-grow: 1;
    border-top: 2px solid var(--color-premium-navy);
    /* Top border for the whole grid */
    border-bottom: 2px solid var(--color-premium-navy);
    /* Bottom border */
}

.info-group {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Borders for Cross Layout */
.group-tl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.group-tr {
    border-bottom: 1px solid #ddd;
}

.group-bl {
    border-right: 1px solid #ddd;
}

/* No borders for bottom-right (handled by grid container or adjacent items) */

.guide-sec-title {
    font-size: 24px;
    /* Larger title */
    font-weight: 900;
    color: var(--color-premium-navy);
    margin-bottom: 30px;
    border-left: none;
    /* Remove side accent */
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.guide-list {
    list-style: none;
    padding: 0;
}

.guide-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.guide-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-warm-sunset);
    font-weight: bold;
}

.tips-grid,
.support-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tip-item strong,
.support-item strong {
    display: block;
    font-size: 14px;
    color: var(--color-premium-navy);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tip-item p,
.support-item p {
    font-size: 15px;
    color: #666;
}

.guide-footer {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    text-align: center;
}

.guide-footer p {
    font-size: 14px;
    font-weight: 700;
    color: #999;
    letter-spacing: 2px;
}


/* Section 6-1: ACTIVITY MAIN (Page 1 - Magazine Style) */
.activity-main-section {
    background-color: #f4f7fa;
    padding: 0;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
}

.activity-hero-area {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
}

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

.activity-title-overlay {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 10;
}

.activity-big-title {
    font-size: 90px;
    line-height: 0.85;
    font-weight: 900;
    color: var(--color-gold);
    letter-spacing: -3px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.activity-content-area {
    padding: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.activity-intro-text {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.intro-lead {
    font-size: 20px;
    line-height: 1.6;
    color: var(--color-premium-navy);
    font-weight: 500;
    text-align: justify;
}

.drop-cap {
    float: left;
    font-size: 65px;
    line-height: 0.8;
    margin-right: 12px;
    margin-top: 5px;
    font-weight: 900;
    color: var(--color-coral-pink);
}

.activity-columns {
    display: flex;
    gap: 50px;
}

.act-col {
    flex: 1;
}

.act-col.left {
    flex: 0.8;
}

.act-col-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-premium-navy);
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.act-divider {
    width: 40px;
    height: 4px;
    background-color: var(--color-warm-sunset);
    margin-bottom: 25px;
}

.act-list {
    list-style: none;
    padding: 0;
}

.act-list li {
    margin-bottom: 25px;
    border-left: 2px solid #eee;
    padding-left: 15px;
}

.act-list .spot-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-premium-navy);
    margin-bottom: 5px;
}

.act-list .spot-desc {
    font-size: 14px;
    color: #666;
}

.act-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}

.act-desc strong {
    color: var(--color-coral-pink);
    font-weight: 700;
}

.act-highlight-box {
    margin-top: 30px;
    padding-left: 18px;
    border-left: 6px solid var(--color-warm-sunset);
    text-align: left;
}

.act-highlight-box span {
    display: inline;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    color: var(--color-premium-navy);
    text-transform: none;
    letter-spacing: -0.8px;
    background: linear-gradient(to top, rgba(255, 196, 64, 0.5) 38%, transparent 38%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


/* Section 6-2: ACTIVITY GALLERY (Page 2) */
.activity-gallery-section {
    background-color: var(--color-pure-white);
    padding: 12px 0;
    /* Apply 12px padding top and bottom */
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
}

.activity-mosaic-full {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 Columns */
    grid-template-rows: repeat(6, 1fr);
    /* 6 Rows */
    gap: 12px;
    height: calc(1131px - 24px);
    /* Adjust height to compensate for section padding */
    width: 800px;
    padding: 0;
    /* Remove internal padding, now handled by section padding */
}

.mosaic-block {
    position: relative;
    overflow: hidden;
    background-color: #eee;
    border-radius: 0;
}

.mosaic-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mosaic-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* 3x6 Grid Spans */
.span-2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

.span-1x2 {
    grid-column: span 1;
    grid-row: span 2;
}

.span-2x1 {
    grid-column: span 2;
    grid-row: span 1;
}

.span-3x1 {
    grid-column: span 3;
    grid-row: span 1;
}

.span-3x2 {
    grid-column: span 3;
    grid-row: span 2;
}

/* .span-1x1 is default */

/* Custom grid placement for specific items */
.activity-mosaic-full .art-class-position {
    grid-column: 1;
    grid-row: 6;
}

.activity-mosaic-full .swimming-class-position {
    grid-column: 1;
    grid-row: 4 / span 2;
}

.junior-safety-section {
    height: 1131px;
    overflow: hidden;
    background-color: var(--color-light-beige);
    padding: 0;
}

.junior-safety-page {
    width: 100%;
    height: 100%;
    max-width: 690px;
    margin: 0 auto;
    padding: 42px 40px 34px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.junior-safety-page--page1 {
    padding: 56px 40px 34px;
}

.junior-safety-page--page2 {
    padding: 42px 40px 38px;
}

.junior-safety-header {
    margin-bottom: 12px;
}

.junior-safety-header--compact {
    margin-bottom: 10px;
}

.junior-safety-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-premium-navy);
    opacity: 0.72;
}

.junior-safety-main-title {
    margin: 0;
    font-size: 58px;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -1.8px;
    color: var(--color-premium-navy);
}

.junior-safety-caption {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: rgba(44, 62, 80, 0.48);
}

.junior-safety-sub-title {
    font-size: 17px;
    line-height: 1.48;
}

.junior-safety-divider {
    height: 1px;
    margin-top: 8px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, rgba(44, 62, 80, 0.16), rgba(44, 62, 80, 0.04));
}

.junior-safety-intro {
    margin-bottom: 8px;
    padding: 12px 0 14px;
    border-top: none;
    border-bottom: none;
}

.junior-safety-intro p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-safety-intro strong {
    color: var(--color-coral-pink);
}

.junior-safety-body {
    display: flex;
    flex-direction: column;
}

.junior-safety-body--page1 {
    flex: 1;
    justify-content: flex-start;
}

.junior-safety-body--page2 {
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 0;
}

.junior-safety-articles {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.junior-safety-item {
    padding: 18px 0 20px;
    border-top: 1px solid rgba(44, 62, 80, 0.08);
    border-bottom: none;
}

.junior-safety-item + .junior-safety-item {
    margin-top: 6px;
}

.junior-safety-item-head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px;
}

.junior-safety-item-num {
    font-size: 42px;
    font-weight: 900;
    color: var(--color-warm-sunset);
    opacity: 0.62;
    line-height: 1;
    margin-right: 14px;
    min-width: 42px;
    margin-top: 2px;
}

.junior-safety-item-content h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.24;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: var(--color-premium-navy);
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-safety-item-label {
    margin: 6px 0 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-gold);
}

.junior-safety-detail-list {
    list-style: none;
    padding: 0 0 0 42px;
    margin: 0;
    display: grid;
    gap: 9px;
}

.junior-safety-detail-list li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    line-height: 1.76;
    color: #555;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-safety-detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-warm-sunset);
}

.junior-safety-detail-list strong {
    color: var(--color-premium-navy);
}

.junior-safety-detail-list span {
    color: var(--color-warm-sunset);
    font-weight: 700;
}

.junior-safety-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 10px 0;
    border-top: 2px solid rgba(44, 62, 80, 0.08);
    border-bottom: 1px solid rgba(44, 62, 80, 0.08);
    min-height: 72px;
    align-items: start;
}

.junior-safety-metric {
    text-align: center;
}

.junior-safety-metric strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: var(--color-premium-navy);
}

.junior-safety-metric strong span {
    font-size: 0.56em;
}

.junior-safety-metric p {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 1.4;
    color: #666;
}

.junior-safety-metrics--page1 {
    margin-top: auto;
}

.junior-safety-closing {
    margin-top: 0;
}

.junior-safety-closing p {
    margin: 0;
    font-size: 15px;
    line-height: 1.62;
    color: #444;
}

.junior-safety-closing strong {
    color: var(--color-premium-navy);
}

.junior-safety-footer-cluster {
    margin-top: 8px;
    padding-top: 8px;
}

.junior-safety-body--page2 .junior-safety-articles {
    margin-bottom: 8px;
}

.junior-safety-item--page2 h3 {
    font-size: 26px;
    line-height: 1.24;
}

.junior-safety-item--page2 .junior-safety-detail-list li {
    font-size: 16.5px;
    line-height: 1.78;
}

.junior-safety-info-panel {
    margin-top: 16px;
    padding: 0;
}

.junior-safety-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.junior-safety-metric-card {
    min-height: 104px;
    padding: 18px 14px 16px;
    border: 1px solid rgba(44, 62, 80, 0.09);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.62);
    text-align: center;
}

.junior-safety-metric-card strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: var(--color-premium-navy);
}

.junior-safety-metric-card span {
    font-size: 13px;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-safety-metric-card p {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: #666;
}

.junior-safety-closing-panel {
    margin-top: 14px;
    padding: 18px 20px 16px;
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
}

.junior-safety-closing-panel p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-safety-closing-panel span {
    font-size: 12px;
}

.junior-safety-closing-panel strong {
    color: var(--color-premium-navy);
}

.junior-safety-signature {
    margin-top: 8px !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(44, 62, 80, 0.48) !important;
}

.junior-reviews-section,
.junior-reviews-section--school,
.junior-reviews-page,
.junior-reviews-page--school {
    --junior-reviews-page-bg:
        linear-gradient(180deg, rgba(255, 248, 238, 0.82), rgba(245, 238, 226, 0.94)),
        var(--color-light-beige);
}

.junior-reviews-section,
.junior-reviews-section--school {
    height: 1131px;
    overflow: hidden;
    background-color: #f5ede1;
    background: var(--junior-reviews-page-bg);
    padding: 0;
}

.junior-reviews-page,
.junior-reviews-page--school {
    width: 100%;
    height: 100%;
    max-width: 714px;
    margin: 0 auto;
    padding: 56px 34px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #333;
    background: var(--junior-reviews-page-bg);
}

.junior-reviews-header {
    display: block;
    margin-bottom: 14px;
}

.junior-reviews-kicker {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-premium-navy);
    opacity: 0.72;
}

.junior-reviews-title {
    margin: 0;
    font-size: 41px;
    line-height: 1;
    letter-spacing: -1.5px;
    font-weight: 900;
    color: var(--color-premium-navy);
    white-space: nowrap;
}

.junior-reviews-title span {
    color: var(--color-warm-sunset);
}

.junior-reviews-subtitle {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(44, 62, 80, 0.48);
}

.junior-reviews-divider {
    height: 1px;
    margin-bottom: 12px;
    background: linear-gradient(90deg, rgba(44, 62, 80, 0.16), rgba(44, 62, 80, 0.04));
}

.junior-reviews-summary-band {
    display: grid;
    grid-template-columns: 84px 84px 84px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
}

.junior-reviews-summary-item {
    position: relative;
    padding-right: 12px;
}

.junior-reviews-summary-item::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: calc(100% - 12px);
    background: rgba(44, 62, 80, 0.08);
}

.junior-reviews-summary-item strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    color: var(--color-premium-navy);
}

.junior-reviews-summary-item span {
    display: block;
    margin-top: 4px;
    font-size: 10.4px;
    line-height: 1.56;
    color: #666;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-summary-quote {
    margin: 0;
    font-size: 11px;
    line-height: 1.62;
    color: #666;
    text-align: right;
    font-style: italic;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-summary-quote em {
    font-style: normal;
    color: var(--color-warm-sunset);
    font-weight: 700;
}

.junior-reviews-grid {
    flex: 0 0 auto;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: start;
}

.junior-reviews-page--school .junior-reviews-grid {
    margin-top: 14px;
}

.junior-reviews-page--outro .junior-reviews-grid {
    margin-top: 14px;
}

.junior-reviews-card {
    border: 1px solid rgba(44, 62, 80, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
}

.junior-reviews-card-main {
    height: 100%;
}

.junior-reviews-card-main--standard,
.junior-reviews-card-main--wide {
    display: grid;
    padding: 15px 14px 13px;
}

.junior-reviews-card-main--standard {
    grid-template-rows: auto auto auto 1fr auto;
}

.junior-reviews-card-main--wide {
    grid-template-rows: auto auto auto 1fr auto;
}

.junior-reviews-area--meta {
    grid-row: 1;
}

.junior-reviews-area--keyline {
    grid-row: 2;
}

.junior-reviews-area--quote {
    grid-row: 3;
    margin: 0 0 7px;
    padding-left: 9px;
    border-left: 2px solid rgba(224, 188, 106, 0.84);
}

.junior-reviews-area--body {
    grid-row: 4;
}

.junior-reviews-area--points {
    grid-row: 5;
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid rgba(44, 62, 80, 0.08);
}

.junior-reviews-meta {
    margin: 0 0 6px;
    font-size: 10.6px;
    line-height: 1.38;
    color: #666;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-meta strong {
    color: var(--color-premium-navy);
    font-weight: 800;
}

.junior-reviews-keyline {
    margin: 0 0 7px;
    font-size: 8.8px;
    line-height: 1.34;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(44, 62, 80, 0.46);
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-quote {
    margin: 0;
    padding-left: 0;
    border-left: none;
}

.junior-reviews-quote p {
    margin: 0;
    font-size: 10.8px;
    line-height: 1.63;
    color: #333;
    font-style: italic;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-body {
    margin: 0;
    font-size: 10.6px;
    line-height: 1.64;
    color: #555;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-points-line {
    margin: 0;
    padding-top: 0;
    border-top: none;
    font-size: 9.6px;
    line-height: 1.48;
    color: #666;
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.junior-reviews-points-line strong {
    color: var(--color-premium-navy);
    font-weight: 800;
}

.junior-reviews-card--wide {
    grid-column: 1 / -1;
}

.junior-reviews-card-main--wide {
    padding-top: 22px;
    padding-bottom: 18px;
}

.junior-reviews-card--wide .junior-reviews-area--quote {
    margin-bottom: 12px;
}

.junior-reviews-card--wide .junior-reviews-body {
    line-height: 1.68;
}

.junior-reviews-card--wide .junior-reviews-area--points {
    margin-top: 12px;
    padding-top: 10px;
}

.junior-reviews-bridge-strip {
    grid-column: 1 / -1;
    margin-top: 12px;
    padding: 10px 0 11px;
    border-top: 1px solid rgba(44, 62, 80, 0.12);
}

.junior-reviews-card-bridge {
    margin: 0;
    font-size: 12px;
    line-height: 1.54;
    color: rgba(44, 62, 80, 0.7);
    word-break: keep-all;
    overflow-wrap: normal;
    word-wrap: normal;
    line-break: strict;
    text-wrap: pretty;
}

.school-main-section {
    position: relative;
    display: flex;
    height: 1131px;
    overflow: hidden;
    color: #333;
    align-items: center;
}

.school-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.school-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Gradient White (Left) -> Transparent (Right) for Left Aligned Text */
    background: linear-gradient(to right,
            var(--color-pure-white) 0%,
            var(--color-pure-white) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.school-content-column {
    position: relative;
    z-index: 3;
    width: 100%;
    /* Changed from 66% to 100% to allow text flow */
    height: 100%;
    margin-left: 0;
    padding: 80px 20px 60px 50px;
    /* Reduced right padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.school-title-wrapper {
    margin-bottom: 60px;
    position: relative;
    text-align: left;
}

.school-main-title {
    font-family: var(--font-family-pretendard);
    font-size: 54px;
    /* Adjusted to 54px to fit single line slogan */
    font-weight: 900;
    line-height: 0.9;
    color: var(--color-premium-navy);
    text-transform: uppercase;
    letter-spacing: -2px;
    position: relative;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.school-sub-title {
    display: block;
    font-family: var(--font-family-pretendard);
    font-size: 24px;
    font-weight: 600;
    color: var(--color-warm-sunset);
    line-height: 1.4;
}

.school-message {
    margin-bottom: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.school-message p {
    font-family: var(--font-family-pretendard);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    word-break: keep-all;
}

.school-message strong {
    font-weight: 700;
    color: var(--color-premium-navy);
}

.school-feature-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.school-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.school-item-icon {
    display: none;
    /* Removed emojis, so hide the icon container */
}

/* New styles for the UKA logo */
.school-header-logo {
    max-width: 600px;
    /* Changed from 300px */
    height: auto;
    position: absolute;
    top: 30px;
    left: 30px;
    /* Changed from right: 50px */
    z-index: 4;
}

.school-item-content h4 {
    font-size: 19px;
    font-weight: 800;
    color: var(--color-premium-navy);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.school-item-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Section 7-2: SCHOOL GALLERY (Page 2) */
.school-gallery-section {
    background-color: var(--color-premium-navy);
    padding: 0;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.school-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 388px 242px 242px 223px;
    /* 1095px rows + 36px gaps = 1131px */
    gap: 12px;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.sg-item {
    position: relative;
    overflow: hidden;
    background-color: #333;
    border-radius: 0;
}

.sg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sg-item:hover img {
    transform: none;
}

.sg-main {
    grid-column: 1 / -1;
    /* Full width top */
}

.sg-wide {
    grid-column: 1 / -1;
    /* Full width bottom */
}

.sg-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: var(--color-pure-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
}

/* Section 7-3/7-4: SCHOOL GALLERY PAGE 3-4 (Same structure as Activity gallery) */
.school-gallery-page3-section,
.school-gallery-page4-section {
    background-color: var(--color-pure-white);
    padding: 12px 0;
    height: 1131px;
    display: flex;
    flex-direction: column;
}

.school-mosaic-full {
    /* Shares .activity-mosaic-full structure */
    margin: 0;
    grid-auto-flow: dense;
    grid-template-rows: repeat(5, 1fr);
}

/* UKA OCR reconstructed pages */
.uka-sheet-section {
    background: linear-gradient(180deg, #f8f4ee 0%, var(--color-light-beige) 100%);
    height: 1131px;
    overflow: hidden;
}

.uka-sheet-page {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 22px 18px;
    background:
        radial-gradient(circle at top right, rgba(255, 191, 0, 0.09), transparent 22%),
        linear-gradient(180deg, #f8f4ee 0%, var(--color-light-beige) 100%);
}

.uka-sheet-topbar {
    height: 28px;
    background: linear-gradient(90deg, var(--color-warm-sunset) 0%, #6a4021 100%);
    margin: 0 -22px 74px;
    flex: 0 0 auto;
}

.uka-sheet-logo {
    position: absolute;
    top: 46px;
    right: 24px;
    width: 360px;
    height: auto;
}

.uka-sheet-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -2.6px;
    color: var(--color-premium-navy);
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.uka-sheet-panel {
    background: rgba(255, 255, 255, 0.62);
    border-top: 5px solid var(--color-premium-navy);
    box-shadow: inset 0 0 0 1px rgba(44, 62, 80, 0.08);
    padding: 20px 18px 22px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.uka-sheet-headline {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1px;
    color: var(--color-premium-navy);
    margin-bottom: 18px;
}

.uka-sheet-subheadline {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-warm-sunset);
    margin: 0 0 16px;
}

.uka-sheet-subheadline-soft {
    color: var(--color-warm-sunset);
    font-weight: 700;
}

.uka-sheet-content p,
.uka-sheet-highlight p,
.uka-sheet-note,
.uka-sheet-list li,
.uka-sheet-bullets li,
.uka-sheet-highlight-list li,
.uka-sheet-access {
    font-size: 17px;
    line-height: 1.72;
    letter-spacing: -0.2px;
    color: #4d5560;
}

.uka-sheet-content p {
    margin-bottom: 16px;
}

.uka-sheet-lead {
    margin-bottom: 10px;
}

.uka-sheet-section-title {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--color-premium-navy);
    margin: 4px 0 12px;
}

.uka-sheet-highlight {
    background: linear-gradient(135deg, var(--color-premium-navy) 0%, #405769 100%);
    border-left: 6px solid var(--color-gold);
    color: #fff;
    padding: 18px 22px 16px;
    margin-bottom: 18px;
    box-shadow: 0 10px 24px rgba(44, 62, 80, 0.12);
}

.uka-sheet-highlight--wide {
    padding: 18px 22px 14px;
}

.uka-sheet-highlight p,
.uka-sheet-highlight li,
.uka-sheet-highlight .uka-sheet-note,
.uka-sheet-highlight .uka-sheet-highlight-title {
    color: #fff;
}

.uka-sheet-highlight p:last-child {
    margin-bottom: 0;
}

.uka-sheet-highlight-title {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.4px;
    color: var(--color-gold);
    margin: 0 0 12px;
}

.uka-sheet-list,
.uka-sheet-bullets,
.uka-sheet-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.uka-sheet-list li,
.uka-sheet-highlight-list li {
    margin-bottom: 14px;
}

.uka-sheet-list strong,
.uka-sheet-access strong {
    color: var(--color-premium-navy);
}

.uka-sheet-content .uka-sheet-emphasis {
    color: var(--color-premium-navy);
}

.uka-sheet-list li:last-child,
.uka-sheet-highlight-list li:last-child,
.uka-sheet-bullets li:last-child {
    margin-bottom: 0;
}

.uka-sheet-list--compact li {
    margin-bottom: 8px;
}

.uka-sheet-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.uka-sheet-bullets li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: currentColor;
}

.uka-sheet-access {
    margin-bottom: 16px;
}

.uka-sheet-closing,
.uka-sheet-emphasis {
    font-weight: 700;
}

.uka-sheet-note {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: right;
    font-size: 13px;
    opacity: 0.9;
}

.uka-sheet-quote {
    text-align: right;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.6;
    margin-top: 18px;
    color: var(--color-premium-navy);
}

/* Section 8: COCOON PRESCHOOL Styles */
.preschool-main-section {
    position: relative;
    display: flex;
    height: 1131px;
    overflow: hidden;
    color: #333;
    align-items: center;
}

.preschool-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.preschool-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right,
            var(--color-pure-white) 0%,
            var(--color-pure-white) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.preschool-content-column {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.preschool-title-wrapper {
    margin-bottom: 50px;
}

.preschool-main-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: var(--color-premium-navy);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.preschool-sub-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-warm-sunset);
}

.preschool-message {
    margin-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.preschool-message p {
    font-size: 17px;
    line-height: 1.8;
}

.preschool-feature-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.preschool-feature-item h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-premium-navy);
    margin-bottom: 5px;
}

.preschool-feature-item p {
    font-size: 16px;
    color: #555;
}

.preschool-details-section {
    background-color: #f8f9fa;
    padding: 60px 50px;
    height: 1131px;
    display: flex;
    flex-direction: column;
}

/* Section 8: CURRICULUM Styles (Weekly Schedule) */
.curriculum-section {
    background-color: #f4f7fa;
    padding: 80px 40px;
    text-align: center;
    color: #333;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.curriculum-section .section-main-title,
.curriculum-section .section-sub-title {
    color: var(--color-premium-navy);
}

.schedule-wrapper {
    margin-top: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: var(--color-pure-white);
    padding: 10px;
    width: 100%;
    flex-grow: 1;
    /* Allow wrapper to take available space */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    /* Increased spacing */
    color: #444;
    table-layout: fixed;
    height: 100%;
    /* Fill the wrapper */
}

.schedule-table th,
.schedule-table td {
    padding: 8px 4px;
    text-align: center;
    font-family: var(--font-family-pretendard);
    font-size: 13px;
    /* Slightly larger font */
    border-radius: 4px;
    word-break: break-word;
    vertical-align: middle;
    height: 60px;
    /* Reduced from 70px */
    line-height: 1.4;
}

.schedule-table thead th {
    background-color: var(--color-warm-sunset);
    color: var(--color-pure-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 4px;
    height: 70px;
    /* Reduced from 80px */
}

/* Time Column */
.schedule-table td.time-col {
    background-color: #f0f0f0;
    font-weight: 700;
    color: #666;
    width: 14%;
    font-size: 12px;
}

.schedule-table td.class-esl {
    background-color: #e8f7ee;
    /* Light Mint Green, related to Fresh Mint */
    color: #2e7d32;
    font-weight: 600;
}

.schedule-table td.class-stem {
    background-color: #ffe6ea;
    /* Lighter Coral Pink */
    color: #c2185b;
    font-weight: 600;
}

.schedule-table td.class-wellbeing {
    background-color: #ebf7fc;
    /* Lighter Ocean Blue */
    color: #006064;
    font-weight: 600;
}

.schedule-table td.class-activity {
    background-color: #fff7e0;
    /* Lighter Gold/Warm Sunset tint */
    color: #f57f17;
    font-weight: 600;
}

/* Common Rows */
.schedule-table tr.row-lunch td {
    background-color: #fff2e6;
    color: #e65100;
    font-weight: 700;
    padding: 15px 5px;
    /* Reduced horizontal padding */
}

.schedule-table tr.row-snack td {
    background-color: #f3e5f5;
    color: #7b1fa2;
    font-weight: 700;
    padding: 15px 5px;
    /* Reduced horizontal padding */
}

/* Day Trip Column */
.schedule-table td.day-trip {
    background-color: #fffbe6;
    /* Distinct light gold for day trip */
    color: #e65100;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
}

/* Bus */
.schedule-table td.bus-time {
    background-color: #eeeeee;
    /* Light Gray - kept for utility */
    color: #777;
    font-size: 13px;
    /* Changed from 11px to match other table cells */
}

/* Section 9-1: PARENT MAIN (Page 1 - Healing Concept) */
.parent-main-section {
    position: relative;
    display: flex;
    height: 1131px;
    overflow: hidden;
    color: #333;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 4px solid var(--color-pure-white);
}

.parent-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.parent-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.6) 30%,
            rgba(255, 255, 255, 0) 100%);
}

.parent-content-column {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 120px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Align to top */
    text-align: center;
    align-items: center;
}

.parent-title-wrapper {
    margin-bottom: 40px;
}

.parent-main-title {
    font-family: var(--font-family-pretendard);
    font-size: 80px;
    font-weight: 900;
    line-height: 0.9;
    color: var(--color-premium-navy);
    letter-spacing: -3px;
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}

.parent-sub-title {
    display: block;
    font-family: var(--font-family-pretendard);
    font-size: 24px;
    font-weight: 600;
    color: var(--color-warm-sunset);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.parent-message {
    margin-bottom: 60px;
    max-width: 600px;
}

.parent-message p {
    font-family: var(--font-family-pretendard);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    word-break: keep-all;
}

.parent-message strong {
    font-weight: 700;
    color: var(--color-coral-pink);
    font-size: 20px;
}

.parent-note-box {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.parent-note-box p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.parent-note-box strong {
    color: #ffeb3b;
    /* Yellow for visibility on dark bg */
    font-weight: 700;
}

/* Section 9-2: PARENT GALLERY (Page 2) */
.parent-gallery-section {
    background-color: var(--color-pure-white);
    padding: 0;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
}

.parent-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    height: 100%;
    width: 100%;
}

.parent-gallery-grid-12 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 4px;
    height: 100%;
    width: 100%;
}

.pg-item {
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.pg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pg-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--color-premium-navy);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid var(--color-premium-navy);
    white-space: nowrap;
}



/* Section 10: OUTRO & CONTACT Styles */
.outro-contact-section {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 1131px;
    /* Fixed height to match A4 aspect ratio for 800px width */
    overflow: hidden;
}

.outro-top {
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 34%),
        linear-gradient(180deg, #21364b 0%, #1f3348 45%, #223a52 100%);
    padding: 96px 20px 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 3;
    /* Take up 3/4 of the space */
    width: 100%;
}

.outro-logo {
    width: 314px;
    height: auto;
    margin-bottom: 38px;
}

.outro-text {
    font-family: var(--font-family-pretendard);
    font-size: 19px;
    letter-spacing: 4px;
    color: var(--color-pure-white);
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 8px;
    opacity: 0.95;
}

.outro-bottom {
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 249, 236, 0.58), rgba(255, 249, 236, 0.16) 18%, rgba(255, 249, 236, 0) 42%),
        linear-gradient(100deg, rgba(255, 247, 230, 0) 18%, rgba(255, 244, 221, 0.28) 52%, rgba(255, 250, 240, 0.42) 72%, rgba(255, 248, 232, 0.08) 100%),
        linear-gradient(90deg, #a98f60 0%, #b79f6f 34%, #c7b083 68%, #d7c7a4 100%);
    padding: 42px 28px 38px;
    color: #5a4638;
    text-align: left;
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-info-container {
    width: 100%;
    text-align: center;
}

.save-the-children-brand {
    margin-bottom: 24px;
}

.stc-belief {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6d5645;
    margin-bottom: 14px;
    font-style: italic;
    opacity: 0.9;
}

.stc-logo {
    max-width: 220px;
    height: auto;
    margin: 6px auto 0;
    display: block;
    filter: saturate(0.95);
}

.support-description {
    padding-top: 22px;
    position: relative;
    width: 100%;
}

.support-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 246, 224, 0) 52%, rgba(255, 244, 214, 0.9) 74%, rgba(255, 250, 236, 0.15) 88%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(90deg, rgba(133, 98, 63, 0.18) 0%, rgba(165, 123, 78, 0.42) 38%, rgba(196, 152, 96, 0.62) 66%, rgba(228, 197, 136, 0.9) 82%, rgba(178, 135, 83, 0.26) 100%);
    box-shadow: 0 1px 0 rgba(255, 245, 224, 0.2);
}

.support-description p {
    font-family: var(--font-family-pretendard);
    font-size: 15px;
    font-weight: 500;
    color: #5f4b3b;
    line-height: 1.75;
    word-break: keep-all;
    width: 100%;
}

.support-description strong {
    font-weight: 800;
    color: #b7372f;
}

/* ... existing code ... */

.parent-desc-section {
    background-color: #f4f7fa;
    padding: 60px 50px;
    height: 1131px;
    display: flex;
    flex-direction: column;
}

#parent-desc-2 {
    background-color: #ebeff2;
    /* Slightly darker shade to easily distinguish from #parent-desc-1 */
}

.parent-desc-section .guide-container {
    justify-content: flex-start;
}

.parent-desc-section .guide-header {
    display: block;
    /* Show header for these pages */
    margin-bottom: 20px;
}

.parent-desc-section .guide-content-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 40px;
}

.list-item {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-top: 1px solid #eee;
    /* Changed from bottom to top */
    background-color: transparent;
    box-shadow: none;
}

.list-item:first-child {
    border-top: none;
    /* No top border for the very first item */
}

.list-item:last-child {
    border-bottom: 1px solid #eee;
    /* Added bottom border for the very last item */
}

.list-item .guide-sec-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-premium-navy);
    min-width: 280px;
    /* Fixed width for title */
    margin-bottom: 0;
    border-left: none;
    padding-left: 0;
    flex-shrink: 0;
}

.list-item .desc-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    word-break: keep-all;
}

/* Section 11: CHECKLIST Styles (Magazine Edition) */
.checklist-section {
    background-color: #f4f7fa;
    padding: 60px 50px;
    /* Reduced vertical padding */
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.checklist-header-area {
    margin-bottom: 30px;
    text-align: left;
}

.checklist-super-title {
    display: block;
    font-family: 'Times New Roman', serif;
    /* Serif for editorial feel */
    font-style: italic;
    font-size: 20px;
    color: var(--color-warm-sunset);
    margin-bottom: 5px;
}

.checklist-main-title {
    font-family: var(--font-family-pretendard);
    font-size: 60px;
    /* Very large title */
    font-weight: 900;
    line-height: 0.9;
    color: var(--color-premium-navy);
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.checklist-title-line {
    width: 80px;
    height: 6px;
    background-color: var(--color-coral-pink);
}

/* Essential Bar */
.checklist-essential-bar {
    background-color: var(--color-premium-navy);
    color: var(--color-pure-white);
    padding: 20px 30px;
    border-radius: 4px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    /* Changed to column to stack label and list */
    align-items: flex-start;
    /* Align contents to start */
    box-shadow: 0 10px 20px rgba(44, 62, 80, 0.2);
}

.essential-label {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-gold);
    margin-bottom: 15px;
    /* Added margin for spacing */
    white-space: nowrap;
    letter-spacing: 1px;
}

.essential-list {
    list-style: none;
    /* Removed display: flex to make items stack naturally */
    /* Removed flex-wrap: wrap as it's no longer a flex container */
    gap: 0;
    /* No gap between items, let margin handle it */
    padding: 0;
    margin: 0;
    width: 100%;
    /* Ensure list takes full available width */
}

.essential-list li {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    /* Spacing between list items */
}

.essential-list li:last-child {
    margin-bottom: 0;
    /* Remove margin for last item */
}

.essential-list li::before {
    content: '✓';
    color: var(--color-gold);
    margin-right: 8px;
    font-weight: bold;
}

/* 3-Column Layout */
.checklist-columns {
    column-count: 3;
    column-gap: 40px;
    flex: 1;
    /* Fill remaining height */
    orphans: 3;
    /* Prevent widows/orphans */
}

.check-group {
    break-inside: avoid;
    /* Prevent splitting inside a category */
    margin-bottom: 35px;
}

.group-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--color-premium-navy);
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
    padding-left: 25px;
    /* Increased padding to create more gap */
    position: relative;
    line-height: 1.5;
}

.check-list li::before {
    content: '□';
    /* Changed to checkbox character */
    color: var(--color-coral-pink);
    /* Changed color for consistency */
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
    top: 2px;
}

/* Note at the bottom */
.checklist-note-footer {
    margin-top: auto;
    /* Pushes the note to the bottom */
    padding: 20px 30px;
    background-color: transparent;
    /* Transparent background to show decoration text */
    border-top: 2px solid var(--color-warm-sunset);
    /* A subtle separator */
    text-align: center;
    flex-shrink: 0;
    /* Don't allow it to shrink */
    z-index: 2;
    /* Ensure text is above the decoration text */
    position: relative;
    /* Establish stacking context */
}

.checklist-note-footer .group-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--color-coral-pink);
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
}

.checklist-note-footer .note-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.note-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
}



/* Section 12: RECRUITMENT Styles */
.recruitment-section {
    background-color: #ebeff2;
    /* Light gray background to match other sections */
    padding: 80px 50px;
    height: 1131px;
    /* Fixed A4 Height */
    display: flex;
    flex-direction: column;
}

#recruitment-schedule {
    background-color: #f4f7fa;
    /* Slightly darker shade to easily distinguish from #recruitment */
}

.recruitment-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.recruitment-section .section-main-title {
    font-size: 40px;
    font-weight: 900;
    color: var(--color-premium-navy);
    margin-bottom: 10px;
}

.recruitment-section .section-sub-title {
    font-size: 20px;
    color: var(--color-warm-sunset);
    font-weight: 500;
}

.recruitment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns */
    gap: 30px 40px;
    /* Row gap, Column gap */
    flex: 1;
    /* Allow grid to take available vertical space */
    align-content: start;
    /* Align content to the top */
}

.recruitment-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    /* Subtle separator */
}

.recruitment-item:nth-last-child(-n + 2) {
    /* No border for the last two items */
    border-bottom: none;
    padding-bottom: 0;
}

.recruitment-item .item-title {
    display: inline-block;
    background-color: transparent;
    color: var(--color-premium-navy);
    font-size: 18px;
    font-weight: 800;
    padding: 0 0 6px 0;
    border-radius: 0;
    border-bottom: 2px solid var(--color-warm-sunset);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.recruitment-item .item-content {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.recruitment-item .item-list {
    list-style: none;
    padding: 0;
}

.recruitment-item .item-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
    line-height: 1.6;
}

.recruitment-item .item-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: var(--color-warm-sunset);
    font-weight: bold;
}

.recruitment-item .announcement-text {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-coral-pink);
    /* Highlighted color */
    background-color: #fff0f3;
    /* Light background for announcement */
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    /* To apply padding and background properly */
}

.recruitment-item.schedule-announcement {
    padding-top: 6px;
}

.recruitment-schedule-section .section-header {
    margin-bottom: 30px;
}

.recruitment-schedule-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.recruitment-schedule-section .recruitment-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.recruitment-item.image-announcement {
    grid-column: 1 / -1;
    /* Span both columns */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-bottom: none;
    /* No border for the image item itself */
}

.recruitment-image {
    max-width: 100%;
    max-height: 280px;
    /* Restrict maximum height */
    width: auto;
    height: auto;
    object-fit: contain;
    /* Ensure the whole image is visible and aspect ratio is maintained */
    border-radius: 8px;
    /* Slight rounding for a premium look */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
}

.recruitment-footer-note {
    margin-top: auto;
    /* Push to bottom */
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    /* Dotted line separator */
    text-align: center;
    color: #888;
    font-size: 13px;
    line-height: 1.5;
}


/* Print Styles */
/* Print Optimization for PDF - FIXED */
@media print {
    @page {
        size: A4;
        margin: 0;
    }

    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        background-color: white;
        margin: 0;
        padding: 0;
        width: 210mm;
        height: 100%;
    }

    .container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    /* Force each section to be a single page */
    .brochure-section {
        height: 1122px !important;
        /* A4 height approx (297mm at 96dpi) */
        width: 100% !important;
        page-break-after: always !important;
        break-after: page !important;
        overflow: hidden !important;
        padding: 0 !important;
        /* Reset padding to use internal layout */
        margin: 0 !important;
    }

    /* Remove padding override from previous styles */
    .cover-section,
    .intro-section,
    .why-aone-section,
    .about-aone-section,
    .facility-main-section,
    .facility-gallery-section,
    .activity-main-section,
    .junior-safety-section,
    .junior-reviews-section,
    .activity-gallery-section,
    .school-gallery-page3-section,
    .school-gallery-page4-section,
    .school-facility-section,
    .curriculum-section,
    .parent-activity-section,
    .outro-contact-section {
        padding: 0 !important;
    }

    .school-gallery-page3-section,
    .school-gallery-page4-section {
        padding: 0 !important;
    }

    /* Ensure specific layouts work in print */
    .full-page-grid,
    .facility-magazine-grid,
    .intro-background,
    .cover-section .page {
        height: 100% !important;
    }

    /* Hide scrollbars and ensure background graphics */
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

/* Review Source Pages */
.junior-reviews-section {
    background: #f4f7fb;
}

.review-source-page {
    width: 100%;
    min-height: 1131px;
    background: #f4f7fb;
    font-family: "Noto Sans KR", sans-serif;
    color: #1a2a3a;
    display: flex;
    flex-direction: column;
}

.review-source-header {
    background: #0a1628;
    padding: 28px 48px 22px;
    position: relative;
    overflow: hidden;
}

.review-source-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c8a84b, #4ab8d4, transparent);
}

.review-source-header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.review-source-tag {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #4ab8d4;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.review-source-title {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
}

.review-source-title span {
    color: #c8a84b;
}

.review-source-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    margin-top: 3px;
}

.review-source-header-right {
    text-align: right;
    flex-shrink: 0;
}

.review-source-pager {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #c8a84b;
    line-height: 1;
}

.review-source-pager-sub {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 3px;
}

.review-source-stats {
    background: linear-gradient(135deg, #e8f4fd, #f0f8e8);
    border-bottom: 1px solid #e2eaf4;
    padding: 10px 48px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.review-source-stat {
    display: flex;
    align-items: center;
    gap: 7px;
}

.review-source-stat-num {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #2e7fc2;
}

.review-source-stat-label {
    font-size: 9.5px;
    color: #5a6a7a;
    line-height: 1.4;
}

.review-source-stat-divider {
    width: 1px;
    height: 24px;
    background: #e2eaf4;
}

.review-source-stats-quote {
    flex: 1;
    text-align: right;
    font-size: 10px;
    color: #5a6a7a;
    font-style: italic;
    line-height: 1.55;
}

.review-source-stats-quote em {
    font-style: normal;
    color: #2e7fc2;
    font-weight: 700;
}

.review-source-grid {
    padding: 16px 34px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    flex: 1;
}

.review-source-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2eaf4;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.review-source-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.review-source-card--blue::before {
    background: linear-gradient(90deg, #2e7fc2, #4ab8d4);
}

.review-source-card--green::before {
    background: linear-gradient(90deg, #3ab87a, #7dd4a8);
}

.review-source-card--gold::before {
    background: linear-gradient(90deg, #c8a84b, #e8cc7a);
}

.review-source-card--red::before {
    background: linear-gradient(90deg, #d94f4f, #f08060);
}

.review-source-card--purple::before {
    background: linear-gradient(90deg, #7c5cbf, #b08ee0);
}

.review-source-card--teal::before {
    background: linear-gradient(90deg, #0e9d8d, #4ecdc4);
}

.review-source-card--orange::before {
    background: linear-gradient(90deg, #e07820, #f4a840);
}

.review-source-card-inner {
    padding: 14px 15px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-source-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 12px;
}

.review-source-person {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-source-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.review-source-avatar--blue {
    background: #deeeff;
    color: #1a5a9a;
}

.review-source-avatar--green {
    background: #d8f5e8;
    color: #1a7a48;
}

.review-source-avatar--gold {
    background: #fdf0cc;
    color: #8a6010;
}

.review-source-avatar--red {
    background: #fde8e8;
    color: #9a2020;
}

.review-source-avatar--purple {
    background: #ede8ff;
    color: #5c3a9a;
}

.review-source-avatar--teal {
    background: #d8f5f3;
    color: #0a6a62;
}

.review-source-avatar--orange {
    background: #fef0d8;
    color: #8a4a0a;
}

.review-source-person-name {
    font-size: 12px;
    font-weight: 700;
    color: #1a2a3a;
}

.review-source-person-meta {
    font-size: 9.5px;
    color: #5a6a7a;
    margin-top: 1px;
}

.review-source-stars {
    color: #f5a623;
    font-size: 11px;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.review-source-tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.review-source-tag-pill {
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 50px;
    font-weight: 500;
}

.review-source-tag-pill--blue {
    background: #deeeff;
    color: #185fa5;
}

.review-source-tag-pill--green {
    background: #d8f5e8;
    color: #1a7a48;
}

.review-source-tag-pill--gold {
    background: #fdf0cc;
    color: #8a6010;
}

.review-source-tag-pill--gray {
    background: #f0f0ee;
    color: #5a5a58;
}

.review-source-tag-pill--purple {
    background: #ede8ff;
    color: #5c3a9a;
}

.review-source-card-quote {
    border-left: 2.5px solid #2e7fc2;
    padding-left: 9px;
    margin-bottom: 7px;
}

.review-source-card-quote p {
    font-size: 10.5px;
    line-height: 1.68;
    color: #1a2a3a;
    font-style: italic;
}

.review-source-card-body {
    font-size: 10px;
    color: #3a4a5a;
    line-height: 1.7;
    padding-bottom: 10px;
    flex: 1;
}

.review-source-card-strip {
    background: #f7f9fc;
    border-top: 1px solid #e2eaf4;
    padding: 7px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.review-source-strip-item {
    text-align: center;
}

.review-source-strip-item--divider {
    border-left: 1px solid #e2eaf4;
}

.review-source-strip-title {
    font-size: 10px;
    font-weight: 700;
    color: #1a2a3a;
}

.review-source-strip-sub {
    font-size: 8.5px;
    color: #5a6a7a;
    margin-top: 1px;
}

.review-source-card--wide {
    grid-column: span 2;
}

.review-source-card-wide-body {
    padding: 14px 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.review-source-card-wide-left,
.review-source-card-wide-right {
    min-width: 0;
}

.review-source-card-wide-right {
    border-left: 1px solid #e2eaf4;
    padding-left: 20px;
    padding-bottom: 10px;
}

.review-source-card-body--wide {
    margin-top: 50px;
    padding-bottom: 0;
}

.review-source-footer {
    margin: 14px 34px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.review-source-footer--navy {
    background: #0a1628;
    border-radius: 10px;
    padding: 13px 24px;
}

.review-source-footer-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.review-source-footer-text em {
    font-style: normal;
    color: #e8cc7a;
    font-weight: 700;
}

.review-source-footer-brand {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: right;
    flex-shrink: 0;
}

.review-source-footer--navy .review-source-footer-brand {
    color: rgba(255, 255, 255, 0.2);
}

.review-source-footer-brand span {
    color: rgba(200, 168, 75, 0.5);
}

.review-source-closing {
    margin: 13px 34px 0;
    background: linear-gradient(135deg, #0a1628, #0d2a4a);
    border-radius: 12px;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.review-source-closing-label {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #4ab8d4;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.review-source-closing-title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1.25;
}

.review-source-closing-title span {
    color: #c8a84b;
}

.review-source-closing-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
    line-height: 1.65;
}

.review-source-closing-sub em {
    font-style: normal;
    color: #e8cc7a;
    font-weight: 600;
}

.review-source-closing-right {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}

.review-source-closing-stat {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1.5px solid rgba(200, 168, 75, 0.45);
    background: rgba(200, 168, 75, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-source-closing-num {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #c8a84b;
    line-height: 1;
}

.review-source-closing-label-small {
    font-size: 7.5px;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    margin-top: 2px;
    line-height: 1.3;
}

.review-source-footer--minimal {
    margin: 13px 34px 28px;
    padding: 0 4px;
}

.review-source-footer-copy {
    font-size: 9px;
    color: #aab;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.review-source-footer--minimal .review-source-footer-brand {
    color: #ccd;
}

.review-source-footer--minimal .review-source-footer-brand span {
    color: #c8a84b;
}

/* Safety Source Page */
.safety-source-page {
    width: 100%;
    min-height: 1131px;
    position: relative;
    background: #0a1628;
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.safety-source-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.safety-source-bg-c1 {
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 127, 194, 0.13) 0%, transparent 70%);
    top: -180px;
    right: -120px;
}

.safety-source-bg-c2 {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 184, 212, 0.07) 0%, transparent 70%);
    bottom: 60px;
    left: -80px;
}

.safety-source-bg-lines {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0px, rgba(255, 255, 255, 0.012) 1px, transparent 1px, transparent 79px);
}

.safety-source-header,
.safety-source-divider,
.safety-source-intro-strip,
.safety-source-content,
.safety-source-stats-row,
.safety-source-quote-banner,
.safety-source-footer {
    position: relative;
    z-index: 1;
}

.safety-source-header {
    padding: 32px 52px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.safety-source-header-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.safety-source-tag-line {
    font-family: "Montserrat", sans-serif;
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #4ab8d4;
    text-transform: uppercase;
}

.safety-source-main-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}

.safety-source-main-title span {
    color: #c8a84b;
}

.safety-source-sub-title {
    font-family: "Montserrat", sans-serif;
    font-size: 9.5px;
    font-weight: 300;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-top: 2px;
}

.safety-source-trust-badges {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.safety-source-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1.5px solid rgba(200, 168, 75, 0.5);
    background: rgba(200, 168, 75, 0.07);
}

.safety-source-trust-num {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #c8a84b;
    line-height: 1;
}

.safety-source-trust-label {
    font-size: 7.5px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    line-height: 1.4;
    margin-top: 2px;
}

.safety-source-divider {
    margin: 16px 52px 0;
    height: 1.5px;
    background: linear-gradient(90deg, #c8a84b 0%, rgba(200, 168, 75, 0.15) 70%, transparent 100%);
}

.safety-source-intro-strip {
    margin: 14px 52px 0;
    background: rgba(46, 127, 194, 0.1);
    border: 1px solid rgba(46, 127, 194, 0.25);
    border-left: 3px solid #4ab8d4;
    border-radius: 8px;
    padding: 12px 18px;
}

.safety-source-intro-strip p {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.72;
}

.safety-source-intro-strip em {
    font-style: normal;
    color: #4ab8d4;
    font-weight: 700;
}

.safety-source-content {
    padding: 14px 52px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.safety-source-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px 18px 18px;
    position: relative;
    overflow: hidden;
}

.safety-source-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.safety-source-card--1::before {
    background: linear-gradient(90deg, #2e7fc2, #4ab8d4);
}

.safety-source-card--2::before {
    background: linear-gradient(90deg, #d94f4f, #f08060);
}

.safety-source-card--3::before {
    background: linear-gradient(90deg, #c8a84b, #e8cc7a);
}

.safety-source-card-icon {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.safety-source-card-num {
    font-family: "Montserrat", sans-serif;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.safety-source-card--1 .safety-source-card-num {
    color: #4ab8d4;
}

.safety-source-card--2 .safety-source-card-num {
    color: #f08060;
}

.safety-source-card--3 .safety-source-card-num {
    color: #c8a84b;
}

.safety-source-card-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 13px;
}

.safety-source-card-items {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.safety-source-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.safety-source-item-dot {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 6px;
}

.safety-source-card--1 .safety-source-item-dot {
    background: #4ab8d4;
}

.safety-source-card--2 .safety-source-item-dot {
    background: #f08060;
}

.safety-source-card--3 .safety-source-item-dot {
    background: #c8a84b;
}

.safety-source-item-text {
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.safety-source-item-text strong {
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 11px;
    margin-bottom: 1px;
}

.safety-source-hl {
    color: #e8cc7a;
    font-weight: 700;
}

.safety-source-stats-row {
    padding: 14px 52px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.safety-source-stat-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 14px 10px 12px;
    text-align: center;
}

.safety-source-stat-num {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.safety-source-stat-unit {
    font-size: 11px;
    font-weight: 600;
}

.safety-source-stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.5;
    margin-top: 5px;
}

.safety-source-stat-box--1 .safety-source-stat-num {
    color: #4ab8d4;
}

.safety-source-stat-box--2 .safety-source-stat-num {
    color: #f08060;
}

.safety-source-stat-box--3 .safety-source-stat-num {
    color: #c8a84b;
}

.safety-source-stat-box--4 .safety-source-stat-num {
    color: #3ab87a;
}

.safety-source-stat-num--daily {
    font-size: 17px;
}

.safety-source-quote-banner {
    margin: 14px 52px 0;
    background: linear-gradient(135deg, rgba(200, 168, 75, 0.11), rgba(46, 127, 194, 0.11));
    border: 1px solid rgba(200, 168, 75, 0.28);
    border-radius: 12px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.safety-source-q-icon {
    font-size: 42px;
    color: rgba(200, 168, 75, 0.35);
    font-family: "Playfair Display", serif;
    flex-shrink: 0;
    margin-top: -8px;
    line-height: 1;
}

.safety-source-q-body {
    flex: 1;
}

.safety-source-q-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.82;
}

.safety-source-q-text em {
    font-style: normal;
    color: #e8cc7a;
    font-weight: 700;
}

.safety-source-q-sig {
    margin-top: 8px;
    font-size: 9.5px;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.safety-source-footer {
    position: relative;
    padding: 12px 52px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.safety-source-footer-brand {
    font-family: "Montserrat", sans-serif;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.22);
    text-transform: uppercase;
}

.safety-source-footer-brand span {
    color: rgba(200, 168, 75, 0.55);
}

.safety-source-footer-page {
    font-family: "Montserrat", sans-serif;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.18);
}

.safety-source-footer-line {
    position: absolute;
    bottom: 0;
    left: 52px;
    right: 52px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 168, 75, 0.25), transparent);
}
