/* Tatum Group - Premium Modern Revamp */
:root {
    --primary-blue: #004a99;
    --dark-blue: #003366;
    --light-bg: #f4f7f9;
    --text-main: #333333;
    --text-muted: #666666;
    --white: #ffffff;
}

body { 
    font-family: 'Roboto', sans-serif; 
    margin: 0; 
    color: var(--text-main); 
    line-height: 1.6;
    background-color: var(--white);
}

/* Header & Navigation */
header { 
    background: var(--white); 
    padding: 10px 0; 
    box-shadow: 0 2px 15px rgba(0,0,0,0.1); 
    position: sticky; 
    top: 0; 
    z-index: 1000;
}

nav { 
    max-width: 1200px; 
    margin: auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0 20px;
}

.logo { height: 75px; width: auto; }

nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
nav a { 
    text-decoration: none; 
    color: var(--primary-blue); 
    font-weight: 700; 
    text-transform: uppercase; 
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

/* --- THE NEW HERO: Polished & Professional --- */
.hero { 
    background: linear-gradient(135deg, #ffffff 0%, #e9eff5 100%);
    padding: 100px 0;
    border-bottom: 5px solid var(--primary-blue);
}

.hero-container { 
    max-width: 1200px; 
    margin: auto; 
    display: flex; 
    align-items: center; 
    gap: 80px; 
    padding: 0 20px; 
}

.hero-text { flex: 1.2; }
.hero-text h1 { 
    color: var(--dark-blue); 
    font-size: 3.2rem; 
    line-height: 1.1; 
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-text p { 
    font-size: 1.2rem; 
    color: var(--text-muted); 
    margin-bottom: 30px; 
}

.profile-img-wrap { 
    flex: 0.8; 
    position: relative; 
}

.profile-img { 
    width: 100%; 
    max-width: 400px; 
    border-radius: 4px; 
    box-shadow: 20px 20px 0px var(--primary-blue); 
    display: block;
}

/* --- SERVICES SECTION: The "Grid of Excellence" --- */
#services { 
    padding: 100px 20px; 
    background-color: var(--light-bg); 
}

#services h2 { 
    text-align: center; 
    font-size: 2.5rem; 
    color: var(--dark-blue); 
    margin-bottom: 60px; 
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-grid { 
    max-width: 1200px; 
    margin: auto; 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 40px; 
}

.service-card { 
    background: var(--white); 
    padding: 40px 30px; 
    border-radius: 8px; 
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

.service-card img { height: 100px; margin-bottom: 25px; }
.service-card h3 { 
    color: var(--primary-blue); 
    font-size: 1.4rem; 
    margin-bottom: 15px; 
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 25px; }

/* Buttons */
.btn { 
    display: inline-block; 
    background: var(--primary-blue); 
    color: var(--white); 
    padding: 12px 30px; 
    text-decoration: none; 
    border-radius: 4px; 
    font-weight: 700; 
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.btn:hover { background: var(--dark-blue); }

/* Footer */
footer { background: #1a1a1a; color: var(--white); text-align: center; padding: 80px 20px; }
.copyright { font-size: 0.8rem; margin-top: 40px; opacity: 0.5; }

/* Responsive */
@media (max-width: 900px) { 
    .hero-container { flex-direction: column; text-align: center; padding: 40px 20px; }
    .hero-text h1 { font-size: 2.2rem; }
    .profile-img { box-shadow: 10px 10px 0px var(--primary-blue); margin: auto; }
}

//* --- PREMIUM SUBPAGE REFINEMENTS --- */

/* Subpage Hero - Matching Home Page Style */
.sub-hero { 
    background: linear-gradient(135deg, #ffffff 0%, #e9eff5 100%);
    padding: 60px 0;
    border-bottom: 3px solid var(--primary-blue);
    text-align: left;
}

.sub-hero h1 { 
    color: var(--dark-blue); 
    font-size: 2.8rem; 
    margin: 0; 
    font-weight: 700;
}

/* Subpage Content Section */
.page-content { padding: 80px 0; }

.content-flex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.main-copy { flex: 1.5; }
.main-copy p { font-size: 1.15rem; color: var(--text-muted); margin-bottom: 25px; }

.side-graphic { flex: 1; text-align: center; }
.side-graphic img { 
    width: 100%; 
    max-width: 350px; 
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

/* Modern Expertise Grid */
.expertise-section { padding-bottom: 80px; }
.expertise-section h2 { 
    color: var(--dark-blue); 
    font-size: 2rem; 
    margin-bottom: 40px; 
    border-left: 6px solid var(--primary-blue);
    padding-left: 20px;
}

.modern-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
}

.modern-list li {
    background: #fff;
    padding: 20px 25px;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    font-weight: 700;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.modern-list li:hover {
    background: var(--primary-blue);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modern-list li::before {
    content: "→";
    margin-right: 15px;
    font-size: 1.2rem;
}

/* Subpage CTA Footer */
.sub-cta {
    background: var(--light-bg);
    padding: 60px 20px;
    text-align: center;
    border-top: 1px solid #e1e8ed;
}

@media (max-width: 900px) {
    .content-flex { flex-direction: column-reverse; text-align: center; }
    .sub-hero { text-align: center; }
}

/* Reveal Email Styling */
.email-container {
    margin: 20px 0;
    position: relative;
}

.reveal-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
}

.copy-success {
    display: block;
    font-size: 0.85rem;
    color: #28a745;
    font-weight: bold;
    margin-top: 10px;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}/* Reveal Email Styling */
.email-container {
    margin: 20px 0;
    position: relative;
}

.reveal-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
}

.copy-success {
    display: block;
    font-size: 0.85rem;
    color: #28a745;
    font-weight: bold;
    margin-top: 10px;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}