/* Pretendard Font Face */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/Pretendard-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Pretendard-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/Pretendard-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Pretendard-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/Pretendard-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/Pretendard-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Pretendard-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('/fonts/Pretendard-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/Pretendard-Black.otf') format('opentype');
}

/* Cafe24 Moyamoya Font Face */
@font-face {
    font-family: 'Cafe24Moyamoya';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Cafe24Moyamoya-Regular-v1.0.otf') format('opentype');
}

:root {
    /* FreeMode Homepage - Professional Palette */
    --bg-cream: #FFFCF7;
    --bg-pink: #FFD6E0;
    --bg-mint: #C1FBA4;
    --bg-blue: #A2D2FF;
    --bg-purple: #D8B4FE;
    --bg-yellow: #FFEF96;

    --accent-pop: #5B8DEF;
    --text-dark: #1A1A1A;
    --text-gray: #5F5F5F;
    --text-muted: #999;
    --text-dim: #666;
    --text-dim-strong: #555;

    --surface-white: #fff;
    --surface-soft: #f8fafc;
    --surface-soft-2: #f1f5f9;
    --surface-soft-3: #e9ecef;
    --surface-neutral: #f8f9fa;
    --surface-neutral-2: #fafafa;
    --surface-neutral-3: #f1f3f4;
    --surface-neutral-4: #f1f3f5;
    --surface-soft-4: #fafbff;
    --surface-soft-5: #ecfdf5;
    --surface-soft-6: #f0fdf4;
    --surface-muted: #f5f5f5;
    --line-soft: #ddd;
    --line-faint: #eee;
    --line-neutral: #e0e0e0;
    --line-soft-2: #e5e7eb;
    --line-mid: #ccc;
    --line-faint-2: #f0f0f0;
    --line-faint-3: #dee2e6;
    --line-disabled: #d1d5db;
    --line-default: #e2e8f0;

    --color-primary-500: #4a7de0;
    --color-primary-600: #6366f1;
    --color-primary-700: #2563eb;
    --color-slate-900: #0f172a;
    --color-slate-400: #94a3b8;
    --color-slate-700: #334155;
    --color-slate-500: #64748b;
    --color-success-500: #10b981;
    --color-success-600: #16a34a;
    --color-info-50: #f0f9ff;
    --color-info-75: #f0f7ff;
    --color-info-100: #eff6ff;
    --color-info-200: #bfdbfe;
    --color-info-700: #0066CC;
    --color-success-800: #006400;
    --color-warning-800: #8B6914;
    --color-warning-200: #FFEE9C;
    --color-warning-300: #FFE873;
    --color-error-500: #f44a4a;
    --color-question-700: #6B2C91;
    --color-mockup-red: #ff5f56;
    --color-mockup-yellow: #ffbd2e;
    --color-mockup-green: #27c93f;
    --color-mockup-dark: #2d3436;
    --color-mockup-mid: #636e72;
    --color-danger-50: #fff0f0;
    --color-danger-100: #FFE5E5;

    --overlay-dark-08: rgba(0, 0, 0, 0.08);
    --overlay-dark-04: rgba(0, 0, 0, 0.04);
    --overlay-dark-10: rgba(0, 0, 0, 0.1);
    --overlay-dark-15: rgba(0, 0, 0, 0.15);
    --overlay-dark-50: rgba(0, 0, 0, 0.5);
    --overlay-white-95: rgba(255, 255, 255, 0.95);
    --overlay-white-30: rgba(255, 255, 255, 0.3);
    --overlay-white-10: rgba(255, 255, 255, 0.1);
    --overlay-primary-15: rgba(91, 141, 239, 0.15);
    --overlay-primary-30: rgba(91, 141, 239, 0.3);
    --overlay-primary-40: rgba(91, 141, 239, 0.4);
    --overlay-primary-60: rgba(91, 141, 239, 0.6);
    --overlay-mint-10: rgba(193, 251, 164, 0.1);
    --overlay-mint-30: rgba(193, 251, 164, 0.3);
    --overlay-mint-50: rgba(193, 251, 164, 0.5);
    --overlay-blue-50: rgba(162, 210, 255, 0.5);
    --overlay-yellow-40: rgba(255, 239, 150, 0.4);
    --overlay-pink-40: rgba(255, 214, 224, 0.4);
    --overlay-cream-95: rgba(249, 248, 243, 0.95);

    --border-black: 1px solid var(--line-neutral);
    --shadow-hard: 0 2px 8px var(--overlay-dark-08);
    --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.12);

    --radius-lg: 16px;
    --radius-md: 8px;
    --radius-pill: 100px;

    --container-width: 1200px;
}

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

body {
    background-color: var(--bg-cream);
    color: var(--text-dark);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* Background Blobs */
.bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    opacity: 0.35;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

ul {
    list-style: none;
}

/* Utilities */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.text-highlight {
    position: relative;
    z-index: 1;
}

.text-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 35%;
    background: var(--bg-blue);
    z-index: -1;
    border-radius: 4px;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 70px;
    background: var(--overlay-white-95);
    backdrop-filter: blur(12px);
    border-bottom: var(--border-black);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    z-index: 1000;
    box-shadow: 0 1px 4px var(--overlay-dark-04);
}

.header-inner {
    width: 100%;
    max-width: var(--container-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    font-size: 22px;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    text-decoration: none;
}

.header-logo img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

/* 헤더 로고 텍스트 공통 스타일 */
.freemode-logo-text {
    display: inline-block;
    font-family: 'Cafe24Moyamoya', sans-serif;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
}

.logo-icon {
    font-size: 1.5rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-gray);
}

.nav-link:hover {
    color: var(--accent-pop);
}

.btn-freemode {
    background: white;
    color: var(--text-dark);
    font-weight: 600;
    padding: 0.75rem 1.8rem;
    border: var(--border-black);
    border-radius: var(--radius-pill);
    display: inline-block;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    text-align: center;
}

.btn-freemode:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    background: var(--surface-neutral);
}

.btn-freemode.primary {
    background: var(--accent-pop);
    color: white;
    border-color: var(--accent-pop);
}

.btn-freemode.primary:hover {
    background: var(--color-primary-500);
    border-color: var(--color-primary-500);
    color: white;
}

.btn-freemode.secondary {
    background: white;
    color: var(--text-dark);
}

.btn-freemode.secondary:hover {
    background: var(--surface-neutral);
}

/* Language Switcher */
.lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-dark);
    background: var(--surface-neutral-4);
    text-decoration: none;
    transition: all 0.2s ease;
}

.lang-btn:hover {
    background: var(--accent-pop);
    color: white;
}

.btn-glow {
    background: var(--accent-pop);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-pill);
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border: 1px solid var(--accent-pop);
}

.btn-glow:hover {
    background: var(--color-primary-500);
    border-color: var(--color-primary-500);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px var(--overlay-primary-30);
}

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    flex: 1;
    z-index: 2;
}

.hero-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: var(--border-black);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-hard);
}

.display-text {
    font-family: 'Pretendard', sans-serif;
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    letter-spacing: -0.03em;
}

.hero-desc {
    font-size: 1.15rem;
    color: var(--text-gray);
    margin-top: 2rem;
    font-weight: 500;
    line-height: 1.7;
}

/* 3D Visual Elements */
.card-3d {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 30px var(--overlay-dark-10);
    padding: 1.5rem;
    position: absolute;
    transition: transform 0.5s ease-out;
}

.card-3d.main {
    width: 380px;
    height: 480px;
    /* Portrait aspect like a phone app */
    background: var(--surface-neutral-2);
    position: relative;
    z-index: 2;
    transform: rotateY(-10deg) rotateX(5deg);
}

.card-3d.floater-1 {
    top: 20%;
    right: -20px;
    width: 180px;
    background: var(--bg-mint);
    z-index: 3;
    transform: rotate(5deg)translateZ(50px);
}

.card-3d.floater-2 {
    bottom: 15%;
    left: -40px;
    width: 200px;
    background: var(--bg-pink);
    z-index: 3;
    transform: rotate(-5deg) translateZ(80px);
}

.mockup-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.mockup-row {
    height: 12px;
    background: var(--line-soft-2);
    border-radius: 6px;
    margin-bottom: 10px;
}

/* Features Section (Scattered) */
.features-section {
    padding: 100px 0;
    position: relative;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
}

.feature-card {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-hard);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.feature-card:nth-child(1) {
    background-color: var(--bg-mint);
}

.feature-card:nth-child(2) {
    background-color: var(--bg-blue);
}

.feature-card:nth-child(3) {
    background-color: var(--bg-yellow);
}

.card-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: var(--text-dark);
}

/* Marquee Section */
.marquee-container {
    background: var(--text-dark);
    padding: 1.5rem 0;
    margin: 4rem 0;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}

.marquee-item {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Section Common */
.section-label {
    font-weight: 800;
    color: var(--accent-pop);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 10px;
    color: var(--text-dark);
    line-height: 1.3;
}

/* How it Works Section */
.howitworks-section {
    padding: 100px 0;
    position: relative;
}

.steps-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 4rem;
}

.step-card {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    text-align: center;
    flex: 1;
    max-width: 300px;
    box-shadow: var(--shadow-hard);
    transition: all 0.3s ease;
    position: relative;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.step-number {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--accent-pop);
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.step-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.step-desc {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    flex-shrink: 0;
    position: relative;
}

.connector-line {
    width: 100%;
    height: 2px;
    background: var(--line-neutral);
    position: absolute;
}

.connector-arrow {
    font-size: 1.2rem;
    color: var(--accent-pop);
    font-weight: 700;
    position: relative;
    z-index: 1;
    background: var(--bg-cream);
    padding: 0 4px;
}

/* Social Proof Section */
.proof-section {
    padding: 80px 0;
    background: white;
    border-top: var(--border-black);
    border-bottom: var(--border-black);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.stat-card {
    text-align: center;
    padding: 2rem 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--accent-pop);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-gray);
    font-weight: 600;
}

/* Dark CTA Section */
.cta-dark {
    background: var(--color-slate-900);
    color: white;
    padding: 80px 40px;
    text-align: center;
    border-radius: 24px;
    margin: 4rem 0;
    position: relative;
    overflow: hidden;
}

.cta-dark::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--overlay-primary-15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-dark::after {
    content: '';
    position: absolute;
    bottom: -40%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, var(--overlay-mint-10) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-dark-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.cta-dark-desc {
    font-size: 1.15rem;
    color: var(--color-slate-400);
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}

.btn-cta-glow {
    display: inline-block;
    background: var(--accent-pop);
    color: white;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: var(--radius-pill);
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 30px var(--overlay-primary-40);
}

.btn-cta-glow:hover {
    background: var(--color-primary-500);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 0 40px var(--overlay-primary-60);
}

.cta-dark-sub {
    font-size: 0.85rem;
    color: var(--color-slate-500);
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

/* Footer */
.footer {
    background: white;
    border-top: var(--border-black);
    padding: 2rem 0;
    margin-top: 0;
}

/* Tablet & Mobile */
@media (max-width: 1023px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }


    .hero {
        flex-direction: column;
        text-align: center;
        padding-top: 140px;
    }

    .hero-visual {
        margin-top: 4rem;
        width: 100%;
        height: 500px;
    }

    .hero-desc {
        margin: 0 auto 2.5rem;
    }

    .nav-links,
    .header-actions {
        display: none;
    }

    /* How it Works - Tablet */
    .steps-grid {
        flex-direction: column;
        gap: 1rem;
    }

    .step-card {
        max-width: 100%;
    }

    .step-connector {
        width: 40px;
        height: 40px;
        transform: rotate(90deg);
    }

    /* Stats - Tablet */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (768px 이하) */
@media (max-width: 1023px) {
    :root {
        --container-width: 100%;
    }

    .container {
        padding: 0 1rem;
    }

    /* Header */
    .header {
        width: 100%;
        height: 60px;
        padding: 0 1rem;
        top: 0;
    }

    .header-logo {
        font-size: 18px;
        gap: 5px;
    }

    .header-logo img {
        width: 20px;
        height: 22px;
    }

    /* Hero Section */
    .hero {
        padding: 100px 0 60px;
        text-align: center;
    }

    .hero-content {
        width: 100%;
    }

    .hero-chip {
        font-size: 0.85rem;
        padding: 6px 12px;
        margin-bottom: 1rem;
    }

    .display-text {
        font-size: clamp(2rem, 8vw, 3rem);
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .hero-desc {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    /* Hero 버튼 그룹 */
    .hero-content > div[style*="display: flex"] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem !important;
        width: 70%;
        margin: 0 auto;
    }

    .btn-freemode {
        width: 100%;
        max-width: 280px;
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    /* Hero Visual */
    .hero-visual {
        height: 400px;
        margin-top: 3rem;
    }

    .card-3d.main {
        width: 280px;
        height: 360px;
        transform: rotateY(-5deg) rotateX(3deg);
    }

    .card-3d.floater-1 {
        width: 140px;
        right: -10px;
        top: 15%;
        font-size: 0.85rem;
        padding: 1rem;
    }

    .card-3d.floater-2 {
        width: 160px;
        left: -20px;
        bottom: 10%;
        font-size: 0.8rem;
        padding: 1rem;
    }

    /* Background Blobs */
    .bg-blob {
        width: 300px !important;
        height: 300px !important;
        filter: blur(60px);
        opacity: 0.4;
    }

    /* Features Section */
    .features-section {
        padding: 60px 0;
    }

    .features-section > div[style*="text-align: center"] h2 {
        font-size: 1.8rem !important;
        padding: 0 1rem;
    }

    .features-section > div[style*="text-align: center"] span {
        font-size: 0.85rem !important;
    }

    .features-section > div[style*="text-align: center"] h2 span[style*="font-family: 'Fredoka'"],
    .features-section h2 span[style*="font-family: 'Fredoka'"] {
        font-size: 1.6rem !important;
    }

    .feature-grid {
        gap: 1.5rem;
        margin-top: 2.5rem;
        padding: 0 2rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .card-emoji {
        font-size: 2.5rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }

    .feature-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Marquee */
    .marquee-container {
        margin: 3rem 0;
        padding: 1rem 0;
    }

    .marquee-item {
        font-size: 1rem;
        gap: 8px;
    }

    .marquee-content {
        gap: 2rem;
    }

    /* How it Works - Mobile */
    .howitworks-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem !important;
    }

    .step-card {
        padding: 1.5rem;
    }

    .step-icon {
        font-size: 2rem;
    }

    .step-title {
        font-size: 1.1rem;
    }

    /* Social Proof - Mobile */
    .proof-section {
        padding: 60px 0;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }

    /* CTA Dark - Mobile */
    .cta-dark {
        padding: 60px 1.5rem;
        margin: 3rem 0;
        border-radius: 16px;
    }

    .cta-dark-title {
        font-size: 1.8rem;
    }

    .cta-dark-desc {
        font-size: 1rem;
    }

    .btn-cta-glow {
        padding: 0.85rem 2rem;
        font-size: 1rem;
    }
}

/* Small Mobile (480px 이하) */
@media (max-width: 767px) {
    .container {
        padding: 0 0.75rem;
    }

    /* Header */
    .header {
        width: 100%;
        height: 55px;
        padding: 0 0.75rem;
        top: 0;
    }

    .header-logo {
        font-size: 18px;
        gap: 5px;
    }

    .header-logo img {
        width: 20px;
        height: 22px;
    }

    /* Hero Section */
    .hero {
        padding: 80px 0 50px;
    }

    .hero-chip {
        font-size: 0.8rem;
        padding: 5px 10px;
    }

    .display-text {
        font-size: clamp(1.75rem, 10vw, 2.5rem);
    }

    .hero-desc {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }

    .btn-freemode {
        max-width: 100%;
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    /* Hero Visual */
    .hero-visual {
        height: 350px;
        margin-top: 2rem;
    }

    .card-3d.main {
        width: 240px;
        height: 320px;
        padding: 1rem;
    }

    .card-3d.floater-1 {
        width: 120px;
        padding: 0.75rem;
        font-size: 0.75rem;
    }

    .card-3d.floater-2 {
        width: 140px;
        padding: 0.75rem;
        font-size: 0.7rem;
    }

    .mockup-header {
        margin-bottom: 1rem;
    }

    .mockup-header div:first-child {
        font-size: 1rem !important;
    }

    .mockup-row {
        height: 10px;
        margin-bottom: 8px;
    }

    /* Background Blobs */
    .bg-blob {
        width: 250px !important;
        height: 250px !important;
        filter: blur(50px);
        opacity: 0.3;
    }

    /* Features Section */
    .features-section {
        padding: 50px 0;
    }

    .features-section > div[style*="text-align: center"] h2 {
        font-size: 1.5rem !important;
    }

    .feature-grid {
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .feature-card {
        padding: 1.25rem;
    }

    .card-emoji {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .feature-title {
        font-size: 1.15rem;
        margin-bottom: 0.6rem;
    }

    .feature-card p {
        font-size: 0.85rem;
    }

    /* Marquee */
    .marquee-item {
        font-size: 0.9rem;
    }

    .marquee-content {
        gap: 1.5rem;
    }

    /* How it Works - Small Mobile */
    .howitworks-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .step-card {
        padding: 1.25rem;
    }

    .step-icon {
        font-size: 1.8rem;
    }

    .step-title {
        font-size: 1rem;
    }

    .step-desc {
        font-size: 0.85rem;
    }

    .step-connector {
        width: 30px;
        height: 30px;
    }

    .connector-arrow {
        font-size: 1rem;
    }

    /* Stats - Small Mobile */
    .proof-section {
        padding: 50px 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    /* CTA Dark - Small Mobile */
    .cta-dark {
        padding: 50px 1.25rem;
        margin: 2.5rem 0;
    }

    .cta-dark-title {
        font-size: 1.5rem;
    }

    .cta-dark-desc {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

    .btn-cta-glow {
        padding: 0.75rem 1.8rem;
        font-size: 0.95rem;
    }
}

/* Pricing Page Styles */
.pricing-main {
    /* 요금제 본문이 실제 콘텐츠 높이만큼 확장되어 footer가 하단에 배치되도록 한다. */
    flex: 0 0 auto;
    min-height: 80vh;
    padding: 100px 0 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-free-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    padding: 8px 20px;
    background: linear-gradient(135deg, var(--color-info-50), var(--color-info-100));
    border: 1px solid var(--color-info-200);
    border-radius: 20px;
}

.pricing-free-chip-text {
    font-weight: 700;
    color: var(--color-primary-700);
    font-size: 0.95rem;
}

.pricing-free-chip-desc {
    color: var(--color-slate-500);
    font-size: 0.85rem;
}

.pricing-billing-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.billing-toggle {
    display: inline-flex;
    background: var(--surface-soft-2);
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
}

.billing-btn {
    padding: 8px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
    background: transparent;
    color: var(--color-slate-500);
    box-shadow: none;
}

.billing-btn.active {
    background: var(--surface-white);
    color: var(--color-slate-700);
    box-shadow: 0 1px 3px var(--overlay-dark-10);
}

.billing-annual-free {
    color: var(--color-success-600);
    font-size: 0.8rem;
}

.pricing-free-trial-note {
    margin: 0.3rem 0 0;
    font-size: 0.8rem;
    color: var(--color-primary-700);
    font-weight: 600;
}

.pricing-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay-dark-50);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.pricing-modal-overlay.success {
    z-index: 10000;
}

.pricing-modal-card {
    background: var(--surface-white);
    border-radius: 16px;
    padding: 2rem;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 20px 60px var(--overlay-dark-15);
}

.pricing-modal-card.success {
    padding: 2.5rem;
    max-width: 400px;
    text-align: center;
}

.pricing-modal-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.pricing-modal-emoji {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.pricing-modal-title {
    margin: 0 0 0.3rem 0;
    font-size: 1.3rem;
}

.pricing-modal-desc {
    margin: 0;
    color: var(--color-slate-500);
    font-size: 0.9rem;
}

.pricing-modal-summary {
    background: var(--surface-soft);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.pricing-modal-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.pricing-modal-row:last-child {
    margin-bottom: 0;
}

.pricing-modal-key {
    color: var(--color-slate-500);
}

.pricing-modal-val {
    font-weight: 600;
}

.pricing-modal-amount-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line-default);
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.pricing-modal-amount {
    font-weight: 700;
    color: var(--color-primary-600);
    font-size: 1.1rem;
}

.pricing-pay-section {
    margin-bottom: 1.5rem;
}

.pricing-pay-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.pricing-pay-method-wrap {
    display: flex;
    gap: 0.5rem;
}

.pricing-pay-method {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem;
    border: 2px solid var(--line-default);
    border-radius: 8px;
    cursor: pointer;
    background: var(--surface-soft);
}

.pricing-pay-method.selected {
    border-color: var(--color-primary-600);
}

.pricing-pay-method input[type="radio"] {
    accent-color: var(--color-primary-600);
}

.pricing-modal-actions {
    display: flex;
    gap: 0.5rem;
}

.pricing-btn-pay {
    flex: 2;
    padding: 0.8rem;
    border: none;
    border-radius: 10px;
    background: var(--color-primary-600);
    color: var(--surface-white);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
}

.pricing-btn-cancel {
    flex: 1;
    padding: 0.8rem;
    border: 1px solid var(--line-default);
    border-radius: 10px;
    background: var(--surface-white);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
}

.pricing-success-msg {
    color: var(--color-slate-500);
    margin-bottom: 1.5rem;
}

.pricing-success-period {
    background: var(--surface-soft-6);
    border-radius: 8px;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    color: var(--color-success-600);
    font-weight: 600;
}

.pricing-success-btn {
    width: 100%;
    padding: 0.8rem;
    border: none;
    border-radius: 10px;
    background: var(--color-primary-600);
    color: var(--surface-white);
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
}

.pricing-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
}

.pricing-card {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    z-index: 10;
}

.pricing-card.featured {
    background: var(--bg-cream);
    border-color: var(--accent-pop);
    border-width: 2px;
}

.pricing-card.featured:hover {
    transform: translateY(-4px);
}

.price-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.price-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.price-amount {
    font-family: 'Pretendard', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 1.5rem 0;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.price-period {
    font-size: 1rem;
    color: var(--text-gray);
    font-weight: 600;
}

/* .price-strikethrough {
    position: relative;
    display: inline-block;
}

.price-strikethrough::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    background-color: var(--accent-pop);
    transform: rotate(-15deg);
    transform-origin: center;
} */

.price-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-pop);
    color: white;
    padding: 5px 15px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    border: var(--border-black);
    white-space: nowrap;
}

.price-features {
    margin: 2rem 0;
    text-align: left;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--text-gray);
}

.tape-effect {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    width: 120px;
    height: 35px;
    background: var(--overlay-white-30);
    border: 1px solid var(--overlay-dark-10);
    box-shadow: 0 2px 4px var(--overlay-dark-10);
    backdrop-filter: blur(2px);
    z-index: 5;
}

.why-section {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    padding: 3rem;
    max-width: 800px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: var(--shadow-hard);
    margin-bottom: 5rem;
}

@media (max-width: 1023px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-2px);
    }
}

/* Pricing Compare Table */
.compare-section {
    width: 100%;
    max-width: 800px;
    margin-top: 5rem;
    text-align: center;
}

.compare-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.compare-desc {
    color: var(--text-gray);
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.compare-table-wrap {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-hard);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.95rem;
}

.compare-table thead th {
    background: var(--bg-cream);
    padding: 1.2rem 1rem;
    font-weight: 700;
    border-bottom: var(--border-black);
    color: var(--text-dark);
}

.compare-feature-col {
    text-align: left !important;
    width: 45%;
}

.compare-plan-col {
    width: 27.5%;
}

.compare-plan-emoji {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.compare-plan-name {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.1rem;
}

.compare-table tbody td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--line-faint-2);
    color: var(--text-gray);
    font-weight: 500;
}

.compare-table tbody tr:last-child td {
    border-bottom: none;
}

.compare-table tbody td:first-child {
    text-align: left;
    color: var(--text-dark);
    font-weight: 600;
}

.compare-category td {
    background: var(--surface-neutral);
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.7rem 1rem !important;
    border-bottom: var(--border-black) !important;
    border-top: var(--border-black) !important;
}

.compare-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--surface-soft-5);
    color: var(--color-success-500);
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.85rem;
}

.compare-dash {
    color: var(--line-disabled);
    font-size: 1.2rem;
}

.compare-table tbody tr:hover {
    background: var(--surface-soft-4);
}

.compare-table tbody tr.compare-category:hover {
    background: var(--surface-neutral);
}

@media (max-width: 767px) {
    .compare-section {
        margin-top: 3rem;
    }

    .compare-title {
        font-size: 1.5rem;
    }

    .compare-table {
        font-size: 0.85rem;
    }

    .compare-table thead th,
    .compare-table tbody td {
        padding: 0.7rem 0.5rem;
    }

    .compare-plan-emoji {
        font-size: 1.2rem;
    }

    .compare-plan-name {
        font-size: 0.95rem;
    }
}

/* About Page Styles */
.about-hero {
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
}

.about-section {
    padding: 40px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-label {
    display: inline-block;
    font-weight: 800;
    color: var(--accent-pop);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'Pretendard', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    line-height: 1.2;
}

.section-desc {
    font-size: 1.1rem;
    color: var(--text-gray);
    line-height: 1.8;
    font-weight: 500;
}

.feature-grid-about {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card-about {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-hard);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-card-about:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    border: var(--border-black);
    box-shadow: var(--shadow-hard);
}

.feature-title-about {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.feature-desc-about {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
    font-weight: 500;
}

.additional-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.additional-feature-item {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: var(--shadow-hover);
    transition: all 0.2s;
}

.additional-feature-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hard);
}

.feature-emoji {
    font-size: 2rem;
    flex-shrink: 0;
}

.additional-feature-item h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.additional-feature-item p {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

.about-cta {
    padding: 80px 0;
}

.cta-card {
    background: linear-gradient(135deg, var(--bg-blue) 0%, var(--bg-purple) 100%);
    border: var(--border-black);
    border-radius: var(--radius-lg);
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--overlay-white-10) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cta-title {
    font-family: 'Pretendard', sans-serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
    position: relative;
    z-index: 1;
}

.cta-desc {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* Mobile Responsive for About Page */
@media (max-width: 1023px) {
    .feature-grid-about {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .feature-card-about:hover {
        transform: translateY(-4px);
    }

    .additional-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .about-hero {
        padding: 100px 0 60px;
    }

    .about-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .section-desc {
        font-size: 1rem;
    }

    .feature-grid-about {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .feature-card-about {
        padding: 2rem;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .feature-title-about {
        font-size: 1.3rem;
    }

    .feature-desc-about {
        font-size: 0.95rem;
    }

    .additional-features {
        margin-top: 2rem;
        gap: 1rem;
    }

    .additional-feature-item {
        padding: 1.25rem;
    }

    .about-cta {
        padding: 60px 0;
    }

    .cta-card {
        padding: 3rem 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons .btn-freemode {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 80px 0 50px;
    }

    .about-section {
        padding: 50px 0;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    .feature-card-about {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .feature-title-about {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }

    .feature-desc-about {
        font-size: 0.9rem;
    }

    .cta-card {
        padding: 2.5rem 1.5rem;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-desc {
        font-size: 1rem;
    }
}

/* ==============================
   Guide Page Styles
   ============================== */
.guide-hero {
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
}

.guide-section {
    padding: 20px 0 60px;
}

/* Tabs */
.guide-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
}

.guide-tabs {
    display: flex;
    gap: 0.5rem;
    border: var(--border-black);
    border-radius: var(--radius-pill);
    background: white;
    padding: 6px;
    min-width: max-content;
}

.guide-tab {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: var(--radius-pill);
    background: transparent;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-gray);
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.guide-tab:hover {
    color: var(--text-dark);
    background: var(--surface-muted);
}

.guide-tab.active {
    background: var(--text-dark);
    color: white;
    box-shadow: var(--shadow-hover);
}

/* Tab Content */
.guide-tab-content {
    display: none;
}

.guide-tab-content.active {
    display: block;
}

/* Accordion */
.accordion-item {
    background: white;
    border: var(--border-black);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    box-shadow: var(--shadow-hover);
    overflow: hidden;
    transition: all 0.3s;
}

.accordion-item:hover {
    box-shadow: var(--shadow-hard);
}

.accordion-header {
    width: 100%;
    padding: 1.5rem 2rem;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
    text-align: left;
}

.accordion-title-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.accordion-emoji {
    font-size: 2rem;
    flex-shrink: 0;
}

.accordion-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.accordion-subtitle {
    font-size: 0.9rem;
    color: var(--text-gray);
    margin: 0.2rem 0 0;
    font-weight: 500;
}

.accordion-icon {
    font-size: 1rem;
    color: var(--text-gray);
    transition: transform 0.3s;
    flex-shrink: 0;
}

.accordion-item.open .accordion-icon {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-item.open .accordion-body {
    max-height: 2000px;
}

/* Guide Content Layout */
.guide-content-row {
    display: flex;
    gap: 2.5rem;
    padding: 0 2rem 2rem;
    align-items: flex-start;
}

.guide-text {
    flex: 1;
    min-width: 0;
}

.guide-text h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
}

.guide-text p {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.guide-steps {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.guide-steps li {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.guide-list {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
    list-style: disc;
}

.guide-list li {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.guide-tip {
    background: var(--color-info-50);
    border: 1px solid var(--bg-blue);
    border-radius: var(--radius-md);
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    color: var(--text-dark);
    line-height: 1.6;
    margin-top: 1rem;
}

.guide-tip strong {
    color: var(--accent-pop);
    margin-right: 0.5rem;
}

/* Guide Screenshot / Mockup */
.guide-screenshot {
    flex: 0 0 320px;
    max-width: 320px;
}

.guide-mockup {
    border: var(--border-black);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-hard);
    background: var(--surface-neutral);
}

.mockup-bar {
    background: var(--surface-soft-3);
    padding: 8px 12px;
    display: flex;
    gap: 5px;
    border-bottom: 1px solid var(--line-faint-3);
}

.mockup-bar i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.mockup-bar i:nth-child(1) { background: var(--color-mockup-red); }
.mockup-bar i:nth-child(2) { background: var(--color-mockup-yellow); }
.mockup-bar i:nth-child(3) { background: var(--color-mockup-green); }

.mockup-app {
    display: flex;
    min-height: 200px;
}

.mockup-side {
    width: 45px;
    background: var(--color-mockup-dark);
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ms-logo {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--accent-pop);
    color: white;
    font-weight: 800;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.ms-item {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--color-mockup-mid);
    opacity: 0.4;
}

.ms-item.active {
    background: white;
    opacity: 1;
}

.mockup-main {
    flex: 1;
    padding: 10px;
    overflow: hidden;
}

.mockup-body-solo {
    padding: 1.5rem;
    min-height: 200px;
}

/* Mock Elements */
.mock-header-bar {
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line-faint);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mock-add-btn {
    font-size: 0.6rem;
    background: var(--bg-mint);
    padding: 2px 8px;
    border-radius: 100px;
    font-weight: 600;
    border: 1px solid var(--text-dark);
}

.mock-form {
    max-width: 200px;
    margin: 0 auto;
}

.mock-logo {
    font-weight: 800;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.mock-input {
    background: var(--surface-neutral-3);
    border-radius: 8px;
    padding: 0.45rem 0.7rem;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    color: var(--text-muted);
}

.mock-checkbox {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.7rem;
    color: var(--text-dim);
    margin: 0.5rem 0;
}

.mock-checkbox::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--line-mid);
    border-radius: 3px;
    flex-shrink: 0;
}

.mock-btn {
    padding: 0.45rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 0.75rem;
    cursor: default;
    border: 1px solid var(--text-dark);
}

.mock-btn.mint { background: var(--bg-mint); }
.mock-btn.blue { background: var(--bg-blue); }
.mock-btn.pink { background: var(--bg-pink); }
.mock-btn.yellow { background: var(--bg-yellow); }

/* Mock Stats */
.mock-stat-row {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}

.mock-stat {
    flex: 1;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--overlay-dark-10);
}

.mock-stat.mint { background: var(--bg-mint); }
.mock-stat.blue { background: var(--bg-blue); }
.mock-stat.pink { background: var(--bg-pink); }

.stat-num {
    font-weight: 800;
    font-size: 1rem;
}

.stat-label {
    font-size: 0.55rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Mock Chart */
.mock-chart-area {
    background: white;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid var(--line-faint);
    position: relative;
}

.mock-chart-bars {
    display: flex;
    gap: 6px;
    align-items: flex-end;
    height: 60px;
}

.chart-bar {
    flex: 1;
    background: var(--bg-blue);
    border-radius: 4px 4px 0 0;
    min-height: 5px;
}

.chart-bar:nth-child(odd) {
    background: var(--bg-mint);
}

.mock-chart-label {
    font-size: 0.55rem;
    color: var(--text-muted);
    display: block;
    margin-top: 6px;
}

/* Mock Cards Grid */
.mock-card-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mock-project-card {
    background: white;
    border: 1px solid var(--line-faint);
    border-radius: 8px;
    padding: 8px 10px;
}

.mpc-color {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.mpc-color.mint { background: var(--bg-mint); }
.mpc-color.blue { background: var(--bg-blue); }
.mpc-color.pink { background: var(--bg-pink); }

.mpc-title {
    font-weight: 700;
    font-size: 0.7rem;
}

.mpc-sub {
    font-size: 0.55rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.mpc-progress {
    background: var(--line-faint);
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.mpc-progress > div {
    height: 100%;
    background: var(--bg-blue);
    border-radius: 4px;
}

/* Mock Tabs */
.mock-tab-bar {
    display: flex;
    gap: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line-faint);
}

.mock-tab {
    font-size: 0.6rem;
    font-weight: 600;
    padding: 4px 8px;
    color: var(--text-muted);
}

.mock-tab.active {
    color: var(--text-dark);
    border-bottom: 2px solid var(--text-dark);
}

/* Mock Feed */
.mock-feed-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mock-feed-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 6px;
    background: var(--surface-neutral-2);
    border-radius: 8px;
}

.mock-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bg-pink);
    flex-shrink: 0;
}

.mock-feed-text {
    flex: 1;
    min-width: 0;
}

.mock-line {
    height: 6px;
    background: var(--surface-soft-3);
    border-radius: 3px;
    margin-bottom: 4px;
}

.mock-line.w50 { width: 50%; }
.mock-line.w60 { width: 60%; }
.mock-line.w70 { width: 70%; }
.mock-line.w80 { width: 80%; }

/* Mock Table */
.mock-table {
    font-size: 0.6rem;
}

.mock-table-head {
    display: flex;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 2px solid var(--text-dark);
    gap: 8px;
}

.mock-table-head span {
    flex: 1;
}

.mock-table-row {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px solid var(--line-faint);
    gap: 8px;
    align-items: center;
}

.mock-table-row span {
    flex: 1;
}

.badge-progress {
    background: var(--bg-blue);
    padding: 1px 6px;
    border-radius: 100px;
    font-size: 0.5rem;
    font-weight: 600;
}

.badge-done {
    background: var(--bg-mint);
    padding: 1px 6px;
    border-radius: 100px;
    font-size: 0.5rem;
    font-weight: 600;
}

.badge-wait {
    background: var(--bg-yellow);
    padding: 1px 6px;
    border-radius: 100px;
    font-size: 0.5rem;
    font-weight: 600;
}

/* Mock Gantt */
.mock-gantt {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gantt-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gantt-label {
    font-size: 0.6rem;
    font-weight: 600;
    width: 40px;
    flex-shrink: 0;
}

.gantt-timeline {
    flex: 1;
    height: 14px;
    background: var(--surface-neutral-3);
    border-radius: 7px;
    position: relative;
}

.gantt-bar {
    position: absolute;
    top: 2px;
    height: 10px;
    border-radius: 5px;
}

.gantt-bar.mint { background: var(--bg-mint); }
.gantt-bar.blue { background: var(--bg-blue); }
.gantt-bar.pink { background: var(--bg-pink); }
.gantt-bar.yellow { background: var(--bg-yellow); }

/* Mock Todo */
.mock-todo-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mock-todo-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 6px;
}

.todo-check {
    width: 16px;
    height: 16px;
    border: 2px solid var(--line-mid);
    border-radius: 4px;
    flex-shrink: 0;
    display: inline-block;
}

.todo-check.checked {
    background: var(--bg-mint);
    border-color: var(--text-dark);
    position: relative;
}

.todo-check.checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 4px;
    height: 7px;
    border: solid var(--text-dark);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.todo-text {
    font-size: 0.7rem;
    font-weight: 500;
}

.todo-text.line-through {
    text-decoration: line-through;
    color: var(--text-muted);
}

.mock-todo-input {
    padding: 5px 8px;
    background: var(--surface-neutral-3);
    border-radius: 6px;
    font-size: 0.65rem;
    color: var(--text-muted);
    margin-top: 4px;
}

/* Mock Input Bar */
.mock-input-bar {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 8px;
    background: white;
    border: 1px solid var(--line-faint);
    border-radius: 8px;
    margin-top: 8px;
}

.mock-send-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bg-blue);
    flex-shrink: 0;
}

/* Mock Calendar */
.mock-calendar {
    font-size: 0.55rem;
}

.cal-header {
    display: flex;
    font-weight: 700;
    margin-bottom: 4px;
}

.cal-header span {
    flex: 1;
    text-align: center;
    padding: 3px 0;
}

.cal-row {
    display: flex;
}

.cal-row span {
    flex: 1;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
}

.cal-event {
    font-weight: 700;
    color: var(--text-dark);
}

.cal-event.mint { background: var(--overlay-mint-50); }
.cal-event.blue { background: var(--overlay-blue-50); }

/* Mock Memo Grid */
.mock-memo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.mock-memo {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--overlay-dark-10);
}

.mock-memo.yellow { background: var(--overlay-yellow-40); }
.mock-memo.mint { background: var(--overlay-mint-30); }
.mock-memo.pink { background: var(--overlay-pink-40); }

.mock-memo:nth-child(3) {
    grid-column: 1 / -1;
}

.mock-url-preview {
    margin-top: 4px;
    padding: 4px;
    background: white;
    border-radius: 4px;
    border: 1px solid var(--line-faint);
}

/* Mock Mail */
.mock-mail-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mock-mail-item {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 6px;
    background: var(--surface-neutral-2);
}

.mock-mail-item.unread {
    background: var(--color-info-75);
    font-weight: 600;
}

.mock-mail-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-pop);
    flex-shrink: 0;
}

.mock-mail-dot.read {
    background: var(--line-soft);
}

.mock-mail-item > div {
    flex: 1;
    min-width: 0;
}

/* Mock Notification */
.mock-noti-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.mock-noti-item.unread {
    background: var(--color-info-75);
}

.mock-noti-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-pop);
    flex-shrink: 0;
    margin-top: 4px;
}

.mock-noti-dot.read {
    background: var(--line-soft);
}

/* Mock Setting Card */
.mock-setting-card {
    background: var(--surface-neutral-2);
    border: 1px solid var(--line-faint);
    border-radius: 10px;
    padding: 0.8rem;
}

/* Mock Toggle */
.mock-toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.75rem;
    font-weight: 500;
    border-bottom: 1px solid var(--line-faint-2);
}

.mock-toggle {
    width: 32px;
    height: 18px;
    border-radius: 9px;
    background: var(--line-soft);
    position: relative;
}

.mock-toggle::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    transition: left 0.2s;
}

.mock-toggle.on {
    background: var(--bg-mint);
}

.mock-toggle.on::after {
    left: 16px;
}

/* Guide Page Responsive */
@media (max-width: 1023px) {
    .guide-content-row {
        flex-direction: column;
    }

    .guide-screenshot {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .guide-mockup {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .guide-hero {
        padding: 100px 0 30px;
    }

    .guide-section {
        padding: 10px 0 40px;
    }

    .guide-tabs {
        padding: 4px;
    }

    .guide-tab {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .accordion-header {
        padding: 1rem 1.2rem;
    }

    .accordion-emoji {
        font-size: 1.5rem;
    }

    .accordion-title {
        font-size: 1rem;
    }

    .accordion-subtitle {
        font-size: 0.8rem;
    }

    .guide-content-row {
        padding: 0 1.2rem 1.5rem;
        gap: 1.5rem;
    }

    .guide-text h4 {
        font-size: 1rem;
    }

    .guide-steps li,
    .guide-list li {
        font-size: 0.9rem;
    }

    .guide-screenshot {
        max-width: 100%;
    }

    .guide-mockup {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .guide-tab {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .accordion-header {
        padding: 0.8rem 1rem;
    }

    .accordion-emoji {
        font-size: 1.3rem;
    }

    .accordion-title {
        font-size: 0.95rem;
    }

    .guide-content-row {
        padding: 0 1rem 1.2rem;
    }
}

/* ===== Custom Alert (jobCom.alert) ===== */
.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-cream-95);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

@keyframes alertPopIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.custom-alert-container {
    background: var(--surface-white);
    border: none;
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 420px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 20px var(--overlay-dark-10);
    animation: alertPopIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.custom-alert-header {
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--line-neutral);
}

.custom-alert-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
    text-align: center;
}

.custom-alert-body {
    padding: 0.5rem 0 1rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.custom-alert-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.custom-alert-icon svg {
    width: 48px;
    height: 48px;
}

.custom-alert-icon.alert-info { background-color: var(--bg-blue); color: var(--color-info-700); }
.custom-alert-icon.alert-success { background-color: var(--bg-mint); color: var(--color-success-800); }
.custom-alert-icon.alert-warning { background-color: var(--bg-yellow); color: var(--color-warning-800); }
.custom-alert-icon.alert-error { background-color: var(--color-danger-100); color: var(--color-error-500); }
.custom-alert-icon.alert-question { background-color: var(--bg-purple); color: var(--color-question-700); }

.custom-alert-message {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.6;
    word-break: break-word;
    white-space: pre-line;
}

.custom-alert-footer {
    padding: 1rem 0 0 0;
    margin-top: 0;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    border-top: 1px solid var(--line-neutral);
}

.custom-alert-footer.single-button { justify-content: center; }
.custom-alert-footer.two-buttons { justify-content: space-between; }

.custom-alert-footer .btn-freemode {
    flex: 1;
    min-width: 100px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
}

.custom-alert-footer .btn-freemode.primary {
    background-color: var(--color-warning-200);
    color: var(--text-dark);
    border: 1px solid var(--line-neutral);
}

.custom-alert-footer .btn-freemode.primary:hover {
    background-color: var(--color-warning-300);
    box-shadow: 0 2px 8px var(--overlay-dark-10);
}

/* ===== 공개 정적 페이지 ===== */
.legal-static-page {
    box-sizing: border-box;
    width: min(960px, 100%);
    margin: 0 auto;
    padding: 112px 24px 80px;
    color: var(--text-dark);
}

.legal-static-hero {
    padding: 0 0 36px;
    border-bottom: 1px solid var(--line-default);
}

.legal-static-kicker {
    margin: 0 0 10px;
    color: var(--accent-pop);
    font-size: 14px;
    font-weight: 700;
}

.legal-static-hero h1 {
    margin: 0;
    color: var(--text-dark);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.35;
}

.legal-static-hero p {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--text-gray);
    font-size: 16px;
    line-height: 1.8;
}

.legal-static-section,
.legal-static-empty,
.legal-static-faq-item {
    margin-top: 28px;
    padding: 26px;
    border: 1px solid var(--line-default);
    border-radius: 8px;
    background: var(--surface-white);
}

.legal-static-section h2,
.legal-static-empty h2,
.legal-static-faq-item h2 {
    margin: 0 0 14px;
    color: var(--text-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.legal-static-section p,
.legal-static-empty p,
.legal-static-faq-item p {
    margin: 0;
    color: var(--text-gray);
    font-size: 15px;
    line-height: 1.8;
}

.legal-static-info-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.legal-static-info-list div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
}

.legal-static-info-list dt {
    color: var(--text-dim-strong);
    font-size: 14px;
    font-weight: 700;
}

.legal-static-info-list dd {
    margin: 0;
    color: var(--text-gray);
    font-size: 14px;
    line-height: 1.7;
}

.legal-static-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 18px;
    border: 1px solid var(--line-default);
    border-radius: 8px;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.legal-static-step-list,
.legal-static-text-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: var(--text-gray);
    font-size: 15px;
    line-height: 1.7;
}

.legal-static-faq-list {
    display: grid;
    gap: 18px;
}

.legal-static-faq-item {
    margin-top: 0;
}

@media (max-width: 768px) {
    .legal-static-page {
        padding: 88px 16px 56px;
    }

    .legal-static-hero h1 {
        font-size: 26px;
    }

    .legal-static-section,
    .legal-static-empty,
    .legal-static-faq-item {
        padding: 20px;
    }

    .legal-static-info-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
