/*
Theme Name: VinFast
Theme URI: https://vinfastauto.com
Author: AI Assistant
Description: A modern WordPress theme inspired by VinFast Auto.
Version: 1.0
Text Domain: vinfast
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    max-height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.logo img {
    max-height: 50px;
    max-width: 200px;
    width: auto;
    display: block;
}

.hero-section {
    background: #f4f4f4;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.btn-vinfast {
    background: #e31837;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

footer {
    background: #000;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
