* {
    box-sizing: border-box;
}

@font-face {
    font-family: "FZZongYi-M05S";
    src: url("/fonts/FZZYJW.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    width: 1760px;
    height: 930px;
    overflow: visible;
    background: transparent;
}

body {
    font-family: "FZZongYi-M05S", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.panel {
    position: relative;
    width: 1760px;
    height: 857px;
    margin: 0;
    border-radius: 30px;
    overflow: visible;
    background: rgba(113, 113, 113, 0.2);
}

.panel,
.panel * {
    font-family: "FZZongYi-M05S", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.panel-title {
    position: absolute;
    top: 16px;
    left: 24px;
    width: 536px;
    height: 100px;
    object-fit: contain;
}

.cards {
    position: absolute;
    top: 150px;
    left: 26px;
    display: flex;
    gap: 31px;
}

.card {
    position: relative;
    width: 300px;
    height: 315px;
}

.card-no-shortcut {
    width: 309px;
}

.card-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 0 18px;
    background: rgb(73, 90, 175);
    color: #fff;
    font-family: "FZZongYi-M05S", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.card-copy {
    position: absolute;
    top: 247px;
    left: 0;
    width: 300px;
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.18;
    text-align: center;
}

.card-no-shortcut .card-heading {
    width: 300px;
    margin-left: 9px;
}

.card-figure {
    position: absolute;
    object-fit: contain;
}

.card-figure-budget {
    top: 65px;
    left: 71px;
    width: 157px;
    height: 160px;
}

.card-figure-no-shortcut {
    top: 65px;
    left: 88px;
    width: 172px;
    height: 160px;
}

.card-figure-material {
    top: 65px;
    left: 62px;
    width: 186px;
    height: 160px;
}

.card-figure-diy {
    top: 70px;
    left: 49px;
    width: 196px;
    height: 160px;
}

.card-figure-drive {
    top: 70px;
    left: 50px;
    width: 200px;
    height: 160px;
}

.diy-badge {
    position: absolute;
    top: 95px;
    left: -7px;
    z-index: 1;
    width: 91px;
    height: 38px;
    background: rgb(255, 69, 106);
    color: #fff;
    font-family: "Lato", "Arial Black", sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
    transform: rotate(-30deg);
}

.cta-area {
    position: absolute;
    top: 520px;
    left: 25px;
    width: 1688px;
    height: 236px;
    border-top: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
}

.cta-visual {
    position: absolute;
    top: 20px;
    left: 0;
    width: 443px;
    height: 333px;
    object-fit: contain;
}

.cta-headline {
    position: absolute;
    top: 75px;
    left: 511px;
    width: 796px;
    height: 245px;
    object-fit: contain;
}

.cta-button {
    position: absolute;
    right: 53px;
    bottom: 0px;
    width: 236px;
    height: 63px;
    border: 0;
    border-radius: 8px;
    background: #EB9A32;
    color: #fff;
    font-family: "FZZongYi-M05S", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(235, 154, 50, 0);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease,
        text-shadow 0.2s ease;
}

.cta-button:hover {
    transform: scale(1.03);
    background: #F39C36;
    box-shadow: 0 12px 24px rgba(235, 154, 50, 0.3);
    filter: brightness(1.03);
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.18);
}

.cta-button:active {
    transform: translateY(2px) scale(0.985);
    background: #E2881F;
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.22),
        0 6px 12px rgba(235, 154, 50, 0.18);
    filter: brightness(0.98);
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.12);
}
