/*
 * 码小匠官网首页 2026 视觉升级。
 * 仅作用于 .home-refresh，保留公共内页和后台可配置楼层的数据契约。
 */

.home-refresh {
    --home-ink: #17233c;
    --home-muted: #62708a;
    --home-blue: #3155e7;
    --home-blue-deep: #203ab8;
    --home-cyan: #63d8e7;
    --home-orange: #ff9b72;
    --home-yellow: #ffd66b;
    --home-purple: #8e7cf5;
    --home-mint: #8ad9bf;
    --home-border: #dce4f1;
    --home-surface: #f6f8fc;
    overflow: hidden;
    color: var(--home-ink);
    background: #fff;
}

.banner-card picture,
.banner-card picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.trust-section .content-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-refresh .section {
    position: relative;
    padding: 112px 0;
}

.home-refresh .section-soft {
    background: #f7f9fd;
}

.home-refresh .section-head {
    max-width: 780px;
    margin-bottom: 52px;
}

.home-refresh .section-head.split {
    max-width: none;
    align-items: end;
}

.home-refresh .section-head h2,
.home-refresh .learning-copy h2,
.home-refresh .cta-copy h2 {
    color: var(--home-ink);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.home-refresh .section-head p {
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.85;
}

.home-refresh .eyebrow {
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
}

.home-refresh .eyebrow i {
    background: var(--home-blue);
    box-shadow: none;
}

.home-refresh .text-link {
    min-height: 44px;
    padding: 0 18px;
    color: var(--home-blue-deep);
    border: 1px solid #cdd9f2;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(41, 69, 139, .06);
}

/* 首屏：保留科技产品感，同时使用更亲和的明亮配色与儿童品牌语言。 */
.theme-light .home-refresh .home-hero {
    min-height: auto;
    padding: 88px 0 112px;
    color: var(--home-ink);
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(99, 216, 231, .18), transparent 20%),
        radial-gradient(circle at 8% 15%, rgba(255, 214, 107, .3), transparent 20%),
        radial-gradient(circle at 86% 14%, rgba(142, 124, 245, .16), transparent 24%),
        linear-gradient(145deg, #fffdf8 0%, #f8f9ff 54%, #edf4ff 100%);
}

.theme-light .home-refresh .home-hero::before {
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 4%;
    width: 44vw;
    height: 44vw;
    content: "";
    opacity: .66;
    border: 2px dashed rgba(49, 85, 231, .12);
    border-radius: 50%;
    transform: rotate(-8deg);
}

.theme-light .home-refresh .home-hero::after {
    right: -14%;
    bottom: -47%;
    width: 70vw;
    height: 70vw;
    opacity: .58;
    border-color: rgba(49, 85, 231, .12);
    background: rgba(255, 255, 255, .2);
}

.home-refresh .home-hero .hero-grid-lines {
    opacity: .32;
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 58%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 58%, transparent 100%);
}

.home-refresh .home-hero .hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: clamp(48px, 6vw, 92px);
}

.home-refresh .home-hero .hero-copy {
    padding: 28px 0 20px;
}

.theme-light .home-refresh .home-hero .lab-kicker {
    margin-bottom: 28px;
    padding: 9px 14px;
    color: #52617c;
    border-color: #d5dff1;
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 30px rgba(41, 69, 139, .08);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.theme-light .home-refresh .home-hero .lab-kicker b {
    color: var(--home-blue-deep);
}

.home-refresh .home-hero .lab-pulse {
    background: #39b989;
    box-shadow: 0 0 0 5px rgba(57, 185, 137, .1);
}

.theme-light .home-refresh .home-hero h1 {
    max-width: 660px;
    color: var(--home-ink);
    background: none;
    font-size: clamp(52px, 5.35vw, 78px);
    line-height: 1.06;
    letter-spacing: -.06em;
}

.theme-light .home-refresh .home-hero .hero-lead {
    max-width: 610px;
    margin-top: 27px;
    color: #586781;
    font-size: 18px;
    line-height: 1.85;
}

.home-refresh .hero-assurance {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    gap: 9px 18px;
    color: #4a5871;
    font-size: 13px;
    font-weight: 700;
}

.home-refresh .hero-assurance span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-refresh .hero-assurance i {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: #39b989;
    font-size: 11px;
    font-style: normal;
}

.home-refresh .home-hero .hero-actions {
    margin-top: 30px;
}

.home-refresh .home-hero .btn {
    min-height: 56px;
    padding-inline: 26px;
    border-radius: 16px;
}

.theme-light .home-refresh .home-hero .btn-dark-glass {
    color: #25334f;
    border-color: #d6deec;
    background: rgba(255, 255, 255, .88);
}

.theme-light .home-refresh .home-hero .hero-proof {
    max-width: 650px;
    margin-top: 42px;
    border-top: 0;
    gap: 10px;
}

.theme-light .home-refresh .home-hero .hero-proof > span {
    min-height: 82px;
    padding: 15px 13px;
    border: 1px solid rgba(205, 216, 235, .9);
    border-radius: 17px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 12px 30px rgba(41, 69, 139, .055);
}

.theme-light .home-refresh .home-hero .hero-proof > span + span {
    padding-left: 13px;
    border-left: 1px solid rgba(205, 216, 235, .9);
}

.home-refresh .home-hero .hero-proof i {
    /* 编号跨标题与说明两行，防止移动端基础样式将说明排入编号窄列。 */
    grid-row: span 2;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #e8edff;
}

.home-refresh .home-hero .hero-proof b {
    font-size: 14px;
}

.home-refresh .home-hero .hero-proof small {
    font-size: 11px;
}

.home-refresh .home-hero .hero-stage {
    padding: 48px 14px 42px 32px;
}

.theme-light .home-refresh .home-hero .stage-window {
    min-height: 478px;
    border-color: rgba(166, 181, 216, .5);
    border-radius: 32px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 42px 100px rgba(31, 55, 116, .19), 0 0 0 12px rgba(255, 255, 255, .42);
    transform: rotate(1.4deg);
}

.theme-light .home-refresh .home-hero .stage-workspace {
    background:
        radial-gradient(circle at 50% 38%, rgba(99, 216, 231, .2), transparent 40%),
        linear-gradient(rgba(93, 120, 181, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(93, 120, 181, .07) 1px, transparent 1px),
        #fbfdff;
    background-size: auto, 24px 24px, 24px 24px, auto;
}

.theme-light .home-refresh .home-hero .hero-mascot {
    z-index: 9;
    right: -38px;
    bottom: -48px;
    width: 212px;
    filter: drop-shadow(0 24px 28px rgba(39, 59, 107, .22));
}

.home-refresh .home-stage-bubble {
    display: flex;
    position: absolute;
    z-index: 11;
    align-items: center;
    padding: 11px 15px;
    gap: 9px;
    color: #33415c;
    border: 1px solid rgba(201, 214, 236, .9);
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(35, 60, 118, .14);
    font-size: 12px;
    pointer-events: none;
}

.home-refresh .home-stage-bubble i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    border-radius: 9px;
    background: var(--home-purple);
    font-style: normal;
}

.home-refresh .home-stage-bubble-b i {
    background: #39b989;
}

.home-refresh .home-stage-bubble-a {
    top: 10px;
    right: 38px;
}

.home-refresh .home-stage-bubble-b {
    bottom: 4px;
    left: 0;
}

.home-refresh .home-hero-doodle {
    position: absolute;
    z-index: 1;
    color: rgba(49, 85, 231, .25);
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-weight: 900;
    pointer-events: none;
}

.home-refresh .home-hero-doodle-code {
    top: 11%;
    right: 2.5%;
    font-size: 28px;
    transform: rotate(10deg);
}

.home-refresh .home-hero-doodle-star {
    bottom: 11%;
    left: 3%;
    color: rgba(255, 155, 114, .54);
    font-size: 42px;
}

/* 家长信任条：紧接首屏给出学习闭环，替代空泛数字。 */
.home-refresh .home-support {
    position: relative;
    z-index: 8;
    margin-top: -48px;
}

.home-refresh .home-support-inner {
    display: grid;
    min-height: 126px;
    align-items: center;
    padding: 25px 32px;
    border: 1px solid #d9e2f1;
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 60px rgba(32, 55, 112, .13);
    grid-template-columns: .9fr 1.35fr;
    gap: 28px;
}

.home-refresh .home-support-title {
    display: grid;
    gap: 5px;
}

.home-refresh .home-support-title span {
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
}

.home-refresh .home-support-title b {
    color: #263550;
    font-size: 17px;
}

.home-refresh .home-support-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-refresh .home-support-list span {
    display: grid;
    min-height: 58px;
    align-content: center;
    padding-left: 20px;
    border-left: 1px solid #e0e7f2;
}

.home-refresh .home-support-list i {
    color: #8b99b0;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 10px;
    font-style: normal;
}

.home-refresh .home-support-list b {
    margin-top: 2px;
    color: #263550;
    font-size: 14px;
}

.theme-light .home-refresh .signal-strip {
    margin-top: 38px;
    border: 0;
    background: #fff;
}

.home-refresh .signal-track {
    width: min(1200px, calc(100% - 48px));
    min-height: 72px;
    justify-content: center;
    padding: 0;
    margin-inline: auto;
    gap: 10px;
    animation: none;
    transform: none;
}

.home-refresh .signal-track [aria-hidden="true"] {
    display: none;
}

.home-refresh .signal-track span {
    padding: 9px 14px;
    color: #52617b;
    border: 1px solid #dfe6f1;
    border-radius: 999px;
    background: #f8faff;
    white-space: nowrap;
}

.home-refresh .signal-track > b:not([aria-hidden="true"]) {
    color: #c8d1df;
}

/* 优势区：用温和的 Bento 卡片表达能力，而不是企业功能清单。 */
.home-refresh .capability-section {
    padding-top: 94px;
}

.home-refresh .section-head-tech {
    padding-left: 0;
}

.home-refresh .section-head-tech::before {
    display: none;
}

.home-refresh .capability-bento {
    gap: 20px;
}

.theme-light .home-refresh .capability-card,
.theme-light .home-refresh .capability-card:nth-child(2) {
    overflow: hidden;
    min-height: 300px;
    padding: 34px;
    color: var(--home-ink);
    border: 1px solid #dbe4f1;
    border-radius: 28px;
    background: #f4f7ff;
    box-shadow: 0 18px 48px rgba(34, 62, 122, .08);
}

.theme-light .home-refresh .capability-card:nth-child(2),
.theme-light .home-refresh .capability-card.card-create {
    background: #fff5ef;
}

.theme-light .home-refresh .capability-card:nth-child(3),
.theme-light .home-refresh .capability-card.card-feedback {
    background: #effaf6;
}

.theme-light .home-refresh .capability-card:nth-child(4),
.theme-light .home-refresh .capability-card.card-system {
    background: #f5f1ff;
}

.home-refresh .capability-card h3 {
    max-width: 430px;
    margin-top: auto;
    color: var(--home-ink);
    font-size: 26px;
    line-height: 1.25;
}

.theme-light .home-refresh .capability-card p,
.theme-light .home-refresh .capability-card:nth-child(2) p {
    max-width: 500px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

.theme-light .home-refresh .capability-code,
.theme-light .home-refresh .capability-card:nth-child(2) .capability-code {
    color: #6b7890;
    font-size: 11px;
}

.home-refresh .path-visual,
.home-refresh .system-flow {
    max-width: 530px;
}

.home-refresh .path-visual span,
.home-refresh .system-flow b {
    color: #2d477d;
    border-color: rgba(49, 85, 231, .14);
    background: rgba(255, 255, 255, .8);
}

/* 课程区：突出适龄、项目和探索入口，保持后台课程数据不变。 */
.home-refresh .course-section {
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 214, 107, .14), transparent 20%),
        #f7f9fd;
}

.home-refresh .course-deck {
    gap: 22px;
}

.home-refresh .course-card {
    overflow: hidden;
    border-color: #dce4f0;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(34, 61, 119, .08);
}

.home-refresh .course-card:hover {
    border-color: #b9c9ec;
    box-shadow: 0 25px 58px rgba(34, 61, 119, .14);
}

.home-refresh .course-media {
    margin: 10px 10px 0;
    border-radius: 20px;
}

.home-refresh .course-media img,
.home-refresh .course-placeholder {
    aspect-ratio: 1.45 / 1;
}

.theme-light .home-refresh .course-placeholder {
    background-image:
        linear-gradient(rgba(49, 85, 231, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 85, 231, .07) 1px, transparent 1px),
        linear-gradient(135deg, #f0f4ff, #dfe8ff);
}

.home-refresh .course-body {
    padding: 25px 27px 29px;
}

.home-refresh .course-age {
    color: var(--home-blue-deep);
    font-size: 12px;
}

.home-refresh .course-body h3 {
    margin-top: 11px;
    color: var(--home-ink);
    font-size: 23px;
    line-height: 1.3;
}

.home-refresh .course-body p {
    color: var(--home-muted);
    line-height: 1.75;
}

/* 学习系统区保留一块深色产品舞台，形成全页视觉节奏。 */
.theme-light .home-refresh .learning-stage {
    color: #fff;
    background:
        radial-gradient(circle at 8% 14%, rgba(99, 216, 231, .16), transparent 24%),
        radial-gradient(circle at 86% 72%, rgba(142, 124, 245, .18), transparent 28%),
        linear-gradient(145deg, #111c3e, #18275a 58%, #20346b);
}

.theme-light .home-refresh .learning-stage::after {
    border-color: rgba(140, 174, 255, .16);
    box-shadow: inset 0 0 120px rgba(16, 30, 70, .16);
}

.theme-light .home-refresh .learning-grid-lines {
    opacity: .16;
}

.theme-light .home-refresh .learning-stage .eyebrow.light {
    color: #8fe9f3;
}

.theme-light .home-refresh .learning-stage .eyebrow.light i {
    background: #8fe9f3;
}

.theme-light .home-refresh .learning-copy h2 {
    color: #fff;
}

.theme-light .home-refresh .learning-copy > p {
    color: #c0cbe3;
}

.theme-light .home-refresh .learning-features li {
    border-top-color: rgba(189, 207, 245, .18);
}

.theme-light .home-refresh .learning-features li > i {
    color: #8fe9f3;
}

.theme-light .home-refresh .learning-features b {
    color: #f4f7ff;
}

.theme-light .home-refresh .learning-features small {
    color: #9caac8;
}

.theme-light .home-refresh .learning-stage .btn-white {
    color: #203ab8;
    background: #fff;
    box-shadow: 0 18px 42px rgba(5, 12, 38, .3);
}

.theme-light .home-refresh .learning-dashboard {
    border-color: rgba(170, 193, 241, .25);
    border-radius: 28px;
    box-shadow: 0 35px 90px rgba(3, 9, 31, .42), inset 0 1px 0 #fff;
}

/* 成长与资讯区减少装饰噪音，强化可扫读层级。 */
.home-refresh .growth-section {
    background: #fffdf8;
}

.home-refresh .growth-evidence {
    gap: 16px;
}

.home-refresh .growth-evidence::before {
    background: linear-gradient(90deg, var(--home-blue), var(--home-cyan), var(--home-orange));
}

.home-refresh .growth-evidence article,
.home-refresh .growth-evidence a {
    min-height: 250px;
    padding: 30px;
    border-color: #e5e1d8;
    border-radius: 25px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 38px rgba(76, 66, 43, .06);
}

.home-refresh .growth-evidence article:nth-child(2),
.home-refresh .growth-evidence a:nth-child(2) {
    background: #f2f7ff;
}

.home-refresh .growth-evidence article:nth-child(3),
.home-refresh .growth-evidence a:nth-child(3) {
    background: #f1faf6;
}

.home-refresh .growth-evidence article:nth-child(4),
.home-refresh .growth-evidence a:nth-child(4) {
    background: #f7f3ff;
}

.home-refresh .growth-evidence h3 {
    color: var(--home-ink);
    font-size: 23px;
}

.home-refresh .growth-evidence p {
    color: var(--home-muted);
}

.home-refresh .news-section {
    background: #f7f9fd;
}

.home-refresh .editorial-grid {
    gap: 20px;
}

.home-refresh .editorial-card {
    overflow: hidden;
    border-color: #dce4f0;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(34, 61, 119, .07);
}

.home-refresh .editorial-media {
    border-radius: 20px;
}

.home-refresh .editorial-card h3 {
    color: var(--home-ink);
}

.home-refresh .editorial-card p,
.home-refresh .editorial-card time {
    color: var(--home-muted);
}

/* 三步开始：使用清晰连续的路径，降低试听决策压力。 */
.home-refresh .home-process-section {
    background: #fff;
}

.home-refresh .home-process-section .section-head {
    margin-bottom: 46px;
}

.home-refresh .home-process-intro {
    max-width: 420px;
    margin: 0 0 6px;
}

.home-refresh .home-process {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-refresh .home-process::before {
    position: absolute;
    z-index: 0;
    top: 64px;
    right: 16%;
    left: 16%;
    height: 2px;
    content: "";
    background: repeating-linear-gradient(90deg, #b8c7e6 0 7px, transparent 7px 14px);
}

.home-refresh .home-process article {
    position: relative;
    z-index: 1;
    min-height: 290px;
    padding: 28px;
    border: 1px solid #dce4f1;
    border-radius: 28px;
    background: #f5f8ff;
    box-shadow: 0 16px 42px rgba(34, 62, 122, .07);
}

.home-refresh .home-process article:nth-child(2) {
    background: #fff6ef;
}

.home-refresh .home-process article:nth-child(3) {
    background: #effaf6;
}

.home-refresh .home-process-no {
    position: absolute;
    top: 25px;
    right: 26px;
    color: #9aa7bc;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
}

.home-refresh .home-process-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #fff;
    border-radius: 23px;
    background: linear-gradient(145deg, #4467ef, #2945ca);
    box-shadow: 0 14px 28px rgba(49, 85, 231, .22);
    font-size: 23px;
    font-weight: 900;
    transform: rotate(-4deg);
}

.home-refresh .home-process article:nth-child(2) .home-process-icon {
    background: linear-gradient(145deg, #ffa47e, #ed7951);
    box-shadow: 0 14px 28px rgba(237, 121, 81, .2);
    transform: rotate(4deg);
}

.home-refresh .home-process article:nth-child(3) .home-process-icon {
    background: linear-gradient(145deg, #54bd98, #2c9a74);
    box-shadow: 0 14px 28px rgba(44, 154, 116, .2);
}

.home-refresh .home-process h3 {
    margin: 35px 0 10px;
    color: var(--home-ink);
    font-size: 25px;
}

.home-refresh .home-process p {
    margin: 0;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* 收尾 CTA 使用品牌深色，吉祥物承担友好邀请而不是纯装饰。 */
.home-refresh .cta-section {
    padding-top: 20px;
    background: #fff;
}

.theme-light .home-refresh .cta-orbit {
    min-height: 430px;
    padding: 72px 72px 72px 385px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    background:
        radial-gradient(circle at 18% 46%, rgba(99, 216, 231, .2), transparent 25%),
        radial-gradient(circle at 88% 12%, rgba(142, 124, 245, .28), transparent 28%),
        linear-gradient(135deg, #15234b, #253f91 64%, #2f55be);
    box-shadow: 0 35px 90px rgba(27, 49, 108, .25);
}

.theme-light .home-refresh .cta-orbit::before {
    opacity: .14;
    background-image:
        linear-gradient(rgba(171, 196, 247, .2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(171, 196, 247, .2) 1px, transparent 1px);
}

.theme-light .home-refresh .cta-mascot {
    bottom: -82px;
    left: 78px;
    width: 255px;
    opacity: 1;
    filter: drop-shadow(0 28px 32px rgba(5, 13, 40, .32));
}

.theme-light .home-refresh .cta-copy .eyebrow {
    color: #8fe9f3;
}

.theme-light .home-refresh .cta-copy h2 {
    color: #fff;
}

.theme-light .home-refresh .cta-copy p {
    color: #c7d2ea;
}

.theme-light .home-refresh .cta-note {
    color: #b8c7e4;
}

.theme-light .home-refresh .cta-note i {
    background: #8fe9f3;
}

@media (max-width: 1180px) {
    .home-refresh .home-hero .hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
        gap: 44px;
    }

    .theme-light .home-refresh .home-hero .hero-mascot {
        right: -24px;
        width: 190px;
    }

    .theme-light .home-refresh .cta-orbit {
        padding-left: 335px;
    }
}

@media (max-width: 1020px) {
    .home-refresh .section {
        padding: 96px 0;
    }

    .home-refresh .home-hero .hero-grid {
        grid-template-columns: 1fr;
    }

    .home-refresh .home-hero .hero-copy {
        max-width: 780px;
    }

    .home-refresh .home-hero .hero-stage {
        width: min(720px, 100%);
    }

    .home-refresh .home-support-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-refresh .home-support-list span:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .theme-light .home-refresh .cta-orbit {
        min-height: 420px;
        padding: 66px 54px;
    }

    .theme-light .home-refresh .cta-mascot {
        right: 30px;
        bottom: -90px;
        left: auto;
        width: 245px;
        opacity: .26;
    }
}

@media (max-width: 780px) {
    .home-refresh .section {
        padding: 82px 0;
    }

    .theme-light .home-refresh .home-hero {
        padding: 62px 0 92px;
    }

    .theme-light .home-refresh .home-hero h1 {
        font-size: clamp(44px, 10vw, 60px);
    }

    .home-refresh .home-stage-bubble-a {
        right: 8px;
    }

    .home-refresh .home-support {
        margin-top: -36px;
    }

    .home-refresh .home-support-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 0;
    }

    .home-refresh .home-support-list span:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .home-refresh .signal-track {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .home-refresh .home-process {
        grid-template-columns: 1fr;
    }

    .home-refresh .home-process::before {
        display: none;
    }

    .home-refresh .home-process article {
        min-height: 250px;
    }
}

@media (max-width: 620px) {
    .home-refresh .section {
        padding: 70px 0;
    }

    .home-refresh .section-head {
        margin-bottom: 34px;
    }

    .home-refresh .section-head h2,
    .home-refresh .learning-copy h2,
    .home-refresh .cta-copy h2 {
        font-size: 35px;
    }

    .theme-light .home-refresh .home-hero {
        padding: 48px 0 76px;
    }

    .theme-light .home-refresh .home-hero .lab-kicker {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .theme-light .home-refresh .home-hero h1 {
        font-size: 42px;
    }

    .theme-light .home-refresh .home-hero .hero-lead {
        font-size: 16px;
    }

    .home-refresh .hero-assurance {
        gap: 8px 13px;
        font-size: 12px;
    }

    .theme-light .home-refresh .home-hero .hero-proof {
        grid-template-columns: 1fr;
    }

    .theme-light .home-refresh .home-hero .hero-proof > span,
    .theme-light .home-refresh .home-hero .hero-proof > span + span {
        min-height: 70px;
        padding: 12px 14px;
        border-left: 1px solid rgba(205, 216, 235, .9);
        grid-template-columns: 34px 1fr;
    }

    .theme-light .home-refresh .home-hero .hero-proof small {
        display: block;
    }

    .home-refresh .home-hero .hero-stage {
        padding: 34px 0 28px;
    }

    .theme-light .home-refresh .home-hero .stage-window {
        min-height: 365px;
        border-radius: 24px;
        transform: none;
    }

    .theme-light .home-refresh .home-hero .hero-mascot {
        right: -15px;
        bottom: -35px;
        width: 126px;
    }

    .home-refresh .home-stage-bubble {
        padding: 8px 10px;
        font-size: 10px;
    }

    .home-refresh .home-stage-bubble i {
        width: 24px;
        height: 24px;
    }

    .home-refresh .home-stage-bubble-a {
        top: 0;
    }

    .home-refresh .home-stage-bubble-b {
        bottom: 0;
    }

    .home-refresh .home-support-inner {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .home-refresh .home-support-title b {
        font-size: 15px;
    }

    .home-refresh .home-support-list span {
        padding-left: 14px;
    }

    .home-refresh .signal-track {
        width: calc(100% - 28px);
    }

    .theme-light .home-refresh .capability-card,
    .theme-light .home-refresh .capability-card:nth-child(2) {
        min-height: 245px;
        padding: 25px;
        border-radius: 23px;
    }

    .home-refresh .capability-card h3 {
        font-size: 23px;
    }

    .home-refresh .course-card,
    .home-refresh .editorial-card,
    .home-refresh .home-process article {
        border-radius: 23px;
    }

    .home-refresh .home-process article {
        min-height: 230px;
        padding: 24px;
    }

    .home-refresh .home-process-icon {
        width: 62px;
        height: 62px;
        border-radius: 20px;
    }

    .home-refresh .home-process h3 {
        margin-top: 28px;
    }

    .home-refresh .cta-section {
        padding-top: 12px;
    }

    .theme-light .home-refresh .cta-orbit {
        min-height: 430px;
        padding: 44px 27px;
        border-radius: 28px;
    }

    .theme-light .home-refresh .cta-mascot {
        display: block;
        right: -10px;
        bottom: -55px;
        width: 190px;
        opacity: .18;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-refresh .home-hero .stage-window,
    .home-refresh .home-process-icon {
        transform: none !important;
    }
}
