@import url('https://fonts.cdnfonts.com/css/long-shot');
/* source-sans-3-latin-500-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-3@latest/latin-500-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-3@latest/latin-500-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Source Sans 3','san serif';
    background: #000;
}

header {
    width: 100%;
    position: relative;
    background-image: url('/image/tam1.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-attachment: scroll;
}

/* logo */
.main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.quote p {
    font-size: 2.5em; 
    font-family: 'Long Shot', sans-serif;
    color: #888888;  
    margin-bottom: 20px;  
}

.quote p span {
    font-family: 'Long Shot', sans-serif;
    color: #D9A91C; 
    font-weight: bold; 
    transform: scaleX(1.07);
    display: inline-block;
}

.content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    align-items: flex-start;
}

.left-section {
    flex: 1.4;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: 750px;
    height: auto;
    border-radius: 10px;
}

.right-section {
    flex: 1.6;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-box {
    background: linear-gradient(#000000, #000000) padding-box, 
                linear-gradient(135deg, #808285, #3A383A, #58595B) border-box;
    border: 2px solid transparent;
    padding: 0 30px 0;
    border-radius: 10px;
    color: white;
}

.info-box h2 {
    color: #D9A91C;
    font-size: 50px;
    margin-bottom: 10px;
    font-family: 'Long Shot', sans-serif;
    margin-top: 20px;
}

.info-box h2 span {
    color: #D9A91C;
    font-size: 20px;
}

.info-box ul {
    padding-left: 20px;
    margin-left: 0;
}

.info-box ul li {
    margin-bottom: 10px;
    font-size: 12px;
}

/* Table */
.section-container {
    background-image: url('/image/Price Background.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding-bottom: 100px;
    margin-top: 100px;
}

.pricing-table {
    position: relative;
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(11, minmax(0, auto)); 
    grid-template-rows: repeat(11, auto); 
    gap: 10px;
    padding: 15px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.pricing-table::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent; 
    border-radius: 10px; 
    background: linear-gradient(135deg, #808285, #3A383A, #58595B) border-box; 
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); 
    -webkit-mask-composite: xor; 
    mask-composite: exclude; 
    pointer-events: none;
}

.image-cell {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.image-cell img {
    width: 70px;
    height: 80px;
    object-fit: contain; 
}

.header-cell {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
    overflow: hidden; 
    font-size: 30px;
    font-family: 'Long Shot','san serif';
    color: #D9A91C;
}

.header-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(135deg, #808285, #3A383A, #58595B) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.data-cell img {
    width: 25px;
    height: 25px;
}

.header-cell:nth-child(2) {
    grid-column: 5 / 7; 
    grid-row: 1 / 2;
}

.header-cell:nth-child(3) {
    grid-column: 7 / 9;
    grid-row: 1 / 2;
}

.header-cell:nth-child(4) {
    grid-column: 9 / 11; 
    grid-row: 1 / 2;
}

.header-cell h3 {
    margin: 0;
    font-size: 1.2em;
}

.label-cell {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    color: white;
    display: block;
    position: relative;
    overflow-wrap: break-word;   /* Cho phép chữ tự xuống hàng */
    word-break: break-word;      /* Nếu có từ dài quá thì cũng bẻ từ */
    white-space: normal;         /* Cho phép xuống dòng */
    width: 100%;                 /* Đảm bảo chiếm đủ không gian grid */
    box-sizing: border-box;      /* Tính padding vào width */
}
.label-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 10px; 
    background: linear-gradient(135deg, #808285, #3A383A, #58595B) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.data-cell {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.data-cell::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 10px; 
    background: linear-gradient(135deg, #808285, #3A383A, #58595B) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.price-cell {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-size: 40px;
    font-family: 'Long Shot','san serif';
    color: #D9A91C;
}

.price-cell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(135deg, #808285, #3A383A, #58595B) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.label-cell:nth-child(5), .data-cell:nth-child(6), .data-cell:nth-child(7), .data-cell:nth-child(8) {
    grid-row: 2 / 3;
}

.label-cell:nth-child(5) {
    grid-column: 2 / 5; 
}

.data-cell:nth-child(6) {
    grid-column: 5 / 7; 
}

.data-cell:nth-child(7) {
    grid-column: 7 / 9; 
}

.data-cell:nth-child(8) {
    grid-column: 9 / 11; 
}

.label-cell:nth-child(9), .data-cell:nth-child(10), .data-cell:nth-child(11), .data-cell:nth-child(12) {
    grid-row: 3 / 4;
}

.label-cell:nth-child(9) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(10) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(11) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(12) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(13), .data-cell:nth-child(14), .data-cell:nth-child(15), .data-cell:nth-child(16) {
    grid-row: 4 / 5;
}

.label-cell:nth-child(13) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(14) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(15) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(16) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(17), .data-cell:nth-child(18), .data-cell:nth-child(19), .data-cell:nth-child(20) {
    grid-row: 5 / 6;
}

.label-cell:nth-child(17) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(18) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(19) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(20) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(21), .data-cell:nth-child(22), .data-cell:nth-child(23), .data-cell:nth-child(24) {
    grid-row: 6 / 7;
}

.label-cell:nth-child(21) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(22) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(23) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(24) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(25), .data-cell:nth-child(26), .data-cell:nth-child(27), .data-cell:nth-child(28) {
    grid-row: 7 / 8;
}

.label-cell:nth-child(25) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(26) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(27) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(28) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(29), .data-cell:nth-child(30), .data-cell:nth-child(31), .data-cell:nth-child(32) {
    grid-row: 8 / 9;
}

.label-cell:nth-child(29) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(30) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(31) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(32) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(33), .data-cell:nth-child(34), .data-cell:nth-child(35), .data-cell:nth-child(36) {
    grid-row: 9 / 10;
}

.label-cell:nth-child(33) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(34) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(35) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(36) {
    grid-column: 9 / 11;
}

.label-cell:nth-child(37), .data-cell:nth-child(38), .data-cell:nth-child(39), .data-cell:nth-child(40) {
    grid-row: 10 / 11;
}

.label-cell:nth-child(37) {
    grid-column: 2 / 5;
}

.data-cell:nth-child(38) {
    grid-column: 5 / 7;
}

.data-cell:nth-child(39) {
    grid-column: 7 / 9;
}

.data-cell:nth-child(40) {
    grid-column: 9 / 11;
}

.price-cell:nth-child(41), .price-cell:nth-child(42), .price-cell:nth-child(43) {
    grid-row: 11 / 12;
}

.price-cell:nth-child(41) {
    grid-column: 5 / 7;
}

.price-cell:nth-child(42) {
    grid-column: 7 / 9;
}

.price-cell:nth-child(43) {
    grid-column: 9 / 11;
}

.small-row {
    height: 40px;
}

@media (max-width: 1225px) {
    .quote p {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .content-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 15px;
        width: 100%;
    }
    .left-section {
        flex: 1;
        width: 100%;
        align-items: center;
    }
    .image-container img {
        width: 100%;
        max-width: 600px;
    }
    .right-section {
        margin-top: 50px;
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: row; /* Xếp ngang 4 ô */
        flex-wrap: wrap; /* Cho phép xuống hàng nếu cần */
        gap: 15px; /* Giảm gap cho gọn */
        justify-content: center; /* Căn giữa */
    }
    .info-box {
        flex: 1;
        min-width: 200px; /* Đảm bảo ô không quá nhỏ */
        max-width: 23%; /* Giới hạn chiều ngang mỗi ô */
        h2 {
            font-size: 40px;
        }
        h2 span {
            font-size: 16px;
        }
        ul li {
            font-size: 11px;
        }
    }
}

@media (max-width: 1024px) {
    header {
        min-height: 600px;
        background-size: cover;
    }
    .quote p {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .content-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .left-section {
        flex: 1;
        width: 100%;
        align-items: center;
    }
    .image-container img {
        width: 100%;
        max-width: 600px;
    }
    .right-section {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: row; /* Xếp ngang 4 ô */
        flex-wrap: wrap; /* Cho phép xuống hàng nếu cần */
        gap: 15px; /* Giảm gap cho gọn */
        justify-content: center; /* Căn giữa */
    }
    .info-box {
        flex: 1;
        padding: 0 20px;
        min-width: 200px; /* Đảm bảo ô không quá nhỏ */
        max-width: 23%; /* Giới hạn chiều ngang mỗi ô */
        h2 {
            font-size: 40px;
        }
        h2 span {
            font-size: 16px;
        }
        ul li {
            font-size: 11px;
        }
    }
}

/* Max-width: 850px */
@media (max-width: 850px) {
    header {
        min-height: 500px;
        background-size: cover;
    }
    .quote p {
        font-size: 1.8em;
        margin-bottom: 10px;
    }
    .content-wrapper {
        padding: 10px;
    }
    .image-container img {
        max-width: 100%;
    }
    .info-box {
        padding: 12px;
    }
    .info-box h2 {
        font-size: 32px;
    }
    .info-box h2 span {
        font-size: 14px;
    }
    .info-box ul li {
        font-size: 10px;
    }
    .section-container {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .pricing-table {
        max-width: 700px;
        border-radius: 5px;
    }
    .header-cell {
        font-size: 30px;
        padding: 15px 20px;
        border-radius: 5px;
    }
    .price-cell {
        font-size: 24px;
        padding: 15px;
        border-radius: 5px;
    }
    .image-cell img {
        width: 50px;
        height: 60px;
    }
    .label-cell, .data-cell {
        padding: 8px;
        border-radius: 5px;
    }
}

/* Max-width: 745px */
@media (max-width: 745px) {
    .section-container {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .pricing-table {
        max-width: 600px;
        border-radius: 5px;
    }
    .header-cell {
        font-size: 25px;
        padding: 15px 20px;
        border-radius: 5px;
    }
    .price-cell {
        font-size: 24px;
        padding: 15px;
        border-radius: 8px;
    }
    .data-cell img {
        width: 30px;
        height: 30px;
    }
    .data-cell {
        font-size: 14px;
    }
    .label-cell {
        font-size: 14px;
    }
    .label-cell, .data-cell {
        padding: 8px;
        border-radius: 8px;
    }
    .header-cell:before {
        border-radius: 8px;
    }
    .price-cell:before {
        border-radius: 8px;
    }
    .label-cell:before, .data-cell:before {
        border-radius: 8px;
    }
    .small-row {
        height: 30px;
    }
}

/* Max-width: 645px */
@media (max-width: 645px) {
    .section-container {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .pricing-table {
        max-width: 500px;
        border-radius: 5px;
    }
    .header-cell {
        font-size: 20px;
        padding: 15px 20px;
        border-radius: 5px;
    }
    .price-cell {
        font-size: 20px;
        padding: 15px;
        border-radius: 8px;
    }
    .data-cell img {
        width: 20px;
        height: 20px;
    }
    .data-cell {
        font-size: 12px;
    }
    .label-cell {
        font-size: 12px;
    }
    .label-cell, .data-cell {
        padding: 8px;
        border-radius: 8px;
    }
    .header-cell:before {
        border-radius: 8px;
    }
    .price-cell:before {
        border-radius: 8px;
    }
    .label-cell:before, .data-cell:before {
        border-radius: 8px;
    }
}

/* Max-width: 545px */
@media (max-width: 545px) {
    .section-container {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .pricing-table {
        max-width: 400px;
        border-radius: 5px;
    }
    .header-cell {
        font-size: 17px;
        padding: 15px 20px;
        border-radius: 5px;
    }
    .price-cell {
        font-size: 17px;
        padding: 15px;
        border-radius: 8px;
    }
    .data-cell img {
        width: 20px;
        height: 20px;
    }
    .data-cell {
        font-size: 10px;
    }
    .label-cell {
        font-size: 10px;
    }
    .label-cell, .data-cell {
        padding: 8px;
        border-radius: 8px;
    }
    .header-cell:before {
        border-radius: 8px;
    }
    .price-cell:before {
        border-radius: 8px;
    }
    .label-cell:before, .data-cell:before {
        border-radius: 8px;
    }
    .small-row {
        height: 25px;
    }
}

/* Max-width: 480px */
@media (max-width: 480px) {
    header {
        min-height: 400px;
        background-size: cover;
    }
    .quote p {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .content-wrapper {
        padding: 8px;
    }
    .info-box {
        padding: 10px;
    }
    .info-box h2 {
        font-size: 28px;
    }
    .info-box h2 span {
        font-size: 12px;
    }
    .info-box ul li {
        font-size: 9px;
    }
    .section-container {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .pricing-table {
        padding: 6px;
        gap: 5px;
        max-width: 350px;
    }
    .header-cell h3{
        font-size: 14px;
        transform: scaleX(1.3);
    }
    .data-cell {
        font-size: 8px;
        border-radius: 7px;
    }
    .label-cell {
        font-size: 8px;
        border-radius: 7px;
    }
    .price-cell {
        font-size: 15px;
        padding: 12px;
        border-radius: 7px;
    }
    .data-cell img {
        width: 15px;
        height: 15px;
    }
    .small-row {
        height: 25px;
    }
    .header-cell:before {
        border-radius: 5px;
    }
    .price-cell:before {
        border-radius: 5px;
    }
    .label-cell:before, .data-cell:before {
        border-radius: 5px;
    }
}

/* Max-width: 365px */
@media (max-width: 365px) {
    header {
        min-height: 300px;
        background-size: cover;
    }
    .quote p {
        font-size: 1.2em;
        margin-bottom: 8px;
    }
    .content-wrapper {
        padding: 5px;
    }
    .info-box {
        padding: 8px;
    }
    .info-box h2 {
        font-size: 24px;
    }
    .info-box h2 span {
        font-size: 10px;
    }
    .info-box ul li {
        font-size: 8px;
    }
    .section-container {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .pricing-table {
        padding: 5px;
        gap: 4px;
        max-width: 300px;
    }
    .header-cell h3{
        font-size: 12.5px;
    }
    .price-cell {
        font-size: 12px;
        padding: 10px;
    }
    .image-cell img {
        width: 35px;
        height: 45px;
    }
    .label-cell, .data-cell {
        padding: 5px;
    }
}