/*
Theme Name: ANCV Theme
Theme URI: https://ancv.vn
Author: ANCV Team
Author URI: https://ancv.vn
Description: Official WordPress theme for ANCV Security, converted from React.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ancv
11: Tags: custom-theme, bootstrap, tailwind
*/

/* 
 * This file contains the basic theme metadata. 
 * The main styles will be loaded from assets/css/main.css 
 * SFTP Upload Test: 2026-06-29
 */

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SF-Pro-Display/SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SF-Pro-Display/SF-Pro-Display-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.home-slide-title,
.home-hero__title,
.home-about-card__title,
.home-proof-card__title,
.home-solution-card__title,
.home-commitment-card__title,
.home-activity-card__title,
.home-final-cta__title,
.ancv-page-hero__title,
.ancv-certificates-hero__title,
.home-leadership-card__name,
.site-title,
.site-title a {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1.25;
}

a {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Content Typography Fixes for Single Post */
.entry-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    /* text-gray-700 */
}

.entry-content p {
    margin-bottom: 1.5em;
}

.entry-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    /* text-gray-900 */
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.entry-content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #111827;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.entry-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.entry-content ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.entry-content ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.entry-content li {
    margin-bottom: 0.5em;
}

.entry-content blockquote {
    border-left: 4px solid #c52126;
    padding-left: 1rem;
    font-style: italic;
    color: #4b5563;
    /* text-gray-600 */
    margin-bottom: 1.5em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1.5em;
}

.entry-content a {
    color: #c52126;
    text-decoration: underline;
}

.entry-content a:hover {
    color: black;
}

/* Pagination Styles */
.ancv-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.ancv-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}

.ancv-pagination .page-numbers:hover {
    border-color: #c52126;
    color: #c52126;
}

.ancv-pagination .page-numbers.current {
    background-color: #c52126;
    border-color: #c52126;
    color: white;
}

.ancv-pagination .page-numbers.prev,
.ancv-pagination .page-numbers.next {
    color: #c52126;
}

.ancv-pagination .page-numbers.prev:hover,
.ancv-pagination .page-numbers.next:hover {
    background-color: #c52126;
    color: white;
}

/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Hero Section Entrance Animation - Initial State for GSAP */
.hero-entrance {
    opacity: 1;
    /* Default to visible for robustness */
    will-change: transform, opacity;
}

:root {
    --ancv-header-height: 5rem;
    --ancv-slide-padding-x: 1rem;
    --ancv-slide-padding-y: 2rem;
    --ancv-slide-max-width: 1440px;
    --ancv-brand-red: #c52126;
    --ancv-brand-red-dark: #8e1013;
    --ancv-brand-navy: #0a192f;
    --ancv-text-dark: #111827;
    --ancv-text-muted: #6b7280;
    --ancv-surface: #ffffff;
    --ancv-surface-soft: #f8fafc;
}

/* Prevent fixed/sticky header from covering section elements when scrolled to via anchor */
[id] {
    scroll-margin-top: calc(var(--ancv-header-height) + 1.5rem);
}

.ancv-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(220px, 28vh, 320px);
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(197, 33, 38, 0.08), transparent 28%),
        radial-gradient(circle at left center, rgba(255, 255, 255, 0.78), transparent 35%),
        linear-gradient(135deg, #f5f5f7 0%, #f4f1f1 52%, #f3e7e8 100%);
    border-bottom: 1px solid #e7dede;
}

.ancv-page-hero__pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(197, 33, 38, 0.14) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 100%);
    pointer-events: none;
}

.ancv-page-hero__inner {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: calc(var(--ancv-header-height) + 1rem);
    padding-bottom: 2.75rem;
}

.ancv-page-hero__inner.translate-y-20 {
    transform: none !important;
}

.ancv-page-hero__inner.opacity-0 {
    opacity: 1 !important;
}

.ancv-page-hero--center .ancv-page-hero__inner {
    text-align: center;
}

.ancv-page-hero__title {
    margin: 0 0 1rem;
    color: #111827;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    line-height: 1.25;
    font-weight: 800;
}

body.single-post .ancv-page-hero__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.25;
    font-weight: 700;
}

.ancv-page-hero__description {
    max-width: 48rem;
    color: #6b7280;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
}

.ancv-page-hero--center .ancv-page-hero__description {
    margin-left: auto;
    margin-right: auto;
}

body:not(.is-home-fullpage) #page>section:first-of-type,
body:not(.is-home-fullpage) #page>article>section:first-of-type,
body:not(.is-home-fullpage) #page>div>section:first-of-type {
    min-height: clamp(220px, 26vh, 290px) !important;
    height: auto !important;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(197, 33, 38, 0.08), transparent 28%),
        radial-gradient(circle at left center, rgba(255, 255, 255, 0.78), transparent 35%),
        linear-gradient(135deg, #f5f5f7 0%, #f4f1f1 52%, #f3e7e8 100%) !important;
    color: #111827 !important;
    border-bottom: 1px solid #e7dede;
    overflow: hidden;
}

body:not(.is-home-fullpage) #page>section:first-of-type>div.absolute,
body:not(.is-home-fullpage) #page>article>section:first-of-type>div.absolute,
body:not(.is-home-fullpage) #page>div>section:first-of-type>div.absolute {
    opacity: 0.22 !important;
}

body:not(.is-home-fullpage) #page>section:first-of-type>div.absolute img,
body:not(.is-home-fullpage) #page>article>section:first-of-type>div.absolute img,
body:not(.is-home-fullpage) #page>div>section:first-of-type>div.absolute img {
    opacity: 0.08 !important;
}

body:not(.is-home-fullpage) #page>section:first-of-type h1,
body:not(.is-home-fullpage) #page>article>section:first-of-type h1,
body:not(.is-home-fullpage) #page>div>section:first-of-type h1 {
    color: #111827 !important;
}

body:not(.is-home-fullpage) #page>section:first-of-type p,
body:not(.is-home-fullpage) #page>section:first-of-type .text-xl,
body:not(.is-home-fullpage) #page>section:first-of-type .text-gray-100,
body:not(.is-home-fullpage) #page>section:first-of-type .text-gray-200,
body:not(.is-home-fullpage) #page>article>section:first-of-type p,
body:not(.is-home-fullpage) #page>article>section:first-of-type .text-xl,
body:not(.is-home-fullpage) #page>article>section:first-of-type .text-gray-100,
body:not(.is-home-fullpage) #page>article>section:first-of-type .text-gray-200,
body:not(.is-home-fullpage) #page>div>section:first-of-type p,
body:not(.is-home-fullpage) #page>div>section:first-of-type .text-xl,
body:not(.is-home-fullpage) #page>div>section:first-of-type .text-gray-100,
body:not(.is-home-fullpage) #page>div>section:first-of-type .text-gray-200 {
    color: #6b7280 !important;
}

body:not(.is-home-fullpage) #page>section:first-of-type [id="hero-entrance-wrapper"],
body:not(.is-home-fullpage) #page>article>section:first-of-type [id="hero-entrance-wrapper"],
body:not(.is-home-fullpage) #page>div>section:first-of-type [id="hero-entrance-wrapper"] {
    box-sizing: border-box;
    width: 100%;
    padding-top: calc(var(--ancv-header-height) + 1rem) !important;
    padding-bottom: 2.75rem !important;
    transform: none !important;
    opacity: 1 !important;
}

/* Custom Certificates Hero Styles - Optimized with high specificity to override global defaults */
body:not(.is-home-fullpage) #page>section.ancv-certificates-hero {
    min-height: 40vh !important;
    /* background: linear-gradient(135deg, #8E1013 0%, #5a0a0c 50%, #0d1520 100%) !important; */
    background: #000000bf !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom: none !important;
}

.ancv-certificates-hero__bg img {
    object-fit: cover;
    object-position: 0 60%;
}


body:not(.is-home-fullpage) #page>section.ancv-certificates-hero h1,
body:not(.is-home-fullpage) #page>section.ancv-certificates-hero .ancv-certificates-hero__title {
    color: white !important;
    font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}


.ancv-certificates-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    /* opacity: 0.3 !important; */
    mix-blend-mode: multiply;
}


.ancv-certificates-hero__content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
}

.ancv-certificates-hero__divider {
    width: 100px;
    height: 4px;
    background: white;
    margin: 0 auto;
    border-radius: 999px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.home-fullpage-main {
    position: relative;
}

.home-fullpage {
    position: relative;
}

.home-slide {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

/* ── Light sections: clean white ── */
.home-slide--light {
    background: #ffffff;
    color: var(--ancv-text-dark, #111827);
}

/* ── Dark sections: textured dark background with overlay ── */
.home-slide--dark {
    background:
        /* Lớp phủ tối ở trên để dễ đọc chữ */
        linear-gradient(
            180deg,
            rgba(7, 12, 22, 0.85) 0%,
            rgba(7, 12, 22, 0.72) 50%,
            rgba(7, 12, 22, 0.88) 100%
        ),
        /* Brand red accent glow — top-right */
        radial-gradient(ellipse 55% 45% at 85% 15%, rgba(197, 33, 38, 0.12) 0%, transparent 70%),
        /* Họa tiết tòa nhà corporate sắc nét ở dưới */
        url('assets/images/dark_security_bg.png') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.home-slide--hero {
    background: #07111f !important;
    color: #fff !important;
}

.home-slide--hero::before {
    display: none;
}

.home-slide--footer {
    background: #f1f3f5 !important;
    color: #111827 !important;
}

.home-slide--footer::before {
    display: none;
}

/* ── Dark section text/component overrides (light text on dark bg) ── */
.home-slide--dark .home-slide-eyebrow {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.home-slide--dark .home-slide-title--light {
    color: #fff;
}

.home-slide--dark .home-solutions-tabs-nav {
    border-color: rgba(255, 255, 255, 0.1);
}

.home-slide--dark .home-solutions-tab-btn {
    color: rgba(255, 255, 255, 0.6);
}

.home-slide--dark .home-solutions-tab-btn:hover {
    color: #fff;
}

.home-slide--dark .home-solutions-tab-btn.active {
    color: var(--ancv-brand-red, #c52126);
}

.home-slide--dark .home-platform-card__label {
    color: #fff;
}

.home-slide--dark .home-platform-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--ancv-brand-red);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.home-slide--dark .home-platform-card:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--ancv-brand-red) 0%, var(--ancv-brand-red-dark) 100%);
    border-color: var(--ancv-brand-red);
    box-shadow: 0 10px 25px rgba(197, 33, 38, 0.3);
}

.home-slide--dark .home-activity-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.home-slide--dark .home-activity-card__category {
    background: rgba(197, 33, 38, 0.2);
    color: #ff6b6b;
}

.home-slide--dark .home-activity-card__title {
    color: #fff;
}

.home-slide--dark .home-activity-card__date {
    color: rgba(255, 255, 255, 0.5);
}

.home-slide--dark .home-final-cta {
    background: linear-gradient(135deg, var(--ancv-brand-red) 0%, var(--ancv-brand-red-dark) 100%);
    border: none;
    box-shadow: 0 20px 40px rgba(197, 33, 38, 0.25);
}

.home-slide--dark .home-final-cta__title {
    color: #fff;
}

.home-slide--dark .home-final-cta__description {
    color: rgba(255, 255, 255, 0.9);
}

.home-slide--dark .home-final-cta__contact-label {
    color: rgba(255, 255, 255, 0.85);
}

.home-slide--dark .home-final-cta__contact-value {
    color: #fff;
}

/* Retain dark background for Hero and Footer slides */
body.is-home-fullpage.home-fullpage-ready .home-slide--hero {
    background: #07111f;
    color: #fff;
}

body.is-home-fullpage.home-fullpage-ready .home-slide--footer {
    background: #f1f3f5;
    color: #111827;
}

.home-slide__inner {
    position: relative;
    z-index: 1;
    max-width: var(--ancv-slide-max-width);
    margin: 0 auto;
    padding-left: var(--ancv-slide-padding-x);
    padding-right: var(--ancv-slide-padding-x);
}

.home-section-shell {
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    gap: 2rem;
}

.home-slide__header {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.home-slide__header--split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.home-slide__header--compact {
    margin-bottom: 0;
}

.home-slide__lead,
.home-slide__summary {
    max-width: 40rem;
}

.home-slide__summary {
    color: var(--ancv-text-muted);
    line-height: 1.7;
}

.home-slide-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-slide-eyebrow--accent {
    background: rgba(197, 33, 38, 0.08);
    color: var(--ancv-brand-red);
}

.home-slide-title {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0;
}

.home-slide-title--light,
.home-slide-subtitle--light {
    color: #fff;
}

.home-slide-subtitle {
    max-width: 48rem;
    margin: 0;
    color: var(--ancv-text-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.25rem;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button--primary {
    background: var(--ancv-brand-red);
    color: #fff;
    box-shadow: 0 20px 40px rgba(197, 33, 38, 0.25);
}

.home-button--primary:hover {
    background: var(--ancv-brand-red-dark);
    color: #fff;
}

.home-button--light {
    background: #fff;
    color: var(--ancv-brand-red);
}

.home-button--light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.home-button--ghost-light {
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.home-button--ghost-light:hover {
    background: #fff;
    color: var(--ancv-brand-red);
}

.home-button--ghost-dark {
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
    background: transparent;
}

.home-button--ghost-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.home-inline-link {
    color: var(--ancv-brand-red);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.home-inline-link:hover {
    color: var(--ancv-brand-red-dark);
}

.home-slide [data-slide-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-hero {
    min-height: 100svh;
    display: grid;
}

.home-slide--hero {
    padding: 0;
    background: #05090f;
}

.home-slide--hero .home-slide__inner {
    max-width: none;
    min-height: 100svh;
    padding-left: 0;
    padding-right: 0;
}

.home-hero__media,
.home-hero__overlay,
.home-hero__content {
    grid-area: 1 / 1;
}

.home-hero__media {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
}

.home-hero__video-frame {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.home-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.home-hero__overlay {
    position: relative;
    background:
        linear-gradient(110deg, rgba(5, 9, 15, 0.96) 0%, rgba(5, 9, 15, 0.82) 28%, rgba(5, 9, 15, 0.52) 56%, rgba(5, 9, 15, 0.3) 100%),
        linear-gradient(180deg, rgba(197, 33, 38, 0.18), rgba(5, 9, 15, 0.3));
}

.home-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    padding: clamp(1.5rem, 3vw, 3rem);
}

.home-hero__copy {
    max-width: 42rem;
    padding: clamp(1.25rem, 2vw, 2rem);
    margin-bottom: 0;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, rgba(5, 9, 15, 0.14), rgba(5, 9, 15, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(3px);
    box-shadow: none;
}

.home-hero__title {
    margin: 1rem 0 1.25rem;
    font-size: clamp(1.2rem, 2vw, 2.2rem);
    line-height: 1.25;
    letter-spacing: -0.055em;
    font-weight: 800;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.home-hero__description {
    max-width: 36rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.8;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.home-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-hero__metric {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.home-hero__metric-value {
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 800;
}

.home-hero__metric-label {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-about-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.home-about-card,
.home-proof-card,
.home-commitment-card {
    height: 100%;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.home-about-card {
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}

.home-about-card:hover {
    transform: translateY(-4px);
    border-color: rgba(197, 33, 38, 0.2);
    background: #ffffff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12), 0 8px 24px rgba(197, 33, 38, 0.04);
}

.home-about-card__icon,
.home-proof-card__icon {
    width: 3.3rem;
    height: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--ancv-brand-red) 0%, var(--ancv-brand-red-dark) 100%);
    color: #fff;
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.home-about-card:hover .home-about-card__icon {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 33, 38, 0.3);
}

.home-about-card__title {
    color: #8e1013;
    /* Màu đỏ đậm nhất trong dải màu */
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.home-about-card:hover .home-about-card__title {
    color: var(--ancv-brand-red);
}

.home-about-card__description {
    color: #666;
    /* Màu xám nhẹ cho nội dung để dễ đọc */
    line-height: 1.6;
    font-size: 0.95rem;
}



.home-about-card__title,
.home-proof-card__title,
.home-solution-card__title,
.home-commitment-card__title,
.home-activity-card__title,
.home-final-cta__title {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 800;
}

.home-about-card__description,
.home-proof-card__description,
.home-solution-card__description,
.home-commitment-card__description {
    margin: 0;
    color: var(--ancv-text-muted);
    line-height: 1.65;
}

.home-leadership-grid,
.home-commitments-grid,
.home-cta-activities__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.home-leadership-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    text-align: left !important;
    font-family: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-leadership-card:hover {
    transform: translateY(-4px);
    border-color: rgba(197, 33, 38, 0.3);
    box-shadow: 0 24px 48px rgba(197, 33, 38, 0.12);
}

.home-leadership-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.home-leadership-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.9) translateY(3%);
    transform-origin: bottom center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-leadership-card:hover .home-leadership-card__image img {
    transform: scale(0.95) translateY(1%);
}

.home-leadership-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ancv-brand-red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-leadership-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 0.75rem;
    padding: 1.4rem;
}

.home-leadership-card__name {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    text-align: left !important;
}

.home-leadership-card__position {
    margin: 0;
    color: var(--ancv-brand-red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left !important;
}

.home-leadership-card {
    position: relative;
    overflow: visible !important;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease, opacity 0.3s ease, filter 0.3s ease, z-index 0.1s ease !important;
}

.home-leadership-card__image {
    border-radius: 0 !important;
}

.home-leadership-card__details-wrapper {
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    right: -1px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-top: none;
    border-radius: 0;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 10;
    padding: 0 1.4rem;
}

.home-leadership-card:hover {
    border-radius: 0 !important;
    z-index: 20 !important;
    opacity: 1 !important;
    filter: none !important;
}

.home-leadership-card:hover .home-leadership-card__details-wrapper {
    max-height: 250px;
    opacity: 1;
    padding-bottom: 1.4rem;
    border-color: rgba(197, 33, 38, 0.3);
    box-shadow: 0 24px 48px rgba(197, 33, 38, 0.12);
}

.home-leadership-card__details {
    margin: 0;
    padding-left: 1.15rem;
    color: #4b5563;
    line-height: 1.6;
    text-align: left !important;
    list-style-type: disc !important;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    padding-top: 0.75rem;
}

.home-leadership-card:hover .home-leadership-card__details {
    border-color: rgba(197, 33, 38, 0.15);
}

.home-leadership-card__details li {
    margin-bottom: 0.4rem;
    font-size: 0.82rem;
    text-align: left !important;
}

.home-leadership-card__details li:last-child {
    margin-bottom: 0;
}



.home-slide--solutions::before,
.home-slide--cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(197, 33, 38, 0.2), transparent 25%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08), transparent 20%);
    pointer-events: none;
}

.home-proof-partners {
    overflow: hidden;
    border-radius: 1.75rem;
}

.home-solutions-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}

.home-solution-card {
    display: block;
    position: relative;
    min-height: clamp(13.5rem, 26vh, 17rem);
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0f172a;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.home-solution-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(197, 33, 38, 0.95) 0%, rgba(197, 33, 38, 0.22) 80%);
    z-index: 2;
}

.home-solution-card__image,
.home-solution-card__image > img {
    width: 100%;
    height: 100%;
}

.home-solution-card__image {
    position: absolute;
    inset: 0;
}

.home-solution-card__image > img {
    object-fit: cover;
    transition: transform 0.7s ease;
}

.home-solution-card--no-image .home-solution-card__image {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-solution-card__logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem;
}

.home-solution-card__logo-img {
    max-width: 65%;
    max-height: 45%;
    object-fit: contain;
    opacity: 0.65;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.home-solution-card:hover .home-solution-card__logo-img {
    opacity: 0.95;
    transform: scale(1.05);
}

.home-solution-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 1.15rem;
    background:
        linear-gradient(180deg, rgba(4, 9, 17, 0.08) 0%, rgba(4, 9, 17, 0.28) 45%, rgba(4, 9, 17, 0.84) 100%);
}

.home-solution-card__title {
    margin: 0;
    max-width: 100%;
    color: #fff;
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.home-solution-card:hover .home-solution-card__image > img {
    transform: scale(1.06);
}

.home-solutions-footer {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.85rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
}

.home-solutions-footer__intro p {
    margin: 0.5rem 0 0;
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.home-solutions-footer__label {
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-solutions-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-commitment-card {
    padding: 1.35rem;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease;
    will-change: transform, box-shadow;
}

.home-commitment-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: rgba(197, 33, 38, 0.15);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.home-commitment-card:hover .home-commitment-card__icon {
    transform: scale(1.1);
    background: var(--ancv-brand-red);
    color: #fff;
}

.home-commitment-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.home-commitment-card__number {
    color: var(--ancv-brand-red);
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
}

.home-commitment-card__icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: #fff1f2;
    color: var(--ancv-brand-red);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s ease, color 0.4s ease;
}

.home-proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.home-proof-capabilities {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.home-proof-card {
    padding: 1.4rem;
}

.home-proof-testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
    border-radius: 1.4rem;
    background: linear-gradient(135deg, rgba(197, 33, 38, 0.08), rgba(197, 33, 38, 0.02));
    border: 1px solid rgba(197, 33, 38, 0.18);
}

.home-proof-testimonial__viewport {
    position: relative;
    display: grid;
    min-height: 9rem;
}

.home-proof-testimonial__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.85rem;
    animation: homeProofTestimonialFadeUp 0.45s ease-out;
}

.home-proof-testimonial__quote {
    color: rgba(197, 33, 38, 0.18);
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
}

.home-proof-testimonial__content {
    margin: 0;
    color: var(--ancv-text-dark);
    font-size: 0.92rem;
    line-height: 1.6;
}

.home-proof-testimonial__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    color: var(--ancv-text-muted);
}

.home-proof-testimonial__meta strong {
    font-size: 0.98rem;
}

.home-proof-testimonial__meta span {
    font-size: 0.88rem;
}

.home-proof-testimonial__dots {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-proof-testimonial__dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: rgba(197, 33, 38, 0.18);
    border: 0;
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease, width 0.25s ease;
}

.home-proof-testimonial__dot:hover,
.home-proof-testimonial__dot.is-active {
    background: var(--ancv-brand-red);
}

.home-proof-testimonial__dot.is-active {
    width: 2rem;
}

@keyframes homeProofTestimonialFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-proof-partners {
    overflow: hidden;
    border-radius: 1.75rem;
    --home-partner-gap: 1rem;
    --home-partner-visible: 2;
    display: grid;
    gap: 1rem;
}

.home-proof-partners__marquee {
    display: grid;
    gap: var(--home-partner-gap);
}

.home-proof-partners__row {
    display: flex;
    gap: var(--home-partner-gap);
    width: max-content;
    will-change: transform;
}

.home-proof-partners__row--forward {
    animation: homePartnerMarqueeForward 26s linear infinite;
}

.home-proof-partners__row--reverse {
    animation: homePartnerMarqueeReverse 30s linear infinite;
}

.home-proof-partners__set {
    flex: 0 0 auto;
    min-width: max-content;
        display: grid;
        grid-template-columns: repeat(var(--home-partner-visible), 150px);
    gap: var(--home-partner-gap);
        padding: 0.35rem;
}

.home-proof-partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    height: 5rem;
    padding: 0.8rem 1.2rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.home-proof-partners__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes homePartnerMarqueeForward {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - (var(--home-partner-gap) / 2)));
    }
}

@keyframes homePartnerMarqueeReverse {
    from {
        transform: translateX(calc(-50% - (var(--home-partner-gap) / 2)));
    }

    to {
        transform: translateX(0);
    }
}

.home-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.home-cta-activities,
.home-final-cta {
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    padding: 1.9rem;
}

.home-activity-card {
    overflow: hidden;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-activity-card__link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.home-activity-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.home-activity-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-activity-card__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.35rem 1.4rem 1.55rem;
}

.home-activity-card__category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.38rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-activity-card__title {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
    max-width: 16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-activity-card__date,
.home-final-cta__description,
.home-final-cta__contact-label,
.home-compact-footer {
    color: rgba(255, 255, 255, 0.76);
}

.home-cta-activities .home-slide__header {
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.home-cta-activities .home-slide-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    line-height: 1.25;
    letter-spacing: -0.03em;
    max-width: none;
}

.home-cta-activities__grid {
    gap: 1.35rem;
}

.home-final-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05)),
        linear-gradient(135deg, rgba(197, 33, 38, 0.22), rgba(5, 9, 15, 0.3));
}

.home-final-cta__title {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.home-final-cta__description {
    margin: 0;
    line-height: 1.75;
}

.home-final-cta__actions,
.home-final-cta__contact,
.home-compact-footer,
.home-compact-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.home-final-cta__contact {
    gap: 1.25rem;
}

.home-final-cta__contact-label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-final-cta__contact-value {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.home-compact-footer {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
}

.home-compact-footer p {
    margin: 0;
}

.home-compact-footer__links a {
    color: rgba(255, 255, 255, 0.84);
}

.home-compact-footer__links a:hover {
    color: #fff;
}

.home-slide--footer {
    background:
        radial-gradient(circle at top right, rgba(197, 33, 38, 0.1), transparent 24%),
        linear-gradient(180deg, #fafafb 0%, #f1f3f5 100%);
    color: #111827;
}

.home-footer-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-footer-slide > .pointer-events-none.absolute {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.home-slide-nav {
    position: fixed;
    top: 50%;
    right: 1.4rem;
    z-index: 70;
    display: none;
    flex-direction: column;
    gap: 0.65rem;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
}

.home-slide-nav__dot {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.home-slide-nav__dot::after {
    content: attr(aria-label);
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%) translateX(10px);
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.7rem;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-slide-nav__dot:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.home-slide-nav__dot:hover,
.home-slide-nav__dot[aria-current="true"] {
    transform: scale(1.15);
    background: var(--ancv-brand-red);
    border-color: var(--ancv-brand-red);
}

@media (min-width: 768px) {
    :root {
        --ancv-slide-padding-x: 1.5rem;
        --ancv-slide-padding-y: 2.5rem;
    }

    .home-slide__header--split,
    .home-proof-grid,
    .home-cta-grid {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .home-about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-proof-partners {
        --home-partner-visible: 4;
    }

    .home-leadership-grid,
    .home-commitments-grid,
    .home-cta-activities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-proof-capabilities {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    :root {
        --ancv-slide-padding-x: 5.5rem;
        --ancv-slide-padding-y: 2rem;
    }

    body.is-home-fullpage.home-fullpage-ready {
        overflow: hidden;
    }

    body.is-home-fullpage.home-fullpage-ready #page {
        min-height: 100svh;
        position: relative;
    }

    body.is-home-fullpage.home-fullpage-ready .home-fullpage-main {
        display: flex;
        flex-direction: column;
        min-height: 100svh;
    }

    body.is-home-fullpage.home-fullpage-ready #main-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 80;
        /*        background: rgba(7, 17, 31, 0.72);*/
        background: #c52126;
        border-color: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(18px);
        transition: transform 0.35s ease, opacity 0.35s ease, background-color 0.3s ease, border-color 0.3s ease;
    }

    body.is-home-fullpage.home-fullpage-ready #main-header.header-active {
        background: rgba(255, 255, 255, 0.95);
        border-color: rgba(209, 213, 219, 0.75);
    }

    body.is-home-fullpage.home-fullpage-ready #main-header.home-header-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-100%);
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide-nav {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    body.is-home-fullpage.home-fullpage-ready #home-fullpage {
        flex: 1 1 auto;
        height: 100svh;
        overflow-y: auto;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }

    body.is-home-fullpage.home-fullpage-ready #home-fullpage::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide {
        min-height: 100svh;
        padding-top: calc(var(--ancv-header-height) + 1.5rem);
        padding-bottom: 1.5rem;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        scroll-margin-top: 0 !important;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide--hero {
        min-height: 100svh;
        padding: 0;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide__inner {
        min-height: calc(100svh - var(--ancv-header-height) - 3rem);
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide--hero .home-slide__inner,
    body.is-home-fullpage.home-fullpage-ready .home-slide--hero .home-hero,
    body.is-home-fullpage.home-fullpage-ready .home-slide--hero .home-hero__media {
        min-height: 100svh;
    }

    body.is-home-fullpage.home-fullpage-ready .home-section-shell {
        gap: 1.5rem;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide [data-slide-reveal] {
        opacity: 0;
        transform: translateY(24px);
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal] {
        opacity: 1;
        transform: translateY(0);
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="1"] {
        transition-delay: 0.1s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="2"] {
        transition-delay: 0.25s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="3"] {
        transition-delay: 0.4s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="4"] {
        transition-delay: 0.55s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="5"] {
        transition-delay: 0.7s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="6"] {
        transition-delay: 0.85s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide.is-active [data-slide-reveal="7"] {
        transition-delay: 1.0s;
    }

    body.is-home-fullpage.home-fullpage-ready .home-about-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    body.is-home-fullpage.home-fullpage-ready .home-solutions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }

        body.is-home-fullpage.home-fullpage-ready .home-proof-partners {
            --home-partner-visible: 8;
    }

    body.is-home-fullpage.home-fullpage-ready .home-slide:not(.is-active) .home-proof-partners__row {
        animation-play-state: paused;
    }

    body.is-home-fullpage.home-fullpage-ready .home-commitments-grid,
    body.is-home-fullpage.home-fullpage-ready .home-cta-activities__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.is-home-fullpage.home-fullpage-ready .home-leadership-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.is-home-fullpage.home-fullpage-ready .home-cta-grid {
        grid-template-columns: minmax(0, 1.28fr) minmax(21rem, 0.72fr);
        align-items: stretch;
        gap: 2rem;
    }

    body.is-home-fullpage.home-fullpage-ready .home-cta-activities,
    body.is-home-fullpage.home-fullpage-ready .home-final-cta {
        min-height: 0;
    }

    /* Hiệu ứng đối nghịch của Dự án tiêu biểu trên desktop */
    body.is-home-fullpage.home-fullpage-ready .home-slide--projects .home-leader-slide {
        background-image: none !important;
    }
    body.is-home-fullpage.home-fullpage-ready .home-slide--projects .home-leader-slide-bg {
        display: block;
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
        transform: translateX(-100px);
        opacity: 0;
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease-in-out;
    }
    body.is-home-fullpage.home-fullpage-ready .home-slide--projects .home-leader-slide.is-active .home-leader-slide-bg {
        transform: translateX(0);
        opacity: 1;
    }
    body.is-home-fullpage.home-fullpage-ready .home-slide--projects .home-leader-quote-card {
        transform: translateX(100px);
        opacity: 0;
        transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
    }
    body.is-home-fullpage.home-fullpage-ready .home-slide--projects .home-leader-slide.is-active .home-leader-quote-card {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 1023.98px) {
    .home-slide-nav {
        display: none !important;
    }

    /* Tối ưu hóa Hero Banner trang chủ - Giao diện chia đôi */
    .home-hero {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .home-slide--hero .home-slide__inner {
        min-height: auto;
    }

    .home-hero__media,
    .home-hero__overlay,
    .home-hero__content {
        grid-area: auto;
    }

    .home-hero__media {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        min-height: auto;
        height: auto;
        border-radius: 0;
    }

    .home-hero__video-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        transform: none;
        pointer-events: none;
    }

    .home-hero__overlay {
        position: absolute;
        inset: 0;
        border-radius: 0;
        background: rgba(5, 9, 15, 0.2); /* Lớp phủ nhẹ trên video để đồng bộ tone tối */
    }

    .home-hero__content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2.5rem 1.5rem;
        background: #ffffff; /* Nền sáng sạch sẽ theo ý kiến phản hồi */
    }

    .home-hero__copy {
        max-width: 100%;
        padding: 0;
        background: transparent;
        border: none;
        backdrop-filter: none;
        border-radius: 0;
        margin-bottom: 0;
    }

    .home-hero__title {
        font-size: 1.65rem;
        line-height: 1.35;
        margin: 0 0 1rem 0;
        text-shadow: none;
        color: var(--ancv-text-dark, #111827); /* Chữ tiêu đề màu tối */
    }

    .home-hero__description {
        font-size: 0.95rem;
        line-height: 1.75;
        text-shadow: none;
        color: var(--ancv-text-muted, #4b5563); /* Chữ mô tả màu xám đậm dễ đọc */
    }

    .home-hero__actions {
        margin-top: 1.75rem;
    }

    /* Điều chỉnh các nút cho nổi bật trên nền sáng di động */
    .home-hero__actions .home-button--light {
        background: var(--ancv-brand-red, #c52126) !important;
        color: #ffffff !important;
        box-shadow: 0 10px 20px rgba(197, 33, 38, 0.15) !important;
    }

    .home-hero__actions .home-button--light:hover {
        background: var(--ancv-brand-red-dark, #a91b20) !important;
        color: #ffffff !important;
    }

    .home-hero__actions .home-button--ghost-light {
        border-color: var(--ancv-brand-red, #c52126) !important;
        color: var(--ancv-brand-red, #c52126) !important;
        background: transparent !important;
    }

    .home-hero__actions .home-button--ghost-light:hover {
        background: rgba(197, 33, 38, 0.05) !important;
        color: var(--ancv-brand-red, #c52126) !important;
    }

    .home-hero__metrics,
    .home-compact-footer {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    #home-cta {
        padding-bottom: 3rem !important;
    }
    .home-slide--footer {
        padding-top: 3rem !important;
    }
}

@media (max-width: 479px) {
    .home-hero__actions {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }

    .home-hero__actions .home-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {

    .home-slide [data-slide-reveal],
    .home-slide-nav__dot,
    .home-button,
    .home-proof-partners__row {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    body.is-home-fullpage.home-fullpage-ready #page {
        scroll-behavior: auto;
    }
}

/* Homepage Stats Section Styles */
.home-stats-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.home-stats-layout__media {
    width: 100%;
    max-width: 500px;
}

.home-stats-image-wrapper {
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(17, 24, 39, 0.06);
    background: #fff;
}

.home-stats-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-stats-layout__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.home-stats-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.home-stats-item {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    color: var(--ancv-brand-red);
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    letter-spacing: -0.02em;
    transition: transform 0.3s ease, color 0.3s ease;
}

.home-stats-item:hover {
    transform: translateX(10px);
    color: var(--ancv-brand-red-dark);
}

.home-stats-item__number {
    font-size: 1.15em;
    font-weight: 900;
}

.home-stats-item__label {
    font-size: 0.85em;
    font-weight: 800;
}

@media (min-width: 1024px) {
    .home-stats-layout {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        align-items: center;
        gap: 5rem;
    }
    
    .home-stats-layout__media {
        max-width: none;
    }
    
    .home-stats-list {
        gap: 1.75rem;
    }
}

/* Homepage Process Section Styles */
.home-process-container {
    position: relative;
    width: 100%;
}

.home-process-line {
    display: none;
}

.home-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1rem;
    position: relative;
    z-index: 1;
}

.home-process-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-process-card:hover {
    transform: translateY(-4px);
}

.home-process-card__number {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--ancv-brand-red);
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    opacity: 0.85;
}

.home-process-card__icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.85rem;
}

.home-process-card__icon {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(197, 33, 38, 0.15);
    color: var(--ancv-brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-process-card__icon svg,
.home-process-card__icon i {
    width: 2.25rem !important;
    height: 2.25rem !important;
    display: block !important;
    stroke-width: 1.5px !important;
    transition: transform 0.3s ease;
}

.home-process-card:hover .home-process-card__icon {
    background: linear-gradient(135deg, var(--ancv-brand-red) 0%, #9e1418 100%);
    color: #fff;
    border-color: var(--ancv-brand-red);
    box-shadow: 0 12px 30px rgba(197, 33, 38, 0.25);
}

.home-process-card:hover .home-process-card__icon svg,
.home-process-card:hover .home-process-card__icon i {
    transform: scale(1.08);
}

.home-process-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ancv-text-dark);
}

.home-process-card__description {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.55;
    color: var(--ancv-text-muted);
    max-width: 260px;
}

@media (max-width: 479px) {
    .home-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem 0.75rem;
    }

    .home-process-card__number {
        font-size: 1.35rem;
        margin-bottom: 0.5rem;
    }

    .home-process-card__icon {
        width: 4.2rem;
        height: 4.2rem;
    }

    .home-process-card__icon svg,
    .home-process-card__icon i {
        width: 1.75rem !important;
        height: 1.75rem !important;
    }

    .home-process-card__title {
        font-size: 0.95rem;
        margin-bottom: 0.35rem;
    }

    .home-process-card__description {
        font-size: 0.78rem;
        line-height: 1.45;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .home-process-container {
        padding: 1.5rem 0;
    }

    .home-process-line {
        display: none !important;
    }

    .home-process-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .home-process-card__icon-wrapper {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.85rem;
    }

    /* Đường nối ngang dạng nét liền màu đỏ */
    .home-process-card__icon-wrapper::after {
        content: "";
        position: absolute;
        left: calc(50% + 2.8rem);
        right: calc(-50% - 1.5rem + 2.8rem);
        height: 2px;
        background: var(--ancv-brand-red);
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .home-process-card:last-child .home-process-card__icon-wrapper::after {
        display: none;
    }

    /* Vẽ đường cong ôm nửa trên cho các bước lẻ (01, 03, 05) */
    .home-process-grid .home-process-card:nth-child(odd) .home-process-card__icon-wrapper::before {
        content: "";
        position: absolute;
        width: 5.6rem;
        height: 2.8rem;
        border: 2px solid var(--ancv-brand-red);
        border-bottom: none;
        border-radius: 2.8rem 2.8rem 0 0;
        top: calc(50% - 2.8rem);
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        pointer-events: none;
        box-sizing: border-box;
    }

    /* Vẽ đường cong ôm nửa dưới cho các bước chẵn (02, 04, 06) */
    .home-process-grid .home-process-card:nth-child(even) .home-process-card__icon-wrapper::before {
        content: "";
        position: absolute;
        width: 5.6rem;
        height: 2.8rem;
        border: 2px solid var(--ancv-brand-red);
        border-top: none;
        border-radius: 0 0 2.8rem 2.8rem;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        pointer-events: none;
        box-sizing: border-box;
    }

    /* Chấm tròn đỏ ở điểm đầu (bên trái bước 01) */
    .home-process-grid .home-process-card:first-child .home-process-card__icon::before {
        content: "";
        position: absolute;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: var(--ancv-brand-red);
        border-radius: 50%;
        z-index: 3;
    }

    /* Chấm tròn đỏ ở điểm cuối (bên phải bước 06) */
    .home-process-grid .home-process-card:last-child .home-process-card__icon::before {
        content: "";
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: var(--ancv-brand-red);
        border-radius: 50%;
        z-index: 3;
    }


}

/* Homepage Process SVG Flow Styles (desktop only) */
.home-process-svg-wrapper {
    display: none;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

.home-process-svg-wrapper svg {
    width: 100%;
    height: auto;
    overflow: visible;
    display: block;
}

/* PATHS */
#bgPath {
    fill: none;
    stroke: #E8E8E8;
    stroke-width: 2;
}

#animPath {
    fill: none;
    stroke: var(--ancv-brand-red, #c52126);
    stroke-width: 2.5;
    stroke-linecap: round;
}

/* STEP ELEMENTS */
.sc {
    fill: #ffffff;
    stroke: #E0E0E0;
    stroke-width: 1.5;
    transition: stroke 0.5s, stroke-width 0.5s;
}

.sc.on {
    stroke: var(--ancv-brand-red, #c52126);
    stroke-width: 2;
}

.si {
    fill: none;
    stroke: #CCCCCC;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.5s;
}

.si * {
    stroke: inherit;
    fill: inherit;
}

.si.on {
    stroke: var(--ancv-brand-red, #c52126);
}

.sn {
    fill: #CCCCCC;
    font-weight: 700;
    font-size: 16px;
    font-family: inherit;
    transition: fill 0.5s;
}

.sn.on {
    fill: var(--ancv-brand-red, #c52126);
}

.st {
    fill: #CCCCCC;
    font-weight: 700;
    font-size: 11px;
    font-family: inherit;
    letter-spacing: 0.5px;
    transition: fill 0.5s;
}

.st.on {
    fill: var(--ancv-text-dark, #111827);
}

.sd {
    fill: #DEDEDE;
    font-size: 9.5px;
    font-family: inherit;
    transition: fill 0.5s;
}

.sd.on {
    fill: var(--ancv-text-muted, #6B7280);
}

/* MOVING DOT */
#moveDot {
    fill: var(--ancv-brand-red, #c52126);
    stroke: #ffffff;
    stroke-width: 2.5;
    opacity: 0;
    filter: drop-shadow(0 0 4px rgba(197, 33, 38, 0.6));
}

/* CONTROLS */
.home-process-controls {
    text-align: center;
    margin-top: 36px;
}

.home-process-btn {
    padding: 10px 36px;
    background: var(--ancv-brand-red, #c52126);
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    box-shadow: 0 4px 12px rgba(197, 33, 38, 0.15);
}

.home-process-btn:hover {
    background: var(--ancv-brand-red-dark, #8e1013);
    transform: translateY(-1px);
}

.home-process-btn:disabled {
    background: #EBEBEB;
    color: #AAAAAA;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

@media (min-width: 1024px) {
    .home-process-svg-wrapper {
        display: block;
    }
    .home-process-grid {
        display: none !important;
    }
}

/* Homepage Platform Section Styles */
.home-platform-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 4.5rem;
    margin-bottom: 3rem;
}

.home-platform-item {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    max-width: 220px;
    display: block;
    position: relative;
}

.home-platform-item:focus {
    outline: none;
}

/* Concentric Orbit Circles & Animation Styles */
.hval-it {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.3);
    border: none;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

/* Outer circle container */
.hval-it .ot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 0.4;
}

/* Spinner wrapper for outer circle */
.hval-it .ot-in {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: Spinner 12s linear infinite;
}

/* Outer border line with clip-path (approx 75% circle stroke) */
.hval-it .ot-in .marker {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%, 0 50%);
    transition: border-color 0.4s ease;
}

/* Orbiting dots for outer circle */
.hval-it .ot-in::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    transition: background-color 0.4s ease;
}

.hval-it .ot-in::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.4s ease;
}

/* Inner circle container (rotating reverse) */
.hval-it .it {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4.5rem);
    height: calc(100% + 4.5rem);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 0.4;
}

.hval-it .it-in {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: Spinner 12s linear infinite reverse;
}

.hval-it .it-in .marker {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%, 0 50%);
    transition: border-color 0.4s ease;
}

/* Orbiting dots for inner circle */
.hval-it .it-in::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    transition: background-color 0.4s ease;
}

.hval-it .it-in::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.4s ease;
}

/* Core content inside circle */
.hval-it .inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    padding: 1rem;
}

.hval-it .inner .hval-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ancv-brand-red, #c52126);
    margin-bottom: 1rem;
    transition: color 0.4s ease, transform 0.4s ease;
}

.hval-it .inner .hval-icon svg,
.hval-it .inner .hval-icon i {
    width: 2.75rem !important;
    height: 2.75rem !important;
    stroke-width: 1.5px !important;
    display: block !important;
}

.hval-it .inner .text {
    font-size: 0.95rem;
    font-weight: 800;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    transition: color 0.4s ease;
}

/* Hover effects */
.home-platform-item:hover .hval-it {
    background-color: var(--ancv-brand-red, #c52126);
    box-shadow: 0px 12px 40px rgba(197, 33, 38, 0.45);
    transform: translateY(-8px);
}

.home-platform-item:hover .ot,
.home-platform-item:hover .it {
    opacity: 1;
}

.home-platform-item:hover .hval-it .ot-in .marker,
.home-platform-item:hover .hval-it .it-in .marker {
    border-color: var(--ancv-brand-red, #c52126);
}

.home-platform-item:hover .hval-it .ot-in::after,
.home-platform-item:hover .hval-it .ot-in::before,
.home-platform-item:hover .hval-it .it-in::after,
.home-platform-item:hover .hval-it .it-in::before {
    background-color: var(--ancv-brand-red, #c52126);
}

.home-platform-item:hover .inner .hval-icon {
    color: #ffffff;
    transform: scale(1.08);
}

.home-platform-item:hover .inner .text {
    color: #ffffff;
}

/* Cấu trúc hiệu ứng sóng tròn co vào trong */
.hval-ripples {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hval-ripples .ripple {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.3);
}

.home-platform-item:hover .ripple {
    animation: rippleInward 2s infinite linear;
}

.home-platform-item:hover .ripple:nth-child(1) {
    animation-delay: 0s;
}
.home-platform-item:hover .ripple:nth-child(2) {
    animation-delay: 0.67s;
}
.home-platform-item:hover .ripple:nth-child(3) {
    animation-delay: 1.33s;
}

@keyframes rippleInward {
    0% {
        transform: scale(1.3);
        opacity: 0;
    }
    15% {
        opacity: 0.6;
    }
    85% {
        opacity: 0.6;
    }
    100% {
        transform: scale(0.6);
        opacity: 0;
    }
}

/* Keyframe for rotation spinner */
@keyframes Spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.home-platform-logos-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.home-platform-logos-track {
    display: flex;
    width: max-content;
    animation: homePlatformMarquee 25s linear infinite;
}

.home-platform-logos-track:hover {
    animation-play-state: paused;
}

.home-platform-logos-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-right: 1.5rem;
}

.home-platform-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 4.5rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0 !important; /* Sharp corners */
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.home-platform-logo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.home-platform-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes homePlatformMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 479px) {
    .home-platform-grid {
        gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .home-platform-grid {
        display: grid;
        grid-template-columns: repeat(3, 240px);
        justify-content: center;
        gap: 9.5rem;
        width: 100%;
        max-width: 1100px;
        margin: 4.5rem auto 3rem;
    }

    .home-platform-item {
        max-width: 240px;
        margin: 0 auto;
    }

    /* Đường nối ngang màu trắng */
    .home-platform-item::after {
        content: "";
        position: absolute;
        left: calc(50% + 120px);
        right: calc(-50% - 9.5rem + 120px);
        height: 2px;
        background-color: #ffffff;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        opacity: 0.3;
        pointer-events: none;
    }

    .home-platform-item:last-child::after {
        display: none;
    }

    /* Vẽ cung tròn ôm nửa trên cho ô lẻ (1, 3) */
    .home-platform-grid .home-platform-item:nth-child(odd)::before {
        content: "";
        position: absolute;
        width: 240px;
        height: 120px;
        border: 2px solid #ffffff;
        border-bottom: none;
        border-radius: 120px 120px 0 0;
        top: calc(50% - 120px);
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        pointer-events: none;
        box-sizing: border-box;
        opacity: 0.3;
    }

    /* Vẽ cung tròn ôm nửa dưới cho ô chẵn (2) */
    .home-platform-grid .home-platform-item:nth-child(even)::before {
        content: "";
        position: absolute;
        width: 240px;
        height: 120px;
        border: 2px solid #ffffff;
        border-top: none;
        border-radius: 0 0 120px 120px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        pointer-events: none;
        box-sizing: border-box;
        opacity: 0.3;
    }

    /* Chấm tròn định vị đầu (bên trái ô 1) */
    .home-platform-grid .home-platform-item:first-child .hval-it::before {
        content: "";
        position: absolute;
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 4;
        opacity: 0.3;
        pointer-events: none;
    }

    /* Chấm tròn định vị cuối (bên phải ô 3) */
    .home-platform-grid .home-platform-item:last-child .hval-it::before {
        content: "";
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 4;
        opacity: 0.3;
        pointer-events: none;
    }

    /* Hiệu ứng dòng điện viền trắng */
    @keyframes electric-pulse-white-border {
        0% {
            border-color: #ffffff;
            opacity: 0.3;
            filter: drop-shadow(0 0 0px transparent);
        }
        3% {
            border-color: #ffffff;
            opacity: 1;
            filter: drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 8px #ffffff);
        }
        6% {
            border-color: #ffffff;
            opacity: 0.3;
            filter: drop-shadow(0 0 0px transparent);
        }
        100% {
            border-color: #ffffff;
            opacity: 0.3;
            filter: drop-shadow(0 0 0px transparent);
        }
    }

    /* Hiệu ứng dòng điện nền trắng */
    @keyframes electric-pulse-white-bg {
        0% {
            background-color: #ffffff;
            opacity: 0.3;
            filter: drop-shadow(0 0 0px transparent);
        }
        3% {
            background-color: #ffffff;
            opacity: 1;
            filter: drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 8px #ffffff);
        }
        6% {
            background-color: #ffffff;
            opacity: 0.3;
            filter: drop-shadow(0 0 0px transparent);
        }
        100% {
            background-color: #ffffff;
            opacity: 0.3;
            filter: drop-shadow(0 0 0px transparent);
        }
    }

    .home-platform-item::before,
    .home-platform-item::after,
    .home-platform-item .hval-it::before {
        will-change: filter, border-color, background-color, opacity;
    }

    /* Gán thời gian delay tuần tự gối đầu (bước nhảy 0.1s, chu kỳ 3.5s) */
    /* Ô 1 */
    .home-platform-grid .home-platform-item:nth-child(1) .hval-it::before {
        animation: electric-pulse-white-bg 3.5s infinite;
        animation-delay: 0s;
    }
    .home-platform-grid .home-platform-item:nth-child(1)::before {
        animation: electric-pulse-white-border 3.5s infinite;
        animation-delay: 0.1s;
    }
    .home-platform-grid .home-platform-item:nth-child(1)::after {
        animation: electric-pulse-white-bg 3.5s infinite;
        animation-delay: 0.2s;
    }

    /* Ô 2 */
    .home-platform-grid .home-platform-item:nth-child(2)::before {
        animation: electric-pulse-white-border 3.5s infinite;
        animation-delay: 0.3s;
    }
    .home-platform-grid .home-platform-item:nth-child(2)::after {
        animation: electric-pulse-white-bg 3.5s infinite;
        animation-delay: 0.4s;
    }

    /* Ô 3 */
    .home-platform-grid .home-platform-item:nth-child(3)::before {
        animation: electric-pulse-white-border 3.5s infinite;
        animation-delay: 0.5s;
    }
    .home-platform-grid .home-platform-item:nth-child(3) .hval-it::before {
        animation: electric-pulse-white-bg 3.5s infinite;
        animation-delay: 0.6s;
    }
}

/* Lightbox Modal Styles */
.platform-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.platform-lightbox.is-active {
    opacity: 1;
    pointer-events: auto;
}

.platform-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 17, 31, 0.92);
    backdrop-filter: blur(8px);
}

.platform-lightbox__wrapper {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0.95);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.platform-lightbox.is-active .platform-lightbox__wrapper {
    transform: scale(1);
}

.platform-lightbox__content {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.platform-lightbox__image {
    max-width: 100%;
    max-height: 65vh;
    object-fit: contain;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.platform-lightbox__close {
    position: absolute;
    top: -3.5rem;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.platform-lightbox__close:hover {
    color: var(--ancv-brand-red);
    transform: scale(1.1);
}

.platform-lightbox__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 20;
}

.platform-lightbox__btn:hover {
    background: #fff;
    color: var(--ancv-brand-red);
    border-color: #fff;
}

.platform-lightbox__btn--prev {
    left: -5rem;
}

.platform-lightbox__btn--next {
    right: -5rem;
}

.platform-lightbox__counter {
    position: absolute;
    bottom: -2.5rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
    .platform-lightbox__btn {
        width: 3rem;
        height: 3rem;
        font-size: 1.75rem;
    }
    
    .platform-lightbox__btn--prev {
        left: 0.5rem;
    }
    
    .platform-lightbox__btn--next {
        right: 0.5rem;
    }
    
    .platform-lightbox__close {
        right: 1rem;
        top: -3.5rem;
    }
}

/* Homepage Projects Section Styles - Premium Slider & Marquee */
.home-projects-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

/* Leader Testimonials Slider */
.home-leader-slider {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(17, 24, 39, 0.05);
    background: #f8fafc;
}

.home-leader-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-leader-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5rem;
    transition: opacity 0.8s ease-in-out;
}

.home-leader-slide-bg {
    display: none;
}

.home-leader-slide.is-active {
    opacity: 1;
    z-index: 2;
}

/* Glassmorphism Quote Card */
.home-leader-quote-card {
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 1.5rem;
    padding: 1.75rem;
    width: 100%;
    max-width: 30rem;
    box-shadow: 0 20px 50px rgba(7, 12, 22, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: translateY(15px);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.home-leader-slide.is-active .home-leader-quote-card {
    transform: translateY(0);
    opacity: 1;
}

.home-leader-quote-icon {
    color: var(--ancv-brand-red);
    opacity: 0.85;
    display: flex;
    align-items: center;
}

.home-leader-quote-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ancv-text-dark, #111827);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.01em;
}

.home-leader-quote-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    padding-top: 1rem;
}

.home-leader-quote-author {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ancv-brand-red);
}

/* Slider Controls (Nav arrows & Dots) */
.home-leader-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--ancv-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-leader-nav:hover {
    background: var(--ancv-brand-red);
    color: #fff;
    border-color: var(--ancv-brand-red);
    box-shadow: 0 10px 25px rgba(197, 33, 38, 0.25);
    transform: translateY(-50%) scale(1.05);
}

.home-leader-nav svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.home-leader-nav--prev {
    left: 1.5rem;
}

.home-leader-nav--next {
    right: 1.5rem;
}

.home-leader-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.home-leader-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.15);
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-leader-dot:hover {
    background: rgba(17, 24, 39, 0.3);
}

.home-leader-dot.is-active {
    background: var(--ancv-brand-red);
    width: 24px;
}

/* Lower Part: Infinite Scrolling Logo Marquee */
.home-projects-logos-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0.75rem 0;
    position: relative;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.home-projects-logos-track {
    display: flex;
    width: max-content;
    animation: homeProjectsMarquee 25s linear infinite;
}

.home-projects-logos-track:hover {
    animation-play-state: paused;
}

.home-projects-logos-group {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-right: 2rem;
}

.home-projects-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 3.5rem;
    padding: 0.6rem 1rem;
    border-radius: 0 !important; /* Sharp corners */
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.home-projects-logo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.home-projects-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes homeProjectsMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive Styles for Leader Section */
@media (max-width: 1023.98px) {
    .home-leader-slider {
        height: 520px; /* Giảm chiều cao chung để vừa vặn hơn trên tablet */
    }

    .home-leader-slide {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        padding: 0;
        background-size: 0px 0px !important; /* Không vẽ đè ảnh gốc lên slide */
        background-color: #ffffff;
    }

    /* Đưa ảnh đại diện lên nửa trên slide */
    .home-leader-slide::before {
        content: "";
        display: block;
        width: 100%;
        height: 250px; /* Giảm chiều cao ảnh trên tablet */
        background-image: inherit;
        background-size: cover;
        background-position: center top;
        flex-shrink: 0;
    }

    /* Đưa quote card xuống nửa dưới slide và làm phẳng nền */
    .home-leader-quote-card {
        margin: 0;
        max-width: 100%;
        padding: 1rem 1.5rem 1.5rem 1.5rem; /* Giảm padding top */
        background: #ffffff;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* Căn nội dung sát lên trên để giảm khoảng trống với ảnh */
        border-radius: 0 0 1.5rem 1.5rem;
        gap: 0.75rem;
    }

    .home-leader-quote-text {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .home-leader-nav {
        display: none; /* Hide arrows on tablets and mobile, dots are enough */
    }
}

@media (max-width: 479px) {
    .home-leader-slider {
        height: 480px; /* Thu gọn chiều cao cho vừa vặn hơn trên phone, tránh khoảng trống dư */
    }
    
    .home-leader-slide::before {
        height: 210px; /* Thu nhỏ ảnh trên màn hình nhỏ */
    }

    .home-leader-quote-card {
        padding: 0.75rem 1.25rem 1.25rem 1.25rem; /* Thu nhỏ padding sát hình hơn nữa */
        gap: 0.5rem;
        justify-content: flex-start;
    }

    .home-leader-quote-text {
        font-size: 0.82rem;
        line-height: 1.55;
    }

    .home-leader-quote-footer {
        padding-top: 0.5rem;
    }
}

/* Lightbox Modal for Founders */
.founder-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px), (max-height: 700px) {
    .founder-lightbox {
        align-items: flex-start;
        overflow-y: auto;
        padding: 2rem 1rem;
    }
    .founder-lightbox__wrapper {
        margin: 0 auto;
    }
}

.founder-lightbox.is-active {
    opacity: 1;
    pointer-events: auto;
}

.founder-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 17, 31, 0.94);
    backdrop-filter: blur(8px);
}

.founder-lightbox__wrapper {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 850px;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: scale(0.95);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-lightbox.is-active .founder-lightbox__wrapper {
    transform: scale(1);
}

.founder-lightbox__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(7, 17, 31, 0.05);
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    font-size: 1.5rem;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 20;
}

.founder-lightbox__close:hover {
    background: var(--ancv-brand-red);
    color: #fff;
    transform: rotate(90deg);
}

.founder-lightbox__content {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 400px;
}

@media (min-width: 768px) {
    .founder-lightbox__content {
        grid-template-columns: 0.85fr 1.15fr;
    }
}

.founder-lightbox__media {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    height: 350px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .founder-lightbox__media {
        border-bottom: none;
        border-right: 1px solid #e2e8f0;
        height: auto;
    }
}

.founder-lightbox__img-box {
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.founder-lightbox__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.founder-lightbox__info {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.founder-lightbox__title {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ancv-text-dark);
}

.founder-lightbox__position {
    margin: 0 0 1.25rem;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--ancv-brand-red);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.founder-lightbox__details {
    margin: 0 0 1.5rem;
    padding-left: 1.25rem;
    color: var(--ancv-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.founder-lightbox__details li {
    margin-bottom: 0.5rem;
}

.founder-lightbox__desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--ancv-text-muted);
    border-top: 1px solid #f1f5f9;
    padding-top: 1.25rem;
}

/* Custom override for Button Contact VR - Force to Right side */
#button-contact-vr {
    right: 0 !important;
    left: auto !important;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: 100% !important;
}

.phone-bar a {
    left: auto !important;
    right: 30px !important;
    padding: 8px 55px 7px 15px !important;
}

/* Solutions Section Tabs & Lightbox Styles */
#home-solutions .home-slide__inner {
    justify-content: flex-start;
}

#home-solutions .home-section-shell {
    gap: 0.75rem;
}

#home-solutions .home-slide__header {
    margin-bottom: 0.25rem;
}

.home-solutions-tabs-nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    width: 100%;
}

.home-solutions-tabs-nav::-webkit-scrollbar {
    display: none;
}

.home-solutions-tab-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    position: relative;
    padding: 0.3rem 0.5rem;
    transition: color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.home-solutions-tab-btn:hover {
    color: #fff;
}

.home-solutions-tab-btn.active {
    color: var(--ancv-brand-red, #c52126);
}

.home-solutions-tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -0.45rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--ancv-brand-red, #c52126);
    border-radius: 999px;
}

.home-solutions-tab-panel {
    display: none;
}

.home-solutions-tab-panel.active {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .home-solutions-tab-panel.active {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .home-solutions-tabs-nav {
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.35rem;
    }

    .home-solutions-tab-panel.active {
        grid-template-columns: repeat(4, 1fr);
    }
    .home-solutions-tab-panel[data-tab-content="cong-nghe"].active {
        grid-template-columns: repeat(3, 1fr);
        max-width: 900px;
        margin: 0 auto;
    }
}

/* Solutions Lightbox */
.solutions-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.solutions-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.solutions-lightbox__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(5, 9, 15, 0.95);
    backdrop-filter: blur(8px);
}

.solutions-lightbox__content {
    position: relative;
    z-index: 10;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.solutions-lightbox__image {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
}

.solutions-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: background-color 0.3s, border-color 0.3s;
    z-index: 20;
}

.solutions-lightbox__close:hover {
    background: var(--ancv-brand-red, #c52126);
    border-color: var(--ancv-brand-red, #c52126);
}

/* Contact Page Premium Enhancements */
@keyframes bounceOnce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.group\/address-link:hover .group-hover\/address-link\:animate-bounce-once {
    animation: bounceOnce 0.6s ease-in-out 1;
}

.group\/address-item:hover i[data-lucide="map-pin"] {
    animation: bounceOnce 0.6s ease-in-out 1;
}

.group:hover .absolute.top-6.right-6 {
    color: #fff !important;
    background-color: var(--ancv-brand-red, #c52126) !important;
    border-color: var(--ancv-brand-red, #c52126) !important;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(197, 33, 38, 0.2);
}

/* ── Corporate Timeline Slider Section ── */
.ancv-timeline-year-item {
    font-size: 1.5rem;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ancv-timeline-year-item:hover {
    opacity: 0.95;
    transform: scale(1.05);
}

.ancv-timeline-year-item.active {
    font-size: 2.25rem;
    font-weight: 800;
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.6);
}

.ancv-timeline-year-item.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.ancv-timeline-slides-container {
    position: relative;
    width: 100%;
}

.ancv-timeline-slide {
    display: flex;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px) scale(0.98);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0.5s;
    position: absolute;
    inset: 0;
}

.ancv-timeline-slide.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0s;
}

/* Adjust timeline details for mobile screen widths */
@media (max-width: 1023px) {
    .ancv-timeline-slide {
        flex-direction: column !important;
        height: auto;
        position: absolute;
        padding: 1.5rem !important;
    }
    
    .ancv-timeline-slide.active {
        position: relative;
    }
    
    .ancv-timeline-slides-container {
        min-height: auto !important;
    }
    
    .ancv-timeline-year-item {
        font-size: 1.15rem;
    }
    
    .ancv-timeline-year-item.active {
        font-size: 1.6rem;
    }
}

