/* Ă¢â€â‚¬Ă¢â€â‚¬ TOKENS Ă¢â€â‚¬Ă¢â€â‚¬ */
:root {
    --bg-light: #f8fafc;
    --border-light: rgba(15, 23, 42, 0.08);
    --accent-cyan: #0ea5e9;
    --accent-orange: #ea580c;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --font-title: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    --glass-blur: blur(20px);

    --bg: #f8fafc;
    --surface: #ffffff;
    --surface-2: #f1f5f9;
    --border: rgba(15, 23, 42, 0.08);
    --text-1: #0f172a;
    --text-2: #475569;
    --text-3: #94a3b8;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 4px 16px rgba(15, 23, 42, 0.1), 0 2px 6px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.12), 0 4px 16px rgba(15, 23, 42, 0.06);
    --r: 12px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Ă¢â€â‚¬Ă¢â€â‚¬ BOOTSTRAP OVERRIDES Ă¢â€â‚¬Ă¢â€â‚¬ */
.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 0;
    min-width: 180px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
}

.nav-item:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Override Bootstrap's default row negative margins for custom sections */
.features-header.row {
    --bs-gutter-x: 40px;
}

.why-inner.row {
    --bs-gutter-x: 0;
    margin: 0;
}

.why-inner.row>* {
    padding-left: 0;
    padding-right: 0;
}

.footer-grid.row {
    --bs-gutter-x: 56px;
    margin: 0;
    margin-bottom: 64px;
}

/* Ensure Bootstrap form-control doesn't override custom newsletter input */
.newsletter-input.form-control {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 13px 18px;
    color: var(--text-1);
    font-family: var(--font-body);
    font-size: 14px;
    box-shadow: var(--shadow-sm);
}

.newsletter-input.form-control:focus {
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

/* Prevent Bootstrap's a color from overriding custom links */
a {
    color: inherit;
    text-decoration: none;
}

/* Ensure Bootstrap list-unstyled works with nav-menu */
.nav-menu.list-unstyled {
    padding-left: 0;
    margin-bottom: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text-1);
    overflow-x: hidden;
}

.mobile-menu {
    box-sizing: border-box;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--border-light);
    border-radius: 2px;
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
       HEADER
       Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    width: 100%;
    z-index: 100;
    background: transparent;
}

.site-header.scrolled .logo {
    color: var(--text-1);
}

.header-container {
    width: 100%;
    padding: 24px 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
}

.logo {
    font-family: var(--font-title);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-smooth);
    color: #fff;
}

.logo span {
    color: #fff;
    transition: all 0.3s ease;
}

.logo::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--accent-cyan);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-cyan);
    flex-shrink: 0;
}

.logo:hover {
    opacity: 0.85;
    transform: translateX(2px);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.nav-link {
    font-family: var(--font-title);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 0;
    position: relative;
    transition: var(--transition-smooth);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--accent-cyan);
    transition: var(--transition-smooth);
}

.nav-link:hover {
    color: #fff;
    opacity: 1;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-item {
    position: relative;
    padding: 10px 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(10px);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 8px;
    padding: 12px 0;
    min-width: 180px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 10px 24px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-cta {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-family: var(--font-title);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.nav-cta:hover {
    background: #fff;
    color: #0f172a;
    border-color: #fff;
}

.header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-bar {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 8px 16px;
    gap: 8px;
    transition: var(--transition-smooth);
}

.search-bar:focus-within {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}

.search-bar svg {
    color: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
    transition: color 0.3s;
}

.search-bar:focus-within svg {
    color: #fff;
}

.search-bar input {
    background: transparent;
    border: none;
    color: #fff;
    font-family: var(--font-body);
    font-size: 13px;
    width: 120px;
    outline: none;
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-bar input:focus {
    width: 180px;
}

/* NAV ICONS */
.nav-icon-link {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
}

.nav-icon-link:hover {
    color: #fff;
}

.icon-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--accent-rose, #f43f5e);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
}

/* ICON DROPDOWNS */
.icon-dropdown-menu {
    right: -10px;
    left: auto;
    width: 320px;
    padding: 0;
    cursor: default;
    overflow: hidden;
}

.icon-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.icon-dropdown-header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header.scrolled .icon-dropdown-header {
    border-bottom-color: var(--border-light);
}

.icon-dropdown-header h4 {
    font-family: var(--font-title);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.site-header.scrolled .icon-dropdown-header h4 {
    color: var(--text-1);
}

.icon-dropdown-body {
    max-height: 300px;
    overflow-y: auto;
}

.icon-dropdown-menu .dropdown-item {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header.scrolled .icon-dropdown-menu .dropdown-item {
    border-bottom-color: var(--border-light);
}

.notif-text {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.notif-time {
    font-size: 11px;
    color: #ffffff;
}

.site-header.scrolled .notif-time {
    color: var(--text-2);
}

.cart-item {
    display: flex;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header.scrolled .cart-item {
    border-bottom-color: var(--border-light);
}

.cart-item-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.05);
}

.cart-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-item-title {
    font-family: var(--font-title);
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
}

.site-header.scrolled .cart-item-title {
    color: var(--text-1);
}

.cart-item-price {
    font-size: 12px;
    color: #ffffff;
}

.site-header.scrolled .cart-item-price {
    color: var(--text-2);
}

.icon-dropdown-footer {
    padding: 16px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
}

.site-header.scrolled .icon-dropdown-footer {
    background: rgba(15, 23, 42, 0.02);
}

.icon-dropdown-footer a {
    font-family: var(--font-title);
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.icon-dropdown-footer a:hover {
    opacity: 0.8;
}

.site-header.scrolled .icon-dropdown-footer a {
    color: var(--text-1);
}

.site-header.scrolled .icon-dropdown-footer a.nav-cta {
    color: #fff;
}

/* HAMBURGER MENU */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: 0;
    position: relative;
    z-index: 100;
}

.hamburger-menu span {
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
    transition: var(--transition-smooth);
    display: block;
}

/* .hamburger-menu.active span:nth-child(1) {
            transform: rotate(45deg) translate(10px, 10px);
        }

        .hamburger-menu.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger-menu.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -7px);
        } */
.hamburger-menu.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.hamburger-menu.active span {
    background: rgba(15, 23, 42, 0.75) !important;
}

/* MOBILE MENU */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    background: rgba(248, 250, 252, 0.9);
    /* TrĂ¡ÂºÂ¯ng xÄ‚Â¡m */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 99;
    display: none;
    flex-direction: column;
    padding: 80px 16px 40px;
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    animation: slideIn 0.3s var(--ease) forwards;
    /* Hardware acceleration for iOS */
    will-change: transform, opacity;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.mobile-menu.active {
    display: flex;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu .nav-link {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    word-break: break-word;
    color: var(--text-2);
}

.mobile-menu .nav-link:hover {
    color: var(--text-1);
}

.mobile-menu .nav-item {
    padding: 0;
    width: 100%;
}

.mobile-menu .dropdown-menu {
    position: static;
    background: rgba(0, 0, 0, 0.03);
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s var(--ease);
    padding: 0;
    margin-top: 0;
}

.mobile-menu .nav-item.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    padding: 8px 0;
}

.mobile-menu .dropdown-item {
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 12px;
    word-break: break-word;
    color: var(--text-2);
}

.mobile-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text-1);
}

.mobile-menu .nav-cta {
    margin-top: 8px;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    background: var(--text-1);
    color: #fff;
    border: none;
}

.mobile-menu .header-actions {
    gap: 0;
    margin-left: 0;
    margin-top: 12px;
    flex-direction: column;
}

.mobile-menu .search-bar {
    width: 100%;
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .search-bar input {
    width: 100%;
    font-size: 12px;
    color: var(--text-1);
}

.mobile-menu .search-bar input::placeholder {
    color: var(--text-3);
}

.mobile-menu .search-bar svg {
    color: var(--text-2);
}

/* Header scrolled Ă¢â‚¬â€œ light */
.site-header.scrolled {
    position: fixed;
    background: #ffffff;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.site-header.scrolled .logo {
    color: var(--text-1);
}

.site-header.scrolled .logo span {
    color: inherit;
}

.site-header.scrolled .nav-link {
    color: var(--text-2);
}

.site-header.scrolled .nav-link:hover {
    color: var(--text-1);
}

.site-header.scrolled .dropdown-menu {
    background: rgba(255, 255, 255, 0.97);
    border-color: var(--border);
    box-shadow: var(--shadow-md);
}

.site-header.scrolled .dropdown-item {
    color: var(--text-2);
}

.site-header.scrolled .dropdown-item:hover {
    background: var(--surface-2);
    color: var(--text-1);
}

.site-header.scrolled .nav-cta {
    background: var(--text-1);
    border-color: var(--text-1);
    color: #fff;
}

.site-header.scrolled .nav-cta:hover {
    background: var(--accent-cyan);
    border-color: var(--accent-cyan);
}

.site-header.scrolled .search-bar {
    background: rgba(15, 23, 42, 0.05);
    border-color: var(--border);
}

.site-header.scrolled .search-bar:focus-within {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.site-header.scrolled .search-bar svg {
    color: var(--text-2);
}

.site-header.scrolled .search-bar:focus-within svg {
    color: var(--accent-cyan);
}

.site-header.scrolled .search-bar input {
    color: var(--text-1);
}

.site-header.scrolled .search-bar input::placeholder {
    color: var(--text-3);
}

.site-header.scrolled .nav-icon-link {
    color: var(--text-2);
}

.site-header.scrolled .nav-icon-link:hover {
    color: var(--text-1);
}

.site-header.scrolled .hamburger-menu span {
    background: rgba(15, 23, 42, 0.75);
}

.site-header.scrolled .hamburger-menu.active span {
    background: rgba(15, 23, 42, 0.75);
}




/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   PAGE HERO
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.page-hero {
    position: relative;
    height: 60vh;
    min-height: 420px;
    max-height: 560px;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    background-image: url('../img/pallet_hero.png');
    background-size: cover;
    background-position: center 30%;
    opacity: 1;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0) 20%),
        linear-gradient(to top,
            rgba(5, 8, 15, 0.75) 0%,
            rgba(5, 8, 15, 0.35) 38%,
            rgba(5, 8, 15, 0.05) 65%,
            rgba(5, 8, 15, 0.0) 100%),
        linear-gradient(to right,
            rgba(5, 8, 15, 0.55) 0%,
            rgba(5, 8, 15, 0.15) 60%,
            transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 5;
    padding: 80px 56px 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(14px);
    animation: heroReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

@keyframes heroReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.hero-topbar-tag {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #0ea5e9;
}

.hero-topbar-sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.25);
}

.hero-topbar-sub {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.hero-main-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #fff;
    margin: 0 0 16px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}

.hero-main-title .outline-text {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.5);
}

.hero-tagline {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 480px;
    margin: 0 0 28px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.hero-tagline strong {
    color: #fff;
    font-weight: 600;
}

.hero-stats {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 20px;
    max-width: 480px;
}

.hero-stat-row {
    flex: 1;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat-row:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 20px;
}

.hero-stat-row:not(:first-child):not(:last-child) {
    padding-left: 20px;
}

.hero-stat-value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.hero-stat-value em {
    font-style: normal;
    color: #0ea5e9;
    font-size: 0.6em;
    vertical-align: super;
}

.hero-stat-desc {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 860px) {
    .hero-content {
        padding: 80px 28px 0;
    }

    .hero-stats {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-hero {
        height: auto;
        min-height: 360px;
        padding-bottom: 60px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-stat-row {
        border-right: none;
        padding: 0;
        min-width: 80px;
    }
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   REVEAL ANIMATION
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   SECTION COMMON
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.about-section {
    padding: 96px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0ea5e9;
    margin-bottom: 16px;
}

.about-section-label::before,
.about-section-label::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #0ea5e9;
    border-radius: 2px;
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   COMPANY OVERVIEW
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;
}

.overview-left {
    display: flex;
    flex-direction: column;
}

.overview-title {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text-1);
    margin: 0 0 24px;
}

.overview-title em {
    font-style: normal;
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.overview-desc {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--text-2);
    margin-bottom: 36px;
}

.overview-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: auto;
}

.overview-info-card {
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 14px;
    padding: 20px 22px;
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
}

.overview-info-card:hover {
    background: rgba(14, 165, 233, 0.05);
    border-color: rgba(14, 165, 233, 0.2);
    transform: translateY(-3px);
}

.overview-info-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0ea5e9;
    margin-bottom: 6px;
}

.overview-info-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-1);
    line-height: 1.4;
}

.overview-fields-card {
    grid-column: 1 / -1;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 14px;
    padding: 20px 22px;
}

.overview-fields-card .overview-info-label {
    margin-bottom: 12px;
}

.fields-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.field-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.2);
    color: #0284c7;
    transition: background 0.2s, transform 0.18s;
}

.field-tag:hover {
    background: rgba(14, 165, 233, 0.15);
    transform: translateY(-2px);
}

.field-tag svg {
    flex-shrink: 0;
}

/* Right visual */
.overview-right {
    position: relative;
    display: flex;
    flex-direction: column;
}

.overview-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
}

.overview-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.5s;
}

.overview-img-wrap:hover img {
    transform: scale(1.04);
}

.overview-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(14, 165, 233, 0.06), transparent 60%);
}

.overview-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: var(--shadow-lg);
}

.overview-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.overview-badge-num {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-1);
    line-height: 1;
}

.overview-badge-txt {
    font-size: 12px;
    color: var(--text-2);
    margin-top: 2px;
}

.overview-badge-2 {
    position: absolute;
    top: -20px;
    right: -20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: 16px;
    padding: 14px 18px;
    text-align: center;
    box-shadow: var(--shadow-md);
}

.overview-badge-2 .overview-badge-num {
    color: var(--accent-cyan);
    font-size: 20px;
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   TIMELINE STRIP
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.timeline-strip {
    display: flex;
    gap: 0;
    margin-top: auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.timeline-item {
    flex: 1;
    padding: 24px 20px;
    border-right: 1px solid var(--border);
    background: var(--surface);
    transition: background 0.25s;
}

.timeline-item:last-child {
    border-right: none;
}

.timeline-item:hover {
    background: rgba(14, 165, 233, 0.04);
}

.timeline-year {
    font-size: 24px;
    font-weight: 800;
    color: var(--accent-cyan);
    margin-bottom: 6px;
    letter-spacing: -0.03em;
}

.timeline-event {
    font-size: 13px;
    color: var(--text-2);
    line-height: 1.5;
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   VISION & MISSION
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.vm-section {
    padding: 96px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.vm-header {
    text-align: center;
    margin-bottom: 64px;
}

.vm-header .about-section-label {
    justify-content: center;
}

.vm-title {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text-1);
    margin: 0 auto 16px;
}

.vm-title em {
    font-style: normal;
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vm-subtitle {
    font-size: 15px;
    color: var(--text-2);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.vm-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.vm-card {
    position: relative;
    border-radius: 20px;
    padding: 36px 36px 32px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--surface);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.vm-card-vision {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.04) 0%, rgba(2, 132, 199, 0.02) 100%);
    border-color: rgba(14, 165, 233, 0.15);
}

.vm-card-vision:hover {
    border-color: rgba(14, 165, 233, 0.3);
}

.vm-card-mission {
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.04) 0%, rgba(249, 115, 22, 0.02) 100%);
    border-color: rgba(234, 88, 12, 0.12);
}

.vm-card-mission:hover {
    border-color: rgba(234, 88, 12, 0.28);
}

.vm-card-bg-text {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.03;
    color: var(--text-1);
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.04em;
}

.vm-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.vm-card-vision .vm-card-icon {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.2);
}

.vm-card-mission .vm-card-icon {
    background: rgba(234, 88, 12, 0.08);
    border: 1px solid rgba(234, 88, 12, 0.18);
}

.vm-card-heading {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.vm-card-vision .vm-card-heading {
    color: #0284c7;
}

.vm-card-mission .vm-card-heading {
    color: var(--accent-orange);
}

.vm-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-1);
    margin-bottom: 14px;
    line-height: 1.3;
}

.vm-card-desc {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--text-2);
}

/* Core Values */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.value-card {
    border-radius: 18px;
    padding: 30px 28px;
    border: 1px solid var(--border);
    background: var(--surface);
    transition: transform 0.25s, background 0.25s, border-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 18px 18px 0 0;
}

.value-card-trust::before {
    background: linear-gradient(90deg, #0ea5e9, #38bdf8);
}

.value-card-sustainability::before {
    background: linear-gradient(90deg, #10b981, #34d399);
}

.value-card-efficiency::before {
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.value-card-innovation::before {
    background: linear-gradient(90deg, #a855f7, #c084fc);
}

.value-card:hover {
    transform: translateY(-5px);
    background: var(--surface-2);
    box-shadow: var(--shadow-md);
}

.value-card-trust:hover {
    border-color: rgba(14, 165, 233, 0.25);
}

.value-card-sustainability:hover {
    border-color: rgba(16, 185, 129, 0.25);
}

.value-card-efficiency:hover {
    border-color: rgba(245, 158, 11, 0.25);
}

.value-card-innovation:hover {
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 10px 25px -5px rgba(168, 85, 247, 0.15), 0 8px 10px -6px rgba(168, 85, 247, 0.1);
}

.value-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.value-card-trust .value-icon {
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.18);
}

.value-card-sustainability .value-icon {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.18);
}

.value-card-efficiency .value-icon {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.18);
}

.value-card-innovation .value-icon {
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.25);
}

.value-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-1);
    margin-bottom: 8px;
}

.value-sub {
    font-size: 13.5px;
    color: var(--text-2);
    line-height: 1.6;
}

.values-header {
    margin-bottom: 28px;
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   FOOTER
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.site-footer {
    background: var(--text-1);
    padding: 80px 56px 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 56px;
    margin-bottom: 64px;
}

.footer-logo {
    font-family: var(--font-title);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-bottom: 18px;
}

.footer-logo::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--accent-cyan);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--accent-cyan);
    flex-shrink: 0;
}

.footer-about {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 26px;
    max-width: 280px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.footer-col-title {
    font-family: var(--font-title);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.25s;
}

.footer-link:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--font-title);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: color 0.25s;
}

.footer-bottom-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   AUTH MODAL
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
.auth-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s var(--ease);
}

.auth-modal.open {
    opacity: 1;
    visibility: visible;
}

.auth-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

.auth-modal-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    transform: scale(0.95) translateY(20px);
    transition: all 0.4s var(--ease);
    margin: 20px;
}

.auth-modal.open .auth-modal-content {
    transform: scale(1) translateY(0);
}

.auth-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.auth-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.auth-tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
}

.auth-tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-title);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
}

.auth-tab.active {
    color: #fff;
}

.auth-tab::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent-cyan);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.auth-tab.active::after {
    transform: scaleX(1);
}

.auth-form-container {
    display: none;
}

.auth-form-container.active {
    display: block;
    animation: fadeIn 0.4s var(--ease);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-title {
    font-family: var(--font-title);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.auth-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}

.auth-input-group {
    margin-bottom: 16px;
}

.auth-input-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.auth-input-group input {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.auth-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.auth-input-group input:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 4px;
    transition: color 0.2s;
}

.password-toggle:hover {
    color: rgba(255, 255, 255, 0.8);
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.auth-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.auth-forgot {
    font-size: 13px;
    color: var(--accent-cyan);
    text-decoration: none;
}

.auth-submit {
    width: 100%;
    padding: 13px;
    background: var(--accent-cyan);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: var(--font-title);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s;
}

.auth-submit:hover {
    background: #0284c7;
}

.auth-separator {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.auth-separator::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.auth-separator span {
    padding: 0 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
}

.auth-social-btn {
    width: 100%;
    padding: 11px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.25s;
}

.auth-social-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â
   RESPONSIVE
Ă¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢ÂĂ¢â€¢Â */
@media (max-width: 900px) {
    .overview-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .overview-badge,
    .overview-badge-2 {
        display: none;
    }

    .vm-top-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-section,
    .vm-section {
        padding: 64px 24px;
    }
}

@media (max-width: 600px) {
    .overview-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vm-card {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 56px 24px 32px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

/* =========================================
   SYNCED MOBILE MENU & HEADER MEDIA QUERIES
   ========================================= */
@media (max-width: 768px) {
    .header-actions .search-bar {
        display: flex;
        padding: 4px 8px;
        gap: 6px;
    }

    .header-actions .search-bar input {
        width: 60px;
        font-size: 12px;
        padding: 0;
    }

    .header-actions .search-bar:focus-within input {
        width: 120px;
    }

    .header-actions .nav-link:not(:first-child) {
        display: none;
    }

    .header-actions .nav-cta {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

    .header-container {
        gap: 20px;
        padding: 16px;
    }

    .logo {
        font-size: 18px;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu {
        padding: 70px 12px 40px;
        gap: 8px;
    }

    .mobile-menu .nav-link {
        font-size: 13px;
        padding: 9px 0;
    }
}

@media (max-width: 640px) {
    .header-container {
        padding: 14px 12px;
        gap: 10px;
    }

    .logo {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .logo::before {
        width: 6px;
        height: 6px;
    }



    .mobile-menu {
        padding: 60px 10px 40px;
        gap: 6px;
    }

    .mobile-menu .nav-link {
        font-size: 13px;
        padding: 8px 0;
    }

    .mobile-menu .nav-cta {
        padding: 8px;
        font-size: 11px;
    }

    .mobile-menu .dropdown-item {
        padding: 6px 16px;
        font-size: 15px;
    }

    .mobile-menu .search-bar {
        padding: 6px 12px;
    }

    .mobile-menu .search-bar input {
        width: 100%;
        font-size: 11px;
    }

    /* Adjust text sizes to fit 2-column layout on mobile */
    .feature-card {
        padding: 24px 16px;
    }

    .feat-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 16px;
    }

    .feat-icon svg {
        width: 18px;
        height: 18px;
    }

    .feat-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .feat-desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .mobile-menu .search-bar {
        padding: 6px 12px;
    }

    .mobile-menu .search-bar input {
        width: 100%;
        font-size: 11px;
    }
}






/* Ă¢â€â‚¬Ă¢â€â‚¬ FOOTER Ă¢â€â‚¬Ă¢â€â‚¬ */
.site-footer {
    background: var(--text-1);
    padding: 80px 56px 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 56px;
    margin-bottom: 64px;
}

.footer-logo {
    font-family: var(--font-title);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-bottom: 18px;
}

.footer-logo::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--accent-cyan);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--accent-cyan);
    flex-shrink: 0;
}

.footer-about {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 26px;
    max-width: 280px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.footer-col-title {
    font-family: var(--font-title);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.701);
    text-decoration: none;
    transition: color 0.25s;
}

.footer-link:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-title);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.25s;
}

.footer-bottom-link:hover {
    color: rgba(255, 255, 255, 0.7);
}



@media(max-width:1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media(max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer {
        padding: 60px 24px 32px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}


@media(max-width:640px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-col-title {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .footer-link {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .footer-about {
        font-size: 12px;
    }
}


/* Ă¢â€â‚¬Ă¢â€â‚¬ SUPPORT SYNCED FROM INDEX Ă¢â€â‚¬Ă¢â€â‚¬ */
/* Ă¢â€â‚¬Ă¢â€â‚¬ SUPPORT WIDGET Ă¢â€â‚¬Ă¢â€â‚¬ */
.support-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 300;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.support-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s var(--ease);
    margin-bottom: 4px;
}

.support-widget.open .support-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.support-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f1f5f9;
    color: var(--text-1);
    padding: 8px 16px 8px 8px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.support-item:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.support-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bg-zalo {
    background: #0068ff;
}

.bg-fb {
    background: #1877f2;
}

.bg-phone {
    background: #10b981;
}

.bg-chat {
    background: var(--accent-orange);
}

.support-toggle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--text-1);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.3);
    transition: all 0.3s var(--ease);
}

.support-toggle:hover {
    transform: scale(1.05);
    background: var(--accent-cyan);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.4);
}

.support-toggle svg {
    transition: transform 0.3s;
}

.support-widget.open .support-toggle svg {
    transform: rotate(45deg);
}

/* Ă¢â€â‚¬Ă¢â€â‚¬ LIVE CHAT BOX Ă¢â€â‚¬Ă¢â€â‚¬ */
.chat-box {
    position: fixed;
    bottom: 95px;
    right: 28px;
    width: 320px;
    background: #f1f5f9;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 400;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transform-origin: bottom right;
    transition: all 0.3s var(--ease);
    border: 1px solid var(--border);
}

.chat-box.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.chat-header {
    background: linear-gradient(135deg, var(--text-1), #1e293b);
    color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

.chat-close:hover {
    color: #fff;
}

.chat-body {
    height: 320px;
    padding: 20px;
    background: #e2e8f0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat-msg {
    display: flex;
    flex-direction: column;
    max-width: 85%;
}

.chat-msg.bot {
    align-self: flex-start;
}

.chat-msg.user {
    align-self: flex-end;
}

.msg-bubble {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.chat-msg.bot .msg-bubble {
    background: #f1f5f9;
    color: var(--text-1);
    border: 1px solid var(--border);
    border-bottom-left-radius: 4px;
}

.chat-msg.user .msg-bubble {
    background: var(--accent-cyan);
    color: #fff;
    border-bottom-right-radius: 4px;
}

.msg-time {
    font-size: 10px;
    color: var(--text-3);
    margin-top: 4px;
    align-self: flex-end;
}

.chat-msg.bot .msg-time {
    align-self: flex-start;
}

.chat-input-area {
    display: flex;
    padding: 14px 16px;
    background: #f1f5f9;
    border-top: 1px solid var(--border);
    gap: 10px;
}

.chat-input-area input {
    flex: 1;
    border: none;
    background: #e2e8f0;
    padding: 10px 14px;
    border-radius: 20px;
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-1);
    outline: none;
}

.chat-input-area input::placeholder {
    color: var(--text-3);
}

.chat-send {
    background: var(--accent-cyan);
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}

.chat-send:hover {
    background: #0284c7;
}




/* Ă¢â€â‚¬Ă¢â€â‚¬ FLOATING CTA SYNCED FROM INDEX Ă¢â€â‚¬Ă¢â€â‚¬ */
/* Ă¢â€â‚¬Ă¢â€â‚¬ FLOATING CTA Ă¢â€â‚¬Ă¢â€â‚¬ */
.float-cta {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 300;
    background: var(--accent-cyan);
    color: #fff;
    padding: 11px 22px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    font-family: var(--font-title);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.35);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(14px);
    transition: all 0.4s var(--ease);
}

.float-cta.visible {
    opacity: 1;
    transform: translateY(0);
}

.float-cta:hover {
    background: #0284c7;
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45);
}

.float-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.45);
    }
}

/* Ă¢â€â‚¬Ă¢â€â‚¬ SCROLL REVEAL Ă¢â€â‚¬Ă¢â€â‚¬ */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Ă¢â€â‚¬Ă¢â€â‚¬ RESPONSIVE Ă¢â€â‚¬Ă¢â€â‚¬ */
@media(max-width:1200px) {
    .products-grid {
        grid-template-columns: 1fr 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media(max-width:900px) {
    section {
        padding: 72px 24px;
    }

    .banner-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .news-panel,
    .product-panel {
        min-height: 100vh;
        border-right: none;
    }

    .news-panel {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .why-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .why-visual {
        aspect-ratio: 1/1;
    }

    .products-grid,
    .features-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-container {
        padding: 18px 24px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer {
        padding: 60px 24px 32px;
    }
}

@media(max-width: 768px) {
    .header-actions .search-bar {
        display: flex;
        padding: 4px 8px;
        gap: 6px;
    }

    .header-actions .search-bar input {
        width: 60px;
        font-size: 12px;
        padding: 0;
    }

    .header-actions .search-bar:focus-within input {
        width: 120px;
    }

    .header-actions .nav-link:not(:first-child) {
        display: none;
    }

    .header-actions .nav-cta {
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

    .header-container {
        gap: 20px;
        padding: 16px;
    }

    .logo {
        font-size: 18px;
    }

    .nav-menu {
        display: none;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .features-header {
        grid-template-columns: 1fr;
    }

    .products-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .mobile-menu {
        padding: 70px 12px 40px;
        gap: 8px;
    }

    .mobile-menu .nav-link {
        font-size: 13px;
        padding: 9px 0;
    }
}

@media(max-width:640px) {
    .header-container {
        padding: 14px 12px;
        gap: 10px;
    }

    .logo {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .logo::before {
        width: 6px;
        height: 6px;
    }



    .section-title {
        font-size: clamp(24px, 3vw, 36px);
    }

    section {
        padding: 60px 16px;
    }

    .stats-bar {
        overflow: hidden;
    }

    .banner-label {
        font-size: 24px;
        bottom: 20px;
        left: 16px;
    }

    .banner-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .banner-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .float-cta {
        bottom: 20px;
        left: 20px;
        font-size: 11px;
        padding: 9px 16px;
    }

    .mobile-menu {
        padding: 60px 10px 40px;
        gap: 6px;
    }

    .mobile-menu .nav-link {
        font-size: 13px;
        padding: 8px 0;
    }

    .mobile-menu .nav-cta {
        padding: 8px;
        font-size: 11px;
    }

    .mobile-menu .dropdown-item {
        padding: 6px 16px;
        font-size: 15px;
    }

    .mobile-menu .search-bar {
        padding: 6px 12px;
    }

    .mobile-menu .search-bar input {
        width: 100%;
        font-size: 11px;
    }

    /* Adjust text sizes to fit 2-column layout on mobile */
    .feature-card {
        padding: 24px 16px;
    }

    .feat-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 16px;
    }

    .feat-icon svg {
        width: 18px;
        height: 18px;
    }

    .feat-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .feat-desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .feat-num {
        font-size: 24px;
        top: 16px;
        right: 16px;
    }

    .product-info {
        padding: 16px 12px;
    }

    .product-name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .product-desc {
        font-size: 11px;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .product-price {
        font-size: 15px;
    }

    .product-price span {
        font-size: 10px;
    }

    .btn-buy {
        padding: 6px 10px;
        font-size: 10px;
    }

    .testi-card {
        padding: 20px 16px;
    }

    .testi-text {
        font-size: 12px;
        line-height: 1.5;
    }

    .testi-name {
        font-size: 13px;
    }

    .testi-role {
        font-size: 11px;
    }

    .testi-avatar {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    /* Why Section Adjustments */
    .why-visual {
        aspect-ratio: 4/5;
    }

    .why-card {
        padding: 14px 16px;
    }

    .why-card-1 {
        top: 6%;
        left: 5%;
        right: 5%;
    }

    .why-card-2 {
        bottom: 6%;
        left: 5%;
        right: 5%;
    }

    .why-card-label {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .why-card-value {
        font-size: 22px;
    }

    .why-card-sub {
        font-size: 11px;
    }

    .why-item {
        gap: 12px;
    }

    .why-icon {
        width: 36px;
        height: 36px;
    }

    .why-item-title {
        font-size: 14px;
    }

    .why-item-desc {
        font-size: 12px;
    }

    .footer-grid {
        gap: 20px;
    }

    .footer-col-title {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .footer-link {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .footer-about {
        font-size: 12px;
    }
}

@media(max-width:640px) {
    .float-cta {
        bottom: 20px;
        left: 20px;
        font-size: 11px;
        padding: 9px 16px;
    }
}

@media (max-width: 500px) {
    .header-container {
        padding: 10px;
        gap: 8px;
    }

    .logo {
        font-size: 12px;
        letter-spacing: 0;
    }

    .header-actions .search-bar {
        padding: 4px 6px;
        gap: 4px;
    }

    .header-actions .search-bar input {
        width: 50px;
        font-size: 11px;
    }

    .header-actions .search-bar:focus-within input {
        width: 90px;
    }

    .products-grid,
    .features-grid,
    .testimonials-grid,
    .related-grid,
    .overview-grid,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .overview-info-grid,
    .vm-top-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .hero-stats {
        flex-direction: column;
    }

    .timeline-strip {
        flex-direction: column;
    }
}

/* === RESPONSIVE MOBILE & TABLET OVERRIDES (max-width: 900px) === */
@media (max-width: 900px) {

    .products-grid,
    .features-grid,
    .testimonials-grid,
    .related-grid,
    .why-inner,
    .features-header,
    .products-header,
    .hero-grid,
    .quick-specs,
    .highlights-grid,
    .why-grid,
    .showcase-grid,
    .team-grid,
    .contact-grid,
    .contact-cards,
    .milestone-grid,
    .gallery-grid,
    .banner-grid {
        grid-template-columns: 1fr !important;
    }
}


/* Limit nav links to 2 lines in responsive */
@media (max-width: 768px) {

    .mobile-menu .nav-link,
    .nav-item .nav-link {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    .header-actions .nav-link:not(:first-child) {
        display: none !important;
    }
}


/* Fix nav-link wrapping to max 2 lines at 1024px */
@media (max-width: 1050px) {
    .nav-menu {
        gap: 12px;
    }

    .nav-link {
        min-width: 95px;
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Limit nav links to 2 lines on screens > 1000px */
@media (min-width: 1001px) {
    .nav-item .nav-link {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Hide header elements at 1050px except search and hamburger */
@media (max-width: 1050px) {
    .nav-menu {
        display: none !important;
    }

    .header-actions>*:not(.search-bar):not(.hamburger-menu):not(#notifDropdownWrap) {
        display: none !important;
    }

    .hamburger-menu {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .hero-stats {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .hero-stat-row {
        min-width: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
}



@media (max-width: 500px) {

    .overview-grid,
    .overview-info-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 500px) {
    .vm-top-grid {
        display: flex !important;
        flex-direction: column !important;
    }
}