body {
    background-color: #000;
    background-image: url('./images/BACKGROUND.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    font-family: 'Noto Sans Khmer', 'Khmer OS Battambang', 'Khmer OS System', 'Hanuman', sans-serif !important;
    color: #FFFFFF;
}
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
header {
    background: transparent;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 0 0;
}
.nav.menu-open {
    z-index: 3;
}
.nav-logo img { height: 90px; }
.nav-menu {
    display: flex;
    gap: 32px;
    font-weight: 500;
}
.nav-menu a { color: #fff; transition: color 0.2s; }
.nav-menu a:hover { color: #F58220; }
.nav-btn {
    background: #F58220;
    color: #fff;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.nav-btn:hover { background: #fff; color: #F58220; }
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 0;
    position: relative;
    z-index: 1;
}
.hero-content {
    flex: 1;
    min-width: 320px;
}
.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #F58220;
}
.hero-content span { color: #fff; }
.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 32px;
    color: #B0B0B0;
}
.hero-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    max-width: 400px;
}
.hero-form .btn-1 {
    background: linear-gradient(90deg, #F58220 0%, #FF8C00 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 130, 32, 0.3);
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-form .btn-2 {
    background: linear-gradient(90deg, #E60049 0%, #D81B60 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 0, 73, 0.3);
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-form .btn-1:hover { 
    background: #fff; 
    color: #F58220; 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 130, 32, 0.4);
}
.hero-form .btn-2:hover { 
    background: #fff; 
    color: #E60049; 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 73, 0.4);
}

.hero-form .btn-3 {
    background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    min-width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-form .btn-4 {
    background: linear-gradient(90deg, #6f42c1 0%, #e83e8c 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
    min-width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-form .btn-3:hover { 
    background: #fff; 
    color: #28a745; 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

.hero-form .btn-4:hover { 
    background: #fff; 
    color: #6f42c1; 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(111, 66, 193, 0.4);
}

/* Buttons 3 and 4 container for 2x2 layout */
.buttons-3-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
}

.hero-form .btn-3,
.hero-form .btn-4 {
    width: 100%;
    margin: 0;
}
.hero-img {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.hero-img img {
    max-width: 300px;
    position: relative;
    z-index: 2;
}
.hero-curve {
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    width: 100%;
    height: 160px;
    z-index: 1;
}
/* Stats */
.stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 48px 0 32px 0;
    margin-top: 40px;
    border-radius: 32px;
}

.stat {
    flex: 1;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 32px 12px 24px 12px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}
.stat-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #F58220;
    display: block;
}
.stat h2 {
    color: #F58220;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    margin-top: 0;
    letter-spacing: 1px;
}
.stat p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.08rem;
    margin: 0;
}
/* Features */
.features {
    background: #fff;
    margin: 48px auto;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    padding: 48px 0px;
}
.features-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0;
}
.features-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 16px;
}
.feature-card {
    flex: 1;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 48px 32px 40px 32px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-card img {
    height: 64px;
    margin-bottom: 24px;
}
.feature-card h3 {
    margin-bottom: 18px;
    font-size: 1.15rem;
    color: #F58220;
}
.feature-card p {
    color: #555;
    font-size: 1.02rem;
    margin: 0;
}
/* How It Works */
.how {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 48px auto;
}
.how-img {
    flex: 1;
    display: flex;
    justify-content: center;
}
.how-img img {
    max-width: 260px;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.how-steps-container {
    flex: 2;
    padding-left: 32px;
}
.how-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #FFFFFF;
    text-align: left;
}
.how-desc {
    font-size: 1.05rem;
    color: #888;
    margin: 0 0 32px 0;
    text-align: left;
    max-width: 600px;
}
.how-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
}
.how-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.how-step img { height: 100px; width: 300px; border-radius: 10px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.how-step-content h4 { margin: 0 0 6px 0; font-size: 1rem; color: #F58220; }
.how-step-content p { margin: 0; color: #555; font-size: 0.97rem; }
/* Screenshots */
.screenshots {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    margin: 48px auto;
    padding: 48px 0 32px 0;
    text-align: center;
}
.screenshots-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0;
}
.screenshots-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    position: relative;
    margin-top: 32px;
    min-height: unset;
}
.screenshot-img {
    height: 280px;
    border-radius: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    background: #222;
    position: relative;
    z-index: 1;
    transition: none;
    border: 6px solid #f7f7f7;
    margin: 0;
    opacity: 1;
    transform: none;
}

/* Pricing */
.pricing {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    margin: 48px auto;
    padding: 48px 0;
    text-align: center;
}
.pricing-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0;
}
.pricing-row {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.pricing-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 32px 24px;
    min-width: 220px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 2px solid transparent;
    transition: border 0.2s;
}
.pricing-card.featured {
    border: 2px solid #F58220;
    background: #fff;
}
.pricing-card h3 { margin-bottom: 8px; font-size: 1.1rem; color: #FFFFFF; }
.pricing-card .price { font-size: 2rem; color: #F58220; margin: 0.5rem 0; font-weight: 700; }
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    color: #555;
    font-size: 1rem;
}
.pricing-card li { margin-bottom: 6px; }
.pricing-card a {
    display: inline-block;
    background: #F58220;
    color: #fff;
    padding: 10px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 12px;
    transition: background 0.2s;
}
.pricing-card a:hover { background: #000000; }
/* Newsletter */
.newsletter {
    background: #000000;
    color: #fff;
    border-radius: 32px 32px 0 0;
    margin-top: 48px;
    padding: 48px 0 32px 0;
    text-align: center;
    position: relative;
}
.newsletter-title { font-size: 2rem; font-weight: 700; margin-bottom: 16px; margin-top: 0; text-align: center; }
.newsletter p { margin-bottom: 32px; color: #e0e0e0; }
.newsletter-form {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}
.newsletter-form input {
    padding: 14px 20px;
    border-radius: 25px;
    border: none;
    outline: none;
    font-size: 1rem;
    min-width: 220px;
}
.newsletter-form .btn-1 {
    background: #2AABEE;
    color: #fff;
    padding: 14px 32px;
    border-radius: 25px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form .btn-2 {
    background: #3b5998;
    color: #fff;
    padding: 14px 32px;
    border-radius: 25px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form .btn-1:hover { background: #fff; color: #2AABEE; }
.newsletter-form .btn-2:hover { background: #fff; color: #3b5998; }
.newsletter-info {
    display: flex;
    justify-content: center;
    gap: 48px;
    color: #aaa;
    font-size: 0.97rem;
    margin-top: 24px;
}
footer {
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    padding: 18px 0 0 0;
}
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2001;
    position: absolute;
    right: 20px;
    top: 45px;
}
.nav-toggle .bar {
    width: 26px;
    height: 3px;
    background: #F58220;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
    display: block;
}
.nav-toggle .close-icon {
    font-size: 2rem;
    color: #F58220;
    position: absolute;
    right: 10%;
    top: 10%;
    display: none;
    pointer-events: none;
}
.nav-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media (max-width: 900px) {
    .container {
        padding: 0 32px;
    }
    .hero, .stats, .features-row, .how, .screenshots-row, .pricing-row, .newsletter-info {
        flex-direction: column;
        gap: 32px !important;
    }
    .how-steps { grid-template-columns: 1fr; }
    .screenshots-row {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .screenshot-img {
        height: auto !important;
        width: 100% !important;
    }
    .how-steps-container {
        padding-left: 0;
    }
    .how-title, .how-desc {
        text-align: center;
    }
    .features-row {
        flex-direction: column;
        gap: 24px;
        margin-top: 0;
    }
    .feature-card {
        padding: 36px 18px 28px 18px;
    }
    .feature-card img {
        height: 48px;
        margin-bottom: 16px;
    }
    .feature-card h3 {
        margin-bottom: 12px;
    }
    .stats {
        flex-direction: column;
        gap: 24px;
        padding: 32px 0 16px 0;
        margin-top: 24px;
        border-radius: 24px;
    }
    .stat {
        margin: 0 0 12px 0;
        min-width: 0;
        width: 100%;
        padding: 20px 8px 16px 8px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
    .stat-icon {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .stat h2 {
        font-size: 1.4rem;
        margin-bottom: 0.3rem;
    }
    .stat p {
        font-size: 0.98rem;
    }
    .nav-toggle {
        display: flex;
    }
    .nav-menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        width: 70vw;
        max-width: 320px;
        height: 100vh;
        background: #000000;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        padding: 80px 24px 24px 24px;
        box-shadow: -2px 0 16px rgba(0,0,0,0.12);
        transform: translateX(100%);
        transition: transform 0.3s;
        z-index: 2000;
        display: block;
    }
    .nav-menu-wrapper.open {
        transform: translateX(0);
    }
    .nav-menu {
        flex-direction: column;
        gap: 18px;
        width: 100%;
        margin-bottom: 24px;
    }
    .nav-menu a {
        color: #fff;
        font-size: 1.15rem;
        padding: 8px 0;
        display: block;
        width: 100%;
    }
    .nav-btn {
        width: 100%;
        font-size: 1.1rem;
        padding: 12px 0;
    }
    
    .hero-form .btn-1,
    .hero-form .btn-2,
    .hero-form .btn-3,
    .hero-form .btn-4 {
        font-size: 0.95rem;
    }
    .nav {
        position: relative;
    }
}
@media (max-width: 600px) {
    .container {
        padding: 0 18px;
        margin: 8px 0;
    }
    .nav {
        flex-direction: column;
        gap: 12px;
        padding: 18px 0 0 0;
    }
    .nav-menu {
        gap: 16px;
        font-size: 0.98rem;
    }
    .nav-btn {
        width: 100%;
        padding: 10px 0;
        font-size: 0.98rem;
    }
    .hero {
        flex-direction: column;
        padding: 32px 16px;
        gap: 18px;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-content p {
        font-size: 0.98rem;
        margin-bottom: 18px;
    }
    .hero-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
    }
    
    .hero-form .btn-1,
    .hero-form .btn-2,
    .hero-form .btn-3,
    .hero-form .btn-4 {
        font-size: 0.9rem;
    }
    
    .buttons-3-4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .hero-img img {
        max-width: 90vw;
        height: auto;
    }
    .stats {
        padding: 18px 16px;
        gap: 12px;
        border-radius: 14px;
    }
    .stat {
        padding: 12px 4px 10px 4px;
        border-radius: 12px;
    }
    .stat-icon {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
    .stat h2 {
        font-size: 1.1rem;
    }
    .stat p {
        font-size: 0.92rem;
    }
    .features {
        padding: 24px 16px;
        border-radius: 18px;
        margin: 24px 16px;
    }
    .features-title {
        font-size: 1.2rem;
        margin-bottom: 18px;
    }
    .features-row {
        gap: 12px;
    }
    .feature-card {
        padding: 18px 6px 14px 6px;
        border-radius: 12px;
    }
    .feature-card img {
        height: 32px;
        margin-bottom: 8px;
    }
    .feature-card h3 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    .feature-card p {
        font-size: 0.95rem;
    }
    .how {
        flex-direction: column;
        gap: 18px;
        margin: 18px 16px;
    }
    .how-img img {
        max-width: 90vw;
        height: auto;
    }
    .how-title {
        font-size: 1.1rem;
    }
    .how-desc {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }
    .how-steps {
        gap: 12px 0;
    }
    .how-step img {
    }
    .how-step-content h4 {
        font-size: 0.98rem;
    }
    .how-step-content p {
        font-size: 0.92rem;
    }
    .screenshots {
        padding: 18px 16px;
        border-radius: 14px;
        margin: 18px 16px;
    }
    .screenshots-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    .screenshot-img {
        height: auto !important;
        width: 100% !important;
        border-radius: 16px;
        border-width: 3px;
    }
    .pricing {
        padding: 18px 16px;
        border-radius: 14px;
        margin: 18px 16px;
    }
    .pricing-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    .pricing-row {
        gap: 12px;
    }
    .pricing-card {
        padding: 14px 6px;
        border-radius: 12px;
        min-width: 0;
    }
    .pricing-card h3 {
        font-size: 1rem;
    }
    .pricing-card .price {
        font-size: 1.1rem;
    }
    .pricing-card ul {
        font-size: 0.95rem;
    }
    .pricing-card a {
        padding: 8px 0;
        width: 100%;
        font-size: 0.98rem;
    }
    .newsletter {
        padding: 18px 16px;
        border-radius: 14px 14px 0 0;
        margin-top: 18px;
    }
    .newsletter-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    .newsletter-form {
        flex-direction: column;
        gap: 8px;
    }
    .newsletter-info {
        flex-direction: column;
        gap: 8px;
        font-size: 0.92rem;
        margin-top: 12px;
    }
    footer {
        font-size: 0.85rem;
        padding: 8px 0 0 0;
    }
    .nav-menu-wrapper {
        display: none;
    }
    .nav-menu-wrapper.open {
        display: block;
    }
    .partner-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Very small screens - maintain layout */
@media (max-width: 320px) {
    .hero-form {
        gap: 6px;
        max-width: 100%;
    }
    
    .buttons-3-4 {
        gap: 6px;
    }
    
    .hero-form .btn-1,
    .hero-form .btn-2,
    .hero-form .btn-3,
    .hero-form .btn-4 {
        padding: 8px 16px;
        font-size: 0.75rem;
        min-width: 120px;
        height: 40px;
    }
}
.nav-menu-wrapper.open ~ .nav-toggle .close-icon {
    display: block;
}
.nav-menu-wrapper.open ~ .close-icon {
    display: block !important;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}
header > .container,
header .hero {
    position: relative;
    z-index: 2;
}

.close-icon {
    position: fixed;
    top: 40px;
    right: 32px;
    z-index: 2002;
    color: #F58220;
    font-size: 2rem;
    cursor: pointer;
}

.partner-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin: 0 auto;
    align-items: center;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
}

.partner-divider {
    border-bottom: 5px solid #F58220;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}

button {
    font-family: 'Noto Sans Khmer', 'Khmer OS Battambang', 'Khmer OS System', 'Hanuman', sans-serif !important;
}

/* Enhanced FAQ Dropdown Styles */
.faq-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 32px;
    color: #F58220;
    letter-spacing: 1px;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
    background: #1A1A1A;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(245, 130, 32, 0.08), 0 1.5px 6px rgba(0,0,0,0.2);
    padding: 18px 0;
}
.faq-item {
    border-bottom: 1.5px solid #2C2C2C;
    margin-bottom: 0;
    transition: box-shadow 0.2s;
}
.faq-item.open {
    box-shadow: 0 2px 12px rgba(245, 130, 32, 0.07);
    z-index: 1;
    position: relative;
}
.faq-question {
    width: 100%;
    background: transparent;
    color: #FFFFFF;
    border: none;
    outline: none;
    text-align: left;
    padding: 22px 28px 22px 28px;
    font-size: 1.13rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
}
.faq-question:hover, .faq-question[aria-expanded="true"] {
    background: #2C2C2C;
    color: #F58220;
}
.faq-arrow {
    margin-left: 18px;
    transition: transform 0.3s, color 0.2s;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    color: #888;
}
.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
    color: #F58220;
}
.faq-answer {
    display: none;
    padding: 0 32px 22px 32px;
    color: #B0B0B0;
    font-size: 1.04rem;
    background: #121212;
    border-left: 3px solid #F58220;
    border-radius: 0 0 12px 12px;
    margin-top: -2px;
    box-shadow: 0 2px 8px rgba(245, 130, 32, 0.04);
    animation: fadeIn 0.3s;
    word-break: break-word;
    line-height: 1.8;
    font-family: 'Noto Sans Khmer', 'Khmer OS Battambang', 'Khmer OS System', 'Hanuman', sans-serif;
}
.faq-item.open .faq-answer {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@media (max-width: 600px) {
    .faq-list {
        padding: 8px 0;
    }
    .faq-question {
        padding: 16px 14px 16px 14px;
        font-size: 1rem;
    }
    .faq-answer {
        padding: 0 14px 16px 14px;
        font-size: 0.98rem;
    }
    .faq-title {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    body {
        background-attachment: scroll;
    }
}
