:root {
    --b: #5b5bf2;
    --b2: #8b7bf7;
    --bd: #4a48d8;
    --ink: #1d2233;
    --ink2: #646b80;
    --ink3: #9aa0b4;
    --line: #eceefb;
    --bg: #f5f6fd;
    --card: #fff;
    --acc: #ff6a3d;
    --acc2: #ffb38a;
    --r: 14px;
    --sh: 0 14px 40px -18px rgba(60, 64, 140, .28);
    --maxw: 1180px;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.info-card,
.scene-card,
.step-grid article,
.value-grid article,
.white-panel,
.table-box,
.flow-panel,
.org-img {
    background: #fff;
    box-shadow: 0 8px 28px rgba(36, 66, 118, .06);
}

.info-card {
    min-height: 138px;
    display: flex;
    gap: 18px;
    padding: 20px;
}

.icon {
    flex: 0 0 auto;
    width: 120px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-pain-01 { background-image: url("../images/rpacolleges/icons/icon-pain-01.png"); }
.icon-pain-02 { background-image: url("../images/rpacolleges/icons/icon-pain-02.png"); }
.icon-pain-03 { background-image: url("../images/rpacolleges/icons/icon-pain-03.png"); }
.icon-pain-04 { background-image: url("../images/rpacolleges/icons/icon-pain-04.png"); }
.icon-scene-01 { background-image: url("../images/rpacolleges/icons/icon-scene-01.png"); }
.icon-scene-02 { background-image: url("../images/rpacolleges/icons/icon-scene-02.png"); }
.icon-scene-03 { background-image: url("../images/rpacolleges/icons/icon-scene-03.png"); }
.icon-scene-04 { background-image: url("../images/rpacolleges/icons/icon-scene-04.png"); }
.icon-scene-05 { background-image: url("../images/rpacolleges/icons/icon-scene-05.png"); }
.icon-scene-06 { background-image: url("../images/rpacolleges/icons/icon-scene-06.png"); }
.icon-step { background-image: url("../images/rpacolleges/icons/icon-step.png"); }

.info-card strong,
.scene-card strong,
.step-grid strong,
.value-grid strong {
    display: block;
}

.info-card strong,
.scene-card strong,
.step-grid strong,
.value-grid strong {
    color: #A4BBFC;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: 1;
    font-weight: 700;
}

.info-card p,
.scene-card li,
.step-grid p,
.value-grid p,
.white-panel p,
.white-panel li {
    color: #6b7891;
    font-size: 13px;
}

.image-placeholder {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}


.scene-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.scene-card {
    min-height: 250px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.scene-card:hover,.step-grid article:hover,.info-card:hover,.value-grid article:hover{
    transform: translateY(-8px);
    transition: all 0.5s ease;
}

.scene-card__hd {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.scene-card__hd .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #edf5ff;
}

.scene-card__hd strong {
    margin-bottom: 10px;
}

.scene-card__hd h3 {
    margin: 0;
}

.scene-card__bd {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46%;
    gap: 12px;
    align-items: end;
}

.scene-card ul {
    display: grid;
    gap: 10px;
    align-self: center;
}

.scene-card li {
    position: relative;
    min-height: 20px;
    padding-left: 28px;
    color: #46576f;
    font-size: 14px;
    line-height: 20px;
}

.scene-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #7db2ff, #2873ff);
}

.scene-card li:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.scene-card__pic {
    min-height: 118px;
    position: relative;
    border-radius: 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}


.scene-pic-01 { background-image: url("../images/rpacolleges/scenes/scene-01.png"); }
.scene-pic-02 { background-image: url("../images/rpacolleges/scenes/scene-02.png"); }
.scene-pic-03 { background-image: url("../images/rpacolleges/scenes/scene-03.png"); }
.scene-pic-04 { background-image: url("../images/rpacolleges/scenes/scene-04.png"); }
.scene-pic-05 { background-image: url("../images/rpacolleges/scenes/scene-05.png"); }
.scene-pic-06 { background-image: url("../images/rpacolleges/scenes/scene-06.png"); }

.table-box {
    overflow-x: auto;
    padding: 22px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
    background: #fff;
    color: #40516d;
    font-size: 13px;
}

th {
    background: #5A84E3;
    color: #fff;
    font-weight: 700;
}

th,
td {
    padding: 13px 18px;
    border: 1px solid #e6edf7;
    text-align: left;
}

tbody tr:nth-child(even) {
    background: #f5f8fe;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
}

.white-panel,
.flow-panel,
.org-img {
    padding: 28px;
}

.white-panel ol {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.white-panel > ol:not(.value-list) li {
    padding: 12px 16px;
    background: #f3f7ff;
}

.value-list {
    gap: 16px;
}

.value-list li {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 78px;
    padding: 16px 22px;
    border-radius: 6px;
    background: #EFF5FF;
}

.value-list span {
    color: #A4BBFC;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.value-list h4 {
    margin: 0 0 4px;
    color: #1D2129;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.value-list p {
    margin: 0;
    color: #6b7891;
    font-size: 14px;
    line-height: 1.5;
}

.flow-panel,
.org-img {
    min-height: 360px;
    background-color: #fff;
}

.flow-img,
.org-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.flow-img--budget {
    min-height: 430px;
    margin-top: 18px;
    border: 1px dashed #bdd4ff;
    border-radius: 6px;
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.step-grid article {
    min-height: 210px;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px;
    padding: 24px;
}

.step-grid .icon {
    width: 64px;
    height: 64px;
}

.step-grid h3 {
    margin-top: 4px;
}

.step-grid ul {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.step-grid li {
    position: relative;
    padding-left: 24px;
    color: #6b7891;
    font-size: 14px;
    line-height: 20px;
}

.step-grid li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #7db2ff, #2873ff);
}

.step-grid li:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 6px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.train-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 20px;
}

.train-panel {
    padding: 26px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(36, 66, 118, .06);
}

.train-table {
    min-width: 0;
}

.train-table h4 {
    margin: 0 0 14px;
    color: #1D2129;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.train-table table {
    min-width: 0;
    table-layout: fixed;
}

.train-table th,
.train-table td {
    padding: 12px 14px;
    word-break: break-all;
}

.case-table table {
    min-width: 760px;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.value-grid article {
    min-height: 170px;
    padding: 28px;
}

.feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.reveal {
    transition: .7s cubic-bezier(.2, .7, .2, 1);
}

.reveal.in {
    opacity: 1;
    transform: none;
}

.feat {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 18px;
    transition: .28s;
}

.ic {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    flex: none;
    background: linear-gradient(135deg, #eef0ff, #f3edff);
    color: var(--b);
}


.panel {
    background: #fff;
    border: 1px solid 10px;
    border-radius: 20px;
    padding: 34px;
    box-shadow: var(--sh);
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 34px;
    align-items: center;
}

.feat .txt{
    width: 70%;
}

.feat .txt h3{
    font-size: 16px;
    font-weight: 600;
}

.feat .shot{
    width: 20%;
}

.plist {
    display: grid;
    gap: 22px;
}

.plist .item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.ic {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    flex: none;
    background: linear-gradient(135deg, #eef0ff, #f3edff);
    color: var(--b);
}

.plist .item h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.plist .item p {
    font-size: 12.8px;
    color: #646b80;
}

.vgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.panel .foot-text {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 12.5px;
    color: #333;
    padding: 18px 0;
    margin-top: 4px;
    background: #EFF5FF;
    border-radius: 5px;
}

.adv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.adv {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    border: 1px solid #eceefb;
    border-radius: 18px;
    padding: 24px;
    transition: .28s;
}

.illu {
    flex: none;
    width: 120px;
    height: 104px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 30% 30%, #eef0ff, #f4edff);
}

.adv .body h4 {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.adv .body ul {
    list-style: none;
    display: grid;
    gap: 7px;
    font-size: 13px;
    color: var(--ink2);
}

.adv .body ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.adv .body ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5b5bf2;
    flex: none;
}

.banner {
    margin-top: 18px;
    border: 1px solid #e3e1ff;
    border-radius: 16px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: url(../images/rpacolleges/content/21.jpg) no-repeat center right;
    background-size: contain;
}

.banner .ic {
    background: #fff;
}

.banner b {
    font-size: 15px;
}

.banner span {
    display: block;
    font-size: 12.8px;
    color: var(--ink2);
}

.ic {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    flex: none;
    background: linear-gradient(135deg, #eef0ff, #f3edff);
    color: var(--b);
}

.pgrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    align-items: stretch;
}

.price {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: .28s;
    position: relative;
}

.adv:hover,.price:hover,.feat:hover{
    transition: all 0.5s ease;
    transform: translateY(-10px);
}

.price .pic {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    background: #eef0ff;
    color: var(--b);
}

.price h4 {
    font-size: 15px;
    font-weight: 700;
}

.price .amt {
    font-family: 'Sora';
    font-weight: 800;
    font-size: 30px;
    color: var(--b);
    margin: 10px 0 2px;
}

.price .btn {
    margin: 14px 0 16px;
    justify-content: center;
    width: 100%;
}

.price ul {
    list-style: none;
    text-align: left;
    display: grid;
    gap: 9px;
    font-size: 12px;
    color: var(--ink2);
    margin-top: auto;
}

.price ul li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.price.local .amt {
    font-size: 15px;
    color: var(--ink);
    font-family: 'Noto Sans SC';
}

.price.hot {
    border: 2px solid var(--b);
    box-shadow: 0 22px 44px -22px var(--b);
    transform: translateY(-8px);
}

.price.hot .badge {
    position: absolute;
    top: -1px;
    right: -1px;
    background: var(--b);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 0 14px 0 12px;
}

.btn-o {
    background: #fff;
    color: var(--acc);
    border:1px solid var(--acc2);
}


@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sora/v17/xMQ9uFFYT72X5wkB_18qmnndmSdSnh2BAfO5mnuyOo1lfiQwWa-xsaQ.woff2) format('woff2');
    unicode-range: U +0100 -02BA, U +02BD -02C5, U +02C7 -02CC, U +02CE -02D7, U +02DD -02FF, U +0304, U +0308, U +0329, U +1D00 -1DBF, U +1E00 -1E9F, U +1EF2 -1EFF, U +2020, U +20A0 -20AB, U +20AD -20C0, U +2113, U +2C60 -2C7F, U + A720-A7FF;
}

.price.local {
    background: linear-gradient(160deg, #fff7f1, #fff);
    border-color: var(--acc2);
}

.btn-bk {
    background: #222;
    color: #fff;
}

.price.local ul li svg {
    stroke: var(--acc);
}

.price .btn-w{
    background: #fff;
    color: #5b5bf2;
    border:1px solid #5b5bf2;
}

.price ul li svg {
    width: 13px;
    height: 13px;
    stroke: var(--b);
    stroke-width: 2.2;
    fill: none;
    flex: none;
}

.guarantee {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.guarantee .g {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.guarantee .g b {
    font-size: 13.5px;
    display: block;
}

.guarantee .g span {
    font-size: 11.5px;
    color: var(--ink3);
}

.pnote {
    text-align: center;
    font-size: 12px;
    color: var(--ink3);
    margin-top: 18px;
}

/* 在你的 CSS 文件里加上这段 */
svg {
  width: 24px;       /* 默认大小 */
  height: 24px;      /* 默认大小 */
  fill: none;        /* 默认不填充 */
  stroke: currentColor; /* 默认跟随文字颜色 */
  stroke-width: 2;   /* 默认线条粗细 */
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 900px) {
    .hero {
        min-height: 430px;
        background-position: 58% center;
    }

    .hero__inner {
        min-height: 430px;
    }

    .hero__text {
        width: 62%;
        padding-top: 70px;
    }

    .eyebrow {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero p {
        margin-bottom: 36px;
    }

    .section h3 {
        font-size: 22px;
    }

    .value-list span {
        font-size: 32px;
    }

    .value-list h4 {
        font-size: 18px;
    }

    .info-card strong,
    .scene-card strong,
    .step-grid strong,
    .value-grid strong,
    .section h3 em {
        font-size: 32px;
    }

    .scene-grid,
    .step-grid,
    .value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .split,
    .train-grid {
        grid-template-columns: 1fr;
    }

    .feat-grid, .adv-grid, .panel {
        grid-template-columns: 1fr;
    }

    .pgrid {
        grid-template-columns: repeat(2, 1fr);
    }

        .guarantee {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 13px;
    }

    .rpa-wrap,
    .rpa-wrap--narrow {
        width: calc(100% - 24px);
    }

    .hero {
        min-height: 430px;
        background-position: 68% center;
    }

    .hero__inner {
        min-height: 430px;
        align-items: flex-start;
    }

    .hero__text {
        width: 100%;
        padding-top: 48px;
    }

    .eyebrow {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero p {
        max-width: 86%;
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 1.7;
    }

    .btn {
        min-width: 136px;
        height: 44px;
    }

    .section {
        padding-top: 54px;
    }

    .section-hd {
        margin-bottom: 24px;
    }

    .section-hd h2 {
        font-size: 22px;
    }

    .section h3 {
        font-size: 20px;
    }

    .value-list li {
        grid-template-columns: 48px 1fr;
        gap: 12px;
        min-height: 70px;
        padding: 14px 16px;
    }

    .value-list span {
        font-size: 28px;
    }

    .value-list h4 {
        font-size: 16px;
    }

    .value-list p {
        font-size: 13px;
    }

    .train-panel {
        padding: 16px;
    }

    .train-table h4 {
        font-size: 16px;
    }

    .train-table th,
    .train-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .step-grid article {
        grid-template-columns: 52px 1fr;
        gap: 14px;
        min-height: auto;
        padding: 20px 16px;
    }

    .step-grid .icon {
        width: 48px;
        height: 48px;
    }

    .step-grid ul {
        margin-top: 12px;
    }

    .step-grid li {
        font-size: 13px;
    }

    .info-card strong,
    .scene-card strong,
    .step-grid strong,
    .value-grid strong,
    .section h3 em {
        font-size: 28px;
    }

    .pain-grid,
    .scene-grid,
    .step-grid,
    .value-grid {
        grid-template-columns: 1fr;
    }

    .info-card {
        padding: 22px;
    }

    .image-placeholder {
        height: 220px;
    }

    .image-placeholder--large {
        height: 280px;
    }

    .table-box,
    .white-panel,
    .flow-panel,
    .org-img {
        padding: 16px;
    }

    .flow-img--budget {
        min-height: 280px;
    }
}
