
/*
Theme Name: ResumeForge Pro
Theme URI: https://example.com
Author: OpenAI
Description: Modern Resume Builder WordPress Theme with Blog, Pages, Custom Logo Support and Responsive Layout.
Version: 1.0
License: GPLv2 or later
Text Domain: resumeforge-pro
*/

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#0f172a;
    color:#fff;
}
a{
    text-decoration:none;
}
.site-header{
    background:#111827;
    padding:20px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.container{
    width:92%;
    max-width:1200px;
    margin:auto;
}
.header-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.main-nav a{
    color:#fff;
    margin-left:20px;
}
.hero{
    padding:80px 20px;
    text-align:center;
    background:linear-gradient(135deg,#312e81,#0f172a);
}
.hero h1{
    font-size:52px;
    margin-bottom:15px;
}
.hero p{
    max-width:700px;
    margin:auto;
    color:#cbd5e1;
    line-height:1.8;
}
.btn{
    display:inline-block;
    margin-top:30px;
    background:#7c3aed;
    color:#fff;
    padding:14px 28px;
    border-radius:8px;
}
.content-area{
    padding:60px 0;
}
.card{
    background:#1e293b;
    border-radius:12px;
    padding:25px;
    margin-bottom:25px;
}
.post-title a{
    color:#fff;
}
.site-footer{
    background:#111827;
    padding:30px;
    text-align:center;
    color:#94a3b8;
}
.resume-builder{
    background:#111827;
    padding:50px 20px;
    border-radius:16px;
}
.resume-builder iframe{
    width:100%;
    height:900px;
    border:none;
    border-radius:12px;
    background:#fff;
}
@media(max-width:768px){
    .hero h1{
        font-size:34px;
    }
    .header-flex{
        flex-direction:column;
        gap:15px;
    }
}
