/*
Theme Name: Phoenix
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --service-google-color: #fff;
    --service-youtube-color: #fff;
    --service-facebook-color: #fff;
    --service-setup-color: #fff;
    --service-website-color: #fff;
    --service-tiktok-color: #fff;
    --footer-dark-color:#bcb2a6;
    --header-top-bg: #191512;
    /* global scope */
    --amber: #F7A823;
    --amber-soft: #FFC857;
    --font-family: "Be Vietnam Pro", Arial, sans-serif;
    --font-family-heading: Archivo, Arial, sans-serif;

    --red: #D2232A;
    --red-dark: #9E1217;
    --red-deep: #6E0C10;
    --amber: #F7A823;
    --amber-soft: #FFC857;
    --ink: #191512;
    --ink-2: #2A2420;
    --paper: #FBF8F4;
    --paper-2: #F2ECE3;
    --line: #E2D9CC;
    --gray: #6F665C;
    --white: #fff;
    --shadow: 0 18px 40px -22px rgba(110, 12, 16, .45);
    --font-family: "Be Vietnam Pro", Arial, sans-serif;
    --font-family-heading: Archivo, Arial, sans-serif;

    /* Backward-compatible aliases for old Phoenix Dealer CSS */
    --phoenix-red: var(--red);
    --phoenix-red-dark: var(--red-dark);
    --phoenix-red-deep: #6E0C10;
    --phoenix-deep: var(--red-deep);
    --phoenix-amber: var(--amber);
    --phoenix-amber-soft: var(--amber-soft);
    --phoenix-ink: var(--ink);
    --phoenix-ink-2: var(--ink-2);
    --phoenix-paper: var(--paper);
    --phoenix-paper-2: var(--paper-2);
    --phoenix-line: var(--line);
    --phoenix-gray: var(--gray);
    --phoenix-white: var(--white);
    --phoenix-shadow: var(--shadow);
    --phoenix-maxw: 1240px;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

.text-primary {color: var(--primary-color) !important;}

.font-light {font-weight: 300;}
.font-regular {font-weight: 400;}
.font-medium{  font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: 700;}
.font-extrabold{font-weight: 800;}
.section-title-normal {
    span{
        border-color: var(--primary-color);
    }
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit]{
    font-weight: 600;
}
.button{
    .white{
        color: #4c4c4c !important;
    }
}

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Fix Flatsome 3.20.3 data-animate transition */
@media (prefers-reduced-motion: no-preference) {
    [data-animate="fadeInUp"] {
        opacity: 0 !important;
        transform: translate3d(0, 70px, 0);
        transition: transform 1.1s cubic-bezier(.22, 1, .36, 1), opacity .65s ease !important;
        will-change: transform, opacity;
    }

    [data-animate="fadeInUp"][data-animated="true"] {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) scale(1);
    }
}
/*************** SECTION HEADER  ***************/

.header-top a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .2s
}
.header-top svg {
    width: 14px;
    height: 14px;
    fill: var(--amber)
}
.header-top a:hover {
    color: var(--amber)
}
.top-bar-nav>li.html{
    font-size:1em;
    a{font-weight: 400;}
}
/* ================================================================================================================== PHOENIX ABOUT PAGE
   PHOENIX ABOUT PAGE - Flatsome UX Builder CSS
   Depends on: phoenix-shared-vars.css

   Important fixes:
   - Keep reusable hero class: .phoenix-pagehero
   - No page-specific variable wrapper
   - No unused section wrapper class
   ========================================================= */

/* Base typography for Phoenix sections in this page */
.phoenix-pagehero,
.phoenix-split-section,
.phoenix-mission,
.phoenix-stats-section,
.phoenix-mid-cta,
.phoenix-hazard-section {
    font-family: var(--font-family);
    line-height: 1.6;
    overflow: hidden;
}

.phoenix-pagehero *,
.phoenix-pagehero *::before,
.phoenix-pagehero *::after,
.phoenix-split-section *,
.phoenix-split-section *::before,
.phoenix-split-section *::after,
.phoenix-mission *,
.phoenix-mission *::before,
.phoenix-mission *::after,
.phoenix-stats-section *,
.phoenix-stats-section *::before,
.phoenix-stats-section *::after,
.phoenix-mid-cta *,
.phoenix-mid-cta *::before,
.phoenix-mid-cta *::after {
    box-sizing: border-box;
}



.phoenix-pagehero h1,
.phoenix-pagehero h2,
.phoenix-split-section h2,
.phoenix-split-section h3,
.phoenix-split-section h4,
.phoenix-mission h2,
.phoenix-mission h3,
.phoenix-mission h4,
.phoenix-stats-section h2,
.phoenix-stats-section h3,
.phoenix-stats-section h4,
.phoenix-mid-cta h2 {
    font-family: var(--font-family-heading);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.phoenix-pagehero a,
.phoenix-split-section a,
.phoenix-mission a,
.phoenix-stats-section a,
.phoenix-mid-cta a {
    color: inherit;
    text-decoration: none;
}

.phoenix-eyebrow {
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.phoenix-eyebrow::before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--amber);
    flex: 0 0 auto;
}

.phoenix-section-title {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 18px;
    color: var(--ink);
}

.phoenix-section-title-lg {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    font-weight: 800;
    text-transform: uppercase;
    margin: 16px 0 12px;
    color: var(--ink);
}

.phoenix-copy {
    color: var(--ink-2);
    font-size: 1rem;
    margin-bottom: 14px;
}

.phoenix-muted {
    color: var(--gray);
}

.phoenix-section-head {
    max-width: 720px;
}

.phoenix-section-head .phoenix-eyebrow {
    justify-content: center;
}

/* PAGE HERO - reusable across Phoenix pages. Do not rename this class. */
.phoenix-pagehero {
    position: relative;
    background: var(--ink);
    color: #fff;
}

.phoenix-pagehero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(210, 35, 42, .5), transparent 48%),
        radial-gradient(circle at 95% 90%, rgba(247, 168, 35, .25), transparent 42%),
        linear-gradient(120deg, #191512, #2a1413 60%, #3a0e10);
}

.phoenix-pagehero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .06;
    background-image:
        linear-gradient(var(--amber) 1px, transparent 1px),
        linear-gradient(90deg, var(--amber) 1px, transparent 1px);
    background-size: 46px 46px;
}

.phoenix-pagehero .row {
    position: relative;
    z-index: 2;
}

.phoenix-pagehero .phoenix-eyebrow {
    color: var(--amber-soft);
}

.phoenix-pagehero .phoenix-eyebrow::before {
    background: var(--red);
}

.phoenix-pagehero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 18px 0 14px;
    color: #fff;
}

.phoenix-pagehero p {
    max-width: 600px;
    color: #d8cfc4;
    font-size: 1.08rem;
    margin-bottom: 14px;
}

.phoenix-breadcrumb {
    font-size: .82rem;
    color: #bcb2a6;
    margin-top: 20px;
}

.phoenix-breadcrumb span,
.phoenix-breadcrumb a:hover {
    color: var(--amber);
}

.phoenix-hazard {
    height: 10px;
    width: 100%;
    background: repeating-linear-gradient(45deg, var(--amber) 0 22px, var(--ink) 22px 44px);
}

/* Shared split layout */
.phoenix-split-section {
    background: var(--paper);
    color: var(--ink);
}

.phoenix-split-section.is-paper-2 {
    background: var(--paper-2);
}

.phoenix-visual {
    position: relative;
    min-height: 360px;
    background: linear-gradient(135deg, #9E1217, #2a2420);
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.phoenix-visual.is-green {
    background: linear-gradient(135deg, #2a3a1a, #1f5130);
}

.phoenix-visual.is-amber {
    background: linear-gradient(135deg, #3a2a14, #b07a18);
}

.phoenix-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 34px 34px;
}

.phoenix-visual-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 32px 20px;
}

.phoenix-visual-inner svg {
    width: 90px;
    height: 90px;
    fill: var(--amber);
    margin-bottom: 14px;
}

.phoenix-visual-inner b {
    display: block;
    font-family: var(--font-family-heading);
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* Feature list */
.phoenix-feature-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.phoenix-feature-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid var(--paper-2);
}

.phoenix-feature-list li:last-child {
    border-bottom: none;
}

.phoenix-feature-list svg {
    width: 20px;
    height: 20px;
    fill: var(--red);
    flex-shrink: 0;
    margin-top: 4px;
}

.phoenix-feature-list b {
    display: block;
    color: var(--ink);
}

.phoenix-feature-list small {
    display: block;
    color: var(--gray);
    font-size: .9rem;
}

/* Mission / story */
.phoenix-mission {
    background: var(--ink);
    color: #fff;
    position: relative;
}

.phoenix-mission::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -60px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(210, 35, 42, .4), transparent 70%);
}

.phoenix-mission .row {
    position: relative;
    z-index: 2;
}

.phoenix-mission .phoenix-eyebrow {
    color: var(--amber-soft);
}

.phoenix-mission .phoenix-eyebrow::before {
    background: var(--red);
}

.phoenix-mission h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 16px 0 18px;
    color: #fff;
}

.phoenix-mission p {
    color: #d8cfc4;
    margin-bottom: 14px;
}

.phoenix-value-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 20px 22px;
    margin-bottom: 14px;
    transition: .25s ease;
}

.phoenix-value-card:hover {
    background: var(--red);
    border-color: var(--red);
}

.phoenix-value-card svg {
    width: 32px;
    height: 32px;
    fill: var(--amber);
    flex-shrink: 0;
}

.phoenix-value-card:hover svg {
    fill: #fff;
}

.phoenix-value-card h4 {
    font-size: 1.05rem;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #fff;
}

.phoenix-value-card p {
    color: #bcb2a6;
    font-size: .9rem;
    margin: 0;
}

.phoenix-value-card:hover p {
    color: #f3d9c0;
}

/* Stats */
.phoenix-stats-section {
    background: var(--paper-2);
    color: var(--ink);
}

.phoenix-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    background: #fff;
}

.phoenix-stat-item {
    padding: 38px 24px;
    text-align: center;
    border-right: 1px solid var(--line);
}

.phoenix-stat-item:last-child {
    border-right: none;
}

.phoenix-stat-item b {
    font-family: var(--font-family-heading);
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--red);
    display: block;
    line-height: 1;
}

.phoenix-stat-item b span {
    color: var(--amber);
}

.phoenix-stat-item p {
    font-size: .88rem;
    color: var(--gray);
    margin: 8px 0 0;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.phoenix-stats-note {
    text-align: center;
    max-width: 720px;
    margin: 26px auto 0;
    color: var(--gray);
    font-size: .98rem;
}

/* Factory capacity */
.phoenix-cap-card {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 5px solid var(--red);
    padding: 34px 32px;
    height: 100%;
}

.phoenix-cap-badge {
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--amber);
    background: var(--ink);
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 18px;
}

.phoenix-cap-card h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: var(--ink);
}

.phoenix-cap-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid var(--paper-2);
}

.phoenix-cap-line:last-child {
    border-bottom: none;
}

.phoenix-cap-line span {
    color: var(--gray);
    font-size: .92rem;
}

.phoenix-cap-line strong {
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--red);
    text-align: right;
}

/* CTA */
.phoenix-mid-cta {
    background: linear-gradient(120deg, var(--red-deep), var(--red));
    color: #fff;
    position: relative;
}

.phoenix-mid-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(45deg, #fff 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-mid-cta .row {
    position: relative;
    z-index: 2;
}

.phoenix-mid-cta h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    max-width: 620px;
    color: #fff;
    margin: 0 0 10px;
}

.phoenix-mid-cta p {
    color: #ffd9bd;
    max-width: 560px;
    margin: 0;
}


.phoenix-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .92rem;
    padding: 14px 26px;
    min-height: 48px;
    text-transform: uppercase;
    transition: .25s ease;
}

.phoenix-btn-primary {
    background: var(--red);
    color: #fff;
}

.phoenix-btn-primary:hover {
    background: var(--red-dark);
    color: #fff;
    transform: translateY(-2px);
}

.phoenix-btn-amber {
    background: var(--amber);
    color: var(--ink);
}

.phoenix-btn-amber:hover {
    background: var(--amber-soft);
    color: var(--ink);
    transform: translateY(-2px);
}

.phoenix-btn-ghost {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .55);
    background: transparent;
}

.phoenix-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

/* Lightweight reveal without JS */
.phoenix-reveal {
    /*animation: phoenixFadeUp .7s cubic-bezier(.2, .7, .2, 1) both;*/
}

@keyframes phoenixFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Responsive */
@media (max-width: 980px) {
    .phoenix-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .phoenix-stat-item:nth-child(2) {
        border-right: none;
    }

    .phoenix-stat-item:nth-child(1),
    .phoenix-stat-item:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }

    .phoenix-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .phoenix-pagehero h1 {
        font-size: 2.15rem;
    }

    .phoenix-pagehero p {
        font-size: .98rem;
    }

    .phoenix-visual {
        min-height: 260px;
    }

    .phoenix-visual-inner svg {
        width: 72px;
        height: 72px;
    }

    .phoenix-stats-grid {
        grid-template-columns: 1fr;
    }

    .phoenix-stat-item,
    .phoenix-stat-item:nth-child(2) {
        border-right: none;
    }

    .phoenix-stat-item {
        border-bottom: 1px solid var(--line);
        padding: 30px 20px;
    }

    .phoenix-stat-item:last-child {
        border-bottom: none;
    }

    .phoenix-cap-card {
        padding: 28px 22px;
    }

    .phoenix-cap-line {
        display: block;
    }

    .phoenix-cap-line strong {
        display: block;
        text-align: left;
        margin-top: 4px;
    }

    .phoenix-actions {
        width: 100%;
    }

    .phoenix-btn {
        width: 100%;
    }
}


/*================================================================================================================== PHOENIX DEALER PAGE  ***************/
/* ================================
   PHOENIX DEALER PAGE - UX BUILDER SAFE
   Scope: .px-dealer-page
================================ */
.phoenix-dealer-page {
    --phoenix-red: #D2232A;
    --phoenix-red-dark: #9E1217;
    --phoenix-deep: #6E0C10;
    --phoenix-amber: #F7A823;
    --phoenix-amber-soft: #FFC857;
    --phoenix-ink: #191512;
    --phoenix-ink-2: #2A2420;
    --phoenix-paper: #FBF8F4;
    --phoenix-paper-2: #F2ECE3;
    --phoenix-line: #E2D9CC;
    --phoenix-gray: #6F665C;
    --phoenix-white: #fff;
    --phoenix-shadow: 0 18px 40px -22px rgba(110, 12, 16, .45);
    background: var(--phoenix-paper);
    color: var(--phoenix-ink);
    overflow: hidden;
}


.phoenix-dealer-page svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block
}


.phoenix-dealer-page h1,
.phoenix-dealer-page h2,
.phoenix-dealer-page h3,
.phoenix-dealer-page h4 {
    font-family: var(--font-family-heading);
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-top: 0;
}


.phoenix-eyebrow {
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--phoenix-red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin:0;
}

.phoenix-eyebrow:before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--phoenix-amber);
    display: block;
}

.phoenix-sec-head {
    margin-bottom: 46px;
}

.phoenix-sec-head.phoenix-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.phoenix-center .phoenix-eyebrow {
    justify-content: center
}

.phoenix-sec-head h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    font-weight: 800;
    text-transform: uppercase;
    margin: 16px 0 12px;
    color: var(--phoenix-ink);
}

.phoenix-sec-head p {
    color: var(--phoenix-gray);
    font-size: 1.05rem;
    margin: 0;
}

/* PAGE HERO */
.phoenix-pagehero {
    position: relative;
    color: #fff;
    padding: 64px 0 58px !important;
    background:
        radial-gradient(circle at 80% 30%, rgba(210, 35, 42, .5), transparent 48%),
        radial-gradient(circle at 95% 90%, rgba(247, 168, 35, .25), transparent 42%),
        linear-gradient(120deg, #191512, #2a1413 60%, #3a0e10);
}

.phoenix-pagehero:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .06;
    background-image: linear-gradient(var(--phoenix-amber) 1px, transparent 1px), linear-gradient(90deg, var(--phoenix-amber) 1px, transparent 1px);
    background-size: 46px 46px;
    pointer-events: none;
}

.phoenix-pagehero .phoenix-wrap {
    position: relative;
    z-index: 2
}

.phoenix-pagehero .phoenix-eyebrow {
    color: var(--phoenix-amber-soft)
}

.phoenix-pagehero .phoenix-eyebrow:before {
    background: var(--phoenix-red)
}

.phoenix-pagehero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 18px 0 14px;
    color: #fff;
}

.phoenix-pagehero p {
    color: #d8cfc4;
    max-width: 600px;
    font-size: 1.08rem;
    margin: 0;
}

.phoenix-crumb {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: .82rem;
    color: #bcb2a6;
    margin-top: 20px;
}

.phoenix-crumb a {
    color: #bcb2a6
}

.phoenix-crumb a:hover,
.phoenix-crumb strong {
    color: var(--phoenix-amber);
    font-weight: 600
}

.phoenix-hazard {
    height: 10px;
    background: repeating-linear-gradient(45deg, var(--phoenix-amber) 0 22px, var(--phoenix-ink) 22px 44px);
}

/* BENEFITS */
.phoenix-benefits {
    background: var(--phoenix-paper) !important
}

.phoenix-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--phoenix-line);
    background: #fff;
    margin-bottom: 60px;
}

.phoenix-stat {
    padding: 34px 24px;
    text-align: center;
    border-right: 1px solid var(--phoenix-line);
}

.phoenix-stat:last-child {
    border-right: 0
}

.phoenix-stat b {
    font-family: var(--font-family-heading);
    font-weight: 900;
    font-size: 2.4rem;
    color: var(--phoenix-red);
    display: block;
    line-height: 1;
}

.phoenix-stat p {
    font-size: .88rem;
    color: var(--phoenix-gray);
    margin: 8px 0 0;
    text-transform: uppercase;
    letter-spacing: .03em;
}


.phoenix-benefit-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--phoenix-line);
    padding: 32px 28px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}

.phoenix-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--phoenix-shadow);
    border-color: transparent;
}

.phoenix-icon {
    width: 54px;
    height: 54px;
    background: var(--phoenix-ink);
    color: var(--phoenix-amber);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.phoenix-icon svg {
    width: 28px;
    height: 28px
}

.phoenix-benefit-card h4 {
    font-size: 1.12rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--phoenix-ink);
}

.phoenix-benefit-card p {
    color: var(--phoenix-gray);
    font-size: .94rem;
    margin: 0;
}

/* COVERAGE */
.phoenix-coverage {
    position: relative;
    color: #fff;
    background: var(--phoenix-ink) !important;
    overflow: hidden;
}

.phoenix-coverage:before {
    content: "";
    position: absolute;
    top: -90px;
    right: -70px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(210, 35, 42, .4), transparent 70%);
}

.phoenix-coverage .phoenix-wrap {
    position: relative;
    z-index: 2
}

.phoenix-coverage .phoenix-sec-head h2 {
    color: #fff
}

.phoenix-coverage .phoenix-sec-head p {
    color: #c8bfb4
}

.phoenix-coverage .phoenix-eyebrow {
    color: var(--phoenix-amber-soft)
}

.phoenix-coverage .phoenix-eyebrow:before {
    background: var(--phoenix-red)
}

.phoenix-region-col {
    padding: 9px !important
}

.phoenix-region-card {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .03);
    padding: 26px 22px;
    text-align: center;
    transition: all .25s ease;
}

.phoenix-region-card:hover {
    background: var(--phoenix-red);
    border-color: var(--phoenix-red);
    transform: translateY(-5px);
}

.phoenix-region-card svg {
    width: 34px;
    height: 34px;
    color: var(--phoenix-amber);
    margin-bottom: 14px;
}

.phoenix-region-card:hover svg {
    color: #fff
}

.phoenix-region-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.phoenix-region-card p {
    color: #bcb2a6;
    font-size: .85rem;
    margin: 4px 0 0;
}

.phoenix-region-card:hover p {
    color: #f3d9c0
}

.phoenix-coverage-note {
    color: #bcb2a6;
    font-size: .92rem;
    text-align: center;
    margin: 22px 0 0;
}

.phoenix-coverage-note b {
    color: var(--phoenix-amber)
}

/* PROCESS */
.phoenix-process {
    background: var(--phoenix-paper-2) !important
}

.phoenix-process-col,
.phoenix-benefit-col {
    .col-inner {
        height: 100%;
    }
}

.phoenix-step-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--phoenix-line);
    border-top: 5px solid var(--phoenix-red);
    padding: 30px 26px;
}

.phoenix-step-card b {
    font-family: var(--font-family-heading);
    font-weight: 900;
    font-size: 2.2rem;
    color: var(--phoenix-amber);
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.phoenix-step-card h4 {
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: var(--phoenix-ink);
}

.phoenix-step-card p {
    color: var(--phoenix-gray);
    font-size: .9rem;
    margin: 0;
}

/* REGISTER */
.phoenix-register {
    background: var(--phoenix-paper) !important
}

.phoenix-register-box {
    border: 1px solid var(--phoenix-line);
    box-shadow: var(--phoenix-shadow);
    background: #fff;
}

.phoenix-register-side {
    background: linear-gradient(135deg, #9E1217, #2a2420);
    color: #fff;
    padding: 44px 40px !important;
    position: relative;
    overflow: hidden;
}

.phoenix-register-side:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-register-side-inner {
    position: relative;
    z-index: 2
}

.phoenix-register-side h3 {
    font-size: 1.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 16px;
}

.phoenix-register-side p {
    color: #e8d6cb;
    margin: 0 0 24px;
    font-size: .95rem;
}

.phoenix-register-side a,
.phoenix-register-side span {
    display: flex;
    gap: 11px;
    align-items: center;
    color: #fff;
    font-size: .92rem;
    margin-bottom: 14px;
}

.phoenix-register-side svg {
    width: 18px;
    height: 18px;
    color: var(--phoenix-amber);
    flex-shrink: 0;
}

.phoenix-register-body {
    padding: 44px 40px !important
}

.phoenix-form label {
    display: block;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--phoenix-ink-2);
    margin-bottom: 18px;
}

.phoenix-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.phoenix-form input,
.phoenix-form select,
.phoenix-form textarea {
    width: 100%;
    margin-top: 7px;
    padding: 12px 14px;
    border: 1.5px solid var(--phoenix-line);
    background: var(--phoenix-paper);
    font-size: .95rem;
    color: var(--phoenix-ink);
    transition: border-color .2s ease, background .2s ease;
    min-height: 46px;
}

.phoenix-form textarea {
    min-height: 96px;
    resize: vertical;
}

.phoenix-form input:focus,
.phoenix-form select:focus,
.phoenix-form textarea:focus {
    outline: none;
    border-color: var(--phoenix-red);
    background: #fff;
}

.phoenix-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 0;
    background: var(--phoenix-red);
    color: #fff;
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .92rem;
    text-transform: uppercase;
    padding: 14px 26px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.phoenix-btn:hover {
    background: var(--phoenix-red-dark);
    transform: translateY(-2px);
}

.phoenix-form-note {
    font-size: .82rem;
    color: var(--phoenix-gray);
    margin: 14px 0 0;
}

/* DEALER LIST - CSS ONLY FILTER */
.phoenix-dealer-list-section {
    background: var(--phoenix-paper-2) !important
}

.phoenix-dealer-tabs>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.phoenix-tab-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 34px;
}

.phoenix-tab-labels label {
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1.5px solid var(--phoenix-line);
    background: #fff;
    color: var(--phoenix-ink-2);
    cursor: pointer;
    transition: all .2s ease;
}

.phoenix-tab-labels label:hover {
    border-color: var(--phoenix-red);
    color: var(--phoenix-red);
}

#dealer-all:checked~.phoenix-tab-labels label[for="dealer-all"],
#dealer-bac:checked~.phoenix-tab-labels label[for="dealer-bac"],
#dealer-trung:checked~.phoenix-tab-labels label[for="dealer-trung"],
#dealer-nam:checked~.phoenix-tab-labels label[for="dealer-nam"] {
    background: var(--phoenix-red);
    border-color: var(--phoenix-red);
    color: #fff;
}

.phoenix-dealer-table {
    border: 1px solid var(--phoenix-line);
    background: #fff;
    box-shadow: var(--phoenix-shadow);
    overflow: hidden;
}

.phoenix-dealer-head,
.phoenix-dealer-row {
    display: grid;
    grid-template-columns: 46px 1.4fr 1fr 1.3fr 150px;
    gap: 16px;
    align-items: center;
    padding: 16px 24px;
}

.phoenix-dealer-head {
    background: var(--phoenix-ink);
    color: #fff;
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.phoenix-dealer-row {
    border-top: 1px solid var(--phoenix-line);
    transition: background .18s ease;
}

.phoenix-dealer-row:hover {
    background: var(--phoenix-paper)
}

.phoenix-dealer-row .no {
    font-family: var(--font-family-heading);
    font-weight: 900;
    color: var(--phoenix-amber);
    font-size: 1.05rem;
}

.phoenix-dealer-row .nm {
    font-weight: 800;
    color: var(--phoenix-ink);
}

.phoenix-dealer-row .nm small {
    display: block;
    font-weight: 400;
    font-size: .8rem;
    color: var(--phoenix-gray);
    margin-top: 2px;
}

.phoenix-dealer-row .rg {
    display: inline-block;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .74rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: var(--phoenix-paper-2);
    color: var(--phoenix-ink-2);
    padding: 5px 11px;
}

.phoenix-dealer-row .ad,
.phoenix-dealer-row .ph {
    color: var(--phoenix-gray);
    font-size: .9rem;
}

.phoenix-dealer-row .ad span,
.phoenix-dealer-row .ph span {
    display: none
}

.phoenix-dealer-row .ph a {
    color: var(--phoenix-red);
    font-weight: 700;
}

#dealer-bac:checked~.phoenix-dealer-table .phoenix-dealer-row:not(.dealer-bac),
#dealer-trung:checked~.phoenix-dealer-table .phoenix-dealer-row:not(.dealer-trung),
#dealer-nam:checked~.phoenix-dealer-table .phoenix-dealer-row:not(.dealer-nam) {
    display: none;
}

.phoenix-dealer-note {
    text-align: center
}

/* RESPONSIVE */
@media (max-width:980px) {
    .phoenix-stats {
        grid-template-columns: 1fr 1fr
    }

    .phoenix-stat:nth-child(2) {
        border-right: 0
    }

    .phoenix-stat:nth-child(1),
    .phoenix-stat:nth-child(2) {
        border-bottom: 1px solid var(--phoenix-line)
    }
}

@media (max-width:760px) {
    .phoenix-dealer-page .phoenix-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .phoenix-pagehero {
        padding: 52px 0 48px !important;
    }

    .phoenix-stats {
        grid-template-columns: 1fr;
        margin-bottom: 42px;
    }

    .phoenix-stat {
        border-right: 0;
        border-bottom: 1px solid var(--phoenix-line);
        padding: 28px 20px;
    }

    .phoenix-stat:last-child {
        border-bottom: 0
    }

    .phoenix-benefit-col,
    .phoenix-region-col,
    .phoenix-process-col {
        padding: 9px 0 !important
    }

    .phoenix-register-side,
    .phoenix-register-body {
        padding: 32px 26px !important;
    }

    .phoenix-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .phoenix-tab-labels {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .phoenix-tab-labels label {
        text-align: center;
        padding: 11px 12px;
    }

    .phoenix-dealer-head {
        display: none
    }

    .phoenix-dealer-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px;
    }

    .phoenix-dealer-row .no {
        display: none
    }

    .phoenix-dealer-row .ad span,
    .phoenix-dealer-row .ph span {
        display: inline;
        font-family: var(--font-family-heading);
        font-weight: 800;
        font-size: .7rem;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: var(--phoenix-gray);
        margin-right: 6px;
    }
}

@media (max-width:480px) {
    .phoenix-pagehero h1 {
        font-size: 2.05rem
    }

    .phoenix-sec-head h2 {
        font-size: 1.75rem
    }

    .phoenix-tab-labels {
        grid-template-columns: 1fr
    }
}
/*************** PAGE PMSC BLOCK  ***************/
/*================================================================================================================== PAGE PMSC BLOCK
   PAGE PMSC BLOCK
   Dùng chung cho toàn bộ Phoenix pages.
   Không đặt biến trong .phoenix-about-page hay page-specific class.
   ========================================================= */
.phoenix-pagehero,
.phoenix-section,
.phoenix-midcta {
    font-family: var(--font-family);
    position: relative;
    overflow: hidden;
}

.phoenix-pagehero h1,
.phoenix-section h2,
.phoenix-section h3,
.phoenix-midcta h2,
.phoenix-related-card strong {
    font-family: var(--font-family-heading);
    line-height: 1.1;
    letter-spacing: -.02em;
}



.phoenix-section .col,
.phoenix-pagehero .col,
.phoenix-midcta .col {
    padding-bottom: 0;
    .col-inner{
        height: 100%;
    }
}

.phoenix-section a,
.phoenix-pagehero a,
.phoenix-midcta a {
    text-decoration: none;
}

/* =========================================================
   COMMON COMPONENTS
   ========================================================= */

.phoenix-eyebrow {
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .78rem;
    line-height: 1.2;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--phoenix-red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.phoenix-eyebrow::before {
    content: "";
    width: 26px;
    height: 3px;
    background: var(--phoenix-amber);
    flex: 0 0 26px;
}

.phoenix-code {
    display: inline-block;
    background: var(--phoenix-amber);
    color: var(--phoenix-ink);
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .72rem;
    letter-spacing: .14em;
    padding: 6px 14px;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.phoenix-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .92rem;
    line-height: 1;
    padding: 14px 26px;
    text-transform: uppercase;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.phoenix-btn:hover {
    transform: translateY(-2px);
}

.phoenix-btn--amber {
    background: var(--phoenix-amber);
    color: var(--phoenix-ink);
}

.phoenix-btn--amber:hover {
    background: var(--phoenix-amber-soft);
    color: var(--phoenix-ink);
}

.phoenix-btn--ghost {
    background: transparent;
    color: var(--phoenix-white);
    border: 2px solid rgba(255, 255, 255, .55);
}

.phoenix-btn--ghost:hover {
    border-color: var(--phoenix-white);
    background: rgba(255, 255, 255, .1);
    color: var(--phoenix-white);
}

.phoenix-sec-head {
    max-width: 680px;
    margin: 0 0 44px;
}

.phoenix-sec-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.phoenix-sec-head--center .phoenix-eyebrow {
    justify-content: center;
}

.phoenix-sec-head h2 {
    font-size: clamp(1.8rem, 3.3vw, 2.5rem);
    font-weight: 800;
    text-transform: uppercase;
    margin: 14px 0 10px;
    color: var(--phoenix-ink);
}

.phoenix-sec-head p {
    color: var(--phoenix-gray);
    font-size: 1.04rem;
    margin: 0;
}

/* =========================================================
   PRODUCT HERO
   Giữ class dùng chung: .phoenix-pagehero
   Modifier sản phẩm: .phoenix-pagehero--product
   ========================================================= */

.phoenix-pagehero--product {
    background: var(--phoenix-ink);
    color: var(--phoenix-white);
    padding: 60px 0 64px;
}

.phoenix-pagehero--product::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 25%, rgba(210, 35, 42, .5), transparent 46%),
        radial-gradient(circle at 95% 88%, rgba(247, 168, 35, .25), transparent 42%),
        linear-gradient(120deg, #191512, #2a1413 60%, #3a0e10);
}

.phoenix-pagehero--product::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .06;
    background-image:
        linear-gradient(var(--phoenix-amber) 1px, transparent 1px),
        linear-gradient(90deg, var(--phoenix-amber) 1px, transparent 1px);
    background-size: 46px 46px;
}

.phoenix-pagehero__row {
    position: relative;
    z-index: 2;
    min-height: 360px;
}

.phoenix-breadcrumb {
    font-size: .8rem;
    color: #bcb2a6;
    margin: 0 0 18px;
}

.phoenix-breadcrumb a {
    color: #bcb2a6;
}

.phoenix-breadcrumb a:hover,
.phoenix-breadcrumb strong {
    color: var(--phoenix-amber);
    font-weight: 600;
}

.phoenix-breadcrumb span {
    margin: 0 6px;
    color: rgba(255, 255, 255, .4);
}

.phoenix-pagehero--product .phoenix-eyebrow {
    color: var(--phoenix-amber-soft);
    margin-left: 10px;
}

.phoenix-pagehero--product .phoenix-eyebrow::before {
    background: var(--phoenix-red);
}

.phoenix-pagehero h1 {
    font-size: clamp(2.2rem, 4.4vw, 3.4rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 14px 0;
    color: var(--phoenix-white);
}

.phoenix-pagehero__desc {
    color: #d8cfc4;
    max-width: 520px;
    font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 24px;
}

.phoenix-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.phoenix-chips span {
    font-family: var(--font-family-heading);
    font-weight: 600;
    font-size: .8rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 8px 14px;
    color: var(--phoenix-white);
}

.phoenix-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.phoenix-product-visual {
    position: relative;
    min-height: 330px;
    background: linear-gradient(135deg, #2a2420, #4a2320);
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
}

.phoenix-product-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-product-visual svg {
    width: 120px;
    height: 120px;
    fill: rgba(255, 255, 255, .92);
    position: relative;
    z-index: 2;
}

.phoenix-hazard {
    height: 10px;
    background: repeating-linear-gradient(45deg,
            var(--phoenix-amber) 0 22px,
            var(--phoenix-ink) 22px 44px);
}

/* =========================================================
   FEATURES
   ========================================================= */

.phoenix-feature-grid {
    row-gap: 22px;
}


.phoenix-icon {
    width: 50px;
    height: 50px;
    background: var(--phoenix-ink);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.phoenix-icon svg {
    width: 26px;
    height: 26px;
    fill: var(--phoenix-amber);
}

.phoenix-feature-card h3 {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 7px;
    color: var(--phoenix-ink);
}

.phoenix-feature-card p {
    color: var(--phoenix-gray);
    font-size: .88rem;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   SPECS + APPS
   ========================================================= */



.phoenix-spec-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 16px;
    padding: 15px 24px;
    border-bottom: 1px solid var(--phoenix-line);
}

.phoenix-spec-row:last-child {
    border-bottom: 0;
}

.phoenix-spec-row span {
    color: var(--phoenix-gray);
    font-size: .92rem;
}

.phoenix-spec-row strong {
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .96rem;
    color: var(--phoenix-ink);
}



.phoenix-apps-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 18px;
    color: var(--phoenix-white);
}

.phoenix-apps-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.phoenix-apps-card li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: .95rem;
    line-height: 1.55;
}

.phoenix-apps-card li:last-child {
    border-bottom: 0;
}

.phoenix-apps-card svg {
    width: 18px;
    height: 18px;
    fill: var(--phoenix-amber);
    flex: 0 0 18px;
    margin-top: 4px;
}

/* =========================================================
   RELATED
   ========================================================= */

.phoenix-related-card__icon {
    width: 120px;
    flex: 0 0 120px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.phoenix-related-card--panel .phoenix-related-card__icon {
    background: linear-gradient(135deg, var(--phoenix-red-dark), var(--phoenix-red));
}

.phoenix-related-card--mortar .phoenix-related-card__icon {
    background: linear-gradient(135deg, #3a2a14, #7a5618);
}

.phoenix-related-card__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 22px 22px;
}

.phoenix-related-card__icon svg {
    width: 46px;
    height: 46px;
    fill: var(--phoenix-white);
    position: relative;
    z-index: 2;
}

.phoenix-related-card__content {
    display: block;
    padding: 22px 24px;
}

.phoenix-related-card__code {
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: .1em;
    color: var(--phoenix-amber);
    background: var(--phoenix-ink);
    display: inline-block;
    padding: 4px 9px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.phoenix-related-card strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.phoenix-related-card em {
    display: block;
    color: var(--phoenix-gray);
    font-size: .88rem;
    line-height: 1.6;
    font-style: normal;
}

.phoenix-more {
    display: inline-block;
    margin-top: 10px;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    color: var(--phoenix-red);
}

/* =========================================================
   MID CTA
   ========================================================= */

.phoenix-midcta {
    background: linear-gradient(120deg, var(--phoenix-red-deep), var(--phoenix-red));
    color: var(--phoenix-white);
}

.phoenix-midcta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(45deg, #fff 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-midcta__row {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.phoenix-midcta h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 900;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0;
    color: var(--phoenix-white);
}

.phoenix-midcta p {
    color: #ffd9bd;
    margin: 10px 0 0;
    max-width: 540px;
    line-height: 1.6;
}

.phoenix-midcta__actions .col-inner {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
    .phoenix-product-visual {
        min-height: 260px;
    }

    .phoenix-midcta__actions .col-inner {
        justify-content: flex-start;
    }
}

@media (max-width: 849px) {
    .phoenix-pagehero--product {
        padding: 48px 0 54px;
    }

    .phoenix-pagehero__row {
        min-height: auto;
        gap: 30px;
    }

    .phoenix-product-visual {
        min-height: 240px;
    }

    .phoenix-sec-head {
        margin-bottom: 34px;
    }

    .phoenix-related-card {
        flex-direction: column;
    }

    .phoenix-related-card__icon {
        width: 100%;
        height: 120px;
        flex-basis: 120px;
    }

    .phoenix-midcta__row {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}

@media (max-width: 549px) {
    .phoenix-pagehero--product {
        padding: 38px 0 44px;
    }

    .phoenix-breadcrumb {
        font-size: .74rem;
        margin-bottom: 14px;
    }

    .phoenix-code {
        margin-bottom: 12px;
    }

    .phoenix-pagehero--product .phoenix-eyebrow {
        margin-left: 0;
        margin-top: 8px;
    }

    .phoenix-pagehero h1 {
        font-size: clamp(2rem, 10vw, 2.55rem);
        margin-top: 12px;
    }

    .phoenix-pagehero__desc {
        font-size: .98rem;
    }

    .phoenix-actions,
    .phoenix-midcta__actions .col-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .phoenix-btn {
        width: 100%;
    }

    .phoenix-chips {
        gap: 8px;
    }

    .phoenix-chips span {
        width: 100%;
        font-size: .78rem;
    }

    .phoenix-feature-card {
        padding: 24px 20px;
    }

    .phoenix-spec-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 18px;
    }

    .phoenix-apps-card {
        padding: 28px 22px;
    }

    .phoenix-related-card__content {
        padding: 20px;
    }

    .phoenix-section {
        overflow-x: clip;
    }
}

/* Motion an toàn, không dùng JS IntersectionObserver để tránh lỗi data-animate Flatsome */
@media (prefers-reduced-motion: reduce) {

    .phoenix-btn,
    .phoenix-feature-card,
    .phoenix-related-card {
        transition: none;
    }

    .phoenix-btn:hover,
    .phoenix-feature-card:hover,
    .phoenix-related-card:hover {
        transform: none;
    }
}
/*************** PAGE PMSC Mortar ***************/
/*================================================================================================================== PAGE PMSC Mortar
   PMSC Mortar — Vữa khô trộn sẵn
   Dùng chung cho toàn bộ Phoenix pages.
   Không đặt biến trong .phoenix-about-page hay page-specific class.
   ========================================================= */
.phoenix-product-visual {
    min-height: 330px;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(135deg, #3a2a14, #7a5618);
}

.phoenix-product-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-product-visual svg {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    fill: rgba(255, 255, 255, .92);
}

.phoenix-hazard-section .col {
    padding: 0;
}

.phoenix-hazard {
    height: 10px;
    margin: 0;
    background: repeating-linear-gradient(45deg, var(--amber) 0 22px, var(--ink) 22px 44px);
    line-height: 0;
    font-size: 0;
}

.phoenix-feature-row .col,
.phoenix-related-row .col,
.phoenix-specs-row .col {
    padding-bottom: 24px;
}

.phoenix-feature-card>.col-inner {
    height: 100%;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid var(--line);
    transition: .3s ease;
}

.phoenix-feature-card>.col-inner:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: var(--shadow);
}

.phoenix-feature-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin: 0 0 16px;
    background: var(--ink);
    color: var(--amber);
    font-family: var(--font-family-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.phoenix-feature-card h3 {
    margin: 0 0 7px;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.phoenix-feature-card p:not(.phoenix-feature-icon) {
    margin: 0;
    color: var(--gray);
    font-size: .88rem;
    line-height: 1.65;
}

.phoenix-spec-table>.col-inner {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.phoenix-spec-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 0;
}

.phoenix-spec-table th,
.phoenix-spec-table td {
    padding: 15px 24px;
    border: 0;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
    text-align: left;
}

.phoenix-spec-table tr:last-child th,
.phoenix-spec-table tr:last-child td {
    border-bottom: 0;
}

.phoenix-spec-table th {
    width: 45%;
    color: var(--gray);
    font-size: .92rem;
    font-weight: 500;
}

.phoenix-spec-table td {
    color: var(--ink);
    font-family: var(--font-family-heading);
    font-size: .96rem;
    font-weight: 700;
}

.phoenix-apps-card>.col-inner {
    height: 100%;
    padding: 32px 30px;
    background: var(--ink);
    color: #fff;
}

.phoenix-apps-card h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-apps-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.phoenix-apps-card li {
    position: relative;
    margin: 0 !important;
    padding: 11px 0 11px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-size: .95rem;
    line-height: 1.55;
}

.phoenix-apps-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 11px;
    color: var(--amber);
    font-weight: 800;
}

.phoenix-apps-card li:last-child {
    border-bottom: 0;
}

.phoenix-related-card>.col-inner {
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    overflow: hidden;
    transition: .3s ease;
}

.phoenix-related-card>.col-inner:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.phoenix-related-link {
    display: grid;
    grid-template-columns: 120px 1fr;
    min-height: 170px;
    color: inherit;
}

.phoenix-related-icon {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 100%;
    background: linear-gradient(135deg, #2a2420, #4a2320);
    color: #fff;
    font-size: 44px;
    font-family: var(--font-family-heading);
    font-weight: 900;
}

.phoenix-related-card--panel .phoenix-related-icon {
    background: linear-gradient(135deg, #9E1217, #D2232A);
}

.phoenix-related-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 22px 22px;
}

.phoenix-related-content {
    display: flex;
    flex-direction: column;
    padding: 22px 24px;
}

.phoenix-related-code {
    display: inline-flex;
    align-self: flex-start;
    margin: 0 0 8px;
    padding: 4px 9px;
    background: var(--ink);
    color: var(--amber);
    font-family: var(--font-family-heading);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-related-content strong {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-related-content em {
    color: var(--gray);
    font-style: normal;
    font-size: .88rem;
    line-height: 1.6;
}

.phoenix-related-content b {
    margin-top: 10px;
    color: var(--red);
    font-family: var(--font-family-heading);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-midcta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--red-deep), var(--red));
    color: #fff;
}

.phoenix-midcta:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(45deg, #fff 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-midcta>.section-content {
    position: relative;
    z-index: 1;
}

.phoenix-midcta__row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.phoenix-midcta h2 {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.phoenix-midcta p {
    max-width: 540px;
    margin: 10px 0 0;
    color: #ffd9bd;
    font-size: 1rem;
    line-height: 1.65;
}

.phoenix-midcta__actions .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

@media (max-width: 849px) {
    .phoenix-pagehero__row {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 54px;
    }

    .phoenix-product-visual {
        min-height: 240px;
    }

    .phoenix-midcta__actions .col-inner {
        justify-content: flex-start;
    }
}

@media (max-width: 549px) {
    .phoenix-breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }

    .phoenix-pagehero__content h1 {
        font-size: 2.15rem;
    }

    .phoenix-product-visual {
        min-height: 190px;
    }

    .phoenix-product-visual svg {
        width: 92px;
        height: 92px;
    }

    .phoenix-chips span {
        width: 100%;
    }

    .phoenix-feature-card>.col-inner,
    .phoenix-apps-card>.col-inner {
        padding: 24px 20px;
    }

    .phoenix-spec-table th,
    .phoenix-spec-table td {
        display: block;
        width: 100%;
        padding: 12px 18px;
    }

    .phoenix-spec-table th {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    .phoenix-spec-table td {
        padding-top: 0;
    }

    .phoenix-related-link {
        grid-template-columns: 1fr;
    }

    .phoenix-related-icon {
        min-height: 120px;
    }

    .phoenix-midcta__row {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}
/*************** Home Page Phoenix  ***************/
/* ==================================================================================================================  Home Page Phoenix
   Home Page Phoenix
   Dùng chung cho toàn bộ Phoenix pages.
   Không đặt biến trong .phoenix-about-page hay page-specific class.
   ========================================================= */
.phoenix-home-slider,
.phoenix-home-slider * {
    box-sizing: border-box;
}

.phoenix-home-slider h1,
.phoenix-home-slider h2,
.phoenix-home-slider h3,
.phoenix-benefits-section h2,
.phoenix-benefits-section h3,
.phoenix-products-section h2,
.phoenix-products-section h3,
.phoenix-apps-section h2,
.phoenix-apps-section h3,
.phoenix-cstats-section b,
.phoenix-projects-section h2,
.phoenix-projects-section h3,
.phoenix-midcta h2,
.phoenix-news-section h2 {
    font-family: var(--font-family-heading);
    line-height: 1.06;
    letter-spacing: -.02em;
}

.phoenix-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--red);
}

.phoenix-eyebrow::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 3px;
    background: var(--amber);
}

.phoenix-eyebrow--light {
    color: var(--amber-soft);
}

.phoenix-eyebrow--light::before {
    background: var(--red);
}

.phoenix-btn,
a.phoenix-btn,
.button.phoenix-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    gap: 9px;
    padding: 14px 26px;
    border: 0;
    border-radius: 0;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .92rem;
    letter-spacing: .02em;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s ease;
}

.phoenix-btn--amber,
.button.phoenix-btn--amber {
    background: var(--amber);
    color: var(--ink);
}

.phoenix-btn--amber:hover,
.button.phoenix-btn--amber:hover {
    background: var(--amber-soft);
    color: var(--ink);
    transform: translateY(-2px);
}

.phoenix-btn--ghost,
.button.phoenix-btn--ghost {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, .55);
}

.phoenix-btn--ghost:hover,
.button.phoenix-btn--ghost:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .1);
    color: var(--white);
}

.phoenix-btn-outline,
.button.phoenix-btn-outline {
    background: transparent;
    color: var(--red);
    border: 2px solid var(--red);
    border-radius: 0;
    font-family: var(--font-family-heading);
    font-weight: 700;
    text-transform: uppercase;
}

.phoenix-btn-outline:hover,
.button.phoenix-btn-outline:hover {
    background: var(--red);
    color: var(--white);
}

.phoenix-home-slider .flickity-page-dots {
    bottom: 24px;
}

.phoenix-home-slider .flickity-page-dots .dot {
    width: 38px;
    height: 5px;
    margin: 0 5px;
    border-radius: 0;
    background: rgba(255, 255, 255, .35);
    opacity: 1;
}

.phoenix-home-slider .flickity-page-dots .dot.is-selected {
    width: 56px;
    background: var(--amber);
}

.phoenix-home-slider .flickity-prev-next-button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .28);
    color: var(--white);
    opacity: 1;
}

.phoenix-home-slider .flickity-prev-next-button:hover {
    background: var(--red);
    border-color: var(--red);
}

.phoenix-hero-banner .bg,
.phoenix-hero-banner .overlay {
    overflow: hidden;
}

.phoenix-hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .06;
    pointer-events: none;
    background-image:
        linear-gradient(var(--amber) 1px, transparent 1px),
        linear-gradient(90deg, var(--amber) 1px, transparent 1px);
    background-size: 46px 46px;
}

.phoenix-hero-banner--1 {
    background:
        radial-gradient(circle at 78% 20%, rgba(210, 35, 42, .55), transparent 45%),
        radial-gradient(circle at 90% 80%, rgba(247, 168, 35, .28), transparent 40%),
        linear-gradient(120deg, #191512 0%, #2a1413 55%, #3a0e10 100%);
}

.phoenix-hero-banner--2 {
    background:
        radial-gradient(circle at 22% 28%, rgba(247, 168, 35, .4), transparent 46%),
        radial-gradient(circle at 85% 75%, rgba(210, 35, 42, .4), transparent 45%),
        linear-gradient(120deg, #2a1413 0%, #6e0c10 60%, #191512 100%);
}

.phoenix-hero-banner--3 {
    background:
        radial-gradient(circle at 80% 30%, rgba(210, 35, 42, .42), transparent 48%),
        linear-gradient(120deg, #101b14 0%, #1f3a26 58%, #191512 100%);
}

.phoenix-hero-row {
    min-height: 560px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.phoenix-hero-copy h1 {
    margin: 22px 0 18px;
    color: var(--white);
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    font-weight: 900;
    text-transform: uppercase;
}

.phoenix-hero-copy h1 em {
    display: block;
    color: var(--amber);
    font-style: normal;
}

.phoenix-hero-copy p {
    max-width: 540px;
    color: #d8cfc4;
    font-size: 1.12rem;
}

.phoenix-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 0;
}

.phoenix-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 42px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.phoenix-hero-stats span {
    display: block;
}

.phoenix-hero-stats b {
    display: block;
    color: var(--amber);
    font-family: var(--font-family-heading);
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1;
}

.phoenix-hero-stats small {
    display: block;
    color: #bcb2a6;
    font-size: .82rem;
}

.phoenix-hero-card {
    position: relative;
    padding: 30px;
    color: var(--white);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(6px);
}

.phoenix-card-tag {
    position: absolute;
    top: -14px;
    left: 24px;
    padding: 6px 14px;
    background: var(--amber);
    color: var(--ink);
    font-family: var(--font-family-heading);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.phoenix-hero-card h3 {
    margin: 10px 0 8px;
    color: var(--white);
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
}

.phoenix-hero-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.phoenix-hero-card li {
    position: relative;
    margin: 0;
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.phoenix-hero-card li:last-child {
    border-bottom: 0;
}

.phoenix-hero-card li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 24px;
    height: 24px;
    background: var(--amber-soft);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.phoenix-hero-card b,
.phoenix-hero-card a {
    color: var(--white);
    font-size: .98rem;
}

.phoenix-hero-card small {
    display: block;
    color: #bcb2a6;
    font-size: .82rem;
}

.phoenix-hazard-section,
.phoenix-hazard-section .section-content {
    min-height: 10px;
}

.phoenix-hazard-strip {
    height: 10px;
    min-height: 10px;
    background: repeating-linear-gradient(45deg, var(--amber) 0 22px, var(--ink) 22px 44px);
}

.phoenix-trust-section {
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.phoenix-trust-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    flex-wrap: wrap;
}

.phoenix-trust-label {
    margin-right: 12px;
    color: var(--gray);
    font-family: var(--font-family-heading);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.phoenix-trust-logos span:not(.phoenix-trust-label) {
    color: var(--ink-2);
    font-family: var(--font-family-heading);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .04em;
    opacity: .55;
    filter: grayscale(1);
    transition: .25s;
}

.phoenix-trust-logos span:not(.phoenix-trust-label):hover {
    color: var(--red);
    opacity: 1;
    filter: none;
}

.phoenix-sec-head {
    max-width: 680px;
    margin-bottom: 42px;
}

.phoenix-sec-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.phoenix-sec-head--center .phoenix-eyebrow {
    justify-content: center;
}

.phoenix-sec-head h2 {
    margin: 16px 0 12px;
    color: var(--ink);
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    font-weight: 800;
    text-transform: uppercase;
}

.phoenix-sec-head p {
    color: var(--gray);
    font-size: 1.05rem;
}

.phoenix-sec-head--dark h2,
.phoenix-sec-head--dark p {
    color: var(--white);
}

.phoenix-sec-head--dark p {
    color: #c8bfb4;
}

.phoenix-benefits-section {
    background: var(--paper-2);
}

.phoenix-benefit-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 38px 30px;
    background: var(--white);
    border-top: 5px solid var(--red);
    box-shadow: var(--shadow);
}

.phoenix-benefit-card::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, var(--paper-2), transparent 70%);
}

.phoenix-benefit-card strong {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--red);
    font-family: var(--font-family-heading);
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1;
}

.phoenix-benefit-card strong span {
    color: var(--amber);
    font-size: 1.3rem;
}

.phoenix-benefit-card h3 {
    margin: 16px 0 8px;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.phoenix-benefit-card p {
    position: relative;
    z-index: 2;
    color: var(--gray);
    font-size: .95rem;
}

.phoenix-note p {
    margin: 8px auto 0;
    color: var(--gray);
    font-size: .82rem;
    font-style: italic;
}

.phoenix-product-card {
    height: 100%;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    transition: .3s;
}

.phoenix-product-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: var(--shadow);
}

.phoenix-product-top {
    position: relative;
    display: grid;
    place-items: start;
    height: 170px;
    padding: 14px;
    overflow: hidden;
}

.phoenix-product-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 26px 26px;
}

.phoenix-product-top::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);
    clip-path: polygon(15% 15%, 85% 15%, 85% 35%, 15% 35%, 15% 45%, 85% 45%, 85% 65%, 15% 65%, 15% 75%, 85% 75%, 85% 90%, 15% 90%);
}

.phoenix-product-card--block .phoenix-product-top {
    background: linear-gradient(135deg, #2a2420, #4a2320);
}

.phoenix-product-card--panel .phoenix-product-top {
    background: linear-gradient(135deg, #9E1217, #D2232A);
}

.phoenix-product-card--mortar .phoenix-product-top {
    background: linear-gradient(135deg, #3a2a14, #7a5618);
}

.phoenix-product-top span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px 11px;
    background: var(--amber);
    color: var(--ink);
    font-family: var(--font-family-heading);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.phoenix-product-card h3,
.phoenix-product-card p,
.phoenix-product-card>a {
    margin-left: 26px;
    margin-right: 26px;
}

.phoenix-product-card h3 {
    margin-top: 26px;
    margin-bottom: 10px;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
}

.phoenix-product-card p {
    color: var(--gray);
    font-size: .94rem;
}

.phoenix-product-card>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: var(--red);
    font-family: var(--font-family-heading);
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.phoenix-product-card:hover>a {
    gap: 14px;
}

.phoenix-apps-section {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: var(--white);
}

.phoenix-apps-section::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(210, 35, 42, .4), transparent 70%);
}

.phoenix-app-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 30px 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .03);
    transition: .3s;
}

.phoenix-app-card::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    background: var(--amber);
    clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

.phoenix-app-card:hover {
    transform: translateY(-5px);
    border-color: var(--red);
    background: var(--red);
}

.phoenix-app-card:hover::before {
    background: var(--white);
}

.phoenix-app-card h3 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
}

.phoenix-app-card p {
    color: #bcb2a6;
    font-size: .88rem;
}

.phoenix-app-card:hover p {
    color: #f3d9c0;
}

.phoenix-cstats-section {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: var(--white);
}

.phoenix-cstats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .05;
    background-image:
        linear-gradient(var(--amber) 1px, transparent 1px),
        linear-gradient(90deg, var(--amber) 1px, transparent 1px);
    background-size: 44px 44px;
}

.phoenix-cstats-row {
    position: relative;
    z-index: 2;
}

.phoenix-stat-card {
    padding: 40px 24px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.phoenix-cstats-row .col:last-child .phoenix-stat-card {
    border-right: 0;
}

.phoenix-stat-card b {
    display: block;
    color: var(--amber);
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.phoenix-stat-card small {
    color: var(--white);
    font-size: .45em;
}

.phoenix-stat-card p {
    margin: 8px 0 0;
    color: #bcb2a6;
    font-size: .86rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.phoenix-project-feature {
    margin-bottom: 50px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.phoenix-project-visual {
    min-height: 340px;
    background: linear-gradient(135deg, #9E1217, #2a2420);
    overflow: hidden;
}

.phoenix-project-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 34px 34px;
}

.phoenix-project-badge {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 340px;
    place-items: center;
    text-align: center;
    color: var(--white);
}

.phoenix-project-badge::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 14px;
    background: var(--amber);
    clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

.phoenix-project-badge b {
    font-family: var(--font-family-heading);
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.phoenix-project-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 44px;
}

.phoenix-project-copy h3 {
    margin: 14px 0;
    color: var(--ink);
    font-size: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.phoenix-project-copy p {
    color: var(--gray);
}

.phoenix-project-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.phoenix-project-copy li {
    margin: 0;
    padding: 7px 14px;
    background: var(--paper-2);
    color: var(--ink-2);
    font-family: var(--font-family-heading);
    font-size: .82rem;
    font-weight: 600;
}

.phoenix-partners {
    text-align: center;
}

.phoenix-partners p {
    margin-bottom: 28px;
    color: var(--gray);
    font-family: var(--font-family-heading);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.phoenix-partners span {
    display: inline-block;
    min-width: 130px;
    margin: 7px;
    padding: 16px 26px;
    background: var(--white);
    border: 1px solid var(--line);
    color: var(--ink-2);
    font-family: var(--font-family-heading);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: center;
    opacity: .7;
    filter: grayscale(1);
    transition: .25s;
}

.phoenix-partners span:hover {
    color: var(--red);
    border-color: var(--red);
    opacity: 1;
    filter: none;
}

.phoenix-midcta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--red-deep), var(--red));
    color: var(--white);
}

.phoenix-midcta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(45deg, #fff 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-midcta-row {
    position: relative;
    z-index: 2;
    padding-top: 64px;
    padding-bottom: 64px;
}

.phoenix-midcta h2 {
    max-width: 620px;
    margin: 0 0 10px;
    color: var(--white);
    font-size: clamp(1.7rem, 3.4vw, 2.6rem);
    font-weight: 900;
    text-transform: uppercase;
}

.phoenix-midcta p {
    max-width: 560px;
    margin: 0;
    color: #ffd9bd;
}

.phoenix-midcta-actions .button {
    margin-left: 10px;
}

.phoenix-news-more .button {
    margin-bottom: 42px;
}

.phoenix-news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 202px 22px 22px;
    background: var(--white);
    border: 1px solid var(--line);
    transition: .3s;
}

.phoenix-news-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.phoenix-news-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 180px;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 28px 28px;
}

.phoenix-news-card--project::before {
    background-color: #2a2420;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(135deg, #2a2420, #9E1217);
}

.phoenix-news-card--knowledge::before {
    background-color: #7a5618;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(135deg, #7a5618, #F7A823);
}

.phoenix-news-card--compare::before {
    background-color: #3a0e10;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(135deg, #3a0e10, #2a2420);
}

.phoenix-news-card>span {
    position: absolute;
    top: 142px;
    left: 14px;
    z-index: 2;
    display: inline-block;
    padding: 5px 11px;
    background: var(--amber);
    color: var(--ink);
    font-family: var(--font-family-heading);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.phoenix-news-card small {
    display: block;
    margin-bottom: 8px;
    color: var(--gray);
    font-size: .78rem;
}

.phoenix-news-card h3 {
    flex: 1;
    margin: 0;
    color: var(--ink);
    font-family: var(--font-family);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.phoenix-news-card h3 a {
    color: var(--ink);
}

.phoenix-news-card h3 a:hover {
    color: var(--red);
}

.phoenix-news-card>a {
    margin-top: 16px;
    color: var(--red);
    font-family: var(--font-family-heading);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .phoenix-hero-row {
        min-height: 560px;
    }

    .phoenix-hero-visual-col {
        display: none;
    }

    .phoenix-home-slider .flickity-prev-next-button {
        width: 38px;
        height: 38px;
    }

    .phoenix-stat-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
}

@media (max-width: 760px) {

    .phoenix-home-slider .ux_banner,
    .phoenix-home-slider .banner,
    .phoenix-hero-row {
        min-height: 690px;
    }

    .phoenix-hero-copy h1 {
        font-size: 2.3rem;
    }

    .phoenix-hero-copy p {
        font-size: 1rem;
    }

    .phoenix-hero-actions .phoenix-btn {
        width: 100%;
    }

    .phoenix-hero-stats {
        gap: 20px;
    }

    .phoenix-hero-stats b {
        font-size: 1.65rem;
    }

    .phoenix-trust-logos {
        gap: 12px;
    }

    .phoenix-trust-label {
        width: 100%;
        margin: 0 0 6px;
    }

    .phoenix-sec-head {
        margin-bottom: 28px;
    }

    .phoenix-benefit-card {
        padding: 30px 24px;
    }

    .phoenix-benefit-card strong {
        font-size: 2.8rem;
    }

    .phoenix-project-copy {
        padding: 32px 26px;
    }

    .phoenix-midcta-row {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .phoenix-midcta-actions,
    .phoenix-news-more {
        text-align: left;
    }

    .phoenix-midcta-actions .button {
        width: 100%;
        margin: 8px 0 0;
    }

    .phoenix-news-more .button {
        width: 100%;
        margin-bottom: 28px;
    }
}

/* ==================================================================================================================  Page Dich Vu
   Page Dich Vu
   Dùng chung cho toàn bộ Phoenix pages.
   Không đặt biến trong .phoenix-about-page hay page-specific class.
   ========================================================= */
/* SERVICES */
.phoenix-services-section {
    background: var(--paper);
}

.phoenix-services-grid>.col {
    padding-bottom: 26px;
}

.phoenix-service-card>.col-inner {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 30px 30px 30px;
    background: var(--white);
    border: 1px solid var(--line);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
}

.phoenix-service-card>.col-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 234px;
    background: linear-gradient(135deg, #2a2420, #9E1217);
    z-index: 0;
}

.phoenix-service-card>.col-inner::after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 152px;
    opacity: .09;
    background-image:
        linear-gradient(#fff 1px, transparent 1px),
        linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 26px 26px;
    z-index: 1;
    pointer-events: none;
}

.phoenix-service-card--red>.col-inner::before {
    background: linear-gradient(135deg, var(--red-dark), var(--red));
}

.phoenix-service-card--amber>.col-inner::before {
    background: linear-gradient(135deg, #3a2a14, #b07a18);
}

.phoenix-service-card>.col-inner>* {
    position: relative;
    z-index: 2;
}

.phoenix-service-card:hover>.col-inner {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: var(--shadow);
}

.phoenix-service-no {
    position: absolute;
    top: -12px;
    right: 0;
    margin: 0;
    color: rgba(255, 255, 255, .18);
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1;
}

.phoenix-service-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 0 18px;
    color: var(--amber-soft);
    background: rgba(255, 255, 255, .14);
    font-size: 1.45rem;
    line-height: 1;
}

.phoenix-service-card h3 {
    min-height: 72px;
    margin: 0 0 38px;
    color: var(--white);
    font-weight: 800;
    font-size: 1.22rem;
    line-height: 1.22;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.phoenix-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phoenix-check-list li {
    position: relative;
    padding: 10px 0 10px 29px;
    color: var(--ink-2);
    border-bottom: 1px solid var(--paper-2);
    font-size: .94rem;
    line-height: 1.65;
    margin:0 !important;
}

.phoenix-check-list li:last-child {
    border-bottom: 0;
}

.phoenix-check-list li::before {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    height: 18px;
    color: var(--red);
    font-weight: 800;
    line-height: 18px;
}

/* MATERIALS */
.phoenix-materials-section {
    background: var(--paper-2);
}

.phoenix-materials-grid>.col {
    padding-bottom: 26px;
}

.phoenix-material-card>.col-inner {
    height: 100%;
    background: var(--white);
    border: 1px solid var(--line);
    transition: transform .28s ease, box-shadow .28s ease;
    overflow: hidden;
}

.phoenix-material-card:hover>.col-inner {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.phoenix-material-card .ux-text:first-child {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.phoenix-material-icon {
    display: grid;
    place-items: center;
    min-height: 160px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .92);
    font-size: 3.8rem;
    line-height: 1;
    background: linear-gradient(135deg, #2a2420, #4a2320);
    position: relative;
    overflow: hidden;
}

.phoenix-material-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image:
        linear-gradient(#fff 1px, transparent 1px),
        linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 26px 26px;
}

.phoenix-material-card--mortar .phoenix-material-icon {
    background: linear-gradient(135deg, #3a2a14, #7a5618);
}

.phoenix-material-card--concrete .phoenix-material-icon {
    background: linear-gradient(135deg, var(--red-dark), var(--red));
}

.phoenix-material-card h3,
.phoenix-material-card p:not(.phoenix-material-icon) {
    padding-left: 26px;
    padding-right: 26px;
}

.phoenix-material-card h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-material-card p:not(.phoenix-material-icon) {
    margin-bottom: 28px;
    color: var(--gray);
    font-size: .94rem;
    line-height: 1.7;
}

/* PROCESS */
.phoenix-process-grid {
    margin-top: 24px;
    background: var(--white);
    border: 1px solid var(--line);
}

.phoenix-process-grid>.col {
    padding: 0;
}

.phoenix-process-step>.col-inner {
    height: 100%;
    padding: 30px 24px;
    border-right: 1px solid var(--line);
}

.phoenix-process-step:last-child>.col-inner {
    border-right: 0;
}

.phoenix-process-no {
    display: block;
    margin: 0 0 8px;
    color: var(--amber);
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
}

.phoenix-process-step h4 {
    margin: 0 0 6px;
    color: var(--ink);
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-process-step p:not(.phoenix-process-no) {
    margin: 0;
    color: var(--gray);
    font-size: .88rem;
    line-height: 1.65;
}

/* RESPONSIVE */
@media (max-width: 980px) {

    .phoenix-service-card--amber>.col-inner,
    .phoenix-material-card--concrete>.col-inner {
        min-height: auto;
    }

    .phoenix-process-step:nth-child(2)>.col-inner {
        border-right: 0;
    }

    .phoenix-process-step:nth-child(1)>.col-inner,
    .phoenix-process-step:nth-child(2)>.col-inner {
        border-bottom: 1px solid var(--line);
    }

    .phoenix-midcta__actions>.col-inner {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .phoenix-pagehero {
        padding: 56px 0 50px;
    }

    .phoenix-pagehero h1 {
        font-size: clamp(2rem, 10vw, 2.65rem);
    }

    .phoenix-pagehero__desc {
        font-size: 1rem;
    }

    .phoenix-sec-head,
    .phoenix-sec-head--center {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .phoenix-sec-head--center .phoenix-eyebrow {
        justify-content: flex-start;
    }

    .phoenix-service-card>.col-inner {
        padding: 28px 24px;
    }

    .phoenix-service-card h3 {
        min-height: auto;
        margin-bottom: 34px;
        font-size: 1.08rem;
    }

    .phoenix-process-step>.col-inner {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .phoenix-process-step:last-child>.col-inner {
        border-bottom: 0;
    }

    .phoenix-midcta__row {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .phoenix-midcta__actions>.col-inner {
        display: block;
    }

    .phoenix-midcta__actions .button {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        justify-content: center;
    }
}

/* ==================================================================================================================  Page Dự án Phoenix
   Page Dự án Phoenix
   Dùng chung cho toàn bộ Phoenix pages.
   Không đặt biến trong .phoenix-about-page hay page-specific class.
   ========================================================= */
.phoenix-stat-box {
    min-height: 160px;
    padding: 34px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
}

.phoenix-stat-box h3 {
    margin: 0;
    color: var(--red);
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 900;
}

.phoenix-stat-box h3 span {
    color: var(--amber);
}

.phoenix-stat-box p {
    margin: 8px 0 0;
    color: var(--gray);
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.phoenix-feature-project-row {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.phoenix-feature-project-row>.col {
    padding-bottom: 0;
}

.phoenix-feature-project-visual,
.phoenix-feature-project-image {
    min-height: 380px;
}

.phoenix-feature-project-image {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 40px 24px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #9E1217, #2a2420);
}

.phoenix-feature-project-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 34px 34px;
}

.phoenix-project-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    margin: 0;
    background: var(--amber);
    color: var(--ink);
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .72rem;
    letter-spacing: .12em;
    padding: 7px 14px;
    text-transform: uppercase;
}

.phoenix-project-icon {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: var(--amber);
    font-size: 74px;
    line-height: 1;
}

.phoenix-feature-project-image h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.15;
    letter-spacing: .04em;
}

.phoenix-feature-project-content {
    padding: 0;
}

.phoenix-feature-project-text {
    padding: 50px 46px 10px;
}

.phoenix-feature-project-text h2 {
    margin: 0 0 16px;
    color: var(--ink);
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.phoenix-feature-project-text p:not(.phoenix-eyebrow) {
    color: var(--gray);
    margin-bottom: 16px;
}

.phoenix-feature-meta-row {
    padding: 0 34px;
}

.phoenix-feature-meta {
    border-left: 3px solid var(--amber);
    padding-left: 12px;
    margin-bottom: 16px;
}

.phoenix-feature-meta p {
    margin: 0 0 4px;
    color: var(--gray);
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.phoenix-feature-meta h4 {
    margin: 0;
    color: var(--ink);
    font-weight: 700;
    font-size: .98rem;
}

.phoenix-chip-list {
    gap: 10px;
    display: flex;
}

.phoenix-chip-list p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.phoenix-chip-list span {
    display: inline-block;
    background: var(--paper-2);
    color: var(--ink-2);
    padding: 7px 14px;
    font-family: var(--font-family-heading);
    font-weight: 600;
    font-size: .82rem;
}

.phoenix-project-card {
    position: relative;
    min-height: 405px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    transition: transform .25s ease, box-shadow .25s ease;
}

.phoenix-project-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.phoenix-project-card::before {
    content: "";
    display: block;
    height: 200px;
    background: linear-gradient(135deg, #2a2420, #9E1217);
}

.phoenix-project-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.phoenix-project-card-2::before {
    background: linear-gradient(135deg, #3a2a14, #7a5618);
}

.phoenix-project-card-3::before {
    background: linear-gradient(135deg, #3a0e10, #2a2420);
}

.phoenix-project-card-4::before {
    background: linear-gradient(135deg, #9E1217, #D2232A);
}

.phoenix-project-card-5::before {
    background: linear-gradient(135deg, #2a2420, #4a2320);
}

.phoenix-project-card-6::before {
    background: linear-gradient(135deg, #7a5618, #F7A823);
}

.phoenix-project-cat {
    position: absolute;
    top: 160px;
    left: 14px;
    z-index: 3;
    margin: 0;
    background: var(--amber);
    color: var(--ink);
    padding: 5px 11px;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.phoenix-project-mark {
    position: absolute;
    z-index: 3;
    top: 54px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    font-size: 54px;
    line-height: 1;
}

.phoenix-project-card h3 {
    margin: 22px 24px 8px;
    color: var(--ink);
    font-weight: 800;
    font-size: 1.12rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.phoenix-project-card p:not(.phoenix-project-cat):not(.phoenix-project-mark) {
    margin: 0 24px 26px;
    color: var(--gray);
    font-size: .9rem;
}

.phoenix-demo-note {
    text-align: center;
    color: var(--gray);
    font-size: .84rem;
    font-style: italic;
}

.phoenix-partner-card {
    background: #fff;
    border: 1px solid var(--line);
    text-align: center;
    padding: 18px 12px;
    min-height: 64px;
    transition: border-color .2s ease, color .2s ease, opacity .2s ease;
    opacity: .72;
    filter: grayscale(1);
}

.phoenix-partner-card:hover {
    opacity: 1;
    filter: none;
    border-color: var(--red);
}

.phoenix-partner-card p {
    margin: 0;
    color: var(--ink-2);
    font-family: var(--font-family-heading);
    font-weight: 800;
    font-size: .95rem;
    letter-spacing: .05em;
}

.phoenix-partner-card:hover p {
    color: var(--red);
}

.phoenix-midcta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--red-deep), var(--red));
}

.phoenix-midcta::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(45deg, #fff 1px, transparent 1px);
    background-size: 30px 30px;
}

.phoenix-midcta .section-content {
    position: relative;
    z-index: 2;
}

.phoenix-midcta-row {
    padding-top: 64px;
    padding-bottom: 64px;
}

.phoenix-midcta-text h2 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.phoenix-midcta-text p {
    max-width: 560px;
    margin: 10px 0 0;
    color: #ffd9bd;
}

.phoenix-btn {
    margin: 4px 0 4px 10px;
    padding: 14px 26px;
    font-weight: 700;
    font-size: .92rem;
    text-transform: uppercase;
}

.phoenix-btn--amber {
    background: var(--amber) !important;
    color: var(--ink) !important;
    border-color: var(--amber) !important;
}

.phoenix-btn--ghost {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, .55) !important;
}

.phoenix-btn--amber:hover {
    background: var(--amber-soft) !important;
}

.phoenix-btn--ghost:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .1) !important;
}

@media (max-width: 980px) {
    .phoenix-feature-project-text {
        padding: 40px 34px 10px;
    }

    .phoenix-chip-list {
        padding: 0 34px 36px;
    }
}

@media (max-width: 760px) {
    .phoenix-pagehero h1 {
        font-size: 2.25rem;
    }

    .phoenix-lead {
        font-size: 1rem;
    }

    .phoenix-feature-project-visual,
    .phoenix-feature-project-image {
        min-height: 280px;
    }

    .phoenix-feature-project-text {
        padding: 34px 26px 10px;
    }

    .phoenix-feature-meta-row {
        padding: 0 14px;
    }

    .phoenix-chip-list {
        padding: 0 26px 34px;
    }

    .phoenix-project-card {
        min-height: auto;
    }

    .phoenix-midcta-row {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .phoenix-midcta-actions {
        text-align: left !important;
    }

    .phoenix-btn {
        width: 100%;
        margin-left: 0;
        text-align: center;
        justify-content: center;
    }
}

/* ===== PROJECT TYPES SECTION - V3 PATCH ===== */
.phoenix-project-types-section {
    background: var(--paper);
}

.phoenix-project-types-section .section-content {
    position: relative;
    z-index: 2;
}

.phoenix-project-types-section .phoenix-section-head {
    margin-bottom: 34px;
}


/* v5 fix: avoid nested Flatsome row inside column */
.phoenix-feature-meta-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 8px 0 22px;
}

.phoenix-feature-meta-list span {
    display: block;
    border-left: 3px solid var(--amber);
    padding-left: 12px;
}

.phoenix-feature-meta-list small {
    display: block;
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--gray);
    margin-bottom: 4px;
}

.phoenix-feature-meta-list strong {
    display: block;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: .98rem;
    color: var(--ink);
}

@media (max-width: 549px) {
    .phoenix-feature-meta-list {
        grid-template-columns: 1fr;
    }
}
/*************** SECTION QUY TRINH  ***************/

/*************** SECTION DICH VU  ***************/

/*************** SECTION LIEN HE  ***************/


/*************** SECTION THIET KE WEB***************/


/*************** SECTION FOOTER  ***************/
.footer-secondary{
    padding:0;
}
.absolute-footer.dark{
    font-size: .82rem;
    padding: 20px 0;
    color: var(--footer-dark-color);
}
.phoenix-footer-section.dark {
    p{color: var(--footer-dark-color);}

}
.phoenix-footer-section .footer-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

.phoenix-footer-section .footer-company-name {
  margin: 18px 0 18px;
  max-width: 300px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  text-transform: uppercase;
}

.phoenix-footer-section .footer-title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.phoenix-footer-section .footer-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.phoenix-footer-section .footer-info-icon {
  width: 18px;
  min-width: 18px;
  color: #ffb22c;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.phoenix-footer-section .footer-info-text {
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.55;
}

.phoenix-footer-section .footer-info-text b {
  color: #fff;
  font-weight: 800;
}

.phoenix-footer-section .menus-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}

.phoenix-footer-section .menus-footer li {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  border: 0;
}

.phoenix-footer-section .menus-footer li:before {
  display: none !important;
}

.phoenix-footer-section .menus-footer a {
  color: var(--footer-dark-color);
  text-decoration: none;
  transition: all .25s ease;
}

.phoenix-footer-section .menus-footer a:hover {
  color: #ffb22c;
  padding-left: 4px;
}

.phoenix-footer-section .footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.phoenix-footer-section .footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.phoenix-footer-section .footer-social a:hover {
  background: #ffb22c;
  border-color: #ffb22c;
  color: #191512;
  transform: translateY(-2px);
}
.phoenix-footer-section .quick-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.phoenix-footer-section .quick-contact-box {
  min-height: 51px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 18px;
  color: #fff;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.14);
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.phoenix-footer-section .quick-contact-box:hover {
  background: rgba(255,178,44,0.1);
  border-color: #ffb22c;
  color: #fff;
  transform: translateX(3px);
}

.phoenix-footer-section .quick-contact-icon {
  width: 18px;
  min-width: 18px;
  color: #ffb22c;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.phoenix-footer-section .quick-contact-text {
    font-size: .9rem;
}


.phoenix-footer-section .quick-contact-text a:hover {
  color: #ffb22c;
}

/* Nếu shortcode tự sinh p ngoài ý muốn */
.phoenix-footer-section .quick-contact-text p {
  margin: 0;
}

/* Mobile */
@media only screen and (max-width: 549px) {
  .phoenix-footer-section .quick-contact-box {
    padding: 13px 15px;
  }
}
@media only screen and (max-width: 849px) {
  .phoenix-footer-row {
    padding-bottom: 28px;
  }

  .phoenix-footer-section .footer-title {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .phoenix-footer-section .footer-company-name {
    max-width: 100%;
  }

  .phoenix-footer-section .quick-contact-box {
    padding: 13px 15px;
  }
}

@media only screen and (max-width: 549px) {
  .phoenix-footer-section {
    text-align: left;
  }

  .phoenix-footer-section .footer-logo img {
    max-width: 170px;
  }
}
.absolute-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 15px;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
ul.menus-footer,
   .absolute-footer{
	a{
		color:#cfcfcf;
		&:hover{
			color: var(--primary-color);
		}
	}
}
/*************** PAGE GIOI THIEU ***************/

/*************** PAGE GOOGLE ADS ***************/


/*************** PAGE THIET KE WEBSITE  ***************/


/*************** ADD DESKTOP ONLY CSS HERE  ***************/
@media only screen and (min-width: 48em) {


}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}