/* ======================== Pass 제품 페이지 ======================== */

:root {
    --pass-ink: #0b0f16;
    --pass-hero: #0f172a;
    --pass-slate: #1e293b;
    --pass-stone: #475569;
    --pass-mist: #94a3b8;
    --pass-cloud: #e2e8f0;
    --pass-surface: #f1f5f9;
    --pass-white: #f8fafc;
}

html.pass-intro-playing,
html.pass-intro-playing body.page-pass {
    overflow: hidden !important;
    height: 100dvh !important;
}

@keyframes pageTitleIntro {
    0% { opacity: 0; transform: scale(0.92); }
    12% { opacity: 1; transform: scale(1.02); }
    18% { opacity: 1; transform: scale(1); }
    70% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(0.98); }
}

html.pass-intro-seen .pass-main-title,
.pass-main-title.pass-main-title--done {
    display: none !important;
}

.pass-main-title {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    background: #0b0f16;
    animation: pageTitleIntro 2.8s ease-out forwards;
}

.pass-main-title.pass-main-title--done {
    pointer-events: none;
}

.pass-main-tagline {
    font-size: clamp(14px, 5.2vw, 36px);
    font-weight: 700;
    color: rgba(238, 243, 255, 0.88);
    margin: 0;
    line-height: 1.35;
    letter-spacing: -0.02em;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.pass-main-tagline-accent {
    display: block;
    margin-top: 0.2em;
    font-size: clamp(22px, 7.8vw, 56px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #f8fafc;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.35));
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .pass-main-tagline-accent {
        background: linear-gradient(135deg, #e2e8f0 0%, #94a3b8 55%, #64748b 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

/* ========== 페이지·헤더 배경 (슬레이트 톤) ========== */
/* 어두운 히어로: 햄버거는 background-color로 그림 (header.css — color 무효) */
body.page-pass .header-menu-toggle span {
    background-color: #f8fafc !important;
}

body.page-pass {
    background: var(--pass-ink);
    --hero-subtitle-color: #94a3b8;
}

body.page-pass .header {
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 100%) !important;
    box-shadow: none !important;
}

body.page-pass .header::after {
    opacity: 0;
}

body.page-pass .header .header-logo a,
body.page-pass .header .header-nav a {
    color: #f8fafc !important;
}

body.page-pass .header .header-nav a:hover,
body.page-pass .header .header-logo a:hover {
    color: #e2e8f0 !important;
}

body.page-pass .header .header-nav a.btn {
    color: #f8fafc !important;
    border-color: rgba(248, 250, 252, 0.45) !important;
}

body.page-pass .header .header-nav a.btn:hover {
    color: #0f172a !important;
    background: #f8fafc !important;
    border-color: #f8fafc !important;
}

@media (max-width: 768px) {
    body.page-pass .header-nav {
        background: linear-gradient(165deg, #1e293b 0%, #0f172a 100%) !important;
    }

    body.page-pass .header-nav a {
        color: #f8fafc !important;
        border-bottom-color: rgba(248, 250, 252, 0.12) !important;
    }
}

/* Hero — Pro/Mini와 동일 레이아웃·애니메이션, Pass 슬레이트 배경만 유지 */
body.page-pass .pass-hero-section.hero-section {
    position: relative;
    z-index: 3;
    isolation: isolate;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 42%, #0b0f16 100%);
    min-height: 100vh !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow: hidden;
    padding: 24px 0 32px !important;
    margin-bottom: 0;
}

body.page-pass .pass-hero-section .pass-hero-bg.hero-background-effect {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 22%, rgba(148, 163, 184, 0.18) 0%, transparent 42%),
        radial-gradient(circle at 82% 68%, rgba(71, 85, 105, 0.22) 0%, transparent 44%),
        radial-gradient(circle at 50% 100%, rgba(30, 41, 59, 0.35) 0%, transparent 55%);
    animation: passHeroPulse 10s ease-in-out infinite;
}

body.page-pass .pass-hero-section .container {
    position: relative;
    z-index: 1;
}

@keyframes passHeroPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.92; }
}

/* Mini와 동일 타이포 (mini.css — pro 100px/27px 덮어씀) */
body.page-pass .pass-hero-section .title-main {
    font-size: 96px;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    background: none;
}

body.page-pass .pass-hero-section .hero-subtitle {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--hero-subtitle-color);
    -webkit-text-fill-color: currentColor;
    background: none;
    animation: fadeInUp 0.8s ease 0.3s backwards;
}

body.page-pass .pass-hero-section .hero-subtitle:last-of-type {
    margin-bottom: 28px;
}

/* Mini 히어로 강조 — 부모와 동일 크기, 색만 */
body.page-pass .pass-hero-accent {
    display: inline;
    font-size: inherit;
    font-weight: 700;
    color: #f1f5f9;
    -webkit-text-fill-color: currentColor;
    background: none;
    letter-spacing: 0;
    transition: none;
    transform: none;
}

/* Mini와 동일 상단 여백 — 빈 뱃지 자리만 유지(보이지 않음) */
body.page-pass .pass-hero-section .hero-badge {
    display: inline-block !important;
    visibility: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 8px 20px;
    background: transparent;
    backdrop-filter: none;
}

/* 제품이 작아서 래퍼만 축소 — pop-up·float3D만 유지, 빛/글로우 없음 */
body.page-pass .pass-hero-image-wrapper {
    width: auto !important;
    max-width: min(200px, 52vw);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 32px;
    z-index: 4;
}

body.page-pass .pass-hero-image-wrapper::before,
body.page-pass .pass-hero-image-wrapper .image-glow {
    display: none !important;
    content: none;
}

body.page-pass .pass-hero-image-wrapper picture {
    display: block;
    width: 100%;
}

/* pro.css filter/밝기/호버 색 보정 전부 끔 — pop-up + float3D만 */
body.page-pass .pass-hero-image-wrapper .hero-image {
    max-width: 150px;
    margin-inline: auto;
    display: block;
    filter: none !important;
    -webkit-filter: none !important;
    transition: none !important;
    pointer-events: none;
}

body.page-pass .pass-hero-image-wrapper .hero-image:hover {
    filter: none !important;
    -webkit-filter: none !important;
    animation-play-state: running !important;
}

/* pro.css hero-cta margin-top: -20px 덮어쓰기 — 이미지와 버튼 간격 */
body.page-pass .pass-hero-section .hero-cta {
    margin-top: clamp(36px, 6vw, 56px) !important;
}

@media (max-width: 768px) {
    body.page-pass .pass-hero-section.hero-section {
        min-height: calc(100svh - var(--header-height)) !important;
        padding: 24px 0 40px !important;
    }

    body.page-pass .pass-hero-section .hero-badge {
        margin-top: 30px;
        margin-bottom: 12px;
        padding: 6px 16px;
    }

    body.page-pass .pass-hero-section .hero-title {
        margin-bottom: 10px;
    }

    body.page-pass .pass-hero-section .title-main {
        font-size: 56px;
    }

    body.page-pass .pass-hero-section .hero-subtitle {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 3px;
        line-height: 1.3;
    }

    body.page-pass .pass-hero-section .hero-subtitle:last-of-type {
        margin-bottom: 20px;
    }

    body.page-pass .pass-hero-accent {
        font-size: inherit;
        font-weight: 700;
    }

    /* pro.css 모바일(180vw·margin-left -90vw) 덮어쓰기 — 화면 밖으로 밀림 방지 */
    body.page-pass .pass-hero-image-wrapper {
        width: auto !important;
        max-width: min(168px, 44vw) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 28px !important;
        margin-bottom: 8px !important;
    }

    body.page-pass .pass-hero-image-wrapper picture {
        width: 100% !important;
    }

    body.page-pass .pass-hero-image-wrapper .hero-image {
        width: 100% !important;
        max-width: 128px;
        height: auto;
        transform: none !important;
        object-fit: contain;
    }

    body.page-pass .pass-hero-section .hero-cta {
        margin-top: 32px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    body.page-pass .pass-hero-section .title-main {
        font-size: 72px;
    }

    body.page-pass .pass-hero-section .hero-subtitle {
        font-size: 26px;
        margin-bottom: 3px;
    }

    body.page-pass .pass-hero-section .hero-subtitle:last-of-type {
        margin-bottom: 40px;
    }

    body.page-pass .pass-hero-image-wrapper {
        width: auto !important;
        max-width: min(180px, 40vw) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 25px;
    }

    body.page-pass .pass-hero-image-wrapper .hero-image {
        width: 100% !important;
        max-width: 140px;
        transform: none !important;
    }
}

/* 히어로 → 본문 이어지는 세로 그라데이션 (Pro/Mini와 같은 방식, Pass 전용 색) */
body.page-pass .pass-content-area.content-area-light {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 8px;
    background: linear-gradient(
        to bottom,
        #0b0f16 0%,
        #0f172a 4%,
        #1e293b 12%,
        #334155 22%,
        #475569 32%,
        #64748b 40%,
        #94a3b8 48%,
        #cbd5e1 58%,
        #e2e8f0 70%,
        #f1f5f9 82%,
        #f8fafc 100%
    );
    background-attachment: local;
    overflow: visible;
}

/* pro.css content-section 흰 박스 제거 — 그라데이션 위에 자연스럽게 */
body.page-pass .content-section.pass-section {
    margin: 0 auto;
    max-width: 1100px;
    padding: clamp(56px, 8vw, 96px) 20px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    text-align: left;
}

/* pro.css 대형 여백 초기화 */
body.page-pass .pass-section .content-wrapper {
    max-width: 960px;
    margin-inline: auto;
    margin-bottom: 0;
}

body.page-pass .pass-section .content-title {
    margin: 0;
    font-size: clamp(1.75rem, 4.2vw, 2.5rem);
    font-weight: 700;
    line-height: 1.35;
}

body.page-pass .pass-section .content-title2 {
    margin: 0;
    font-size: clamp(1.65rem, 3.8vw, 2.35rem);
    font-weight: 700;
    line-height: 1.4;
    max-width: none;
    text-align: left;
    color: #0f172a;
}

body.page-pass .pass-section .content-title-accent {
    font-size: 1.15em;
    font-weight: 800;
}

body.page-pass .pass-section-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

body.page-pass .pass-section-head--center {
    align-items: center;
    text-align: center;
}

body.page-pass .pass-section-head--center .pass-lead {
    margin-inline: auto;
}

body.page-pass .pass-section--intro {
    text-align: center;
    padding-top: clamp(24px, 5vw, 48px);
    position: relative;
    z-index: 1;
}

body.page-pass .pass-section--intro .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

body.page-pass .pass-section--intro .content-title {
    color: #f8fafc;
}

body.page-pass .pass-section--intro .content-title-accent {
    color: #e2e8f0;
}

body.page-pass .pass-section--intro .pass-lead {
    color: #cbd5e1;
}

body.page-pass .pass-section--intro .pass-section-head {
    margin-bottom: 0;
    padding-bottom: 8px;
}

/* 개요 — 본문과 사진 연결 */
body.page-pass .pass-intro-visual {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: clamp(28px, 5vw, 44px) auto 0;
    padding-top: clamp(20px, 3.5vw, 32px);
}

/* 텍스트 → 사진으로 이어지는 구분 */
body.page-pass .pass-intro-visual::before {
    content: '';
    display: block;
    width: min(120px, 28%);
    height: 2px;
    margin: 0 auto clamp(24px, 4vw, 36px);
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(148, 163, 184, 0.35) 20%,
        rgba(226, 232, 240, 0.85) 50%,
        rgba(148, 163, 184, 0.35) 80%,
        transparent 100%
    );
}

body.page-pass .pass-intro-visual__frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 100%);
    box-shadow:
        0 28px 56px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.page-pass .pass-intro-visual__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.2) 0%,
        transparent 22%,
        transparent 78%,
        rgba(15, 23, 42, 0.15) 100%
    );
}

body.page-pass .pass-section--intro .pass-media--intro {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
}

body.page-pass .pass-section--intro .pass-media--intro img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: min(56vh, 520px);
    margin: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center 42%;
    vertical-align: top;
}

.pass-scroll-reveal--delay {
    transition-delay: 0.15s;
}

body.page-pass .pass-section--flow .smart-function-frame {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 20px;
    padding: clamp(28px, 4vw, 40px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

body.page-pass .pass-section--flow {
    text-align: center;
}

body.page-pass .pass-section--flow .content-wrapper {
    max-width: 100%;
}

body.page-pass .pass-section--flow .pass-section-head {
    margin-bottom: 24px;
}

body.page-pass .pass-section--lineup {
    text-align: center;
}

body.page-pass .pass-section--lineup .content-title {
    color: #0f172a;
}

body.page-pass .pass-section--lineup .pass-section-head {
    margin-bottom: 8px;
}

body.page-pass .pass-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: clamp(28px, 5vw, 44px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

body.page-pass .pass-feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
}

body.page-pass .pass-feature-text .pass-section-head {
    gap: 0;
    margin-bottom: 16px;
    width: 100%;
}

.pass-section {
    padding: 0;
}

.pass-lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    max-width: 640px;
}

.pass-lead--center {
    text-align: center;
    margin-inline: auto;
}

.pass-br-desktop {
    display: none;
}

@media (min-width: 769px) {
    .pass-br-desktop {
        display: inline;
    }
}

/* 이미지 영역 */
.pass-media {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #f1f5f9;
    border: none;
    min-height: 0;
}

.pass-media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(52vh, 480px);
    margin-inline: auto;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
}

/* .pass-media--intro — intro 섹션 전용 스타일은 pass-section--intro 아래 */

.pass-media--wide {
    margin-top: 36px;
    max-width: 920px;
    margin-inline: auto;
}

.pass-media--wide img {
    max-height: min(50vh, 440px);
}

.pass-media--tall {
    align-self: center;
    max-width: 100%;
}

.pass-media--tall img {
    max-height: min(44vh, 400px);
}

/* 관리자 앱 스크린샷 — PNG 흰 배경과 카드 톤 맞춤 */
body.page-pass .pass-section--admin .pass-feature-row {
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
    background: #ffffff;
    border-color: #e8ecf1;
}

body.page-pass .pass-admin-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: clamp(8px, 1.2vw, 14px);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.65);
}

body.page-pass .pass-admin-visual .pass-media,
body.page-pass .pass-media--admin-app {
    margin: 0;
    width: 100%;
    min-height: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
}

body.page-pass .pass-media--admin-app img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(78vh, 620px);
    margin: 0;
    object-fit: contain;
    object-position: center;
    vertical-align: top;
}

/* placeholder — 사진 없을 때만 */
.pass-media[data-placeholder] {
    min-height: 220px;
    background: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 100%);
    border: 1px dashed #94a3b8;
}

.pass-media[data-placeholder] img {
    min-height: 0;
}

.pass-media[data-placeholder]:not(.pass-media--loaded)::after {
    content: attr(data-placeholder);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.5;
    pointer-events: none;
    z-index: 1;
}

.pass-media:not([data-placeholder])::after,
.pass-media.pass-media--loaded::after {
    display: none;
    content: none;
}

/* flow */
.pass-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 12px 8px;
    margin: 0 0 8px;
    max-width: 820px;
    margin-inline: auto;
}

.pass-flow-step {
    flex: 1 1 160px;
    max-width: 220px;
    padding: 20px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.pass-flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #0f172a;
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.pass-flow-title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.pass-flow-desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.pass-flow-arrow {
    align-self: center;
    font-size: 1.25rem;
    color: #94a3b8;
    font-weight: 700;
    padding: 0 4px;
}

.pass-feature-row--reverse .pass-feature-text {
    order: 2;
}

.pass-feature-row--reverse .pass-media {
    order: 1;
}

/* 섹션 라벨 — 사용자 / 관리자 */
.pass-feature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    color: #64748b;
}

.pass-feature-eyebrow__bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    flex-shrink: 0;
}

.pass-feature-eyebrow--user {
    color: #475569;
}

.pass-feature-eyebrow--user .pass-feature-eyebrow__bar {
    background: linear-gradient(90deg, #0d9488 0%, #5eead4 100%);
}

.pass-feature-eyebrow--admin {
    color: #475569;
}

.pass-feature-eyebrow--admin .pass-feature-eyebrow__bar {
    background: linear-gradient(90deg, #2563eb 0%, #93c5fd 100%);
}

.pass-feature-desc {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    max-width: 36em;
}

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

.pass-check-list li {
    position: relative;
    padding-left: 1.35em;
    margin-bottom: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.5;
}

.pass-check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0f766e;
    font-weight: 800;
}

/* lineup */
.pass-lineup-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 800px;
    margin: 40px auto 0;
}

.pass-lineup-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pass-lineup-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.pass-lineup-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 0.9;
    padding: 20px 16px 12px;
    background: linear-gradient(165deg, #c8cdd6 0%, #d4d9e2 35%, #c2c8d2 100%);
}

.pass-lineup-card--mini .pass-lineup-card__media {
    background: linear-gradient(165deg, #e7dbce 0%, #f2e2ce 38%, #e2d5ca 100%);
}

.pass-lineup-card__media picture,
.pass-lineup-card__media img {
    display: block;
    width: 100%;
    max-height: min(200px, 28vw);
    object-fit: contain;
    object-position: center;
}

.pass-lineup-card__media img {
    filter: drop-shadow(0 4px 14px rgba(15, 23, 42, 0.14));
}

.pass-lineup-card--pro .pass-lineup-card__media img {
    max-height: min(220px, 30vw);
}

.pass-lineup-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 22px 22px;
}

.pass-lineup-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}

.pass-lineup-desc {
    font-size: 0.9rem;
    color: #64748b;
}

.pass-lineup-cta {
    margin-top: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1d4ed8;
}

/* 가격 정책 — Pro/Mini section-pricing-policy + Pass 구독 플랜 */
body.page-pass .pass-section--pricing.section-pricing-policy {
    margin: clamp(48px, 8vw, 80px) auto;
    max-width: min(980px, calc(100% - 40px));
}

/* Pass: 월요금 전체 너비 (플랜 가로 행용) */
body.page-pass .pass-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
}

body.page-pass .pro-pricing-card--monthly {
    grid-column: 1;
}

.pass-pricing-plans-intro {
    margin: 14px 0 16px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
    border: 1px solid rgba(37, 99, 235, 0.2);
    text-align: center;
}

.pass-pricing-plans-intro__title {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.pass-pricing-plans-intro__desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #334155;
}

.pass-pricing-plans-intro__desc strong {
    color: #1d4ed8;
}

.pass-pricing-plan-legend {
    display: grid;
    grid-template-columns: minmax(132px, 28%) 1fr minmax(96px, 24%);
    gap: 0;
    margin: 0 0 6px;
    padding: 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    text-align: center;
}

/* 플랜 목록 — 세로 3줄, 각 줄은 가로 배치 */
.pass-pricing-plan-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.pass-pricing-plan-card {
    display: grid;
    grid-template-columns: minmax(132px, 28%) 1fr minmax(96px, 24%);
    align-items: stretch;
    min-height: 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.pass-pricing-plan-card--featured {
    border-color: #94a3b8;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.pass-pricing-plan-card__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 10px 12px;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    border-bottom: none;
}

.pass-pricing-plan-card--featured .pass-pricing-plan-card__head {
    background: #f1f5f9;
}

.pass-pricing-plan-cap {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.pass-pricing-plan-users-count {
    margin: 6px 0 4px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.pass-pricing-plan-users-count strong {
    font-size: 1.55rem;
    font-weight: 900;
    color: #1d4ed8;
}

.pass-pricing-plan-name {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #64748b;
}

.pass-pricing-plan-card__rows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 14px;
    margin: 0;
    padding: 10px 12px;
    list-style: none;
}

.pass-pricing-plan-card__rows li {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    padding: 0;
    font-size: 0.8rem;
    border: none;
    white-space: nowrap;
}

.pass-pricing-plan-card__rows li + li::before {
    content: '+';
    margin-right: 2px;
    color: #94a3b8;
    font-weight: 600;
}

.pass-pricing-plan-row-label {
    color: #64748b;
    font-weight: 500;
}

.pass-pricing-plan-row-value {
    color: #0f172a;
    font-weight: 700;
}

.pass-pricing-plan-card__total {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 0;
    padding: 10px 12px;
    text-align: center;
    background: #0f172a;
    color: #f8fafc;
    border-left: 1px solid #e2e8f0;
}

.pass-pricing-plan-card--featured .pass-pricing-plan-card__total {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.pass-pricing-plan-total-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    opacity: 0.85;
}

.pass-pricing-plan-total-value {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.pass-pricing-vat-note {
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #64748b;
    text-align: center;
}

/* 기기 임대 및 해지 + 매월 정기결제 가로 나열 */
body.page-pass .pass-pricing-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

body.page-pass .pass-pricing-duo .pro-pricing-rental {
    margin: 0;
    height: 100%;
    padding: 20px 22px;
    box-sizing: border-box;
}

body.page-pass .pass-pricing-duo .pro-pricing-payment {
    display: block;
    margin: 0;
    height: 100%;
}

body.page-pass .pass-pricing-duo .pro-pricing-payment-item {
    height: 100%;
    box-sizing: border-box;
}

/* scroll reveal */
.pass-scroll-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.pass-scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    body.page-pass .pass-pricing-duo {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pass-pricing-plan-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .pass-pricing-plan-legend {
        display: none;
    }

    .pass-pricing-plan-card__head {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .pass-pricing-plan-users-count {
        font-size: 1.35rem;
    }

    .pass-pricing-plan-users-count strong {
        font-size: 1.65rem;
    }

    .pass-pricing-plan-card__rows {
        justify-content: flex-start;
        padding: 10px 14px;
    }

    .pass-pricing-plan-card__total {
        flex-direction: row;
        justify-content: space-between;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        text-align: left;
    }
}

@media (max-width: 768px) {
    body.page-pass .pass-section {
        padding-inline: 16px;
    }

    body.page-pass .pass-section .content-title2 {
        font-size: clamp(1.5rem, 6.5vw, 1.85rem);
    }

    .pass-flow-arrow {
        display: none;
    }

    .pass-flow-step {
        max-width: none;
        flex: 1 1 100%;
    }

    body.page-pass .pass-feature-row,
    body.page-pass .pass-feature-row--reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.page-pass .pass-feature-text {
        align-items: flex-start;
        order: 1;
    }

    body.page-pass .pass-feature-row .pass-media {
        order: 2;
        max-width: 100%;
    }

    .pass-feature-row--reverse .pass-feature-text,
    .pass-feature-row--reverse .pass-media {
        order: unset;
    }

    body.page-pass .pass-feature-row--reverse .pass-feature-text {
        order: 1;
    }

    body.page-pass .pass-feature-row--reverse .pass-media {
        order: 2;
    }

    body.page-pass .pass-intro-visual {
        margin-top: 24px;
        padding-top: 16px;
    }

    body.page-pass .pass-intro-visual::before {
        width: 64px;
        margin-bottom: 20px;
    }

    body.page-pass .pass-intro-visual__frame {
        border-radius: 16px;
    }

    body.page-pass .pass-section--intro .pass-media--intro img {
        aspect-ratio: 4 / 3;
        max-height: min(46vh, 340px);
        object-position: center 40%;
    }

    .pass-media img,
    .pass-media--wide img,
    .pass-media--tall img {
        max-height: min(42vh, 320px);
    }

    body.page-pass .pass-section--admin .pass-feature-row {
        grid-template-columns: 1fr;
    }

    body.page-pass .pass-admin-visual {
        padding: 10px;
    }

    body.page-pass .pass-media--admin-app img {
        max-height: min(74vh, 540px);
        width: 100%;
    }

    .pass-lineup-cards {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pass-main-title {
        display: none !important;
    }

    .pass-scroll-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
