
/*
Theme Name: Amera Solutions Pro
Author: ChatGPT
Version: 2.0
Description: Professional multi-page WordPress theme for Amera Solutions LLC
*/

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#f5f7fb;
    color:#111;
}

header{
    background:#031634;
    padding:18px 40px;
    position:sticky;
    top:0;
    z-index:999;
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    color:#d4af37;
    font-size:28px;
    font-weight:bold;
}

.logo span{
    color:#fff;
    display:block;
    font-size:14px;
}

nav ul{
    list-style:none;
    display:flex;
    gap:25px;
    margin:0;
    padding:0;
}

nav a{
    color:white;
    text-decoration:none;
    font-weight:bold;
}

.quote-btn{
    background:#d4af37;
    color:#031634 !important;
    padding:12px 22px;
    border-radius:6px;
}

.hero{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)), url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=1400&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    color:white;
    padding:120px 60px;
}

.hero h1{
    font-size:72px;
    line-height:1.05;
    max-width:700px;
    margin-bottom:20px;
}

.hero p{
    max-width:700px;
    font-size:22px;
}

.section{
    padding:70px 60px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:white;
    border-radius:12px;
    padding:30px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.card h3{
    color:#031634;
}

footer{
    background:#031634;
    color:white;
    padding:50px;
    margin-top:50px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

.page-content{
    padding:60px;
    background:white;
    max-width:1200px;
    margin:40px auto;
    border-radius:12px;
}

h1,h2,h3{
    color:#031634;
}
