.page-cv-with-no-experience .main-content {
    max-width: none;
    padding: 0;
}

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

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

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

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

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

.noexp-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;
}

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

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

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

.noexp-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);
}

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

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

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

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

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

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

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

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

.noexp-include-item:hover {
    background: var(--light-gray);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

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

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

/* ── What Counts as Experience ── */
.noexp-counts {
    padding: 66px 28px 74px;
    background: var(--light-gray);
}

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

.noexp-counts-header {
    max-width: 720px;
    margin: 0 0 48px;
}

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

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

.noexp-counts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.noexp-counts-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 28px 28px 32px;
}

.noexp-counts-card--wide {
    grid-column: span 2;
}

.noexp-counts-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);
}

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

.noexp-counts-rule {
    padding: 22px 26px;
    background: var(--white);
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 8px 8px 0;
}

.noexp-counts-rule p {
    font-size: 1.03rem;
    line-height: 1.82;
    color: var(--dark);
    font-weight: 500;
    margin: 0;
}

/* ── Personal Statement ── */
.noexp-statement {
    padding: 66px 28px 74px;
    background: var(--white);
}

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

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

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

.noexp-statement-close {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 24px 0 0;
}

/* Label badges */
.noexp-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;
}

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

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

/* Bad example */
.noexp-ex-bad {
    background: var(--light-gray);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px;
    margin: 8px 0 20px;
}

.noexp-ex-bad p {
    font-size: 1rem;
    line-height: 1.82;
    color: var(--text-muted);
    margin: 0 0 12px;
}

.noexp-ex-bad p:last-child {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-style: normal;
}

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

.noexp-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;
}

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

/* ── Academic Projects ── */
.noexp-projects {
    padding: 66px 28px 74px;
    background: var(--light-gray);
}

.noexp-projects-inner {
    width: min(900px, 100%);
    margin: 0 auto;
}

.noexp-projects-header {
    margin-bottom: 32px;
}

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

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

.noexp-projects-header p:last-child {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--dark);
}

/* Checklist grid */
.noexp-projects-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 36px;
}

.noexp-projects-check-item {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 6px 6px 0;
    padding: 14px 18px;
    font-size: 0.98rem;
    line-height: 1.5;
    color: var(--dark);
    font-weight: 500;
}

/* Examples */
.noexp-projects-examples {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.noexp-projects-ex {
    background: var(--white);
    border-radius: 8px;
    padding: 24px 28px;
}

.noexp-projects-ex--strong {
    border-left: 3px solid var(--brand-blue);
    border-radius: 0 8px 8px 0;
}

.noexp-projects-ex--weak {
    border-left: 3px solid var(--border-light);
    border-radius: 0 8px 8px 0;
}

.noexp-projects-ex p {
    font-size: 1rem;
    line-height: 1.82;
    margin: 0 0 10px;
}

.noexp-projects-ex--strong p {
    color: var(--text-secondary);
}

.noexp-projects-ex--weak p {
    color: var(--text-muted);
}

.noexp-projects-ex p:last-child {
    margin-bottom: 0;
}

/* Footer paragraphs */
.noexp-projects-footer p {
    font-size: 1.03rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin: 0 0 16px;
}

.noexp-projects-footer p:last-child {
    margin-bottom: 0;
}

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

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

.noexp-mistakes-header {
    max-width: 720px;
    margin: 0 0 44px;
}

.noexp-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;
}

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

.noexp-mistakes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.noexp-mistake-card {
    background: var(--light-gray);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 26px 24px 30px;
}

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

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

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

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

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

.noexp-mistakes-cta {
    padding: 22px 26px;
    background: var(--brand-blue);
    border-radius: 8px;
    max-width: 900px;
}

.noexp-mistakes-cta p {
    font-size: 1.03rem;
    line-height: 1.75;
    color: var(--white);
    margin: 0;
    font-weight: 500;
}

.noexp-mistakes-cta a {
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
}

.noexp-mistakes-cta a:hover {
    text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .noexp-mistakes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .noexp-projects-checklist {
        grid-template-columns: 1fr;
    }

    .noexp-ex-good-grid {
        grid-template-columns: 1fr;
    }

    .noexp-counts-grid {
        grid-template-columns: 1fr;
    }

    .noexp-counts-card--wide {
        grid-column: span 1;
    }

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

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

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

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

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

@media (max-width: 767px) {
    .noexp-mistakes-grid {
        grid-template-columns: 1fr;
    }

    .noexp-include,
    .noexp-counts,
    .noexp-statement,
    .noexp-projects,
    .noexp-mistakes {
        padding: 48px 20px 52px;
    }

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

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

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