* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Calibri, Arial, sans-serif;
}

body {
    background: linear-gradient(to right, #eef2f6, #f8fafc);
    padding: 40px;
    color: #1e293b;
}

.resume {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 45px 55px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Header */
.header {
    text-align: center;
    margin-bottom: 30px;
}

.header h1 {
    font-size: 34px;
    color: #0f172a;
}

.role {
    font-size: 16px;
    font-weight: 600;
    color: #2563eb;
    margin: 6px 0;
}

.contact {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

/* Sections */
.section {
    margin-bottom: 22px;
}

.section h2 {
    font-size: 18px;
    color: #0f172a;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.section p,
.section li {
    font-size: 14.5px;
    line-height: 1.7;
    color: #334155;
}

/* Lists */
ul {
    padding-left: 18px;
}

.skills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* Signature */
.signature {
    margin-top: 35px;
    text-align: right;
}

.signature span {
    font-family: 'Brush Script MT', cursive;
    font-size: 22px;
    color: #2563eb;
}
