.ysee-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.ysee-faq-title {
    color: #2D2D2A;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.ysee-faq-subtitle {
    color: #4A4A48;
    font-size: 18px;
    line-height: 1.5;
}

.ysee-faq-link {
    color: #FF6B6B;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.ysee-faq-link:hover {
    border-color: #FF6B6B;
}

.ysee-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ysee-faq-item {
    border: 1px solid #EEE;
    border-radius: 8px;
    background: #FAFAFA;
    transition: all 0.3s ease;
}

.ysee-faq-item:hover {
    border-color: #FFE5D9;
    background: #FFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.ysee-faq-question {
    list-style: none;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #2D2D2A;
}

.ysee-faq-question::-webkit-details-marker {
    display: none;
}

details[open] .ysee-faq-item {
    background: #FFFFFF;
    border-color: #FF6B6B;
}

.ysee-lycee-page {
    font-family: 'Inter', sans-serif !important;
    color: #2D2D2A;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.ysee-hero-description {
    font-size: 19px;
    line-height: 1.6;
    color: #4A4A48;
    margin-bottom: 40px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ysee-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 107, 107, 0.4);
}

.ysee-benefit-card {
    padding: 40px;
    border-radius: 24px;
    background: #FFF8F0;
    border: 1px solid #FFE5D9;
    text-align: center;
}

.ysee-step-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    width: 100%;
}

.ysee-step-row:nth-child(even) {
    flex-direction: row-reverse;
}

.ysee-step-content {
    flex: 1;
    text-align: left;
}

.ysee-step-image-box {
    flex: 1;
    background: white;
    padding: 15px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #FFE5D9;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ysee-step-image-box img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.ysee-pricing-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.ysee-price-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    border: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ysee-card-popular {
    border: 2px solid #FF6B6B;
    box-shadow: 0 10px 40px rgba(255, 107, 107, 0.15);
    transform: scale(1.03);
}

.ysee-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B6B;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ysee-plan-price {
    font-size: 48px;
    font-weight: 800;
    color: #FF6B6B;
    margin: 20px 0;
}

.ysee-features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    flex-grow: 1;
}

.ysee-feature-item {
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    text-align: left;
}

.ysee-feature-icon {
    color: #10B981;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .ysee-hero-title {
        font-size: 36px;
    }

    .ysee-section-title {
        font-size: 32px;
    }

    .ysee-grid-3 {
        grid-template-columns: 1fr;
    }

    .ysee-step-row {
        flex-direction: column !important;
        text-align: center;
    }

    .ysee-step-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ysee-price-card {
        transform: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.ysee-faq-section-lycee {
    font-family: 'Inter', sans-serif;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 0;
    background: linear-gradient(180deg, #FFE5D9 0%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
}

.ysee-faq-container {
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

.ysee-faq-icon {
    color: #FF6B6B;
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.ysee-faq-answer {
    padding: 0 25px 25px 25px;
    color: #4A4A48;
    font-size: 16px;
    line-height: 1.6;
    display: none;
}

details[open] .ysee-faq-answer {
    display: block;
    animation: yseeFadeIn 0.4s ease-out;
}

details[open] .ysee-faq-icon {
    transform: rotate(45deg);
}

@keyframes yseeFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .ysee-faq-title {
        font-size: 32px;
    }

    .ysee-faq-question {
        font-size: 16px;
        padding: 15px 20px;
    }
}

/* ── Showcase Section (App) ── */
.ysee-showcase-section {
    padding: 80px 0;
    background: #fff;
}

.ysee-showcase-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.ysee-showcase-header {
    margin-bottom: 50px;
}

.ysee-showcase-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF6B6B;
    background: #FFF0EE;
    padding: 5px 16px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.ysee-showcase-title {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 900;
    color: #1B1B1B;
    line-height: 1.15;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}

.ysee-showcase-subtitle {
    font-size: 17px;
    color: #666;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.65;
}

.ysee-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.ysee-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    background: #F4F2EE;
    border: 2px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    font-size: 13.5px;
    font-weight: 700;
    color: #666;
    transition: all 0.2s;
    font-family: inherit;
    white-space: nowrap;
}

.ysee-tab-btn:hover {
    color: #1B1B1B;
    background: #EAE7E0;
}

.ysee-tab-btn.active {
    background: #1B1B1B;
    color: #fff;
    border-color: #1B1B1B;
}

.ysee-tab-emoji {
    font-size: 16px;
    line-height: 1;
}

.ysee-tab-panel {
    display: none;
}

.ysee-tab-panel.active {
    display: block;
    animation: yseeFadeUp 0.3s ease both;
}

@keyframes yseeFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ysee-panel-content {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 52px;
    align-items: center;
    text-align: left;
}

.ysee-panel-text h3 {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 900;
    color: #1B1B1B;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.ysee-panel-text>p {
    font-size: 15px;
    color: #777;
    line-height: 1.65;
    margin: 0 0 24px;
}

.ysee-panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.ysee-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 14px;
    color: #444;
    line-height: 1.55;
    margin-bottom: 0;
}

.ysee-panel-list li strong {
    color: #1B1B1B;
}

.ysee-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: #FFF0EE;
    color: #FF6B6B;
    font-size: 10px;
    font-weight: 900;
    border-radius: 50%;
    margin-top: 1px;
}

.ysee-browser {
    background: white;
    border-radius: 14px;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.11), 0 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #E5E1DB;
    max-height: 460px;
}

.ysee-browser-bar {
    background: #F2EFE9;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-bottom: 1px solid #E5E1DB;
    flex-shrink: 0;
}

.ysee-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ysee-url-bar {
    flex: 1;
    margin: 0 10px;
    background: white;
    border-radius: 5px;
    height: 22px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 10px;
    color: #999;
    font-family: monospace;
    border: 1px solid #E0DCDC;
    overflow: hidden;
    white-space: nowrap;
}

.ysee-screenshot {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    max-height: 424px;
}

@media (max-width: 820px) {
    .ysee-panel-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ysee-panel-visual {
        order: -1;
    }

    .ysee-tab-btn {
        font-size: 12px;
        padding: 8px 14px;
    }
}