.unlock-insights-page .header {
    background: linear-gradient(135deg, #09749c 0%, #641aa2 100%);
    color: white;
    padding: 40px 30px;
    text-align: center;
    position: relative;
}
[data-theme="dark"] .unlock-insights-page .header {
    background: linear-gradient(135deg, #005073 0%, #44177b 100%);
}

:lang(ko) .unlock-insights-page .header h1,
:lang(en) .unlock-insights-page .header h1 {
    font-size: clamp(2.2em, 5vw, 2.9em);
    text-wrap: balance;
}
:lang(ko) .unlock-insights-page .header p {
    font-size: clamp(0.9em, 3vw, 1.2em);
}
:lang(en) .unlock-insights-page .header p {
    font-size: clamp(0.8em, 3vw, 1.2em);
    text-wrap: balance;
}


:lang(zh-hans) .unlock-insights-page .header h1,
:lang(zh-hant) .unlock-insights-page .header h1 {
    font-size: clamp(2.4em, 5vw, 3em);
    text-wrap: balance;
}
:lang(zh-hans) .unlock-insights-page .header p,
:lang(zh-hant) .unlock-insights-page .header p {
    font-size: clamp(0.9em, 3vw, 1.2em);
    text-wrap: balance;
}


.unlock-content {
    padding: 30px clamp(20px, 3vw, 30px);
}


.hero-image {
    width: 100%;
    max-width: 100%;
    height: clamp(250px, 50vw, 500px);
    margin: 0 auto 50px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: none;
    position: relative;
}

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 20px 20px var(--bg-color); 
    pointer-events: none;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.hero-image:hover img {
    transform: scale(1.25); 
}


.unlock-section {
    margin-bottom: 50px;
}

.unlock-section h2 {
    color: var(--text-color);
    font-size: clamp(1.4em, 4vw, 1.8em);
    margin: 60px 0;
    text-align: center;
    animation: sway 3s ease-in-out infinite;
}
:lang(en) .unlock-section h2 {
    font-size: clamp(1.5em, 4vw, 2em);
}
:lang(zh-hans) .unlock-section h2,
:lang(zh-hant) .unlock-section h2,
:lang(ja) .unlock-section h2 {
    font-size: clamp(1.6em, 4vw, 2.2em);
    text-wrap: balance;
    line-height: 1.7;
}


.section-description {
    text-align: center;
    color: var(--text-color);
    font-size: clamp(0.8em, 4vw, 1.1em);
    margin-bottom: 40px;
    text-wrap: balance;
}
:lang(zh-hans) .section-description,
:lang(zh-hant) .section-description {
    font-size: clamp(0.8em, 4vw, 1.2em);
    text-wrap: balance;
}

.services {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: clamp(15px, 4vw, 25px);
    margin-bottom: 40px;
}

.service-card {
    background: var(--card-bg);
    padding: clamp(10px, 2.5vw, 35px) clamp(10px, 2.5vw, 25px);
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: clamp(2.3em, 7vw, 3.5em);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: clamp(0.8em, 4vw, 1.2em);
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 700;
    text-wrap: balance;
}
:lang(zh-hans) .service-card h3,
:lang(zh-hant) .service-card h3,
:lang(ja) .service-card h3 {
    font-size: clamp(0.9em, 4vw, 1.3em);
    text-wrap: balance;
}

.service-card p {
    color: var(--unlock-service-card-color);
    font-size: clamp(0.7em, 2.5vw, 1em);
    line-height: 1.6;
    text-wrap: balance;
}
:lang(zh-hans) .service-card p,
:lang(zh-hant) .service-card p,
:lang(ja) .service-card p {
    font-size: clamp(0.8em, 2.5vw, 1em);
    text-wrap: balance;
}


.app-mockup {
    width: 100%;
    max-width: clamp(200px, 30vw, 300px);
    height: clamp(200px, 30vw, 300px);
    margin: 0 auto 50px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #667eea;
    position: relative;
    text-align: center;
    line-height: 1.6;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.coming-soon-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-size: clamp(1.7em, 3.5vw, 2.5em);
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);

}

.store-badges {
    display: flex;
    gap: clamp(10px, 2vw, 20px);
    justify-content: center;
    flex-wrap: nowrap; 
}

.store-badge {
    width: 160px;
    height: clamp(40px, 5vw, 50px);
    background: rgba(51, 51, 51, 0.3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: clamp(0.9em, 3.5vw, 1.1em);
    white-space: nowrap;
    background: #a0a0a0;
}

.store-badge:hover {
    color: var(--text-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


/* CTA 섹션 */
.unlock-cta-section {
    background: linear-gradient(135deg, #3950c4 0%, #6122a6 100%);
    border-radius: 20px;
    padding: clamp(30px, 4vw, 40px) clamp(15px, 4vw, 30px);
    text-align: center;
    margin: 40px 0 20px;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.unlock-cta-section h3 {
    color: white;
    font-size: clamp(1.4em, 4vw, 1.8em);
    margin-bottom: clamp(15px, 2vw, 25px);
    font-weight: 700;
    text-wrap: balance;
    line-height: 1.6;
}

.unlock-cta-section p {
    font-size: clamp(0.9em, 2vw, 1.2em);
    color: rgba(255,255,255,0.9);
    margin-bottom: clamp(30px, 2vw, 35px);
    text-wrap: balance;
}

.unlock-cta-button {
    display: inline-block;
    background: white;
    color: #667eea;
    padding: clamp(10px, 2vw, 16px) clamp(20px, 4vw, 40px);
    border-radius: 50px;
    text-decoration: none;
    font-size: clamp(1em, 3vw, 1.4em);
    font-weight: 700;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: buttonPulse 2.5s ease-in-out infinite;
}


.unlock-cta-button:hover {
    animation: none;
    transform: scale(1.1);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.5);
}


@media (max-width: 480px) {

    .hero-image::after {
    display: none;
    }

}