/*
Theme Name: Campus Recruit Mediator
Theme URI: https://example.com/campus-recruit-mediator
Author: ChatGPT
Author URI: https://chatgpt.openai.com
Description: A simple WordPress theme for acting as a mediator between colleges and companies for recruitment.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: campus-recruit-mediator
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

.site-header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
}

.site-title a {
    font-weight: 700;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

.hero {
    padding: 4rem 2rem;
    text-align: center;
}

.hero h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.hero p {
    max-width: 700px;
    margin: 0 auto 2rem auto;
}

.btn-primary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.section {
    padding: 3rem 2rem;
}

.section-alt {
    background: #f9fafb;
}

.section h2 {
    margin-bottom: 1.5rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.site-footer {
    padding: 2rem;
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
}
