/*
Theme Name: CV Builder Pro
Theme URI: https://example.com
Author: Claude
Author URI: https://claude.ai
Description: Ek professional WordPress theme jo "CV" naam ka custom post type (CPT) provide karta hai. Users front-end form se apni CV image aur details submit kar sakte hain, jo automatically ek khoobsurat, professional CV page ban jati hai jise PDF ki tarah download kiya ja sakta hai.
Version: 1.0
Requires PHP: 7.4
Text Domain: cvbuilder
*/

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f4f5f7;
    color: #222;
    line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-header {
    background: #101828;
    color: #fff;
    padding: 18px 0;
}
.site-header .site-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .site-title a { font-size: 22px; font-weight: 700; color: #fff; }
.site-header nav a {
    color: #cbd2e0;
    margin-left: 22px;
    font-size: 15px;
    font-weight: 500;
}
.site-header nav a:hover { color: #fff; }

.site-main { min-height: 60vh; padding: 40px 0; }

.site-footer {
    background: #101828;
    color: #9aa4b2;
    text-align: center;
    padding: 22px 0;
    font-size: 13px;
    margin-top: 40px;
}
