.page-cv-for-graduates .main-content {
    max-width: none;
    padding: 0;
}

.graduates-page a {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 500;
}

.graduates-page a:hover {
    text-decoration: underline;
}

/* ── Hero ── */
.grad-hero {
    background: var(--light-gray);
    border-bottom: 1px solid var(--border-light);
    overflow: hidden;
}

.grad-hero-inner {
    display: grid;
    grid-template-columns: 1fr 480px;
    align-items: stretch;
    width: min(1320px, 100%);
    margin: 0 auto;
}

.grad-hero-copy {
    padding: 66px 48px 74px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grad-hero h1 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    line-height: 1.2;
    color: var(--dark);
    margin: 0 0 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.grad-hero-rule {
    width: 48px;
    height: 3px;
    background: var(--brand-blue);
    border-radius: 2px;
    margin-bottom: 28px;
}

.grad-hero p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0 0 18px;
}

.grad-hero p:last-child {
    margin-bottom: 0;
}

.grad-hero-media {
    position: relative;
    min-height: 420px;
    margin: 32px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(28, 28, 28, 0.13);
}

.grad-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* ── What Makes a Graduate CV Different ── */
.grad-diff {
    padding: 66px 28px 74px;
    background: var(--white);
}

.grad-diff-inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 56px;
    align-items: start;
    width: min(1320px, 100%);
    margin: 0 auto;
}

.grad-diff-body h2 {
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    line-height: 1.2;
    color: var(--dark);
    margin: 0 0 28px;
    font-weight: 700;
}

.grad-diff-body p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0 0 20px;
}

.grad-diff-body p:last-child {
    margin-bottom: 0;
}

.grad-diff-aside {
    position: sticky;
    top: 100px;
}

.grad-diff-card {
    background: var(--light-gray);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px 24px;
}

.grad-diff-specs {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.grad-diff-spec {
    padding: 16px 0;
    border-bottom: 1px solid var(--border-light);
}

.grad-diff-spec:first-child {
    padding-top: 0;
}

.grad-diff-spec:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.grad-diff-spec dt {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brand-blue);
    margin-bottom: 5px;
}

.grad-diff-spec dd {
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--dark);
    margin: 0;
    font-weight: 500;
}

/* ── What to Include ── */
.grad-include {
    padding: 66px 28px 74px;
    background: var(--light-gray);
}

.grad-include-inner {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.grad-include-header {
    max-width: 720px;
    margin: 0 0 48px;
}

.grad-include-header h2 {
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    line-height: 1.2;
    color: var(--dark);
    font-weight: 700;
    margin: 0 0 14px;
}

.grad-include-header p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0;
}

.grad-include-list {
    border-top: 1px solid var(--border-light);
}

.grad-include-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid var(--border-light);
    background: transparent;
    transition: background 0.15s ease, padding 0.15s ease;
}

.grad-include-item:hover {
    background: var(--white);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.grad-include-item h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin: 0;
    padding-top: 3px;
}

.grad-include-item p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Section Order ── */
.grad-order {
    padding: 66px 28px 74px;
    background: var(--white);
}

.grad-order-inner {
    width: min(860px, 100%);
    margin: 0 auto;
}

.grad-order-header {
    margin-bottom: 44px;
}

.grad-order-header h2 {
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    line-height: 1.2;
    color: var(--dark);
    font-weight: 700;
    margin: 0 0 16px;
}

.grad-order-header p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0 0 12px;
}

.grad-order-header p:last-child {
    margin-bottom: 0;
}

/* Step list */
.grad-order-list {
    position: relative;
    padding-left: 0;
}

.grad-order-list::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: var(--border-light);
}

.grad-order-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 28px;
    position: relative;
}

.grad-order-item--last {
    padding-bottom: 0;
}

.grad-order-badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-blue);
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.grad-order-content {
    padding-top: 8px;
}

.grad-order-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin: 0 0 6px;
}

.grad-order-content p {
    font-size: 1.03rem;
    line-height: 1.82;
    color: var(--text-secondary);
    margin: 0;
}

/* Exception callout */
.grad-order-exception {
    margin-top: 40px;
    padding: 22px 24px;
    background: var(--light-gray);
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 8px 8px 0;
}

.grad-order-exception p {
    font-size: 1.03rem;
    line-height: 1.82;
    color: var(--text-secondary);
    margin: 0;
}

.grad-order-exception strong {
    color: var(--dark);
}

/* ── How to Write Each Section ── */
.grad-examples {
    padding: 66px 28px 74px;
    background: var(--light-gray);
}

.grad-examples-inner {
    width: min(960px, 100%);
    margin: 0 auto;
}

.grad-examples-title {
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark);
    margin: 0 0 52px;
}

.grad-examples-block {
    margin-bottom: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid var(--border-light);
}

.grad-examples-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.grad-examples-block h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 16px;
}

.grad-examples-block > p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0 0 24px;
}

/* Label badges */
.grad-ex-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.grad-ex-label--bad {
    background: var(--border-light);
    color: var(--text-secondary);
}

.grad-ex-label--good {
    background: var(--brand-blue);
    color: var(--white);
}

/* Bad example box */
.grad-ex-bad {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
}

.grad-ex-bad p {
    font-size: 1.03rem;
    line-height: 1.82;
    color: var(--text-muted);
    margin: 0;
}

/* Good examples grid */
.grad-ex-good-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.grad-ex-good {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-top: 3px solid var(--brand-blue);
    border-radius: 0 0 8px 8px;
    padding: 24px;
}

.grad-ex-good p {
    font-size: 1rem;
    line-height: 1.82;
    color: var(--text-secondary);
    margin: 0;
}

/* Project example */
.grad-ex-project {
    background: var(--white);
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 8px 8px 0;
    padding: 24px;
    margin-bottom: 20px;
}

.grad-ex-project p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0;
}

/* Checklist */
.grad-ex-checklist {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.grad-ex-checklist p {
    font-size: 1rem;
    line-height: 1.82;
    color: var(--text-secondary);
    margin: 0;
}

/* Strong vs Weak comparison */
.grad-ex-compare {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.grad-ex-compare-strong,
.grad-ex-compare-weak {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px;
}

.grad-ex-compare-strong {
    border-top: 3px solid var(--brand-blue);
    border-radius: 0 0 8px 8px;
}

.grad-ex-compare-weak {
    border-top: 3px solid var(--border-light);
    border-radius: 0 0 8px 8px;
}

.grad-ex-compare-strong p,
.grad-ex-compare-weak p {
    font-size: 1rem;
    line-height: 1.82;
    color: var(--text-secondary);
    margin: 0;
}

.grad-ex-compare-weak p {
    color: var(--text-muted);
}

/* ── Common Mistakes ── */
.grad-mistakes {
    padding: 66px 28px 74px;
    background: var(--white);
}

.grad-mistakes-inner {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.grad-mistakes-header {
    max-width: 720px;
    margin: 0 0 48px;
}

.grad-mistakes-header h2 {
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark);
    margin: 0 0 14px;
}

.grad-mistakes-header p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0;
}

.grad-mistakes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

.grad-mistake-card {
    background: var(--light-gray);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px 28px 32px;
}

.grad-mistake-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
}

.grad-mistake-card p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0;
}

.grad-mistakes-check {
    padding: 22px 26px;
    background: var(--light-gray);
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 8px 8px 0;
    max-width: 860px;
}

.grad-mistakes-check p {
    font-size: 1.03rem;
    line-height: 1.82;
    color: var(--text-secondary);
    margin: 0;
}

.grad-mistakes-check strong {
    color: var(--dark);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .grad-ex-good-grid,
    .grad-ex-compare,
    .grad-mistakes-grid {
        grid-template-columns: 1fr;
    }

    .grad-diff-inner {
        grid-template-columns: 1fr;
    }

    .grad-diff-aside {
        position: static;
    }

    .grad-include-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .grad-include-item:hover {
        padding-left: 14px;
        padding-right: 14px;
        margin-left: -14px;
        margin-right: -14px;
    }

    .grad-hero-inner {
        grid-template-columns: 1fr;
    }

    .grad-hero-copy {
        padding: 52px 28px 36px;
    }

    .grad-hero-media {
        min-height: 280px;
        margin: 0 28px 36px;
    }
}

@media (max-width: 767px) {
    .grad-diff,
    .grad-include,
    .grad-order,
    .grad-examples,
    .grad-mistakes {
        padding: 48px 20px 52px;
    }

    .grad-order-badge {
        width: 34px;
        height: 34px;
        font-size: 0.82rem;
    }

    .grad-order-list::before {
        left: 16px;
    }

    .grad-hero-copy {
        padding: 44px 20px 32px;
    }

    .grad-hero h1 {
        font-size: 1.5rem;
    }

    .grad-hero-media {
        min-height: 220px;
        margin: 0 20px 32px;
    }
}
