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

.students-hero {
    overflow: hidden;
    padding: 78px 0 44px;
    background:
        radial-gradient(circle at top right, rgba(239, 127, 90, 0.18), transparent 34%),
        radial-gradient(circle at bottom left, rgba(34, 158, 120, 0.18), transparent 34%),
        linear-gradient(180deg, #fffaf6 0%, #ffffff 72%);
}

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

.students-glow-one {
    top: 12px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: rgba(239, 127, 90, 0.16);
}

.students-glow-two {
    left: -80px;
    bottom: -10px;
    width: 260px;
    height: 260px;
    background: rgba(34, 158, 120, 0.14);
}

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

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

.students-kicker,
.students-tag,
.students-side-label {
    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;
}

.students-kicker,
.students-tag {
    background: rgba(239, 127, 90, 0.12);
    color: #b55327;
}

.students-copy h1,
.students-header h2,
.students-main-copy h2,
.students-cta-copy h2 {
    margin: 18px 0 0;
    color: #142432;
    line-height: 1.08;
}

.students-copy h1 {
    max-width: 710px;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.students-lead,
.students-header p,
.students-card p,
.students-example-card p,
.students-support,
.students-side-row p,
.students-cta-copy p,
.students-mistake-card p,
.students-faq-card p,
.students-note p {
    color: #556576;
    line-height: 1.75;
}

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

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

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

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

.students-btn-primary {
    background: linear-gradient(135deg, #e96e3c 0%, #f08b56 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(233, 110, 60, 0.22);
}

.students-btn-secondary,
.students-btn-outline {
    background: #fff;
    color: #142432;
    border-color: rgba(20, 36, 50, 0.12);
    box-shadow: 0 12px 24px rgba(20, 36, 50, 0.08);
}

.students-btn-accent {
    box-shadow: none;
}

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

.students-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(20, 36, 50, 0.09);
    color: #304658;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(20, 36, 50, 0.06);
}

.students-visual {
    display: grid;
    gap: 18px;
}

.students-board,
.students-note,
.students-card,
.students-side-card,
.students-example-card,
.students-mistake-card,
.students-faq-card {
    background: #fff;
    border: 1px solid rgba(20, 36, 50, 0.09);
    box-shadow: 0 18px 38px rgba(20, 36, 50, 0.08);
}

.students-board {
    padding: 22px;
    border-radius: 28px;
}

.students-board-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(20, 36, 50, 0.08);
    color: #385268;
    font-size: 0.88rem;
    font-weight: 700;
}

.students-board-body {
    padding-top: 20px;
}

.board-name,
.board-subline,
.board-label,
.board-line,
.board-projects span {
    border-radius: 999px;
}

.board-name {
    width: 64%;
    height: 15px;
    background: #20384d;
}

.board-subline {
    width: 56%;
    height: 10px;
    margin-top: 12px;
    background: #d9e1e7;
}

.board-subline.short {
    width: 42%;
}

.board-card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.board-card {
    padding: 16px;
    border-radius: 22px;
    background: #f8fbfe;
    border: 1px solid rgba(20, 36, 50, 0.06);
}

.board-card.accent {
    background: linear-gradient(180deg, rgba(233, 110, 60, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.board-label {
    width: 46%;
    height: 10px;
    margin-bottom: 12px;
    background: rgba(233, 110, 60, 0.24);
}

.board-line {
    height: 10px;
    margin-bottom: 10px;
    background: #dde6ec;
}

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

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

.board-projects {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.board-projects span {
    width: 96px;
    height: 28px;
    background: rgba(34, 158, 120, 0.14);
}

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

.students-note strong {
    display: block;
    margin-bottom: 8px;
    color: #142432;
}

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

.students-section-soft {
    background: linear-gradient(180deg, #fff8f2 0%, #f7fbfd 100%);
}

.students-section-accent {
    background: linear-gradient(135deg, #142432 0%, #20384d 56%, #2a8f75 100%);
}

.students-header {
    max-width: 760px;
}

.students-grid,
.students-example-grid,
.students-mistake-grid,
.students-faq-grid {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

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

.students-card,
.students-side-card,
.students-example-card,
.students-mistake-card,
.students-faq-card {
    padding: 24px;
    border-radius: 24px;
}

.students-card h3,
.students-example-card h3,
.students-faq-card h3,
.students-side-row strong {
    margin: 0 0 12px;
    color: #142432;
}

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

.students-list {
    margin: 24px 0 0;
    padding-left: 20px;
    color: #304658;
    line-height: 1.9;
    font-weight: 600;
}

.students-support {
    margin-top: 18px;
}

.students-side-label {
    background: rgba(34, 158, 120, 0.12);
    color: #197159;
}

.students-side-row + .students-side-row {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(20, 36, 50, 0.08);
}

.students-side-row p {
    margin: 8px 0 0;
}

.students-cta {
    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);
}

.students-cta-copy {
    max-width: 650px;
}

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

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

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

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

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

.students-mistake-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(239, 127, 90, 0.12);
    color: #cf5a2a;
    flex: 0 0 auto;
}

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

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

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

    .students-cta {
        display: grid;
    }
}

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

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

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

    .students-board,
    .students-note,
    .students-card,
    .students-side-card,
    .students-example-card,
    .students-mistake-card,
    .students-faq-card,
    .students-cta {
        border-radius: 22px;
    }
}

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

    .students-btn {
        width: 100%;
    }

    .students-copy h1 {
        font-size: 2rem;
    }

    .students-board,
    .students-note,
    .students-card,
    .students-side-card,
    .students-example-card,
    .students-mistake-card,
    .students-faq-card,
    .students-cta {
        padding: 20px;
    }
}
