:root {
    --eternel-font: "Pretendard Variable", Pretendard, system-ui, -apple-system, "Segoe UI", sans-serif;
    --eternel-ink: #17202B;
    --eternel-ink-2: #2B3948;
    --eternel-muted: #718092;
    --eternel-soft: #F5FAFD;
    --eternel-sky: #CDEFF8;
    --eternel-sky-2: #EAF8FC;
    --eternel-blue: #267EA5;
    --eternel-blue-dark: #135674;
    --eternel-sand: #F3E8D5;
    --eternel-white: #FFFFFF;
    --eternel-line: rgba(23, 32, 43, 0.11);
    --eternel-shadow: 0 26px 80px rgba(22, 44, 61, 0.13);
    --eternel-radius-xl: 44px;
    --eternel-radius-lg: 30px;
    --eternel-radius-md: 22px;
}

html,
body {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: var(--eternel-font);
    color: var(--eternel-ink);
    background: #ffffff;
    word-break: keep-all;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    padding-top: 0 !important;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.container-wide {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.eternel-page {
    position: relative;
    background:
            radial-gradient(circle at 10% 10%, rgba(205, 239, 248, .55), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #F7FBFD 38%, #ffffff 100%);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--eternel-blue);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.eyebrow--light {
    color: rgba(255,255,255,.88);
}

.section-head {
    margin-bottom: 42px;
}

.section-head h2,
.split-showcase__text h2,
.map-gallery__head h2,
.unit-stage__text h2,
.contact-landing__box h2 {
    margin: 16px 0 0;
    color: var(--eternel-ink);
    font-size: clamp(2rem, 5vw, 5rem);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -0.095em;
}

.section-head p,
.split-showcase__text p,
.full-bleed-visual__content p,
.unit-stage__text p,
.contact-landing__box p {
    margin: 22px 0 0;
    color: var(--eternel-muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.82;
    letter-spacing: -0.04em;
}

.section-head--wide {
    max-width: 840px;
    padding: 0 0 0 5vw;
}

.section-head--center {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-head--center .eyebrow {
    justify-content: center;
}

.section-head--center .eyebrow::after {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.btn-air {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: -0.04em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
}

.btn-air:hover {
    transform: translateY(-2px);
}

.btn-air--dark {
    background: var(--eternel-ink);
    color: #fff !important;
    box-shadow: 0 18px 38px rgba(23, 32, 43, .25);
}

.btn-air--white {
    background: rgba(255,255,255,.9);
    color: var(--eternel-ink) !important;
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: 0 18px 36px rgba(18, 42, 58, .15);
}

.btn-air--line {
    color: var(--eternel-ink) !important;
    background: #fff;
    border: 1px solid var(--eternel-line);
}

.open-hero {
    position: relative;
    padding: 18px 18px 0;
}

.open-hero__visual {
    min-height: 92vh;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 56px 56px;
    background:
            linear-gradient(90deg, rgba(9, 22, 31, .74) 0%, rgba(9, 22, 31, .36) 42%, rgba(9, 22, 31, .08) 100%),
            var(--hero-img) center center / cover no-repeat,
            linear-gradient(135deg, #BDEDF8 0%, #F7FBFD 100%);
    box-shadow: 0 30px 90px rgba(18, 42, 58, .15);
}

.open-hero__visual::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 34%;
    background: linear-gradient(0deg, rgba(0,0,0,.38), transparent);
    pointer-events: none;
}

.open-hero__copy {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 48px));
    padding: clamp(142px, 16vh, 188px) 0 0 clamp(28px, 7vw, 110px);
    color: #fff;
}

.open-hero__copy h1 {
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(3.3rem, 11vw, 10.4rem);
    font-weight: 950;
    line-height: .82;
    letter-spacing: -0.12em;
    text-shadow: 0 16px 50px rgba(0,0,0,.2);
}

.open-hero__copy p {
    max-width: 610px;
    margin: 32px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.78;
    letter-spacing: -0.04em;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.open-hero__info {
    position: absolute;
    right: clamp(20px, 5vw, 72px);
    bottom: clamp(22px, 5vw, 68px);
    z-index: 3;
    width: min(390px, calc(100% - 40px));
    padding: 26px 28px;
    border-radius: 30px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(255,255,255,.82);
    box-shadow: 0 24px 60px rgba(0,0,0,.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.open-hero__info span {
    display: block;
    color: var(--eternel-blue);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .2em;
}

.open-hero__info strong {
    display: block;
    margin-top: 9px;
    color: var(--eternel-ink);
    font-size: 1.45rem;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.open-hero__info em {
    display: block;
    margin-top: 8px;
    color: var(--eternel-muted);
    font-style: normal;
    font-size: .95rem;
    line-height: 1.55;
    letter-spacing: -0.035em;
}

.hero-strip {
    width: min(1180px, calc(100% - 48px));
    margin: -46px auto 0;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--eternel-shadow);
}

.hero-strip a {
    min-height: 108px;
    padding: 28px 26px;
    border-right: 1px solid var(--eternel-line);
    transition: background .2s ease;
}

.hero-strip a:last-child {
    border-right: 0;
}

.hero-strip a:hover {
    background: var(--eternel-sky-2);
}

.hero-strip strong {
    display: block;
    color: var(--eternel-blue);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .15em;
}

.hero-strip span {
    display: block;
    margin-top: 10px;
    color: var(--eternel-ink);
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.34;
    letter-spacing: -0.045em;
}

.scene-section {
    padding: 132px 0 110px;
}

.wide-photo-row {
    width: min(1480px, calc(100% - 28px));
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: 1.5fr .9fr .9fr;
    gap: 18px;
}

.wide-photo {
    height: 430px;
    min-height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background: var(--eternel-sky-2);
    box-shadow: 0 20px 60px rgba(18, 42, 58, .1);
}

.wide-photo--large {
    height: 560px;
    min-height: 560px;
}

.wide-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.wide-photo:hover img {
    transform: scale(1.04);
}

.wide-photo figcaption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    color: #fff;
    border-radius: 999px;
    background: rgba(0,0,0,.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wide-photo figcaption strong {
    color: var(--eternel-sky);
}

.split-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    min-height: 780px;
    background: #fff;
}

.split-showcase__image {
    min-height: 740px;
    overflow: hidden;
}

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

.split-showcase__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 8vw, 112px);
    background:
            radial-gradient(circle at right top, rgba(205,239,248,.7), transparent 34%),
            #fff;
}

.clean-info-list {
    margin: 34px 0 0;
    padding: 0;
    border-top: 1px solid var(--eternel-line);
}

.clean-info-list div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--eternel-line);
}

.clean-info-list dt {
    color: var(--eternel-blue);
    font-size: .84rem;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.clean-info-list dd {
    margin: 0;
    color: var(--eternel-ink);
    font-size: 1rem;
    font-weight: 760;
    line-height: 1.55;
    letter-spacing: -0.035em;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    color: var(--eternel-blue) !important;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.full-bleed-visual {
    min-height: 82vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
            linear-gradient(180deg, rgba(8, 17, 24, .12), rgba(8, 17, 24, .72)),
            var(--section-img) center center / cover no-repeat,
            linear-gradient(135deg, #DFF6FB, #F5FAFD);
}

.full-bleed-visual__content {
    width: min(940px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 92px;
    color: #fff;
}

.full-bleed-visual__content h2 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(2.2rem, 6.7vw, 7.2rem);
    font-weight: 950;
    line-height: .94;
    letter-spacing: -0.105em;
}

.full-bleed-visual__content p {
    max-width: 650px;
    color: rgba(255,255,255,.88);
}

.map-gallery {
    padding: 118px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2FAFD 100%);
}

.map-gallery__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    margin-bottom: 42px;
}

.outline-chip {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid var(--eternel-line);
    color: var(--eternel-ink) !important;
    background: #fff;
    font-weight: 950;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.map-gallery__body {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 24px;
    align-items: stretch;
}

.map-gallery__photo {
    min-height: 640px;
    border-radius: 44px;
    overflow: hidden;
    background: #e7f5f9;
    box-shadow: var(--eternel-shadow);
}

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

.map-cards {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 18px;
}

.map-cards article {
    padding: 32px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(23, 32, 43, .08);
    box-shadow: 0 18px 50px rgba(18, 42, 58, .08);
}

.map-cards strong {
    display: block;
    color: var(--eternel-ink);
    font-size: 1.35rem;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.map-cards p {
    margin: 14px 0 0;
    color: var(--eternel-muted);
    font-size: 1rem;
    line-height: 1.72;
    letter-spacing: -0.04em;
}

.airy-premium {
    padding: 126px 0 136px;
    background: #fff;
}

.premium-photo-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-auto-rows: 320px;
    gap: 22px;
}

.premium-photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: var(--eternel-sky-2);
    box-shadow: 0 20px 62px rgba(18, 42, 58, .10);
}

.premium-photo-card--wide {
    grid-row: span 2;
}

.premium-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 24%, rgba(0,0,0,.62) 100%);
}

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

.premium-photo-card div {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 28px;
    color: #fff;
}

.premium-photo-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,.88);
    color: var(--eternel-ink);
    font-weight: 950;
    margin-bottom: 16px;
}

.premium-photo-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3.2vw, 3.4rem);
    font-weight: 950;
    letter-spacing: -0.08em;
}

.premium-photo-card p {
    max-width: 620px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 1rem;
    line-height: 1.62;
    letter-spacing: -0.04em;
}

.unit-stage {
    display: grid;
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
    min-height: 760px;
    background: var(--eternel-soft);
}

.unit-stage__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(50px, 8vw, 112px);
}

.unit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.unit-stage__image {
    min-height: 720px;
    overflow: hidden;
    border-radius: 56px 0 0 56px;
    margin: 32px 0 32px 0;
}

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

.contact-landing {
    padding: 116px 0;
    background:
            radial-gradient(circle at 86% 12%, rgba(205,239,248,.86), transparent 34%),
            linear-gradient(135deg, #FFFFFF 0%, #F5FBFD 100%);
}

.contact-landing__box {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: clamp(42px, 7vw, 86px);
    text-align: center;
    border-radius: 48px;
    background: #fff;
    border: 1px solid rgba(23, 32, 43, .08);
    box-shadow: var(--eternel-shadow);
}

.contact-landing__box .eyebrow {
    justify-content: center;
}

.contact-landing__box .eyebrow::after {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.contact-landing__box p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.contact-landing__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

@media (max-width: 1199.98px) {
    .hero-strip,
    .wide-photo-row,
    .map-gallery__body,
    .premium-photo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-strip a:nth-child(2) {
        border-right: 0;
    }

    .hero-strip a:nth-child(1),
    .hero-strip a:nth-child(2) {
        border-bottom: 1px solid var(--eternel-line);
    }

    .wide-photo--large,
    .premium-photo-card--wide {
        grid-column: 1 / -1;
    }

    .map-cards {
        grid-template-rows: none;
    }
}

@media (max-width: 991.98px) {
    .open-hero {
        padding: 0;
    }

    .open-hero__visual {
        min-height: 82vh;
        border-radius: 0 0 36px 36px;
    }

    .open-hero__copy {
        padding: 138px 24px 0;
        width: 100%;
    }

    .open-hero__info {
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: auto;
        padding: 20px;
        border-radius: 24px;
    }

    .hero-strip {
        grid-template-columns: 1fr 1fr;
        margin-top: -28px;
    }

    .scene-section {
        padding: 94px 0 78px;
    }

    .section-head--wide {
        padding-left: 0;
    }

    .split-showcase,
    .unit-stage {
        grid-template-columns: 1fr;
    }

    .split-showcase__image,
    .unit-stage__image {
        min-height: 520px;
    }

    .unit-stage__image {
        order: -1;
        margin: 0;
        border-radius: 0 0 36px 36px;
    }

    .map-gallery__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .map-gallery__body {
        grid-template-columns: 1fr;
    }

    .map-gallery__photo {
        min-height: 480px;
    }
}

@media (max-width: 575.98px) {
    .container-wide {
        width: min(100% - 28px, 1240px);
    }

    .open-hero__copy h1 {
        font-size: clamp(3.1rem, 18vw, 5.2rem);
    }

    .open-hero__copy p {
        font-size: .98rem;
    }

    .hero-actions,
    .contact-landing__actions,
    .unit-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-strip,
    .wide-photo-row,
    .premium-photo-grid {
        grid-template-columns: 1fr;
    }

    .hero-strip a {
        min-height: 92px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--eternel-line);
        padding: 22px;
    }

    .hero-strip a:last-child {
        border-bottom: 0;
    }

    .wide-photo,
    .wide-photo--large,
    .premium-photo-card,
    .premium-photo-card--wide {
        height: 360px;
        min-height: 360px;
        grid-column: auto;
        grid-row: auto;
        border-radius: 28px;
    }

    .split-showcase__text,
    .unit-stage__text {
        padding: 58px 22px;
    }

    .clean-info-list div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .full-bleed-visual {
        min-height: 68vh;
    }

    .full-bleed-visual__content {
        padding-bottom: 56px;
    }

    .map-gallery,
    .airy-premium,
    .contact-landing {
        padding: 78px 0;
    }

    .map-gallery__photo {
        min-height: 360px;
        border-radius: 30px;
    }

    .map-cards article {
        padding: 25px;
        border-radius: 24px;
    }

    .contact-landing__box {
        border-radius: 30px;
    }
}


/* =========================
   Sub Pages - Bright Visual Layout
========================= */
.sub-hero {
    position: relative;
    min-height: 58vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 148px 0 76px;
    background:
            linear-gradient(90deg, rgba(11, 31, 43, .74) 0%, rgba(11, 31, 43, .38) 48%, rgba(11, 31, 43, .06) 100%),
            var(--sub-hero-img) center center / cover no-repeat,
            linear-gradient(135deg, #dff7fd, #ffffff);
}

.sub-hero__inner {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    color: #fff;
}

.sub-hero__inner h1 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(2.9rem, 8vw, 8rem);
    line-height: .88;
    font-weight: 950;
    letter-spacing: -0.11em;
    text-shadow: 0 20px 52px rgba(0,0,0,.18);
}

.sub-hero__inner p {
    max-width: 720px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.78;
    letter-spacing: -0.04em;
}

.sub-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    color: rgba(255,255,255,.72);
    font-size: .9rem;
    font-weight: 800;
}

.sub-breadcrumb a { color: rgba(255,255,255,.92) !important; }

.sub-page-section {
    padding: 108px 0;
    background: #fff;
}

.sub-page-section--soft {
    background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.sub-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 52px;
    align-items: center;
}

.sub-summary-card {
    padding: clamp(34px, 5vw, 62px);
    border-radius: 44px;
    background: #fff;
    border: 1px solid rgba(23,32,43,.08);
    box-shadow: var(--eternel-shadow);
}

.sub-summary-card h2,
.visual-copy h2,
.form-shell h2,
.faq-area h2 {
    margin: 14px 0 0;
    color: var(--eternel-ink);
    font-size: clamp(2rem, 4.7vw, 5.2rem);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -0.095em;
}

.sub-summary-card p,
.visual-copy p,
.form-shell p,
.faq-area p {
    margin: 22px 0 0;
    color: var(--eternel-muted);
    font-size: 1.05rem;
    line-height: 1.82;
    letter-spacing: -0.04em;
}

.summary-photo {
    min-height: 560px;
    border-radius: 48px;
    overflow: hidden;
    background: var(--eternel-sky-2);
    box-shadow: var(--eternel-shadow);
}

.summary-photo img,
.visual-photo img,
.plan-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-table {
    width: 100%;
    margin-top: 34px;
    border-collapse: collapse;
    overflow: hidden;
    border-top: 2px solid var(--eternel-ink);
}

.info-table th,
.info-table td {
    padding: 18px 18px;
    border-bottom: 1px solid var(--eternel-line);
    vertical-align: top;
    letter-spacing: -0.035em;
    line-height: 1.62;
}

.info-table th {
    width: 178px;
    color: var(--eternel-blue-dark);
    font-weight: 950;
    background: #f4fbfd;
}

.info-table td {
    color: var(--eternel-ink-2);
    font-weight: 720;
}

.point-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.point-card {
    min-height: 220px;
    padding: 30px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(23,32,43,.08);
    box-shadow: 0 18px 54px rgba(18,42,58,.08);
}

.point-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background: var(--eternel-blue);
    font-weight: 950;
    margin-bottom: 20px;
}

.point-card h3 {
    margin: 0;
    color: var(--eternel-ink);
    font-size: 1.38rem;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.point-card p {
    margin: 14px 0 0;
    color: var(--eternel-muted);
    font-size: .98rem;
    line-height: 1.72;
    letter-spacing: -0.04em;
}

.visual-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    min-height: 720px;
    background: #fff;
}

.visual-split--reverse { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); }

.visual-photo {
    min-height: 680px;
    overflow: hidden;
}

.visual-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 7vw, 104px);
    background: radial-gradient(circle at right top, rgba(205,239,248,.7), transparent 34%), #fff;
}

.visual-split--reverse .visual-copy {
    order: 1;
}

.visual-split--reverse .visual-photo {
    order: 2;
}

.keyword-list,
.check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.keyword-list li,
.check-list li {
    padding: 16px 18px;
    border-radius: 18px;
    background: #f5fbfd;
    color: var(--eternel-ink-2);
    font-weight: 850;
    letter-spacing: -0.04em;
}

.full-image-band {
    min-height: 66vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    background:
            linear-gradient(180deg, rgba(8,17,24,.08), rgba(8,17,24,.68)),
            var(--band-img) center center / cover no-repeat,
            #dff6fb;
}

.full-image-band__content {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 86px;
    color: #fff;
}

.full-image-band__content h2 {
    margin: 14px 0 0;
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 6.4rem);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -0.105em;
}

.full-image-band__content p {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 1.08rem;
    line-height: 1.78;
    letter-spacing: -0.04em;
}

.plan-photo {
    min-height: 680px;
    border-radius: 48px;
    overflow: hidden;
    background: #eaf8fc;
    box-shadow: var(--eternel-shadow);
}

.plan-caption {
    margin-top: 18px;
    color: var(--eternel-muted);
    font-size: .95rem;
    line-height: 1.65;
    letter-spacing: -0.035em;
}

.unit-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.unit-card {
    border-radius: 36px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(23,32,43,.08);
    box-shadow: 0 18px 58px rgba(18,42,58,.08);
}

.unit-card__image {
    height: 300px;
    background: #eaf8fc;
}

.unit-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.unit-card__body { padding: 30px; }
.unit-card__body small { color: var(--eternel-blue); font-weight: 950; letter-spacing: .18em; }
.unit-card__body h3 { margin: 10px 0 0; color: var(--eternel-ink); font-size: 1.8rem; font-weight: 950; letter-spacing: -0.075em; }
.unit-card__body p { margin: 14px 0 0; color: var(--eternel-muted); line-height: 1.74; letter-spacing: -0.04em; }

.form-wrap-section {
    padding: 112px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f3fbfd 100%);
}

.form-shell {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(32px, 5.6vw, 70px);
    border-radius: 46px;
    background: #fff;
    border: 1px solid rgba(23,32,43,.08);
    box-shadow: var(--eternel-shadow);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.form-field { display: flex; flex-direction: column; gap: 10px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--eternel-ink); font-weight: 950; letter-spacing: -0.04em; }
.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(23,32,43,.14);
    background: #fbfdfe;
    color: var(--eternel-ink);
    font-family: inherit;
    font-size: 1rem;
    letter-spacing: -0.035em;
}
.form-field textarea { min-height: 138px; padding-top: 16px; resize: vertical; }
.form-agree {
    margin-top: 24px;
    padding: 20px;
    border-radius: 20px;
    background: #f5fbfd;
    color: var(--eternel-muted);
    font-size: .92rem;
    line-height: 1.7;
    letter-spacing: -0.035em;
}
.form-agree label { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; color: var(--eternel-ink); font-weight: 850; }
.form-submit { margin-top: 28px; display: flex; justify-content: center; }
.form-submit button { border: 0; cursor: pointer; }

.faq-area {
    padding: 104px 0;
    background: #fff;
}

.faq-list {
    margin-top: 36px;
    border-top: 2px solid var(--eternel-ink);
}

.faq-item {
    padding: 26px 0;
    border-bottom: 1px solid var(--eternel-line);
}

.faq-item h3 {
    margin: 0;
    color: var(--eternel-ink);
    font-size: 1.18rem;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.faq-item p {
    margin: 12px 0 0;
    color: var(--eternel-muted);
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: -0.04em;
}

@media (max-width: 991.98px) {
    .sub-hero { min-height: 52vh; padding: 126px 0 58px; }
    .sub-summary-grid,
    .visual-split,
    .visual-split--reverse,
    .point-grid,
    .unit-card-grid { grid-template-columns: 1fr; }
    .visual-split--reverse .visual-copy,
    .visual-split--reverse .visual-photo { order: initial; }
    .summary-photo,
    .visual-photo,
    .plan-photo { min-height: 420px; }
    .keyword-list,
    .check-list,
    .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
    .sub-hero__inner,
    .form-shell { width: min(100% - 32px, 1080px); }
    .sub-page-section,
    .form-wrap-section,
    .faq-area { padding: 74px 0; }
    .sub-summary-card,
    .form-shell { border-radius: 30px; padding: 28px 22px; }
    .info-table th,
    .info-table td { display: block; width: 100%; padding: 14px 12px; }
    .point-card { min-height: auto; padding: 24px; }
    .unit-card__image { height: 220px; }
}
