/*
Theme Name: Quoffe Tech Child
Template: twentytwentyfour
Description: Child theme for Quoffe Telephonie Tech
Version: 1.0
Author: Quoffe Telephonie Tech
*/

/* Import parent theme styles */
@import url("../twentytwentyfour/style.css");

/* Custom styles for Quoffe Telephonie Tech */
:root {
    --wp--preset--color--primary: #2d5016;
    --wp--preset--color--secondary: #8fbc5a;
    --wp--preset--color--accent: #c0392b;
}

body {
    font-family: Georgia, serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.gaia-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.eco-header {
    background-color: var(--wp--preset--color--primary);
    color: white;
    padding: 10px 0;
    text-align: center;
}

/* Layout: single-column-sidebar */
.site-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.content-area {
    flex: 1;
    min-width: 600px;
}

.widget-area {
    flex: 0 0 300px;
}

/* Header styles */
.site-header {
    background-color: var(--wp--preset--color--primary);
    color: white;
    padding: 20px 0;
    border-bottom: 3px solid var(--wp--preset--color--secondary);
}

.site-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}

.site-description {
    font-size: 1.2rem;
    opacity: 0.9;
    margin: 10px 0 0;
}

/* Navigation */
.main-navigation {
    background-color: var(--wp--preset--color--secondary);
    padding: 15px 0;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.main-navigation li {
    margin: 0 15px;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.main-navigation a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Content styles */
.entry-title {
    color: var(--wp--preset--color--primary);
    font-size: 2rem;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--wp--preset--color--secondary);
}

.entry-content {
    line-height: 1.8;
    margin-bottom: 30px;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content h2 {
    color: var(--wp--preset--color--primary);
    font-size: 1.8rem;
    margin: 30px 0 20px;
}

.entry-content h3 {
    color: var(--wp--preset--color--primary);
    font-size: 1.5rem;
    margin: 25px 0 15px;
}

/* Sidebar */
.widget {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.widget-title {
    color: var(--wp--preset--color--primary);
    font-size: 1.3rem;
    margin: 0 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--wp--preset--color--secondary);
}

/* Footer */
.site-footer {
    background-color: var(--wp--preset--color--primary);
    color: white;
    padding: 30px 0;
    text-align: center;
    margin-top: 50px;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

/* Contact form */
.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: Georgia, serif;
    font-size: 1rem;
}

.contact-form textarea {
    height: 150px;
}

.contact-form button {
    background-color: var(--wp--preset--color--primary);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: var(--wp--preset--color--accent);
}

/* About section */
.about-section {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 40px 0;
    border-left: 5px solid var(--wp--preset--color--secondary);
}

.about-section h2 {
    color: var(--wp--preset--color--primary);
    margin-top: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .site-content {
        flex-direction: column;
    }

    .content-area,
    .widget-area {
        flex: 100%;
        min-width: 0;
    }

    .main-navigation ul {
        flex-direction: column;
        align-items: center;
    }

    .main-navigation li {
        margin: 5px 0;
    }

    body {
        font-size: 16px;
    }
}

/* Forensic classes */
.gaia-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.eco-header {
    background-color: var(--wp--preset--color--primary);
    color: white;
    padding: 10px 0;
    text-align: center;
}

/* Forensic clue: LYNX-OP reference for investigation */
/* #LYNX-OP - Léogeats operation tracking */