.freshers-hero,
.freshers-section {
    position: relative;
}

.freshers-hero {
    overflow: hidden;
    padding: 76px 0 42px;
    background:
        radial-gradient(circle at top left, rgba(18, 148, 224, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(30, 177, 94, 0.16), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 72%);
}

.freshers-glow {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(12px);
}

.freshers-glow-one {
    top: 24px;
    left: -90px;
    width: 240px;
    height: 240px;
    background: rgba(26, 167, 255, 0.14);
}

.freshers-glow-two {
    right: -80px;
    bottom: 0;
    width: 260px;
    height: 260px;
    background: rgba(24, 173, 107, 0.14);
}

.freshers-shell,
.freshers-container {
    position: relative;
    z-index: 1;
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.freshers-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 34px;
    align-items: center;
}

.freshers-kicker,
.freshers-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.freshers-kicker {
    background: rgba(18, 148, 224, 0.12);
    color: #0e6fa7;
}

.freshers-hero h1,
.freshers-section h2 {
    margin: 18px 0 0;
    color: #102033;
    line-height: 1.08;
}

.freshers-hero h1 {
    max-width: 680px;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.freshers-lead,
.freshers-section-header p,
.freshers-support-copy,
.freshers-outline-card p,
.freshers-mistake-card p,
.freshers-faq-item p,
.freshers-cta-copy p,
.freshers-side-note p {
    color: #526273;
    line-height: 1.75;
}

.freshers-lead {
    max-width: 650px;
    margin-top: 22px;
    font-size: 1.05rem;
}

.freshers-actions,
.freshers-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.freshers-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.freshers-btn:hover {
    transform: translateY(-2px);
}

.freshers-btn-primary {
    background: linear-gradient(135deg, #1094e0 0%, #1aa7ff 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(16, 148, 224, 0.22);
}

.freshers-btn-secondary,
.freshers-btn-outline {
    background: #fff;
    color: #102033;
    border-color: rgba(16, 32, 51, 0.12);
    box-shadow: 0 12px 24px rgba(16, 32, 51, 0.08);
}

.freshers-btn-on-accent {
    box-shadow: none;
}

.freshers-signal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.freshers-signal-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(16, 32, 51, 0.09);
    color: #28435c;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(16, 32, 51, 0.06);
}

.freshers-hero-panel {
    display: grid;
    gap: 18px;
}

.freshers-preview,
.freshers-side-note,
.freshers-info-card,
.freshers-outline-card,
.freshers-mistake-card,
.freshers-faq-item {
    background: #fff;
    border: 1px solid rgba(16, 32, 51, 0.09);
    box-shadow: 0 18px 38px rgba(16, 32, 51, 0.08);
}

.freshers-preview {
    padding: 22px;
    border-radius: 28px;
}

.freshers-preview-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
    color: #35506c;
    font-size: 0.88rem;
    font-weight: 700;
}

.freshers-preview-body {
    padding-top: 20px;
}

.preview-name,
.preview-meta,
.preview-label,
.preview-line,
.preview-tags span {
    border-radius: 999px;
}

.preview-name {
    width: 68%;
    height: 15px;
    background: #173556;
}

.preview-meta {
    width: 56%;
    height: 10px;
    margin-top: 12px;
    background: #d4dde5;
}

.preview-meta.short {
    width: 42%;
}

.preview-block {
    margin-top: 24px;
}

.preview-label {
    width: 34%;
    height: 10px;
    margin-bottom: 12px;
    background: rgba(16, 148, 224, 0.22);
}

.preview-line {
    height: 10px;
    margin-bottom: 10px;
    background: #dde5eb;
}

.preview-line.short {
    width: 66%;
}

.preview-line.medium {
    width: 78%;
}

.preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.preview-tags span {
    width: 92px;
    height: 28px;
    background: rgba(24, 173, 107, 0.14);
}

.freshers-side-note {
    padding: 22px 24px;
    border-radius: 22px;
}

.freshers-side-note strong {
    display: block;
    margin-bottom: 8px;
    color: #102033;
    font-size: 1rem;
}

.freshers-section {
    padding: 34px 0;
}

.freshers-section-alt {
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}

.freshers-section-accent {
    background: linear-gradient(135deg, #102033 0%, #173556 55%, #0f5f92 100%);
}

.freshers-section-header {
    max-width: 760px;
}

.freshers-tag {
    background: rgba(16, 148, 224, 0.12);
    color: #0e6fa7;
}

.freshers-tag-light {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.freshers-section h2 {
    font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.freshers-section-header p {
    margin-top: 16px;
}

.freshers-card-grid,
.freshers-mistake-grid,
.freshers-faq-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.freshers-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.freshers-info-card,
.freshers-mistake-card,
.freshers-faq-item {
    padding: 24px;
    border-radius: 24px;
}

.freshers-info-card h3,
.freshers-faq-item h3,
.outline-row strong {
    color: #102033;
}

.freshers-info-card h3,
.freshers-faq-item h3 {
    margin: 0 0 12px;
    font-size: 1.12rem;
}

.freshers-info-card p,
.outline-row p {
    margin: 0;
    color: #526273;
    line-height: 1.7;
}

.freshers-layout-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.freshers-copy-block {
    padding-right: 8px;
}

.freshers-ordered-list {
    margin: 24px 0 0;
    padding-left: 20px;
    color: #28435c;
    line-height: 1.9;
    font-weight: 600;
}

.freshers-support-copy {
    margin-top: 18px;
}

.freshers-outline-card {
    padding: 24px;
    border-radius: 28px;
}

.outline-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(16, 148, 224, 0.12);
    color: #0e6fa7;
    font-size: 0.85rem;
    font-weight: 700;
}

.outline-row + .outline-row {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.outline-row p {
    margin-top: 8px;
}

.freshers-mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.freshers-mistake-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.mistake-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(224, 65, 65, 0.1);
    color: #ce2f2f;
    flex: 0 0 auto;
}

.freshers-mistake-card p {
    margin: 0;
}

.freshers-cta-panel {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 34px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.freshers-cta-copy {
    max-width: 640px;
}

.freshers-cta-copy h2,
.freshers-cta-copy p {
    color: #fff;
}

.freshers-cta-copy p {
    margin-top: 16px;
}

.freshers-faq-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .freshers-shell,
    .freshers-layout-two,
    .freshers-cta-panel,
    .freshers-faq-list {
        grid-template-columns: 1fr;
    }

    .freshers-cta-panel {
        display: grid;
    }
}

@media (max-width: 820px) {
    .freshers-card-grid,
    .freshers-mistake-grid {
        grid-template-columns: 1fr;
    }

    .freshers-hero {
        padding-top: 58px;
    }

    .freshers-shell,
    .freshers-container {
        width: min(100% - 28px, 1160px);
    }

    .freshers-preview,
    .freshers-side-note,
    .freshers-info-card,
    .freshers-outline-card,
    .freshers-mistake-card,
    .freshers-faq-item,
    .freshers-cta-panel {
        border-radius: 22px;
    }
}

@media (max-width: 580px) {
    .freshers-actions,
    .freshers-cta-actions {
        flex-direction: column;
    }

    .freshers-btn {
        width: 100%;
    }

    .freshers-hero h1 {
        font-size: 2rem;
    }

    .freshers-preview,
    .freshers-side-note,
    .freshers-info-card,
    .freshers-outline-card,
    .freshers-mistake-card,
    .freshers-faq-item,
    .freshers-cta-panel {
        padding: 20px;
    }
}
