.home header {
    display: none;
}

#main::after,
#wrapper::after {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(to right, #80808012 1px, transparent 1px), linear-gradient(to bottom, #80808012 1px, transparent 1px);
    background-color: #060818;
    background-size: 60px 60px;
    pointer-events: none;
}

/* ========== PAGE THIẾT KẾ ========== */
.section h2,
.testimonial_tke .label .text {
    text-transform: capitalize;
}

.hero_thietke {
    position: relative;
    min-height: 100vh;
    background: #FDFBF7;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* BACKGROUND */
.hero_thietke .bg-effects .circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.hero_thietke .circle-1 {
    background: rgba(37, 99, 235, 0.3);
    top: 80px;
    left: 20%;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 9;
}

.hero_thietke p {
    color: #fff;
}

.hero_thietke .stats strong {
    color: #fff;
}

.hero_thietke .circle-2 {}

.hero_thietke .grid-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image:
        linear-gradient(#D4AF37 1px, transparent 1px),
        linear-gradient(90deg, #D4AF37 1px, transparent 1px);
    background-size: 60px 60px;
}

/* LAYOUT */
.hero_thietke .container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 100px 0px;
}

.hero_thietke .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
}

/* TEXT */
.hero_thietke .badge {
    display: inline-flex;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: capitalize;
    color: #A67C00;
    width: fit-content;
    align-items: center;
    letter-spacing: 4px;
}

.hero_thietke .dot {
    width: 8px;
    height: 8px;
    background: #D4AF37;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.hero_thietke h1 {
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.hero_thietke .highlight {
    -webkit-text-fill-color: transparent;
    font-style: italic;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}

.hero_thietke .sub {
    color: #dd3333;
}

.hero_thietke .p {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* BUTTONS */
.hero_thietke .buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.hero_thietke .btn {
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    font-size: 15px;
}

.hero_thietke .primary {
    background: linear-gradient(to right, #D4AF37, #B38B22);
    color: white;
}

.hero_thietke .primary:hover {
    transform: translateY(-3px);
}

.hero_thietke .outline {
    border: 2px solid rgba(212, 175, 55, 0.3);
    color: #fff;
}

.hero_thietke .outline:hover {
    background: rgba(212, 175, 55, 0.1);
}

.video-box video {
    width: 100%;
}

.container_nd {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.hero-video video {
    width: 100%;
    border-radius: 20px;
}

/* Section */
.hero_tk_section {
    position: relative;
    min-height: 100vh;
    padding: 100px 20px 60px;
    display: flex;
    align-items: center;
}

/* Background */
.hero_tk_section .hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero_tk_section .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

/* Overlays */
.hero_tk_section .overlay {
    position: absolute;
    inset: 0;
}

.hero_tk_section .overlay-right {
    background: linear-gradient(to right, #0f172a, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.4));
}

.hero_tk_section .overlay-bottom {
    background: linear-gradient(to top, #0f172a, transparent);
}

/* Content */
.hero_tk_section .hero-content {
    animation: floatUp 1s ease forwards;
    text-align: center;
}

/* Badge */
.hero_tk_section .badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    margin-bottom: 20px;
    width: fit-content;
}

.hero_tk_section .badge .line {
    width: 30px;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.hero_tk_section .badge .text {
    font-size: 12px;
    letter-spacing: 3px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    text-transform: uppercase;
}

/* Heading */
.hero_tk_section h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}

.hero_tk_section .gold-gradient {
    background: linear-gradient(90deg, #d4af37, #f5d76e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

/* Description */
.hero_tk_section .desc {
    font-size: 18px;
    color: #ccc;
    line-height: 1.6;
    max-width: 620px;
    margin: auto;
    margin-bottom: 30px;
}

/* Features */
.hero_tk_section .features {
    list-style: none;
    margin-bottom: 30px;
}

.hero_tk_section .features li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #ccc;
}

/* Buttons */
.hero_tk_section .actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero_tk_section .btn-primary {
    padding: 14px 25px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: #111;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.hero_tk_section .btn-primary:hover {
    transform: scale(1.05);
}

.hero_tk_section .btn-outline {
    padding: 14px 25px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    background: linear-gradient(90deg, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: capitalize;
    color: gold;
}

.hero_tk_section.btn-outline:hover {
    background: rgba(212, 175, 55, 0.1);
}

.hero_tk_section .actions a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero_tk_section .features {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero_tk_section .features li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}

/* Animation */
@keyframes floatUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero_tk_section h1 {
        font-size: 32px;
    }
}

.hero-video {
    background: #0e0e1a61;
    border: 1px solid #ffffff12;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

/* STATS */
.stats-section {
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(20, 20, 25, 0.6);
    padding: 40px 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stats-section .item .number {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(90deg, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stats-section .item .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #aaa;
    margin-top: 6px;
}

.stats-grid .item {
    text-align: center;
}

/* Responsive */
@media (min-width: 768px) {
    .stats-section .item .number {
        font-size: 40px;
    }
}

/**/
.problem-section {
    padding: 80px 0px;
    background: rgba(255, 255, 255, 0.03);
}

.problem-section .container {
    margin: auto;
}

/* Header */
.problem-section .header {
    text-align: center;
    margin-bottom: 50px;
}

.problem-section .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.problem-section .sub-title .line {
    width: 40px;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.problem-section .sub-title .label {
    font-size: 12px;
    letter-spacing: 3px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    text-transform: uppercase;
}

.problem-section .card .icon svg {
    stroke: #000;
}

.problem-section .header h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    text-transform: capitalize;
}

.problem-section .card h3 {
    color: #fff;
}

.problem-section .card .number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.04);
    transition: all 0.4s ease;
}

.problem-section .highlight {
    color: gold;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    background: linear-gradient(to right, rgb(212, 175, 55), rgb(249, 226, 125)) text;
}

.problem-section .divider {
    width: 128px;
    height: 1px;
    margin: 32px auto;
    background: linear-gradient(90deg, transparent, rgb(212, 175, 55), transparent);
}

/* Grid */
.problem-section .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card */
.problem-section .card {
    position: relative;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: 0.3s;
    overflow: hidden;
}

.problem-section .card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in oklab, #e1af4a 70%, transparent);
}

.problem-section.card .number {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    color: rgba(255, 215, 0, 0.1);
}

.problem-section .card .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.icon {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.05));
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.problem-section .card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.problem-section .card p {
    font-size: 14px;
    color: #aaa;
}

/* Footer */
.problem-section .footer-text {
    text-align: center;
    border-top: 1px solid rgba(255, 215, 0, 0.3);
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    padding: 15px;
    display: grid;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    background: linear-gradient(to right, #d4af37, #f9e27d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

/* Responsive */
@media (max-width: 1024px) {
    .problem-section .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .problem-section .grid {
        grid-template-columns: 1fr;
    }
}

/*section solution*/
.section_solution {
    padding: 100px 0px;
    background-color: rgba(20, 20, 25, 0.6);
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.section_solution .grid-solution {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

@media (min-width: 1024px) {
    .section_solution .grid-solution {
        grid-template-columns: 5fr 7fr;
    }
}

/* LEFT */
.section_solution .grid-solution .left {
    position: sticky;
    top: 100px;
}

.section_solution .heading-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    max-width: 200px;
}

.section_solution .heading-line span {
    flex: 1;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.section_solution .heading-line p {
    font-size: 12px;
    letter-spacing: 3px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    margin: 0;
    text-transform: uppercase;
}

.section_bang_gia_mn {
    /* background-color: rgba(20, 20, 25, 0.6);
border-top: 1px solid rgba(212, 175, 55, 0.2);
border-bottom: 1px solid rgba(212, 175, 55, 0.2); */
    z-index: 999;
}

.section_solution h2 {
    font-size: 46px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
}

.section_solution .gold-gradient {
    background: linear-gradient(to right, #d4af37, #f9e27d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.section_solution .desc {
    color: #aaa;
    margin-bottom: 30px;
}

.section_solution .btn {
    padding: 14px 25px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-transform: capitalize;
    color: gold;
    transition: 0.3s
}

.section_solution .btn:hover {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: black;
    border: unset;
    -webkit-text-fill-color: unset;
}

.section_solution .btn svg {
    stroke: currentColor;
    fill: none;
}

/* RIGHT */
.section_solution .right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 640px) {
    .section_solution .right {
        grid-template-columns: 1fr 1fr;
    }
}

.section_solution .card {
    padding: 25px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

.section_solution .card:hover {
    border-color: gold;
    background: rgba(255, 255, 255, 0.1);
}

.section_solution .offset {
    transform: translateY(30px);
}

.section_solution .card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section_solution .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-radius: 5px;
    border: navajowhite;
}

.section_solution .icon svg {
    stroke: currentColor;
    fill: none;
}

.section_solution .number {
    font-size: 28px;
    color: rgba(212, 175, 55, 0.3);
}

.section_solution .card h3 {
    color: #fff;
    margin-bottom: 10px;
}

.section_solution .card p {
    color: #aaa;
    font-size: 14px;
}

/* css sản phẩm khách hàng */
.products_tc_section {
    padding: 100px 0px;
}

.products_tc_section .heading {
    text-align: center;
    margin-bottom: 60px;
}

.products_tc_section .heading .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.products_tc_section .heading .sub span {
    width: 40px;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.products_tc_section .heading h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.products_tc_section .heading h2 i {
    color: gold;
    background: linear-gradient(to right, #d4af37, #f9e27d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.products_tc_section .heading .sub p {
    margin: 0;
}

.products_tc_section .divider {
    width: 150px;
    margin: 20px auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(225, 175, 74, 0.6), rgba(0, 0, 0, 0));
}

/* product */
.products_tc_section .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

.products_tc_section .product.reverse {
    direction: rtl;
}

.products_tc_section .product.reverse .content {
    direction: ltr;
}

.products_tc_section .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid color-mix(in oklab, #e1af4a 20%, transparent);
}

.products_tc_section .image img {
    width: 100%;
    transition: 0.6s;
}

.products_tc_section .image:hover img {
    transform: scale(1.05);
}

.products_tc_section .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    width: fit-content;
    height: auto;
    border-radius: 5px;
}

.products_tc_section .content h3 {
    font-size: 40px;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
    font-style: italic;
}

.products_tc_section .tag {
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    font-size: 16px;
    letter-spacing: 2px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.products_tc_section .tag svg {
    width: 16px;
    height: 16px;
}

.products_tc_section ul {
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}

.products_tc_section ul li {
    margin-bottom: 10px;
    color: #fff;
}

.products_tc_section .product:last-child {
    margin-bottom: 0;
}

.products_tc_section a {
    padding: 13px 25px;
    border: 0px solid rgba(212, 175, 55, 0.5);
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
}

.products_tc_section ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* responsive */
@media (max-width: 768px) {
    .products_tc_section .product {
        grid-template-columns: 1fr;
    }
}

/* Section materials */
.materials {
    padding: 100px 0px;
    background-color: rgba(20, 20, 25, 0.6);
    /* border-top: 1px solid rgba(212, 175, 55, 0.2);
border-bottom: 1px solid rgba(212, 175, 55, 0.2); */
}

.grid-materials {
    margin: auto;
    display: grid;
    gap: 50px;
}

@media (min-width: 1024px) {
    .grid-materials {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

/* IMAGE */
.materials .image-wrapper {
    position: relative;
}

.materials .image-wrapper img {
    width: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.materials .corner {
    position: absolute;
    width: 120px;
    height: 120px;
    border-color: #d4af37;
}

.materials h2 {
    color: #fff;
    text-transform: capitalize;
}

.materials .top-left {
    top: -20px;
    left: -20px;
    border-top: 2px solid color-mix(in oklab, #d4af37 60%, transparent);
    border-left: 2px solid color-mix(in oklab, #d4af37 60%, transparent);
}

.materials .bottom-right {
    bottom: -20px;
    right: -20px;
    border-bottom: 2px solid color-mix(in oklab, #d4af37 60%, transparent);
    border-right: 2px solid color-mix(in oklab, #d4af37 60%, transparent);
}

/* CONTENT */
.materials .heading-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    width: 300px;
}

.materials .heading-line span {
    flex: 1;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.materials .heading-line p {
    font-size: 12px;
    letter-spacing: 3px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    text-transform: uppercase;
    margin: 0;
}

.materials h2 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 500;
}

.materials .gold-gradient {
    background: linear-gradient(to right, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
}

.materials .desc {
    color: #bbb;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* GRID */
.materials .grid {
    display: grid;
    gap: 15px;
}

@media (min-width: 640px) {
    .materials .grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* CARD */
.materials .card {
    display: flex;
    gap: 15px;
    padding: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: 0.3s;
}

.materials .card:hover {
    border-color: rgba(212, 175, 55, 0.5);
}

.materials .card .icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    border-radius: 4px;
}

.materials .card .icon svg {
    stroke: #d4af37;
}

.materials .card h4 {
    margin: 0 0 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.materials .card p {
    font-size: 12px;
    color: #aaa;
    margin: 0;
}

/* Section quy trinh triển khai */
/* ========== UTILITY CLASSES ========== */
.process-section-qttk {
    padding: 100px 0px;
    background-color: rgba(20, 20, 25, 0.6);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text-gold {
    color: #D4AF37;
}

.text-gold-gradient {
    background: linear-gradient(to right, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
}

.text-foreground {}

.text-muted-foreground {}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.tracking-wide {
    letter-spacing: 0.3em;
}

.italic {
    font-style: italic;
}

/* ========== LAYOUT ========== */
.process-section {
    padding: 6rem 1.5rem;
    background: rgba(30, 30, 30, 0.4);
}

.container {
    max-width: 64rem;
    margin: 0 auto;
}

/* ========== HEADER SECTION ========== */
.header-section {
    text-align: center;
    margin-bottom: 4rem;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.header-badge-line {
    height: 1px;
    width: 2rem;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.header-badge-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    font-weight: 500;
}

.header-title {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.gold-divider {
    width: 128px;
    height: 1px;
    margin: 32px auto;
    background: linear-gradient(90deg, transparent, rgb(212, 175, 55), transparent);
}

/* ========== TIMELINE CONTAINER ========== */
.timeline-wrapper {
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.4), transparent);
}

.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* ========== TIMELINE ITEM ========== */
.timeline-item {
    position: relative;
    display: grid;
    gap: 2rem;
    align-items: center;
}

.timeline-content {
    padding-left: 4rem;
}

.timeline-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.timeline-step-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(212, 175, 55, 0.7);
}

.timeline-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.timeline-description {
    color: #ffffffc9;
}

.timeline-icon {
    position: absolute;
    left: 0;
    top: 0.5rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #0a0a0a;
    border: 2px solid 2px solid color-mix(in oklab, #e1af4a 70%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.timeline-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    stroke-width: 2;
}

/* ========== FOOTER BADGES ========== */
.footer-badges {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    color: #D4AF37;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-badge svg {
    width: 1rem;
    height: 1rem;
    stroke-width: 2;
}

/* ========== RESPONSIVE STYLES ========== */
@media (min-width: 640px) {
    .footer-badges {
        flex-direction: row;
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-item {
        grid-template-columns: 1fr 1fr;
    }

    .timeline-item.odd .timeline-content {
        padding-left: 0;
        padding-right: 3rem;
        text-align: right;
    }

    .timeline-item.odd .timeline-step-badge {
        flex-direction: row-reverse;
    }

    .timeline-item.even .timeline-content {
        padding-left: 3rem;
        grid-column: 2;
    }

    .timeline-item.even .timeline-spacer {
        grid-column: 1;
        display: block;
    }

    .timeline-icon {
        left: 50%;
        transform: translateX(-50%);
    }
}

.overlay-gradient {
    background:
        color-mix(in oklab, #16100c 95%, transparent);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* ========== SVG ICONS BASE ========== */
svg.lucide {
    display: inline-block;
    stroke: currentColor !important;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .timeline-item {
animation: fadeInUp 0.5s ease forwards;
opacity: 0;
} */
/* .timeline-item:nth-child(1) { animation-delay: 0.1s; opacity: 1; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; opacity: 1; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; opacity: 1; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; opacity: 1; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; opacity: 1; } */
/* Hover effects */
.timeline-icon:hover {
    transform: translateX(-50%) scale(1.1);
    transition: var(--transition);
}

@media (min-width: 1024px) {
    .timeline-item.odd .timeline-icon:hover {
        transform: translate(-50%, 0) scale(1.1);
    }
}

/* css section đối tác */
.sec_foimsan {
    padding: 100px 0px;
    /* background-color: rgba(20, 20, 25, 0.6);
border-top: 1px solid rgba(212, 175, 55, 0.2);
border-bottom: 1px solid rgba(212, 175, 55, 0.2); */
    z-index: 999;
}

.section_partners {
    text-align: center;
}

.section_partners .heading-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.section_partners .line {
    width: 32px;
    height: 1px;
    background-color: color-mix(in oklab, #e1af4a 70%, transparent);
    /* gold */
}

.section_partners .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    font-weight: 500;
}

.section_partners .title {
    font-size: 46px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize
}

.section_partners .highlight {
    font-style: italic;
    background: linear-gradient(to right, #d4af37, #f6e27a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_partners .description {
    color: #6b7280;
    /* muted-foreground */
    margin-bottom: 48px;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.anhsknhsa .col .col-inner {
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
}

/* css dự án thực tế */
/* SECTION */
.du_an_thuc_te {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
    /* background-color: rgba(20, 20, 25, 0.6); */
}

/* BACKGROUND */
.du_an_thuc_te .overlay {
    position: absolute;
    inset: 0;
    opacity: 0.2;
}

.du_an_thuc_te .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.du_an_thuc_te.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0f172a, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.6));
}

/* HEADER */
.du_an_thuc_te .header {
    text-align: center;
    margin-bottom: 56px;
}

.du_an_thuc_te .tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.du_an_thuc_te .line {
    width: 32px;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.du_an_thuc_te .label {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
}

.du_an_thuc_te .header h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

@media (min-width: 640px) {
    .du_an_thuc_te.header h2 {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .du_an_thuc_te.header h2 {
        font-size: 48px;
    }
}

.du_an_thuc_te .gold-gradient {
    background: linear-gradient(to right, #d4af37, #f6e27a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold !important;
    font-style: italic;
}

.du_an_thuc_te.divider {
    width: 128px;
    height: 2px;
    background: gold;
    margin: 32px auto;
}

/* STATS */
.du_an_thuc_te .stats {
    display: grid;
    border: 1px solid rgba(255, 215, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 640px) {
    .du_an_thuc_te .stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

.du_an_thuc_te .stat-item {
    padding: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}

@media (min-width: 640px) {
    .du_an_thuc_te .stat-item {
        border-top: none;
        border-right: 1px solid rgba(255, 215, 0, 0.2);
    }

    .du_an_thuc_te .stat-item:last-child {
        border-right: none;
    }
}

.du_an_thuc_te .icon {
    width: 32px;
    height: 32px;
    stroke: gold;
    fill: none;
    stroke-width: 2;
    margin-bottom: 0px;
    border: unset;
    background: unset;
}

.du_an_thuc_te .number {
    font-size: 48px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #d4af37, #f6e27a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-style: italic;
}

.du_an_thuc_te .desc {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a3b8;
}

/* TESTIMONIALS */
.du_an_thuc_te .testimonials {
    margin-top: 25px;
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .du_an_thuc_te .testimonials {
        grid-template-columns: repeat(2, 1fr);
    }
}

.du_an_thuc_te .card {
    position: relative;
    padding: 32px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 215, 0, 0.2);
    backdrop-filter: blur(8px);
}

.du_an_thuc_te .card p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    color: #ffff;
}

.du_an_thuc_te .quote {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    stroke: rgba(255, 215, 0, 0.2);
    fill: none;
}

.du_an_thuc_te .header .divider {
    width: 150px;
    height: 1px;
    margin: 20px auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(225, 175, 74, 0.6), rgba(0, 0, 0, 0));
}

/* css bảng gia thiết kế */
.pricing_section {
    padding: 100px 0px;
}

.pricing_section .header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing_section .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pricing_section .sub-title .line {
    width: 40px;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.pricing_section h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.pricing_section .highlight {
    font-style: italic;
    background: linear-gradient(to right, #d4af37, #f6e27a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing_section .divider {
    width: 150px;
    height: 1px;
    margin: 20px auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(225, 175, 74, 0.6), rgba(0, 0, 0, 0));
}

.pricing_section .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.pricing_section .card {
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    transition: 0.3s;
}

.pricing_section .card:hover {
    border-color: #d4af37;
}

.pricing_section .card h3 {
    font-size: 28px;
    margin: 10px 0;
    color: #fff;
    font-weight: 500
}

.pricing_section .price span {
    color: #fff;
}

.pricing_section .card p {
    color: #fff;
}

.pricing_section .tag {
    font-size: 12px;
    color: rgba(212, 175, 55, 0.7);
}

.pricing_section .price {
    margin: 20px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 15px;
}

.pricing_section .price strong {
    font-size: 32px;
    color: #d4af37;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.pricing_sectionul {
    list-style: none;
    padding: 0;
    flex: 1;
}

.pricing_section li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    color: #fff;
}

.pricing_section svg {
    stroke: #d4af37;
}

.pricing_section .btn {
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

.pricing_section .btn.outline {
    border: 1px solid #d4af37;
    color: #d4af37;
}

.pricing_section .btn.outline:hover {
    background: #d4af37;
    color: #000;
}

.pricing_section .btn.primary {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: #000;
}

.pricing_section .featured {
    transform: scale(1.05);
    border-color: #d4af37;
    box-shadow: 0 10px 40px -10px oklch(78% .13 82 / .4);
}

.pricing_section .badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    width: fit-content;
    height: unset;
    border-radius: 5px;
}

.pricing_section .header p {
    color: #a79d91;
}

/* người dùng đánh giá */
.testimonial_tke {
    padding: 100px 0px;
    background: rgba(255, 255, 255, 0.03);
}

.testimonial_tke .header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial_tke .label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testimonial_tke .label .line {
    width: 30px;
    height: 1px;
    background: color-mix(in oklab, #e1af4a 70%, transparent);
}

.testimonial_tke .label .text {
    font-size: 12px;
    letter-spacing: 3px;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
}

.testimonial_tke h2 {
    font-size: 46px;
    color: #fff;
    font-style: italic;
    font-weight: 500;
}

.testimonial_tke .highlight {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
}

.testimonial_tke .divider {
    width: 128px;
    height: 1px;
    margin: 32px auto;
    background: linear-gradient(90deg, transparent, rgb(212, 175, 55), transparent);
}

.testimonial_tke .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial_tke .card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

.testimonial_tke .card:hover {
    border-color: color-mix(in oklab, #e1af4a 70%, transparent);
}

.testimonial_tke .card svg {
    color: color-mix(in oklab, #e1af4a 70%, transparent);
}

.testimonial_tke .stars {
    display: flex;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
}

.testimonial_tke .stars svg {
    height: 25px;
    width: 25px;
    color: yellow;
}

.testimonial_tke .card .content {
    color: #fff;
    margin-top: 16px;
}

.testimonial_tke .content {
    font-style: italic;
    margin-bottom: 25px;
    line-height: 1.6;
}

.testimonial_tke .user {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    padding-top: 15px;
}

.testimonial_tke .user .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.testimonial_tke .name {
    color: #fff;
}

.testimonial_tke .role {
    font-size: 12px;
    opacity: 0.7;
    color: #ccc;
}

.testimonial_tke .index {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0.3;
    font-size: 12px;
}

/**/
.section_udtn {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.section_udtn .bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, gold, transparent);
    opacity: 0.1;
}

.section_udtn .bg-radial {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.2), transparent 60%);
}

.section_udtn .box {
    border: 1px solid rgba(255, 215, 0, 0.4);
    padding: 40px;
    background: rgba(15, 23, 42, 0.85);
}

.section_udtn .text-center {
    text-align: center;
}

.section_udtn .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid color-mix(in oklab, #e1af4a 70%, transparent);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 20px;
    width: fit-content;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    text-transform: uppercase;
}

.section_udtn h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
}

.section_udtn .gold-gradient {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
}

.section_udtn .desc {
    opacity: 0.7;
    margin-bottom: 30px;
    color: #fff;
}

.section_udtn .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.section_udtn .card {
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 20px;
    position: relative;
    transition: 0.3s;
}

.section_udtn .card:hover {
    border-color: gold;
}

.section_udtn .number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    opacity: 0.1;
}

.section_udtn .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 99%;
}

.section_udtn .title {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.section_udtn .sub {
    font-size: 12px;
    color: color-mix(in oklab, oklch(78% .13 82) 80%, transparent);
}

.section_udtn .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    padding: 20px;
}

.section_udtn .features div {
    color: #fff;
}

.section_udtn .cta {
    text-align: center;
}

.section_udtn .btn {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: black;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 10px;
}

.section_udtn .btn:hover {
    transform: scale(1.05);
}

.section_udtn .countdown {
    color: #e1af4a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* liên hệ  + form */
/* ===== LABEL ===== */
.contact-label {
    display: block;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff3131;
    margin-bottom: 20px;
}

/* ===== TITLE ===== */
.contact-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-title .highlight {
    font-style: italic;
    color: #ff3131;
}

/* ===== DESCRIPTION ===== */
.contact-description {
    font-size: 18px;
    color: #fff;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* ===== CONTACT LIST ===== */
.contact-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* ITEM */
.contact-item {
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all 0.3s ease;
}

/* ICON BOX */
.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #f8f3e7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3131;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 22px;
    height: 22px;
}

/* HOVER EFFECT */
.contact-item:hover .contact-icon {
    background: #ff3131;
    color: #ffffff;
}

/* SMALL TITLE */
.contact-small-title {
    font-size: 18px;
    /* letter-spacing: 2px; */
    text-transform: math-auto;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

/* VALUE */
.contact-value {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.working-time h4 {
    color: #fff;
    margin-bottom: 0;
}

.working-time {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: all 0.3s ease;
    color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .contact-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 34px;
    }

    .contact-description {
        font-size: 16px;
    }

    .contact-value {
        font-size: 16px;
    }

    .working-time {}
}

.working-time p {
    margin: 0;
}

/**/
.col_forms {
    background-color: #050a30;
    color: #fff;
    border-radius: 16px;
    padding: 60px !important;
}

.iem_form label {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.row .iem_form input {
    border-radius: 5px;
    box-shadow: unset;
    height: 45px;
    margin-bottom: 0;
    background-color: transparent;
    color: #fff;
}

.iem_form select {
    margin-bottom: 0;
    box-shadow: unset;
    border-radius: 8px;
    height: 45px;
    color: #fff;
    background-color: transparent;
}

.iem_form textarea {
    box-shadow: unset;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
}

.iem_form textarea::placeholder {
    color: #fff;
}

.iem_form_hcms input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #ff3131;
    box-shadow: unset;
    border: unset;
    margin: 0;
    padding-right: 60px;
}

.iem_form_hcms {
    position: relative;
}

.iem_form_hcms i {
    position: absolute;
}

.wpcf7-spinner {
    position: absolute;
}

.iem_form_hcms i {
    position: absolute;
    left: 63%;
    color: #fff;
    margin-top: 13px;
}

.pricing-card ul li {
    margin-left: 0;
}

.row_mnhass .col:nth-child(2) .col-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 5px;
    border: 1px solid #00a0d2;
    color: #fff;
}

.row-form:last-child .col {
    padding-bottom: 0;
}

.sunbhsa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row .section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.row .section-title-normal {
    border-bottom: 0px solid #ececec;
}

.mjnhsa .col-inner {
    background-color: #0b0809;
    padding: 25px;
    border-radius: 8px;
}

.form_dk .row .col .col-inner {
    padding: 0;
}

.ttb_hmnsah h2 span {
    font-style: italic;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
}

.mjnhsa .col-inner form {
    margin: 0;
}

.row .iem_form_hcms input {
    background-color: #dd3333;
    color: #fff;
    border-radius: 99px;
}

.sec_cthsa {
    /* padding-bottom: 0 !important; */
}

.tj-primary-btn svg {
    width: 24px;
}

.col_form {
    background-color: #0e1c30;
    padding: 25px !important;
    border-radius: 10px;
}

.sub_text_hero p {
    display: flex;
    justify-content: center;
}

.section_tke {
    z-index: 9;
    background: #09090f;
    border-top: 1px solid #ffffff12;
    border-bottom: 1px solid #ffffff12;
}

.sec_mnhsa {
    margin-top: 0px;
}

.dss_mjj p {
    color: #fff;
    text-align: left;
    max-width: 520px;
}

.row_thongkw {
    margin-bottom: 25px;
}

.dss_mjj .sec-titldeps {
    margin-bottom: 20px;
}

section .section-header_qt .subtitle {
    color: #fff;
}

.footer-wrapper {
    z-index: 999;
}

.bxx_img_khangs .col .col-inner .box-text {
    display: none;
}

.bxx_img_khangs .col {
    padding-bottom: 0;
}

.bxx_img_khangs .col .col-inner {
    background-color: #fff;
    border-radius: 5px;
}

.sec_khachhang {
    background: rgb(9, 9, 15);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.section_video_hero_content ul {
    margin: 0;
}

/* DEMO CSS SECTION VIDEO HERO */
.section_video_hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 999;
    background-color: #fff;
    min-height: 100vh;
}

.section_video_hero .row {
    display: flex;
    align-items: center;
}

.section_video_hero video {
    width: 100%;
}

.section_video_hero_content ul li {
    list-style: none;
    margin: 0;
    background-color: #ddd;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.video_hero_content ul li:last-child {
    margin: 0;
}

/**/
/* ── Section ── */
.pg_tk_spham {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #0a0a0f 0%, #111118 50%, #0d0d12 100%); */
    position: relative;
    overflow: hidden;
}

.pg_tk_spham::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.05;
    background-image: radial-gradient(circle at 20% 20%,
            rgba(212, 175, 55, 0.6) 1px,
            transparent 1px),
        radial-gradient(circle at 80% 70%,
            rgba(212, 175, 55, 0.6) 1px,
            transparent 1px);
    background-size: 60px 60px;
}

/* ── Header ── */
.pg_tk_spham .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.pg_tk_spham .label-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.pg_tk_spham .label-row .line {
    display: block;
    height: 1px;
    width: 32px;
    background: #d4af37;
}

.pg_tk_spham .label-row span.text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: color-mix(in oklab, #e1af4a 70%, transparent);
    font-weight: 500;
}

.pg_tk_spham .section-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.15;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
}

.pg_tk_spham .section-title .italic-gold {
    font-style: italic;
    background: linear-gradient(to right, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: capitalize;
}

.pg_tk_spham .section-desc {
    color: #7a7060;
    max-width: 640px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.75;
}

.pg_tk_spham .gold-divider {
    width: 128px;
    height: 1px;
    margin: 32px auto;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

/* ── Grid ── */
.pg_tk_spham .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* ── Card ── */
.pg_tk_spham .card {
    display: flex;
    flex-direction: row;
    background: rgba(20, 20, 25, 0.6);
    overflow: hidden;
    transition: border-color 0.5s;
    position: relative;
    flex-wrap: wrap;
}

.pg_tk_spham .card:hover {
    border-color: rgba(212, 175, 55, 0.5);
}

/* Image area */
.pg_tk_spham .card-image {
    position: relative;
    overflow: hidden;
    max-width: 50%;
    flex-basis: 50%;
}

.pg_tk_spham .card-image img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease-out;
}

.pg_tk_spham .card:hover .card-image img {
    transform: scale(1.1);
}

.pg_tk_spham .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            #0a0a0f,
            rgba(10, 10, 15, 0.3) 40%,
            transparent);
}

.pg_tk_spham .badge-left {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    background: rgba(10, 10, 15, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #d4af37;
    border-radius: 4px;
    display;
}

.pg_tk_spham .badge-right {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10px;
    letter-spacing: 0.25em;
    color: rgba(212, 175, 55, 0.6);
    font-weight: 300;
    display: none;
}

.du_an_thuc_te .badge-right {
    display: none;
}

.pg_tk_spham .icon-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    transition: background 0.5s, border-color 0.5s, color 0.5s;
}

.pg_tk_spham .card:hover .icon-btn {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    border-color: unset;
    color: unset;
}

.pg_tk_spham .icon-btn svg {
    transition: color 0.5s;
}

/* Card body */
.pg_tk_spham .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 15px;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    max-width: 50%;
    flex-basis: 50%;
}

.pg_tk_spham .card-series {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(212, 175, 55, 0.7);
    margin-bottom: 8px;
}

.pg_tk_spham .card-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.pg_tk_spham .card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    flex: 1;
}

.pg_tk_spham .card-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: rgba(240, 234, 214, 0.75);
}

.pg_tk_spham .card-features li .dash {
    margin-top: 6px;
    display: block;
    height: 1px;
    width: 12px;
    background: rgba(212, 175, 55, 0.6);
    flex-shrink: 0;
}

.pg_tk_spham .card-features li span {
    line-height: 1.6;
}

.pg_tk_spham .card-footer {
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.pg_tk_spham .price-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    margin-bottom: 4px;
}

.pg_tk_spham .price {
    line-height: 1;
    font-size: 25px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.pg_tk_spham .arrow-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.pg_tk_spham .arrow-btn:hover {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    color: #000;
}

.pg_tk_spham .arrow-btn svg {
    color: var(--ink);
}

/* ── Banner ── */
.pg_tk_spham .price-banner {
    margin-top: 56px;
    position: relative;
    display: none;
}

.pg_tk_spham .price-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #d4af37, #e8c84a);
    opacity: 0.1;
    filter: blur(32px);
}

.pg_tk_spham .price-banner-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(10, 10, 15, 0.6);
    backdrop-filter: blur(8px);
    opacity: 0;
}

.pg_tk_spham .banner-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pg_tk_spham .banner-icon {
    display: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.4);
    align-items: center;
    justify-content: center;
    color: #d4af37;
    flex-shrink: 0;
}

.pg_tk_spham .banner-sublabel {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(212, 175, 55, 0.7);
    margin-bottom: 4px;
}

.pg_tk_spham .banner-price {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    color: #f0ead6;
}

.pg_tk_spham .banner-price .gold-text {
    background: linear-gradient(90deg, #d4af37, #e8c84a, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pg_tk_spham .banner-price .muted {
    font-size: 14px;
    color: #7a7060;
}

.pg_tk_spham .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: #d4af37;
    color: var(--ink);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s;
    white-space: nowrap;
}

.pg_tk_spham .cta-btn:hover {
    background: #f0ead6;
}

/* css section con người */
.team-section {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.team-section .bg-blur {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 500px;
    height: 300px;
    background: rgba(37, 99, 235, 0.08);
    filter: blur(100px);
    border-radius: 50%;
}

.team-section .header {
    text-align: center;
    margin-bottom: 60px;
    background-color: transparent;
}

.team-section .badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.2);
    color: #c084fc;
    font-size: 14px;
    margin-bottom: 20px;
    width: unset;
}

.team-section .header h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
}

.team-section .gradient-text {
    background: linear-gradient(to right, #d4af37, #f5e6a8);
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic;
}

.title_wiix_vn span {
    background: linear-gradient(to right, #dd3333, #dd3333);
    -webkit-background-clip: text;
    color: transparent;
}

.hero-section-fb-ads .card small {
    font-weight: 700;
}

.team-section .header p {
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: auto;
}

.team-section .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.team-section .card {
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.3s;
}

.team-section .card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.team-section .card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.team-section .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.team-section .card:hover img {
    /* transform: scale(1.05); */
}

.team-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #07091a, transparent);
}

.team-section .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.team-section .blue {
    background: linear-gradient(to right, #3b82f6, #2563eb);
}

.team-section .violet {
    background: linear-gradient(to right, #8b5cf6, #7c3aed);
}

.team-section .pink {
    background: linear-gradient(to right, #ec4899, #e11d48);
}

.team-section .green {
    background: linear-gradient(to right, #22c55e, #10b981);
}

.team-section .card-body {
    padding: 16px;
}

.team-section .card-body h3 {
    color: #fff;
    margin: 0;
}

.team-section .card-body small {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-bottom: 10px;
}

.team-section .card-body p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.team-section .social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.team-section .social button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ccc;
    cursor: pointer;
    margin: 0;
}

.team-section .social button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 32px;
}

.team-section .social button svg {
    width: 14px;
    height: 14px;
}

.team-section .social button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(0 212 255), transparent);
}

.hero-video:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(0 212 255), transparent);
}

/**/
.du_an_thuc_te .products-grid {
    margin-top: 25px;
}

.du_an_thuc_te .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.du_an_thuc_te .card {
    display: flex;
    flex-direction: row;
    background: rgba(20, 20, 25, 0.6);
    overflow: hidden;
    transition: border-color 0.5s;
    position: relative;
    flex-wrap: wrap;
}

.du_an_thuc_te .card-image {
    position: relative;
    overflow: hidden;
}

.du_an_thuc_te .card-image img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease-out;
}

.du_an_thuc_te .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0a0a0f, rgba(10, 10, 15, 0.3) 40%, transparent);
}

.du_an_thuc_te .badge-left {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    background: rgba(10, 10, 15, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #d4af37;
    border-radius: 4px;
}

.du_an_thuc_te .badge-right {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10px;
    letter-spacing: 0.25em;
    color: rgba(212, 175, 55, 0.6);
    font-weight: 300;
}

.du_an_thuc_te .icon-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    transition: background 0.5s, border-color 0.5s, color 0.5s;
}

.du_an_thuc_te .icon-btn svg {
    transition: color 0.5s;
}

.du_an_thuc_te .products-grid .card {
    padding: 0;
    background: rgba(255, 255, 255, 0.07);
    border: unset;
}

.du_an_thuc_te .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 15px;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.du_an_thuc_te .card-series {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(212, 175, 55, 0.7);
    margin-bottom: 8px;
}

.du_an_thuc_te .card-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.du_an_thuc_te .card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    flex: 1;
}

.du_an_thuc_te .card-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: rgba(240, 234, 214, 0.75);
}

.du_an_thuc_te .card-features li .dash {
    margin-top: 6px;
    display: block;
    height: 1px;
    width: 12px;
    background: rgba(212, 175, 55, 0.6);
    flex-shrink: 0;
}

.du_an_thuc_te .card-features li span {
    line-height: 1.6;
}

.du_an_thuc_te .card-footer {
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.du_an_thuc_te .price-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    margin-bottom: 4px;
}

.du_an_thuc_te .price {
    line-height: 1;
    font-size: 25px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.du_an_thuc_te .arrow-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

/* hero fix */
/* ── Section ── */
.hero_thietke_qt {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 7rem 1.5rem 5rem;
    overflow: hidden;
}

/* ── Background ── */
.hero__bg {
    position: absolute;
    inset: 0;
}

.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    animation: slowZoom 14s ease-in-out infinite alternate;
}

.hero__overlay-r {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right, #0c0a095c 0%, rgb(12 10 9 / 94%) 55%, rgba(12, 10, 9, 0.3) 100%); */
}

.hero__overlay-t {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, #0c0a09 0%, transparent 50%, rgba(12, 10, 9, 0.4) 100%); */
}

.hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    /* background-image:
        linear-gradient(rgba(201, 168, 76, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 168, 76, 0.07) 1px, transparent 1px);
    background-size: 60px 60px; */
}

/* ── Glows ── */
.glow-top {
    pointer-events: none;
    position: absolute;
    top: -10rem;
    right: -10rem;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.35) 0%, transparent 70%);
    filter: blur(60px);
    opacity: 0.3;
}

.glow-bottom {
    pointer-events: none;
    position: absolute;
    bottom: -10rem;
    left: -10rem;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(154, 111, 46, 0.35) 0%, transparent 70%);
    filter: blur(60px);
    opacity: 0.2;
}

/* ── Decorative text ── */
.deco-luxury {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    font-style: italic;
    font-size: 14rem;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(201, 168, 76, 0.35);
    opacity: 0.3;
    user-select: none;
    display: none;
}

@media(min-width:1280px) {
    .deco-luxury {
        display: block;
    }
}

/* ── Grid layout ── */
.hero__inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media(min-width:1024px) {
    .hero__inner {
        grid-template-columns: 7fr 5fr;
    }
}

/* ── Left column ── */
.hero__content {
    animation: floatUp 0.9s ease both;
}

/* Badges */
.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 500;
}

.badge--gold {
    border: 1px solid rgba(201, 168, 76, 0.4);
    background: rgba(201, 168, 76, 0.05);
    color: #c9a84c;
}

.badge--dark {
    border: 1px solid rgba(201, 168, 76, 0.2);
    background: rgba(22, 20, 17, 0.6);
    color: rgba(245, 240, 232, 0.8);
}

.dot-ping {
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
}

.dot-ping__ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c9a84c;
    opacity: 0.75;
    animation: ping 1.4s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.dot-ping__dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9a84c;
}

.star-icon {
    color: #c9a84c;
    fill: #c9a84c;
}

/* Eyebrow */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.eyebrow__line {
    height: 1px;
    width: 2rem;
    background: #c9a84c;
}

.eyebrow__text {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #c9a84c;
    font-weight: 500;
}

/* Heading */
.hero__heading {
    font-size: 50px;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 500;
}

.text-gold-gradient {
    background: linear-gradient(135deg, #9a6f2e 0%, #e2c97e 50%, #9a6f2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
}

.underline-gold {
    position: relative;
    display: inline-block;
}

.underline-gold svg {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}

.sparkle-wrap {
    position: relative;
    display: inline-block;
}

.sparkle-wrap .sparkle-icon {
    position: absolute;
    top: -12px;
    right: -24px;
    color: #c9a84c;
    animation: shimmer 2s ease-in-out infinite;
}

/* Lead */
.hero__lead {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: #a09070;
    max-width: 38rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero__lead .highlight {
    color: #c9a84c;
}

/* Feature pills */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    max-width: 42rem;
}

@media(max-width:600px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

.feature-pill {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1rem;
    border-radius: 2px;
    border: 1px solid rgba(201, 168, 76, 0.2);
    background: rgba(22, 20, 17, 0.5);
    backdrop-filter: blur(8px);
    font-size: 0.85rem;
    color: rgba(245, 240, 232, 0.9);
    transition: border-color 0.2s, background 0.2s;
}

.feature-pill:hover {
    border-color: rgba(201, 168, 76, 0.5);
    background: rgba(22, 20, 17, 0.8);
}

.feature-pill svg {
    color: #c9a84c;
    flex-shrink: 0;
}

/* CTA buttons */
.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-primary {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #9a6f2e, #e2c97e, #9a6f2e);
    background-size: 200% 100%;
    color: #0c0a09;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 0 24px rgba(201, 168, 76, 0.35);
    animation: pulseGlow 2.4s ease-in-out infinite, shineMove 3s linear infinite;
    transition: transform 0.2s;
}

.btn-primary:hover {
    transform: scale(1.02);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: 1px solid rgba(201, 168, 76, 0.5);
    color: #c9a84c;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-secondary:hover {
    background: rgba(201, 168, 76, 0.1);
}

.btn-secondary svg {
    transition: transform 0.2s;
}

.btn-secondary:hover svg {
    transform: rotate(12deg);
}

/* Partners row */
.partners-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.7rem;
    color: #a09070;
}

.avatar-stack {
    display: flex;
}

.avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.4);
    background: #161411;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -0.5rem;
}

.avatar svg {
    color: #c9a84c;
}

/* ── Right column (product card) ── */
.hero__visual {
    display: none;
    animation: floatUp 0.9s 0.2s ease both;
}

@media(min-width:1024px) {
    .hero__visual {
        display: block;
    }
}

.visual-wrap {
    position: relative;
}

.visual-glow {
    position: absolute;
    inset: -1rem;
    background: linear-gradient(135deg, #9a6f2e03, #e2c97eb5);
    opacity: 0.2;
    filter: blur(32px);
    border-radius: 1rem;
}

.product-card {
    position: relative;
    animation: floatY 5s ease-in-out infinite;
}

.product-card__inner {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 4px;
    overflow: hidden;
    border: 0px solid rgba(201, 168, 76, 0.3);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(201, 168, 76, 0.1);
}

.product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #1a1208 0%, #2a1e0a 50%, #1a1208 100%);
}

/* placeholder gradient when image missing */
.product-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #1f1609 0%, #3a2a10 40%, #1f1609 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: rgba(201, 168, 76, 0.4);
    letter-spacing: 0.2em;
}

.product-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0c0a09 0%, rgba(12, 10, 9, 0.15) 50%, transparent 100%);
}

.product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    background: rgba(12, 10, 9, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(201, 168, 76, 0.4);
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #c9a84c;
}

.product-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
}

.product-card__series {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(201, 168, 76, 0.8);
    margin-bottom: 0.25rem;
}

.product-card__name {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.product-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.product-card__price {
    font-size: 1.25rem;
    font-weight: 500;
    background: linear-gradient(135deg, #9a6f2e, #e2c97e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Floating cards */
.float-card {
    position: absolute;
    background: rgba(22, 20, 17, 0.95);
    backdrop-filter: blur(12px);
    border: 0px solid rgba(201, 168, 76, 0.3);
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.float-quote {
    left: -2.5rem;
    top: 4rem;
    max-width: 200px;
    animation: floatY 6s 1s ease-in-out infinite;
}

.float-quote svg {
    color: #c9a84c;
    margin-bottom: 0.5rem;
}

.float-quote p {
    font-size: 0.7rem;
    line-height: 1.5;
    color: rgba(245, 240, 232, 0.9);
}

.float-quote small {
    font-size: 0.6rem;
    color: #a09070;
    display: block;
    margin-top: 0.5rem;
}

.float-award {
    right: -1.5rem;
    bottom: 5rem;
    background: linear-gradient(135deg, #9a6f2e, #e2c97e);
    color: #0c0a09;
    border: unset;
    border-radius: 4px;
    animation: floatY 5s 0.5s ease-in-out infinite;
}

.float-award__inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.float-award__num {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.float-award__label {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ── Scroll indicator ── */
.scroll-indicator {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(201, 168, 76, 0.6);
}

@media(min-width:768px) {
    .scroll-indicator {
        display: flex;
    }
}

.scroll-indicator span {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.scroll-mouse {
    width: 1.25rem;
    height: 2.25rem;
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    padding-top: 0.375rem;
}

.scroll-dot {
    width: 4px;
    height: 6px;
    border-radius: 9999px;
    background: #c9a84c;
    animation: scrollDot 1.8s ease-in-out infinite;
}

/* ── Keyframes ── */
@keyframes slowZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

@keyframes floatUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes shimmer {

    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2) rotate(10deg);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 24px rgba(201, 168, 76, 0.35);
    }

    50% {
        box-shadow: 0 0 40px rgba(201, 168, 76, 0.6);
    }
}

@keyframes shineMove {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}

@keyframes scrollDot {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    80% {
        transform: translateY(8px);
        opacity: 0;
    }
}

.badge-row .badge {
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: unset !important;
}

/*css fix */
.header.show-on-scroll,
.header.has-transparent,
.header.transparent {
    position: absolute;
    background-color: transparent;
}