* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #EAEB46; 
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: 412px;
    background-color: #EAEB46;
    display: flex;
    flex-direction: column;
}

/* Style cho thanh thông báo */
.success-banner {
    background-color: #F1F9EB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 15px 15px 0px 15px;
    opacity: 0; /* Mặc định ẩn để JS kích hoạt hiện lên */
    transform: translateY(-10px);
    transition: all 0.5s ease;
}

.success-banner.show {
    opacity: 1;
    transform: translateY(0);
}

.check-icon {
    background-color: #63C136;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 12px;
    flex-shrink: 0;
}

.banner-text .kr {
    color: #53B227;
    font-weight: 700;
    font-size: 15px;
}

.banner-text .en {
    color: #53B227;
    font-size: 13px;
    margin-top: 2px;
}

.top-banner-wrapper {
    width: 100%;
}

.main-img {
    width: 100%;
    height: auto;
    display: block;
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px 20px 30px 20px;
}

.btn {
    background-color: #000;
    color: #fff;
    padding: 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn:active {
    transform: scale(0.98);
}


/* ... Product Info ... */

.product-info {
    background-color: #fff; /* Nền trắng cho phần giới thiệu */
    margin-top: 20px;
    padding-bottom: 40px;
}

.product-image-container {
    width: 100%;
    margin-bottom: 20px;
}

.full-width-img {
    width: 100%;
    height: auto;
    display: block;
}

.description-text {
    padding: 20px;
    color: #333;
    line-height: 1.8;
    font-family: "Times New Roman", Times, serif; /* Font có chân giống ảnh */
    font-size: 16px;
    text-align: center;
}

.description-text strong {
    font-weight: bold;
    color: #000;
}

/* Nút Learn More kiểu khác biệt */
/* Khối div bọc ngoài dùng để quản lý vị trí và khoảng cách */
.btn-learn-more-container {
    display: flex;
    justify-content: center; /* Căn giữa nút bấm theo chiều ngang */
    margin-top: 15px;        /* Tạo khoảng cách với đoạn văn phía trên */
    margin-bottom: 20px;     /* Tạo khoảng cách với đáy trang nếu cần */
    width: 100%;
}

/* Thẻ <a> bên trong chỉ tập trung định dạng giao diện của chính nó */
.btn-learn-more {
    display: inline-block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: 12px 35px; /* Giữ nguyên khoảng cách đệm bên trong nút */
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    border-radius: 2px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hiệu ứng khi rê chuột vào */
.btn-learn-more:hover {
    background-color: #000;
}

/* Hiệu ứng phản hồi khi người dùng click (nhấn giữ) */
.btn-learn-more:active {
    transform: scale(0.97); /* Thu nhỏ nhẹ nút lại tạo cảm giác thật như bấm nút vật lý */
}

/* FOOTER */
/* ... (giữ nguyên code cũ) ... */

.site-footer {
    background-color: #444444; /* Màu xám đậm theo ảnh mẫu */
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    font-family: "Times New Roman", Times, serif; /* Font chủ đạo của footer */
}

.contact-section {
    margin-bottom: 50px;
}

.contact-section .region {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-section .email {
    font-size: 16px;
    margin-bottom: 10px;
}

.whatsapp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.wa-icon {
    width: 24px;
    height: 24px;
}

/* Phần Social */
.social-section h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: normal;
}

.social-list {
    list-style: none;
    display: inline-block; /* Để căn giữa danh sách */
    text-align: left;
}

.social-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.social-list img {
    width: 22px;
    height: 22px;
}

/* Phần đáy Footer */
/* Style riêng cho tiêu đề Contact us */
.contact-title {
    font-family: 'Playfair Display', serif; /* Đảm bảo dùng font có chân giống ảnh mẫu */
    font-size: 38px;      /* Kích thước lớn nổi bật */
    font-weight: 400;     /* Độ mảnh vừa phải, không quá đậm */
    color: #ffffff;
    margin-bottom: 40px;  /* Tạo khoảng cách rộng với dòng địa chỉ bên dưới */
    letter-spacing: 1px;
}

.contact-section .region {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 25px;
}

.contact-section .email {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 5px;
}

/* Căn chỉnh lại container số điện thoại để khớp với ảnh mới */
.whatsapp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 10px;
}

/* Tối ưu hiển thị cho mobile */
@media (max-width: 480px) {
    .social-section h3 {
        font-size: 28px;
    }
}