/*
Theme Name: Warm Executive Outsourcing
Author: Gemini
Version: 1.0
Description: A professional, warm-toned theme for multi-disciplinary outsourcing firms.
*/

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: #2d2d2d; /* Serious Charcoal */
    background-color: #fdfaf5; /* Warm Bone White */
    margin: 0;
}

header {
    background-color: #5d2a18; /* Deep Mahogany - Serious & Warm */
    color: #ffffff;
    padding: 2rem 5%;
}

.hero {
    background-color: #e27d60; /* Muted Terracotta */
    color: white;
    padding: 80px 10%;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 40px 10%;
}

.service-card {
    background: white;
    padding: 30px;
    border-bottom: 4px solid #c38d9e; /* Dusty Rose accent */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

h1, h2, h3 { color: #412217; } /* Earthy Coffee */