@charset "utf-8";

body {
    background: #f5f7f5;
    color: #17211d;
}

.edu-home,
.edu-home * {
    box-sizing: border-box;
}

.edu-home {
    overflow-x: hidden;
}

.edu-home a,
.edu-footer a {
    text-decoration: none;
}

.edu-container {
    width: min(118rem, calc(100% - 3.2rem));
    margin: 0 auto;
}

.edu-site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 0.1rem solid rgba(23, 33, 29, 0.08);
    backdrop-filter: blur(1.6rem);
}

.edu-header-inner {
    min-height: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.edu-brand {
    display: inline-flex;
    align-items: center;
    gap: 1.1rem;
    color: #17211d;
    min-width: 19rem;
}

.edu-brand-mark {
    width: 4.2rem;
    height: 4.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
    color: #fff;
    background: #1d6f5b;
    font-size: 2rem;
    font-weight: 700;
}

.edu-brand strong {
    display: block;
    font-size: 1.7rem;
    line-height: 1.3;
}

.edu-brand small {
    display: block;
    margin-top: 0.2rem;
    color: #66736d;
    font-size: 1.1rem;
}

.edu-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.8rem;
    flex: 1;
}

.edu-nav a {
    color: #3a4741;
    font-size: 1.4rem;
    white-space: nowrap;
}

.edu-nav a:hover,
.edu-link-btn:hover {
    color: #1d6f5b !important;
}

.edu-header-actions,
.edu-hero-actions,
.edu-course-bottom,
.edu-course-meta,
.edu-footer-inner {
    display: flex;
    align-items: center;
}

.edu-header-actions {
    gap: 1rem;
}

.edu-link-btn,
.edu-solid-btn,
.edu-primary-btn,
.edu-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    white-space: nowrap;
}

.edu-link-btn {
    color: #3a4741;
    padding: 0 1rem;
}

.edu-solid-btn,
.edu-primary-btn {
    color: #fff !important;
    background: #1d6f5b;
    padding: 0 1.8rem;
    box-shadow: 0 1rem 2.4rem rgba(29, 111, 91, 0.18);
}

.edu-solid-btn:hover,
.edu-primary-btn:hover {
    background: #155846;
}

.edu-secondary-btn {
    color: #1d6f5b;
    background: #e7f1ed;
    padding: 0 1.8rem;
}

.edu-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(238, 165, 91, 0.18), transparent 30rem),
        linear-gradient(135deg, #fbf4e8 0%, #eef7f2 52%, #ffffff 100%);
    border-bottom: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-hero-grid {
    min-height: 56rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(34rem, 0.75fr);
    gap: 5.6rem;
    align-items: center;
    padding: 6.4rem 0;
}

.edu-eyebrow {
    color: #d66b3d;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.edu-hero h1 {
    max-width: 66rem;
    margin-top: 1.6rem;
    color: #17211d;
    font-size: 5.2rem;
    line-height: 1.08;
    font-weight: 800;
    overflow-wrap: break-word;
}

.edu-hero h1 span {
    display: block;
}

.edu-hero-text {
    max-width: 58rem;
    margin-top: 2.2rem;
    color: #4d5b54;
    font-size: 1.8rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.edu-hero-actions {
    gap: 1.2rem;
    margin-top: 3.2rem;
}

.edu-primary-btn {
    gap: 0.8rem;
    min-height: 4.8rem;
    padding: 0 2.3rem;
    font-weight: 700;
}

.edu-secondary-btn {
    min-height: 4.8rem;
    color: #17211d;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.1);
}

.edu-trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    max-width: 48rem;
    margin-top: 4rem;
}

.edu-trust-list li {
    padding: 1.7rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.72);
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-trust-list strong {
    display: block;
    color: #1d6f5b;
    font-size: 2.4rem;
    line-height: 1;
}

.edu-trust-list span {
    display: block;
    margin-top: 0.8rem;
    color: #66736d;
    font-size: 1.3rem;
}

.edu-hero-board {
    position: relative;
    min-width: 0;
    padding: 2.4rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
    box-shadow: 0 2.4rem 6rem rgba(23, 33, 29, 0.12);
}

.edu-hero-board::before {
    content: "";
    position: absolute;
    inset: 1.2rem;
    z-index: -1;
    border-radius: 1.4rem;
    background: #d8eadf;
    transform: rotate(3deg);
}

.edu-board-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.8rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.edu-board-top span {
    color: #66736d;
}

.edu-board-top strong {
    color: #17211d;
    font-size: 1.8rem;
    min-width: 0;
    overflow-wrap: anywhere;
}

.edu-board-card {
    display: grid;
    grid-template-columns: 6.4rem 1fr;
    gap: 1.4rem;
    align-items: center;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #f6f8f6;
    margin-top: 1rem;
}

.edu-board-card.is-active {
    background: #17211d;
    color: #fff;
}

.edu-board-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.8rem;
    border-radius: 0.8rem;
    background: #fff;
    color: #1d6f5b;
    font-weight: 700;
}

.edu-board-card strong {
    display: block;
    font-size: 1.6rem;
    overflow-wrap: break-word;
}

.edu-board-card p {
    margin-top: 0.4rem;
    color: #718079;
    overflow-wrap: break-word;
}

.edu-board-card.is-active p {
    color: #d8e3de;
}

.edu-board-note {
    margin-top: 1.4rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff4e6;
}

.edu-board-note strong {
    color: #9c4d24;
}

.edu-board-note p {
    margin-top: 0.6rem;
    color: #6c5d4f;
    line-height: 1.7;
}

.edu-section {
    padding: 7.2rem 0;
}

.edu-soft-section {
    background: #ffffff;
    border-top: 0.1rem solid rgba(23, 33, 29, 0.08);
    border-bottom: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.4rem;
    margin-bottom: 2.8rem;
}

.edu-section-head h2,
.edu-teacher-grid h2,
.edu-compliance h2 {
    margin-top: 0.8rem;
    color: #17211d;
    font-size: 3.2rem;
    font-weight: 800;
}

.edu-section-head span,
.edu-section-desc,
.edu-compliance p {
    max-width: 52rem;
    color: #66736d;
    font-size: 1.5rem;
    line-height: 1.8;
}

.edu-course-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
}

.edu-course-card {
    overflow: hidden;
    border-radius: 0.8rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
    box-shadow: 0 1.2rem 3.2rem rgba(23, 33, 29, 0.07);
}

.edu-course-cover {
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: #fff;
}

.edu-course-cover.has-image {
    min-height: 0;
    display: block;
    padding: 0;
    background: #f1f4f2;
}

.edu-course-cover.has-image img {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center center;
    background: #f6f2e9;
}

.edu-course-cover span {
    font-size: 1.3rem;
    opacity: 0.86;
}

.edu-course-cover strong {
    display: block;
    margin-top: 0.6rem;
    font-size: 2.8rem;
    line-height: 1.1;
}

.cover-logic {
    background: linear-gradient(135deg, #1d6f5b, #7bb59c);
}

.cover-speaking {
    background: linear-gradient(135deg, #26324c, #d66b3d);
}

.cover-family {
    background: linear-gradient(135deg, #8c5f2f, #e4b65d);
}

.cover-career {
    background: linear-gradient(135deg, #35606f, #9eb7c2);
}

.edu-course-body {
    padding: 2rem;
}

.edu-course-tag {
    color: #d66b3d;
    font-size: 1.2rem;
    font-weight: 700;
}

.edu-course-body h3 {
    min-height: 4.8rem;
    margin-top: 0.8rem;
    color: #17211d;
    font-size: 1.9rem;
    line-height: 1.28;
    font-weight: 800;
    overflow-wrap: break-word;
}

.edu-course-body p {
    color: #66736d;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.edu-course-meta {
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.edu-course-meta span {
    padding: 0.5rem 0.9rem;
    border-radius: 9.9rem;
    color: #3a4741;
    background: #f1f4f2;
    font-size: 1.2rem;
}

.edu-course-bottom {
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 2rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-course-bottom strong {
    color: #d64f2a;
    font-size: 2rem;
}

.edu-course-bottom a {
    display: inline-flex;
    min-height: 3.6rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.4rem;
    border-radius: 0.8rem;
    color: #fff;
    background: #17211d;
}
.edu-course-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}
.edu-course-actions button {
    min-height: 3.4rem;
    padding: 0 1.1rem;
    border: 0.1rem solid #dfe8e3;
    border-radius: 0.6rem;
    background: #fff;
    color: #0f6b55;
    cursor: pointer;
}
.edu-course-actions button.am-active {
    background: #eef6f1;
    border-color: #0f6b55;
}

.edu-teacher-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    gap: 4.8rem;
    align-items: center;
}

.edu-section-desc {
    margin-top: 1.6rem;
}

.edu-teacher-list {
    display: grid;
    gap: 1.2rem;
}

.edu-teacher-list article {
    display: grid;
    grid-template-columns: 5.6rem 1fr;
    gap: 1.4rem;
    align-items: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
    background: #f5f7f5;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-teacher-list article > span {
    width: 5.6rem;
    height: 5.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #1d6f5b;
    font-size: 2.2rem;
    font-weight: 800;
}

.edu-teacher-list strong {
    display: block;
    color: #17211d;
    font-size: 1.7rem;
}

.edu-teacher-list p {
    margin-top: 0.5rem;
    color: #66736d;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.edu-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
}

.edu-flow-grid article {
    min-height: 18rem;
    padding: 2.2rem;
    border-radius: 0.8rem;
    background: #fff;
    border: 0.1rem solid rgba(23, 33, 29, 0.08);
}

.edu-flow-grid b {
    display: block;
    color: #d66b3d;
    font-size: 1.4rem;
}

.edu-flow-grid strong {
    display: block;
    margin-top: 1.8rem;
    color: #17211d;
    font-size: 1.9rem;
}

.edu-flow-grid p {
    margin-top: 1rem;
    color: #66736d;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.edu-compliance {
    padding: 6.4rem 0;
    background: #17211d;
    color: #fff;
}

.edu-compliance-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(34rem, 0.72fr);
    gap: 4rem;
    align-items: center;
}

.edu-compliance h2 {
    color: #fff;
}

.edu-compliance p {
    margin-top: 1.4rem;
    color: #c9d5d0;
    overflow-wrap: break-word;
}

.edu-compliance ul {
    display: grid;
    gap: 1rem;
}

.edu-compliance li {
    padding: 1.4rem 1.6rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
    color: #eef5f2;
}

.edu-footer {
    background: #0f1714;
    color: #d8e3de;
    padding: 2.8rem 0;
}

.edu-footer-inner {
    justify-content: space-between;
    gap: 2rem;
}

.edu-footer strong {
    display: block;
    color: #fff;
    font-size: 1.7rem;
}

.edu-footer p,
.edu-footer span {
    display: block;
    margin-top: 0.6rem;
    color: #9faaa5;
}

.edu-footer a {
    color: #dbeafe;
}

.edu-footer a:hover {
    color: #ffffff;
}

.edu-footer-inner > div:last-child {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .edu-nav {
        gap: 1.6rem;
    }

    .edu-hero-grid,
    .edu-teacher-grid,
    .edu-compliance-inner {
        grid-template-columns: 1fr;
    }

    .edu-hero-grid {
        min-height: auto;
    }

    .edu-hero h1 {
        font-size: 4.2rem;
    }

    .edu-course-grid,
    .edu-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 760px) {
    .edu-container {
        width: min(100% - 2.4rem, 118rem);
    }

    .edu-header-inner {
        min-height: auto;
        padding: 1.2rem 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .edu-nav {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.4rem;
    }

    .edu-header-actions {
        width: 100%;
    }

    .edu-link-btn,
    .edu-solid-btn {
        flex: 1;
    }

    .edu-hero-grid {
        gap: 3rem;
        padding: 4.2rem 0;
    }

    .edu-hero h1 {
        max-width: 100%;
        font-size: 2.8rem;
        line-height: 1.16;
        word-break: break-word;
    }

    .edu-hero-text {
        font-size: 1.6rem;
        word-break: break-word;
    }

    .edu-hero-actions,
    .edu-footer-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .edu-primary-btn,
    .edu-secondary-btn {
        width: 100%;
    }

    .edu-trust-list,
    .edu-course-grid,
    .edu-flow-grid {
        grid-template-columns: 1fr;
    }

    .edu-section {
        padding: 4.8rem 0;
    }

    .edu-section-head {
        display: block;
    }

    .edu-section-head h2,
    .edu-teacher-grid h2,
    .edu-compliance h2 {
        font-size: 2.6rem;
    }

    .edu-board-card {
        grid-template-columns: 5.2rem minmax(0, 1fr);
        padding: 1.2rem;
    }

    .edu-board-card span {
        min-height: 3.4rem;
    }

    .edu-hero-board {
        width: 100%;
        padding: 1.6rem;
    }

    .edu-footer-inner > div:last-child {
        text-align: left;
    }
}

/* 兴橙慧海 brand layer */
body {
    background: #f7f8fb;
    color: #121826;
}

.edu-site-header {
    border-bottom-color: rgba(13, 39, 114, 0.1);
}

.edu-brand {
    min-width: 25rem;
    gap: 1.2rem;
    color: #0d2772 !important;
}

.edu-brand-logo {
    display: block;
    width: 12.8rem;
    height: auto;
    flex: 0 0 auto;
}

.edu-brand-text strong {
    color: #0d2772;
}

.edu-brand-text small {
    color: #6b7280;
}

.edu-brand-mark,
.edu-solid-btn,
.edu-primary-btn {
    background: #0d2772;
    box-shadow: 0 1rem 2.4rem rgba(13, 39, 114, 0.16);
}

.edu-solid-btn:hover,
.edu-primary-btn:hover {
    background: #071947;
}

.edu-link-btn:hover,
.edu-nav a:hover {
    color: #ff7212 !important;
}

.edu-secondary-btn {
    color: #0d2772;
    border-color: rgba(13, 39, 114, 0.14);
}

.edu-hero {
    background:
        linear-gradient(135deg, rgba(13, 39, 114, 0.08) 0%, rgba(255, 114, 18, 0.08) 46%, #ffffff 100%);
    border-bottom-color: rgba(13, 39, 114, 0.1);
}

.edu-eyebrow,
.edu-course-tag,
.edu-flow-grid b {
    color: #ff7212;
}

.edu-hero h1,
.edu-section-head h2,
.edu-teacher-grid h2,
.edu-compliance h2,
.edu-course-body h3,
.edu-board-top strong,
.edu-flow-grid strong {
    color: #111827;
}

.edu-hero-text,
.edu-section-head span,
.edu-section-desc,
.edu-course-body p,
.edu-flow-grid p,
.edu-board-card p {
    color: #4b5563;
}

.edu-trust-list strong,
.edu-board-card span {
    color: #0d2772;
}

.edu-trust-list li,
.edu-hero-board,
.edu-course-card,
.edu-flow-grid article,
.edu-teacher-card,
.edu-product-card {
    border-radius: 0.8rem;
    border-color: rgba(13, 39, 114, 0.1);
}

.edu-hero-board {
    box-shadow: 0 2rem 5.2rem rgba(13, 39, 114, 0.13);
}

.edu-hero-board::before {
    display: none;
}

.edu-hero-brand-card {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.6rem;
    align-items: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
    background: #f7f8fb;
    border: 0.1rem solid rgba(13, 39, 114, 0.08);
}

.edu-hero-brand-card img {
    display: block;
    width: 8rem;
    height: 8rem;
    object-fit: contain;
}

.edu-hero-brand-card strong {
    display: block;
    color: #0d2772;
    font-size: 2.2rem;
}

.edu-hero-brand-card p {
    margin-top: 0.8rem;
    color: #4b5563;
    line-height: 1.7;
}

.edu-board-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.edu-board-mini-grid article {
    min-height: 9.2rem;
    padding: 1.4rem;
    border-radius: 0.8rem;
    background: #fff7ed;
    border: 0.1rem solid rgba(255, 114, 18, 0.12);
}

.edu-board-mini-grid strong {
    color: #9a3412;
    font-size: 1.5rem;
}

.edu-board-mini-grid p {
    margin-top: 0.6rem;
    color: #7c2d12;
    line-height: 1.6;
}

.edu-brand-section {
    background: #fff;
}

.edu-product-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1.2rem;
}

.edu-product-card {
    min-height: 16rem;
    padding: 1.8rem;
    background: #f8fafc;
}

.edu-product-card strong {
    display: block;
    color: #0d2772;
    font-size: 1.8rem;
}

.edu-product-card p {
    margin-top: 1rem;
    color: #4b5563;
    line-height: 1.7;
}

.edu-course-cover.has-image img {
    background: #f8fafc;
}

.edu-course-bottom strong {
    color: #ff7212;
}

.edu-course-bottom a {
    background: #0d2772;
}

.edu-course-bottom a:hover {
    background: #ff7212;
}

.edu-teacher-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
}

.edu-teacher-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.2rem 3.2rem rgba(13, 39, 114, 0.07);
}

.edu-teacher-photo {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
}

.edu-teacher-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.edu-teacher-initial {
    width: 8.2rem;
    height: 8.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0d2772;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 800;
}

.edu-teacher-card-body {
    padding: 1.8rem;
}

.edu-teacher-card-body p {
    color: #ff7212;
    font-size: 1.2rem;
    font-weight: 700;
}

.edu-teacher-card-body h3 {
    margin-top: 0.6rem;
    color: #111827;
    font-size: 2rem;
    font-weight: 800;
}

.edu-teacher-card-body > span {
    display: block;
    min-height: 8.4rem;
    margin-top: 0.8rem;
    color: #4b5563;
    line-height: 1.7;
}

.edu-teacher-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.4rem;
}

.edu-teacher-tags b {
    padding: 0.4rem 0.8rem;
    border-radius: 9.9rem;
    background: #fff7ed;
    color: #9a3412;
    font-size: 1.2rem;
    font-weight: 500;
}

.edu-compliance,
.edu-footer {
    background: #0d2772;
}

.edu-compliance li {
    background: rgba(255, 255, 255, 0.1);
}

.edu-footer {
    border-top: 0.4rem solid #ff7212;
}

.edu-footer-logo {
    display: block;
    width: 15rem;
    height: auto;
}

@media only screen and (max-width: 1180px) {
    .edu-product-grid,
    .edu-teacher-showcase {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1024px) {
    .edu-brand {
        min-width: 21rem;
    }

    .edu-brand-logo {
        width: 11.2rem;
    }
}

@media only screen and (max-width: 760px) {
    .edu-brand {
        min-width: 0;
        width: 100%;
    }

    .edu-brand-logo {
        width: 11.6rem;
    }

    .edu-brand-text strong {
        font-size: 1.5rem;
    }

    .edu-brand-text small {
        font-size: 1.1rem;
    }

    .edu-hero-copy,
    .edu-hero-board,
    .edu-board-top,
    .edu-hero-brand-card,
    .edu-board-mini-grid article,
    .edu-product-card,
    .edu-course-card,
    .edu-teacher-card {
        min-width: 0;
        max-width: 100%;
    }

    .edu-board-top {
        display: block;
    }

    .edu-board-top strong {
        display: block;
        margin-top: 0.6rem;
    }

    .edu-hero-text,
    .edu-board-top strong,
    .edu-hero-brand-card p,
    .edu-board-mini-grid p,
    .edu-product-card p,
    .edu-course-body p,
    .edu-teacher-card-body > span {
        overflow-wrap: anywhere;
        word-break: break-all;
    }

    .edu-hero-brand-card,
    .edu-board-mini-grid,
    .edu-product-grid,
    .edu-teacher-showcase {
        grid-template-columns: 1fr;
    }

    .edu-hero-brand-card {
        align-items: start;
    }

    .edu-teacher-card-body > span {
        min-height: 0;
    }
}
