/* sticker.html 전용 스타일 (main.css와 충돌 방지) */
.language-selector {
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 1rem;
}
.lang-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}
.lang-link:hover {
    color: #5e42a6;
}
.lang-link.active {
    color: #5e42a6;
    font-weight: 500;
}
.content-section { display: none; }
.content-section.active { display: block; }
.sticker-slider-container {
    position: relative;
    max-width: 640px;
    margin: 0 auto 2rem auto;
    background: rgba(94, 66, 166, 0.1);
    border: 1px solid rgba(94, 66, 166, 0.3);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}
.sticker-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 0.375rem;
}
.sticker-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(105%);
    transition: all 0.4s ease-in-out;
}
.sticker-slide.active {
    opacity: 1;
    transform: translateX(0);
}
.sticker-slide.prev {
    transform: translateX(-105%);
}
.sticker-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: rgba(255, 255, 255, 0.02);
}
/* 캐러셀 화살표: 이미지 위 오버레이 원형 컨트롤 (가로로 긴 직사각형 방지) */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(12, 10, 28, 0.48);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    cursor: pointer;
    font-size: 1.38rem;
    line-height: 1;
    z-index: 10;
    transition:
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.slider-arrow:hover {
    background: rgba(94, 66, 166, 0.78);
    border-color: rgba(196, 181, 253, 0.45);
    box-shadow:
        0 6px 26px rgba(94, 66, 166, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transform: translateY(-50%) scale(1.06);
}
.slider-arrow:active {
    transform: translateY(-50%) scale(0.97);
}
.slider-arrow:focus-visible {
    outline: 2px solid rgba(167, 139, 250, 0.9);
    outline-offset: 3px;
}
.slider-arrow.prev {
    left: 14px;
    right: auto;
}
.slider-arrow.next {
    right: 14px;
    left: auto;
}
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 1.5rem;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.dot.active {
    background: #5e42a6;
    transform: scale(1.3);
}
.dot:hover {
    background: rgba(94, 66, 166, 0.7);
}
.features-list {
    list-style: disc;
    padding-left: 2rem;
    margin: 1rem 0;
}
.features-list li {
    padding: 0.5rem 0;
    border-bottom: none;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.features-list li:before { content: none; }
.pricing-box {
    background: rgba(94, 66, 166, 0.1);
    border: 1px solid rgba(94, 66, 166, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}
.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5e42a6;
    margin: 10px 0;
    line-height: 1.3;
}
.pricing-box .features-list {
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
    list-style: disc;
    padding-left: 2rem;
}
.pricing-box .features-list li {
    white-space: nowrap;
    overflow: visible;
    text-overflow: none;
    padding: 0.4rem 0;
    margin-bottom: 0.4rem;
    line-height: 1.5;
    display: list-item;
}
.pricing-box .features-list li:before { content: none; }
@media (max-width: 768px) {
    .language-selector {
        display: block;
        margin-left: 0;
        margin-top: 0.5rem;
        font-size: 0.85rem;
    }
    .lang-link { font-size: 0.85rem; }
    .sticker-slider-container { max-width: 100%; padding: 15px; }
    .sticker-slider { height: 300px; }
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.18rem;
    }
    .slider-arrow.prev {
        left: 10px;
        right: auto;
    }
    .slider-arrow.next {
        right: 10px;
        left: auto;
    }
    .pricing-box .features-list { max-width: 100%; padding-left: 1.8rem; }
    .pricing-box .features-list li {
        font-size: 0.9rem;
        line-height: 1.4;
        white-space: normal;
    }
}
@media (max-width: 480px) {
    .language-selector { font-size: 0.8rem; }
    .lang-link { font-size: 0.8rem; }
    .sticker-slider { height: 250px; }
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.08rem;
    }
    .slider-arrow.prev {
        left: 8px;
        right: auto;
    }
    .slider-arrow.next {
        right: 8px;
        left: auto;
    }
    .pricing-box .features-list { padding-left: 1.5rem; }
    .pricing-box .features-list li {
        font-size: 0.85rem;
        white-space: normal;
    }
}

/* Landing pages (aicall / style / avatar / sticker): credit rate chip */
.aicall-credit-note {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin: 0.4rem 0 0.8rem;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.18) 0%, rgba(94, 66, 166, 0.18) 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #f5f3ff;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.3px;
}
.aicall-credit-note strong {
    font-size: 1.05rem;
    color: #fde68a;
}
