
/*
Theme Name: GermanTruck.it
Theme URI: https://germantruck.it
Author: OpenAI
Description: Modern trucking and logistics WordPress theme.
Version: 1.0
*/

body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f5f5f5;
    color:#222;
}
header{
    background:#111827;
    color:white;
    padding:20px;
}
header h1{
    margin:0;
}
.hero{
    background:#1f2937;
    color:white;
    padding:80px 20px;
    text-align:center;
}
.hero h2{
    font-size:48px;
    margin-bottom:10px;
}
.container{
    max-width:1200px;
    margin:auto;
    padding:40px 20px;
}
.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}
.card{
    background:white;
    border-radius:12px;
    padding:20px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
footer{
    background:#111827;
    color:white;
    text-align:center;
    padding:20px;
}
.btn{
    display:inline-block;
    background:#2563eb;
    color:white;
    padding:12px 20px;
    border-radius:8px;
    text-decoration:none;
}
