/*
Theme Name: DiChung Taxi Lien Tinh
Theme URI: https://dichung.com.vn
Author: ChatGPT & Delitech
Description: Landing page cho dự án đi chung xe ghép taxi liên tỉnh dichung.com.vn
Version: 1.0
Text Domain: dichung-taxi
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #f6f6f6;
    color: #1B2F4A;
}

a {
    color: #2C69C1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hero {
    background: linear-gradient(135deg, #2C69C1, #F2C66D);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #ffffff;
}

.section-title {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
}

.section-subtitle {
    font-size: 15px;
    color: #555;
    text-align: center;
    margin-bottom: 30px;
}

.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    margin: 8px;
}

.btn-primary {
    background-color: #F2C66D;
    color: #1B2F4A;
}

.btn-secondary {
    background-color: #2C69C1;
    color: #ffffff;
}

.features-grid, .steps-grid, .routes-grid, .partner-grid, .faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.feature-box, .step-box, .route-box, .partner-box, .faq-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,0.1);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer {
    text-align: center;
    padding: 30px 10px;
    font-size: 13px;
    color: #555;
}

label {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

textarea {
    min-height: 80px;
}

button,
input[type="submit"] {
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .hero {
        padding: 50px 20px;
    }
}
