@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@property --vip-border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #171717;
    background: #f7f4ee;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    line-height: 1.5;
}

body,
body * {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

body input,
body textarea,
body [contenteditable="true"] {
    -webkit-user-select: text;
    user-select: text;
}

.swal2-container {
    z-index: 4000 !important;
}

button,
input,
select {
    font: inherit;
}

a {
    color: inherit;
}

.vip-shell {
    min-height: 100vh;
    overflow-x: hidden;
}

.vip-entry-direct #apply .reveal {
    opacity: 1;
    transform: none;
}

.vip-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.entry-gate {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #fff;
    background: #050505;
    isolation: isolate;
    overflow: hidden;
}

.entry-gate::before,
.entry-gate::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.entry-gate::before {
    z-index: 1;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255, 220, 150, 0.45);
    background:
        radial-gradient(circle, rgba(255, 232, 181, 0.26) 0%, rgba(216, 167, 91, 0.14) 38%, transparent 70%);
    transform: translate(-50%, -50%) scale(0.24);
    opacity: 0;
    animation: entryCirclePrime 1.08s cubic-bezier(.2,.78,.18,1) 0.08s both;
}

.entry-gate::after {
    z-index: 3;
    width: 120px;
    height: 120px;
    background:
        radial-gradient(circle, rgba(255, 244, 220, 0.98) 0%, rgba(224, 178, 101, 0.88) 32%, rgba(13, 11, 8, 0.05) 68%, transparent 72%);
    transform: translate(-50%, -50%) scale(0.02);
    opacity: 0;
}

.entry-gate.is-completing::after {
    animation: entryCircleExit 0.72s cubic-bezier(.14,.86,.22,1) both;
}

.entry-gate.is-completing .entry-loader {
    animation: entryLoaderExit 0.42s cubic-bezier(.18,.74,.22,1) both;
}

.entry-gate.is-revealing {
    background: transparent;
    animation: entryGateRevealShell 1s cubic-bezier(.09,.86,.16,1) both;
}

.entry-gate.is-revealing .entry-shade {
    opacity: 0;
    animation: entryGateSurfacePush 1s cubic-bezier(.09,.86,.16,1) both;
}

.entry-gate.is-revealing::after {
    z-index: 4;
    width: 22vmin;
    height: 22vmin;
    border: 1px solid rgba(255, 235, 181, 0.82);
    background:
        radial-gradient(circle, transparent 0 58%, rgba(255, 239, 202, 0.58) 61%, rgba(216, 167, 91, 0.72) 66%, transparent 72%);
    box-shadow:
        0 0 48px rgba(216, 167, 91, 0.55),
        0 0 0 18px rgba(216, 167, 91, 0.1);
    filter: blur(0);
    animation: entryRevealRing 1.15s cubic-bezier(.09,.86,.16,1) both;
}

.entry-gate.is-revealing::before {
    z-index: 4;
    width: 18vmin;
    height: 18vmin;
    border: 1px solid rgba(255, 255, 255, 0.62);
    background:
        radial-gradient(circle, transparent 0 52%, rgba(255, 255, 255, 0.38) 55%, transparent 66%);
    filter: blur(0);
    animation: entryRevealSpark 0.9s cubic-bezier(.13,.88,.18,1) both;
}

.entry-reveal-svg {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.entry-gate.is-revealing .entry-reveal-svg {
    opacity: 1;
}

.entry-reveal-cover {
    fill: #060504;
    opacity: 0.88;
}

.entry-gate.is-hidden {
    visibility: hidden;
    pointer-events: none;
}

.entry-shade {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 50% 44%, rgba(201, 154, 81, 0.18) 0%, rgba(201, 154, 81, 0.08) 24%, transparent 58%),
        linear-gradient(180deg, #11100d 0%, #060504 58%, #020202 100%);
}

.entry-loader {
    position: relative;
    z-index: 2;
    width: min(620px, 100%);
    text-align: center;
    padding: 42px 24px;
    animation: entryLoaderPop 0.72s cubic-bezier(.18,.86,.22,1) 0.18s both;
}

.entry-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(54vw, 360px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(255, 219, 148, 0.34);
    background:
        radial-gradient(circle, rgba(216, 167, 91, 0.24) 0%, rgba(216, 167, 91, 0.08) 46%, transparent 69%),
        conic-gradient(from 210deg, transparent, rgba(255, 224, 160, 0.48), transparent 38%);
    box-shadow:
        0 0 64px rgba(216, 167, 91, 0.2),
        inset 0 0 42px rgba(255, 255, 255, 0.07);
    transform: translate(-50%, -50%) scale(0.34);
    opacity: 0;
    animation: entryCircleHalo 1.22s cubic-bezier(.16,.82,.22,1) 0.12s both;
}

.entry-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 226, 168, 0.56);
    background:
        linear-gradient(135deg, #fff0c2 0%, #d8a75b 45%, #9a6a2f 100%);
    color: #17110a;
    font-weight: 950;
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.34),
        0 0 0 9px rgba(216, 167, 91, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.entry-eyebrow,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b98137;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.entry-loader .entry-eyebrow {
    position: relative;
    color: #f4c879;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.section-eyebrow::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background: currentColor;
    opacity: 0.78;
}

.entry-loader h2 {
    position: relative;
    margin: 13px 0 12px;
    font-size: clamp(2.45rem, 7vw, 5rem);
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 950;
    text-shadow: 0 18px 46px rgba(0, 0, 0, 0.52);
    word-break: keep-all;
}

.entry-loader p {
    position: relative;
    max-width: 640px;
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.98rem, 2vw, 1.12rem);
    word-break: keep-all;
}

.entry-progress {
    position: relative;
    width: min(260px, 70vw);
    height: 5px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
}

.entry-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fff4cf, #d8a75b, #9a6a2f);
    transform-origin: left center;
    animation: entryProgress 1.25s cubic-bezier(.2,.78,.18,1) 0.12s both;
}

.hero-actions,
.form-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.vip-button {
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.vip-button:hover {
    transform: translateY(-1px);
    background: #3a2a19;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.vip-button.secondary {
    background: rgba(255, 255, 255, 0.92);
    color: #171717;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.vip-button.secondary:hover {
    background: #fff;
}

.vip-button.gold {
    background: #b98137;
    color: #111;
}

.vip-button.gold:hover {
    background: #d0a052;
}

.vip-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(24, 21, 17, 0.84);
    color: #fff;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(201, 154, 81, 0.22);
}

.vip-header-inner {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.vip-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
}

.vip-brand-mark {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 154, 81, 0.45);
    border-radius: 8px;
    background: rgba(201, 154, 81, 0.12);
    color: #d8a75b;
    font-weight: 900;
}

.vip-brand-text {
    font-weight: 850;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vip-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 0.94rem;
    font-weight: 700;
}

.vip-nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.84);
}

.vip-nav a:hover {
    color: #fff;
}

.admin-link img {
    display: block;
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.vip-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 132px 0 92px;
    color: #fff;
    background: #0b0b0b;
    overflow: hidden;
}

.hero-video,
.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video {
    filter: brightness(0.58) saturate(0.95);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.56) 44%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.88) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    padding-left: 18px;
    border-left: 1px solid rgba(201, 154, 81, 0.42);
}

.hero-content h1,
.hero-content .hero-title {
    margin: 18px 0 18px;
    font-size: clamp(2.6rem, 6.4vw, 6.4rem);
    line-height: 0.98;
    letter-spacing: 0;
    font-weight: 930;
    word-break: keep-all;
}

.hero-copy {
    margin: 0 0 28px;
    max-width: 690px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.04rem, 2vw, 1.28rem);
    word-break: keep-all;
}

.hero-actions {
    justify-content: flex-start;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin-top: 34px;
}

.hero-proof div {
    min-height: 86px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(201, 154, 81, 0.26);
    background: rgba(24, 21, 17, 0.62);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof strong {
    display: block;
    margin-bottom: 6px;
    color: #d8a75b;
    font-size: 1.18rem;
}

.hero-proof span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    word-break: keep-all;
}

.intro-band {
    background:
        linear-gradient(180deg, #fff 0%, #f7f4ee 100%);
    padding: 86px 0;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: center;
}

.section-title {
    margin: 12px 0 18px;
    color: #17191f;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.06;
    letter-spacing: 0;
    font-weight: 900;
    word-break: keep-all;
}

.section-copy {
    margin: 0;
    color: #5e626b;
    font-size: 1.06rem;
    line-height: 1.72;
    word-break: keep-all;
}

.event-line {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 26px;
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    max-width: 100%;
    padding: 13px 28px 13px 58px;
    border: 1px solid rgba(201, 154, 81, 0.5);
    border-radius: 8px;
    background:
        linear-gradient(135deg, #181511 0%, #24201a 52%, #12100d 100%);
    color: #fff;
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.42;
    word-break: keep-all;
    box-shadow:
        0 24px 58px rgba(24, 21, 17, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.event-line::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #c99a51;
    box-shadow:
        0 0 0 6px rgba(201, 154, 81, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transform: translateY(-50%) rotate(45deg);
}

.event-line::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 46%, rgba(255, 255, 255, 0) 66%);
    transform: translateX(-42%);
    opacity: 0.75;
}

.intro-visual {
    position: relative;
    min-height: 430px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(201, 154, 81, 0.22);
    box-shadow: 0 26px 70px rgba(20, 20, 20, 0.18);
}

.intro-visual img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.intro-visual-caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(17, 17, 17, 0.72);
    color: #fff;
    backdrop-filter: blur(12px);
}

.intro-visual-caption strong {
    display: block;
    margin-bottom: 4px;
    color: #d8a75b;
}

.benefits-band {
    padding: 86px 0;
    background:
        linear-gradient(135deg, rgba(201, 154, 81, 0.1), rgba(255, 255, 255, 0) 34%),
        #181511;
    color: #fff;
}

.benefits-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.benefits-head .section-title {
    color: #fff;
    max-width: 720px;
}

.benefits-head .section-copy {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.74);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.benefit-card {
    min-height: 198px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(201, 154, 81, 0.18);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.benefit-card:nth-child(2),
.benefit-card:nth-child(5) {
    background: rgba(42, 111, 107, 0.18);
}

.benefit-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 154, 81, 0.42);
    background: rgba(255, 255, 255, 0.085);
}

.benefit-card strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #d8a75b;
    color: #171717;
    font-size: 0.9rem;
    font-weight: 900;
}

.benefit-card h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    color: #fff;
    word-break: keep-all;
}

.benefit-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.96rem;
    line-height: 1.62;
    word-break: keep-all;
}

.process-band {
    padding: 84px 0;
    background: #f3f1ec;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.process-item {
    min-height: 190px;
    padding: 26px;
    border: 1px solid #e1d8cc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(24, 21, 17, 0.06);
}

.process-item span {
    color: #9a6a2f;
    font-size: 0.82rem;
    font-weight: 900;
}

.process-item h3 {
    margin: 14px 0 10px;
    font-size: 1.28rem;
}

.process-item p {
    margin: 0;
    color: #5f6570;
    line-height: 1.64;
    word-break: keep-all;
}

.review-band {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(201, 154, 81, 0.11), rgba(255, 255, 255, 0) 36%),
        linear-gradient(315deg, rgba(42, 111, 107, 0.12), rgba(255, 255, 255, 0) 42%),
        #181511;
    color: #fff;
}

.review-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(201, 154, 81, 0.05));
    pointer-events: none;
}

.review-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.05fr);
    gap: 46px;
    align-items: center;
}

.review-copy .section-title {
    color: #fff;
}

.review-copy .section-copy {
    color: rgba(255, 255, 255, 0.76);
}

.review-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 410px;
    margin-top: 30px;
}

.review-mini-stats div {
    min-height: 92px;
    padding: 18px;
    border: 1px solid rgba(201, 154, 81, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.review-mini-stats strong,
.review-mini-stats span {
    display: block;
}

.review-mini-stats strong {
    color: #d8a75b;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.1;
}

.review-mini-stats span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
}

.review-board {
    --review-row-height: 118px;
    --review-gap: 12px;
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(214, 168, 92, 0.38);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(39, 34, 27, 0.96), rgba(15, 14, 12, 0.98) 52%, rgba(48, 38, 24, 0.96)),
        #15130f;
    color: #f7efe2;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.review-board::before {
    content: "";
    position: absolute;
    left: -30%;
    top: -42%;
    width: 70%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(216, 167, 91, 0.18), transparent);
    opacity: 0.55;
    transform: rotate(16deg);
    pointer-events: none;
}

.review-board-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(216, 167, 91, 0.24);
}

.review-board-head span {
    display: block;
    color: #d8a75b;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.review-board-head strong {
    display: block;
    margin-top: 6px;
    color: #fff8eb;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.25;
}

.review-score {
    flex: 0 0 auto;
    min-width: 118px;
    padding: 12px 14px;
    border: 1px solid rgba(216, 167, 91, 0.42);
    border-radius: 8px;
    background: rgba(216, 167, 91, 0.11);
    text-align: right;
}

.review-score span {
    color: rgba(255, 239, 211, 0.72);
    font-size: 0.72rem;
}

.review-score strong {
    margin-top: 2px;
    color: #f4bf6c;
    font-size: 1.55rem;
}

.review-mask {
    position: relative;
    z-index: 1;
    height: calc((var(--review-row-height) * 5) + (var(--review-gap) * 4));
    overflow: hidden;
}

.review-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--review-gap);
    will-change: transform;
}

.review-item {
    height: var(--review-row-height);
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(216, 167, 91, 0.2);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.review-item img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(216, 167, 91, 0.42);
    background: rgba(255, 255, 255, 0.12);
    object-fit: cover;
}

.review-content {
    min-width: 0;
}

.review-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

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

.review-person strong {
    min-width: 0;
    overflow: hidden;
    color: #fff8eb;
    font-size: 0.96rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review-meta span {
    flex: 0 0 auto;
    color: rgba(255, 239, 211, 0.68);
    font-size: 0.8rem;
    font-weight: 800;
}

.review-private-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 6px;
}

.review-private-meta span,
.review-private-meta b {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 0.76rem;
    line-height: 1;
    white-space: nowrap;
}

.review-private-meta span {
    border: 1px solid rgba(216, 167, 91, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #f2d49d;
    font-weight: 800;
}

.review-private-meta b {
    border: 1px solid rgba(216, 167, 91, 0.36);
    background: linear-gradient(135deg, #d8a75b, #9a6a2f);
    color: #15110b;
    font-weight: 900;
}

.review-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.72rem;
    margin: 0;
    color: rgba(255, 250, 241, 0.86);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.36;
    word-break: keep-all;
}

.apply-section {
    position: relative;
    padding: 98px 0;
    color: #fff;
    background: #111;
    overflow: hidden;
}

.apply-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.46) saturate(0.9);
}

.apply-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.68) 100%),
        rgba(0, 0, 0, 0.14);
}

.apply-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.8fr);
    gap: 46px;
    align-items: start;
}

.apply-copy {
    padding-top: 16px;
}

.apply-copy .section-title {
    color: #fff;
}

.apply-copy .section-copy {
    color: rgba(255, 255, 255, 0.78);
}

.apply-note {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.apply-note div {
    padding: 16px 18px;
    border-left: 3px solid #d8a75b;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 8px 8px 0;
    color: rgba(255, 255, 255, 0.88);
    word-break: keep-all;
}

.apply-form {
    --vip-border-angle: 0deg;
    --vip-form-bg: rgba(255, 255, 255, 0.96);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 28px;
    border-radius: 8px;
    background: var(--vip-form-bg);
    color: #171717;
    border: 1px solid rgba(201, 154, 81, 0.24);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.apply-form::before {
    content: "";
    position: absolute;
    top: -118%;
    left: -92%;
    z-index: 5;
    width: 42%;
    height: 350%;
    background:
        linear-gradient(104deg,
            transparent 0%,
            rgba(255, 255, 255, 0) 28%,
            rgba(157, 91, 17, 0.1) 36%,
            rgba(210, 143, 43, 0.44) 43%,
            rgba(255, 224, 132, 0.82) 48%,
            rgba(255, 255, 255, 0.96) 51%,
            rgba(247, 190, 80, 0.68) 55%,
            rgba(139, 78, 12, 0.18) 64%,
            transparent 74%);
    opacity: 0;
    filter: blur(0.2px);
    box-shadow: 0 0 34px rgba(232, 174, 71, 0.34);
    transform: translate3d(0, 0, 0) rotate(13deg);
    pointer-events: none;
}

.apply-form > * {
    position: relative;
    z-index: 3;
}

.apply-form.is-entry-focus {
    animation: vipFormEntryFocus 1.08s cubic-bezier(.18,.86,.22,1) both;
}

.apply-form.is-entry-focus::before {
    animation: vipFormGoldSweep 1.14s cubic-bezier(.18,.86,.22,1) 0.06s both;
}

.apply-form.is-premium-border {
    border-color: transparent;
    background:
        linear-gradient(var(--vip-form-bg), var(--vip-form-bg)) padding-box,
        conic-gradient(
            from var(--vip-border-angle),
            rgba(128, 78, 19, 0.22),
            rgba(255, 228, 158, 0.82),
            rgba(181, 116, 32, 0.3),
            rgba(255, 255, 255, 0.45),
            rgba(128, 78, 19, 0.22)
        ) border-box;
    animation: vipFormBorderAura 9.5s linear infinite;
}

.apply-form h2 {
    margin: 0 0 6px;
    font-size: 1.52rem;
    line-height: 1.28;
}

.apply-form-sub {
    margin: 0 0 24px;
    color: #676d78;
    word-break: keep-all;
}

.form-grid {
    display: grid;
    gap: 16px;
}

.field-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #2c3038;
    font-weight: 800;
    font-size: 0.94rem;
}

.required {
    color: #9a4e19;
}

.field-group input,
.field-group select {
    width: 100%;
    height: 50px;
    border: 1px solid #d9d2c8;
    border-radius: 8px;
    background: #fbfaf8;
    color: #171717;
    padding: 0 14px;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.field-group input:focus,
.field-group select:focus {
    border-color: #b98137;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(185, 129, 55, 0.18);
}

.agree-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    padding: 12px;
    border: 1px solid rgba(217, 210, 200, 0.86);
    border-radius: 8px;
    background: rgba(251, 250, 248, 0.82);
    color: #3e444f;
    font-size: 0.92rem;
    line-height: 1.5;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.agree-row input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #171717;
    flex: 0 0 auto;
}

.agree-row.is-needed,
.apply-form.is-core-ready:not(.is-submit-ready) .agree-row {
    border-color: rgba(216, 167, 91, 0.78);
    background:
        linear-gradient(135deg, rgba(255, 244, 205, 0.98), rgba(255, 255, 255, 0.94) 56%, rgba(255, 238, 195, 0.84));
    box-shadow:
        0 16px 34px rgba(185, 129, 55, 0.22),
        0 0 0 5px rgba(216, 167, 91, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
    animation: vipAgreeInvite 1.85s cubic-bezier(.33,0,.2,1) infinite;
}

.agree-row.is-needed input,
.apply-form.is-core-ready:not(.is-submit-ready) .agree-row input {
    accent-color: #b98137;
    box-shadow: 0 0 0 6px rgba(216, 167, 91, 0.22);
}

.agree-row.is-attention-pop {
    animation: vipAgreePop 0.72s cubic-bezier(.16,.88,.22,1) both, vipAgreeInvite 1.85s cubic-bezier(.33,0,.2,1) infinite 0.72s;
}

.agree-row.is-checked {
    border-color: rgba(42, 111, 107, 0.42);
    background:
        linear-gradient(135deg, rgba(244, 252, 249, 0.98), rgba(255, 255, 255, 0.95));
    box-shadow: 0 10px 24px rgba(42, 111, 107, 0.1);
}

.privacy-link {
    border: 0;
    padding: 0;
    background: transparent;
    color: #8b571b;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.form-actions {
    justify-content: stretch;
    margin-top: 8px;
}

.form-actions .vip-button {
    width: 100%;
}

.form-actions .vip-button.gold {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.form-actions .vip-button.gold::after {
    content: "";
    position: absolute;
    inset: -80% auto -80% -42%;
    z-index: 1;
    width: 36%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent);
    transform: rotate(17deg);
    opacity: 0;
    pointer-events: none;
}

.form-actions .vip-button.gold.is-ready,
.form-actions .vip-button.gold.is-ready-pop,
.apply-form.is-submit-ready .form-actions .vip-button.gold {
    background:
        linear-gradient(135deg, #fff1bd 0%, #e1ae5f 31%, #b7792c 70%, #8f5515 100%);
    color: #15100a;
    box-shadow:
        0 18px 42px rgba(126, 78, 24, 0.42),
        0 0 0 6px rgba(216, 167, 91, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        inset 0 -10px 18px rgba(101, 55, 8, 0.16);
    animation: vipSubmitInvite 1.85s cubic-bezier(.33,0,.2,1) infinite;
}

.form-actions .vip-button.gold.is-ready::after,
.form-actions .vip-button.gold.is-ready-pop::after,
.apply-form.is-submit-ready .form-actions .vip-button.gold::after {
    animation: vipSubmitShine 1.18s ease-in-out infinite;
}

.form-actions .vip-button.gold.is-ready-pop {
    animation: vipSubmitReadyPop 0.58s cubic-bezier(.16,.88,.22,1) both, vipSubmitInvite 1.85s cubic-bezier(.33,0,.2,1) infinite 0.58s;
}

.form-actions .vip-button.gold.is-submitting {
    cursor: wait;
    opacity: 0.78;
    animation: none;
}

.vip-footer {
    background: #111;
    color: rgba(255, 255, 255, 0.72);
    padding: 34px 0;
    font-size: 0.9rem;
}

.vip-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.vip-footer strong {
    color: #fff;
}

.vip-footer-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vip-production-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid rgba(216, 167, 91, 0.38);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vip-production-contact::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d8a75b;
    box-shadow: 0 0 0 4px rgba(216, 167, 91, 0.12);
    content: "";
}

.vip-production-contact strong {
    color: #f3d59d;
    font-size: inherit;
}

.vip-production-contact:hover,
.vip-production-contact:focus-visible {
    color: #fff;
}

@media (max-width: 680px) {
    .vip-production-contact {
        flex-basis: 100%;
        margin: 9px 0 0;
        padding: 0;
        border-left: 0;
    }
}

.floating-apply {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 900;
    min-height: 56px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 221, 150, 0.48);
    background:
        linear-gradient(135deg, #ffe0a0 0%, #d69b45 34%, #a96820 100%);
    color: #17110a;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow:
        0 16px 38px rgba(0, 0, 0, 0.34),
        0 0 0 5px rgba(214, 155, 69, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -8px 16px rgba(95, 53, 10, 0.16);
    cursor: pointer;
    overflow: hidden;
    transform-origin: 50% 50%;
    animation: vipFloatingRing 5.2s ease-in-out infinite;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.floating-apply::before {
    content: "";
    position: absolute;
    top: -70%;
    left: -45%;
    width: 38%;
    height: 240%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    transform: rotate(18deg);
    animation: vipFloatingShine 5.2s ease-in-out infinite;
    pointer-events: none;
}

.floating-apply:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.38),
        0 0 0 6px rgba(214, 155, 69, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        inset 0 -8px 16px rgba(95, 53, 10, 0.12);
}

.floating-apply.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.floating-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 910;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 226, 168, 0.5);
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(30, 24, 16, 0.96), rgba(78, 52, 22, 0.94));
    color: #f5c879;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 12px, 0) scale(0.94);
    transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.floating-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.floating-top:hover {
    transform: translate3d(0, -2px, 0) scale(1.03);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.38),
        0 0 0 5px rgba(216, 167, 91, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@keyframes vipFloatingRing {
    0%, 72%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    74% {
        transform: translate3d(-1px, 0, 0) rotate(-4deg);
    }
    76% {
        transform: translate3d(2px, 0, 0) rotate(4deg);
    }
    78% {
        transform: translate3d(-2px, 0, 0) rotate(-5deg);
    }
    80% {
        transform: translate3d(2px, 0, 0) rotate(5deg);
    }
    82% {
        transform: translate3d(-1px, 0, 0) rotate(-3deg);
    }
    84% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes vipFloatingShine {
    0%, 62% {
        left: -50%;
        opacity: 0;
    }
    72% {
        opacity: 0.7;
    }
    88%, 100% {
        left: 118%;
        opacity: 0;
    }
}

@keyframes entryCirclePrime {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.16);
    }
    42% {
        opacity: 0.85;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4.8);
    }
}

@keyframes entryCircleHalo {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.26) rotate(-28deg);
    }
    48% {
        opacity: 1;
    }
    100% {
        opacity: 0.86;
        transform: translate(-50%, -50%) scale(1) rotate(18deg);
    }
}

@keyframes entryLoaderPop {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.96);
        filter: blur(5px);
    }
    68% {
        opacity: 1;
        transform: translateY(0) scale(1.018);
        filter: blur(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes entryLoaderExit {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px) scale(1.035);
        filter: blur(3px);
    }
}

@keyframes entryProgress {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes entryCircleExit {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.04);
    }
    18% {
        opacity: 0.92;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(17);
    }
}

@keyframes entryGateRevealShell {
    0% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    18% {
        transform: scale(1.006) rotate(-0.22deg);
    }
    38% {
        transform: scale(1.012) rotate(0.22deg);
    }
    62% {
        transform: scale(1.018) rotate(-0.1deg);
    }
    100% {
        opacity: 1;
        transform: scale(1.028) rotate(0deg);
    }
}

@keyframes entryGateSurfacePush {
    0% {
        opacity: 0;
        transform: scale(1);
        filter: brightness(1) saturate(1) blur(0);
    }
    42% {
        opacity: 0;
        transform: scale(1.045);
        filter: brightness(1.08) saturate(1.12) blur(1px);
    }
    100% {
        opacity: 0;
        transform: scale(1.12);
        filter: brightness(1.18) saturate(1.2) blur(3px);
    }
}

@keyframes entryRevealRing {
    0% {
        opacity: 0;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(0.08) rotate(-18deg);
    }
    16% {
        opacity: 1;
    }
    58% {
        opacity: 0.48;
        filter: blur(1.2px);
        transform: translate(-50%, -50%) scale(4.8) rotate(12deg);
    }
    100% {
        opacity: 0;
        filter: blur(4px);
        transform: translate(-50%, -50%) scale(15) rotate(22deg);
    }
}

@keyframes entryRevealSpark {
    0% {
        opacity: 0;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(0.08);
    }
    28% {
        opacity: 0.68;
        filter: blur(0.8px);
    }
    100% {
        opacity: 0;
        filter: blur(3px);
        transform: translate(-50%, -50%) scale(9.5);
    }
}

@keyframes vipFormEntryFocus {
    0% {
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    }
    38% {
        box-shadow:
            0 36px 98px rgba(0, 0, 0, 0.42),
            0 0 0 4px rgba(255, 255, 255, 0.16),
            0 0 0 8px rgba(216, 167, 91, 0.11);
    }
    68% {
        box-shadow:
            0 30px 86px rgba(0, 0, 0, 0.37),
            0 0 0 3px rgba(216, 167, 91, 0.08);
    }
    100% {
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    }
}

@keyframes vipFormGoldSweep {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(13deg);
    }
    16% {
        opacity: 0.86;
    }
    58% {
        opacity: 0.78;
    }
    100% {
        opacity: 0;
        transform: translate3d(520%, 0, 0) rotate(13deg);
    }
}

@keyframes vipFormBorderAura {
    0% {
        --vip-border-angle: 0deg;
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    }
    50% {
        box-shadow:
            0 30px 86px rgba(0, 0, 0, 0.36),
            0 0 0 1px rgba(216, 167, 91, 0.14);
    }
    100% {
        --vip-border-angle: 360deg;
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    }
}

@keyframes vipAgreeInvite {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow:
            0 14px 30px rgba(185, 129, 55, 0.17),
            0 0 0 4px rgba(216, 167, 91, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.78);
    }
    45% {
        transform: translate3d(0, 0, 0) scale(1.006);
        box-shadow:
            0 18px 38px rgba(185, 129, 55, 0.24),
            0 0 0 7px rgba(216, 167, 91, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.84);
    }
}

@keyframes vipAgreePop {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    38% {
        transform: translate3d(0, 0, 0) scale(1.016);
    }
    68% {
        transform: translate3d(0, 0, 0) scale(1.002);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes vipAgreeBadgePop {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.94);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes vipSubmitInvite {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    45% {
        transform: translate3d(0, 0, 0) scale(1.009);
    }
}

@keyframes vipSubmitReadyPop {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    40% {
        transform: translate3d(0, 0, 0) scale(1.018);
    }
    68% {
        transform: translate3d(0, 0, 0) scale(1.003);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes vipSubmitShine {
    0% {
        left: -42%;
        opacity: 0;
    }
    16% {
        opacity: 0.74;
    }
    44%, 100% {
        left: 118%;
        opacity: 0;
    }
}

.privacy-overlay {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 20px 30px;
    background: rgba(0, 0, 0, 0.82);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    overflow-y: auto;
}

.privacy-overlay.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.privacy-panel {
    width: min(720px, 100%);
    border-radius: 8px;
    background: #fff;
    color: #171717;
    padding: 30px;
}

.privacy-panel h2 {
    margin: 0 0 16px;
}

.privacy-panel p {
    margin: 0;
    color: #4c5360;
    line-height: 1.75;
    word-break: keep-all;
}

.privacy-close {
    margin-top: 24px;
    width: 100%;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 960px) {
    .vip-header-inner {
        height: 64px;
    }

    .vip-nav {
        gap: 14px;
        font-size: 0.88rem;
    }

    .split-layout,
    .apply-inner,
    .review-layout {
        grid-template-columns: 1fr;
    }

    .apply-inner,
    .review-layout {
        gap: 30px;
    }

    .benefits-head {
        display: block;
    }

    .benefits-head .section-copy {
        max-width: none;
    }

    .benefit-grid,
    .process-list,
    .hero-proof {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .vip-container {
        width: min(100% - 28px, 1180px);
    }

    .vip-header-inner {
        gap: 10px;
    }

    .vip-brand-mark {
        width: 32px;
        height: 32px;
    }

    .vip-brand-text {
        max-width: 150px;
        font-size: 0.93rem;
    }

    .vip-nav {
        gap: 10px;
    }

    .vip-nav a:not(.admin-link):nth-child(2) {
        display: none;
    }

    .vip-hero {
        min-height: 720px;
        padding: 112px 0 58px;
    }

    .hero-shade {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.78) 58%, rgba(0, 0, 0, 0.9) 100%);
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .entry-loader h2,
    .hero-content h1,
    .hero-content .hero-title {
        word-break: keep-all;
    }

    .intro-band,
    .benefits-band,
    .process-band,
    .review-band,
    .apply-section {
        padding: 64px 0;
    }

    .intro-visual,
    .intro-visual img {
        min-height: 310px;
    }

    .benefit-card,
    .process-item,
    .review-board,
    .apply-form {
        padding: 20px;
    }

    .review-board {
        --review-row-height: 196px;
        padding: 22px 18px;
    }

    .review-board-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .review-score {
        width: 100%;
        text-align: left;
    }

    .review-mini-stats {
        grid-template-columns: 1fr;
    }

    .review-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
        align-items: flex-start;
        padding: 18px 16px;
    }

    .review-item img {
        width: 44px;
        height: 44px;
    }

    .review-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .review-private-meta {
        gap: 6px;
        margin-bottom: 10px;
    }

    .review-content p {
        -webkit-line-clamp: 3;
        height: 4.35rem;
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .apply-form {
        border-radius: 8px;
    }

    .agree-row {
        padding: 14px 12px 12px;
    }

    .floating-apply {
        right: 14px;
        bottom: 14px;
        min-height: 48px;
    }

    .floating-top {
        right: 14px;
        bottom: 14px;
        width: 44px;
        height: 44px;
        font-size: 0.7rem;
    }

    .privacy-panel {
        padding: 22px;
    }
}
