@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);

/* 基础配色与字体 */
:root {
    --gold: #FFA500;
    --dark: #333;
    --gray-bg: #f8f8f8;
    --text-muted: #666;
}

html,
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #052640;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', '�L�n������', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Noto Sans TC", Arial;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}





/* Process Grid - 3x2 布局 (Light Gray Background) */
.process {
    background: rgba(41, 125, 107, 0.05);
}





.faq-q {
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.icon-check {
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-right: 15px;
}

.faq-q h4 {
    font-size: 18px;
    color: #26201E;
    margin: 0;
    font-weight: 600;
}

.faq-a {
    padding: 0 20px 20px 50px;
    color: #69615F;
    font-size: 16px;
}



.cta-mask {
    width: 100%;
    height: 400px;
    position: absolute;
    background: rgba(255, 255, 255, .55);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.cta-inner {
    padding: 40px 60px;
    border-radius: 8px;
    position: absolute;
    z-index: 9;
}

/* ================= 响应式适配 ================= */
@media (min-width: 1025px) {

    /* Hero Section */
    .loan-hero {
        height: 558px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/loan/banner.jpg') center/cover;
        display: flex;
        align-items: center;
        color: white;
    }

    .hero-content {
        max-width: 960px;
        width: 960px;
        margin: 0 auto;
    }

    .hero-content .sub-title {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .hero-content .main-title {
        color: #FFA500;
        margin-bottom: 20px;
    }

    .hero-content .desc {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .hero-btns {
        display: flex;
        gap: 10px;
    }

    /* 按钮样式 */
    .btn-primarys {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: var(--gold);
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
    }

    .btn-primarys:hover {
        background: #f9a203;
        color: #FFFFFF;
        transform: translate(-1px, -1px);
    }

    .btn-apply {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: var(--gold);
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 6px;
        text-align: center;
        vertical-align: middle;
    }

    

    .btn-outline {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: 1px solid white;
        color: white;
        border-radius: 8px;
        text-decoration: none;
    }
    .btn-outline:hover {
        color: #FFFFFF;
        transform: translate(-1px, -1px);
    }
    /* 通用标题样式 */
    .section {
        padding: 80px 0;
    }

    .section-header-loan {
        text-align: center;
        margin-bottom: 50px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 1.5px;
        text-align: center;
        vertical-align: middle;

    }

    .section-header-loan h2 {
        margin-bottom: 10px;
        font-family: Inter;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 1.5px;
        text-align: center;
        vertical-align: middle;
        color: #26201E;

    }

    .section-header-loan p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 3%;
        text-align: center;
        vertical-align: middle;

    }

    /* Features Grid - 4列 */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-bottom: 40px;
    }

    .feature-card {
        width: 239px;
        height: 214px;
        padding: 24px 28px;
        background: #fff;
        text-align: center;
        border: 1px solid #D2850033;
        border-radius: 12px;
        box-shadow: 0px 1px 2px -1px #0000001A;
    }

    .icon-box img {
        width: 72px;
        margin-bottom: 10px;
    }

    .feature-card h3 {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 3%;
        text-align: center;
        vertical-align: middle;
    }

    .feature-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .note {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .process-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .process-card {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        position: relative;
        height: 194px;
        gap: 12px;
        opacity: 1;
        padding-top: 24px;
        padding-right: 32px;
        padding-left: 32px;
        border-radius: 14px;
        column-span: 1;
        box-shadow: 0px 1px 2px -1px #0000001A;


    }

    .step-num {
        font-size: 24px;
        font-weight: bold;
        color: #D28500;
        display: block;
        margin-bottom: 10px;
    }

    .process-card h3 {
        font-family: Inter;
        font-weight: bold;
        font-style: normal;
        font-size: 36px;

    }

    .process-card h4 {
        font-family: Inter;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .process-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;

    }

    /* Bottom CTA */
    .bottom-cta {
        height: 400px;
        background: url('/images/loan/bottom.jpg') center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .bottom-cta p {
        margin: 20px 0 60px 0;
    }

    /* FAQ List */
    .faq-list {
        /* max-width: 900px; */
        margin: 0 auto;
    }

    .faq-item {
        margin-bottom: 15px;
        width: 100%;
        height: 152px;
        opacity: 1;
        padding-top: 24px;
        padding-bottom: 24px;
        border-radius: 14.4px;
        border: 1px solid rgba(210, 133, 0, 0.2);
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);

    }
}

/* 平板适配 (769px - 1023px) */
@media (min-width: 769px) and (max-width: 1024px) {

    /* Hero Section */
    .loan-hero {
        height: 558px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/loan/banner.jpg') center/cover;
        display: flex;
        align-items: center;
        color: white;
    }

    .hero-content {
        padding: 0 8%;
        width: 100%;
    }

    .hero-content .sub-title {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .hero-content .main-title {
        color: #FFA500;
        margin-bottom: 20px;
    }

    .hero-content .desc {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .hero-btns {
        display: flex;
        gap: 10px;
    }

    /* 按钮样式 */
    .btn-primarys {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: var(--gold);
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
    }

    .btn-apply {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: var(--gold);
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 6px;
        text-align: center;
        vertical-align: middle;
    }

    .btn-outline {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: 1px solid white;
        color: white;
        border-radius: 8px;
        text-decoration: none;
    }

    /* 通用标题样式 */
    .section {
        padding: 60px 0;
    }

    .section-header-loan {
        text-align: center;
        margin-bottom: 50px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 1.5px;
        text-align: center;
        vertical-align: middle;

    }

    .section-header-loan h2 {
        margin-bottom: 10px;
        font-family: Inter;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 1.5px;
        text-align: center;
        vertical-align: middle;
        color: #26201E;

    }

    .section-header-loan p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 3%;
        text-align: center;
        vertical-align: middle;

    }

    /* Features Grid - 容器层 */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 283px);
        justify-content: center;
        align-content: center;
        gap: 16px;
        margin-bottom: 40px;
    }

    /* Feature Card - 子元素层 */
    .feature-card {
        height: 214px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        text-align: center;
        border: 1px solid #D2850033;
        border-radius: 12px;
        box-shadow: 0px 1px 2px -1px #0000001A;
        box-sizing: border-box;
    }

    /* 针对卡片里的图标、文字微调 */
    .feature-card img,
    .feature-card .icon {
        margin-bottom: 12px;
    }

    .icon-box img {
        width: 72px;
        margin-bottom: 10px;
    }

    .feature-card h3 {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 3%;
        text-align: center;
        vertical-align: middle;
    }

    .feature-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .note {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        vertical-align: middle;
        width: 70%;
        margin: 0 auto;

    }

    .process-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 50px;
    }

    .process-card {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        position: relative;
        height: 194px;
        gap: 12px;
        opacity: 1;
        padding-top: 24px;
        padding-right: 32px;
        padding-left: 32px;
        border-radius: 14px;
        column-span: 1;
        box-shadow: 0px 1px 2px -1px #0000001A;


    }

    .step-num {
        font-size: 24px;
        font-weight: bold;
        color: #D28500;
        display: block;
        margin-bottom: 10px;
    }

    .process-card h3 {
        font-family: Inter;
        font-weight: bold;
        font-style: normal;
        font-size: 36px;

    }

    .process-card h4 {
        font-family: Inter;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .process-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;

    }

    /* Bottom CTA */
    .bottom-cta {
        height: 400px;
        background: url('/images/loan/bottom.jpg') center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .bottom-cta p {
        margin: 20px 0 60px 0;
    }

    /* FAQ List */
    .faq-list {
        max-width: 900px;
        margin: 0 auto;
    }

    .faq-item {
        margin-bottom: 15px;
        width: 100%;
        height: 152px;
        opacity: 1;
        padding-top: 24px;
        padding-bottom: 24px;
        border-radius: 14.4px;
        border: 1px solid rgba(210, 133, 0, 0.2);
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);

    }
}

@media (max-width: 768px) {

    /* Hero Section */
    .loan-hero {
        width: 100vw;
        height: 558px;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/loan/banner.jpg') center/cover;
        display: flex;
        align-items: center;
        color: white;
    }

    .hero-content {
        padding: 0 9%;
        width: 100%;
    }

    .hero-content .sub-title {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .hero-content .main-title {
        color: #FFA500;
        margin-bottom: 20px;
        font-size: 29px;
    }

    .hero-content .desc {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .hero-btns {
        display: flex;
        gap: 10px;
    }

    /* 按钮样式 */
    .btn-primarys {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: var(--gold);
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
    }

    .btn-apply {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: var(--gold);
        color: white;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 6px;
        text-align: center;
        vertical-align: middle;
    }

    .btn-outline {
        width: 180px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border: 1px solid white;
        color: white;
        border-radius: 8px;
        text-decoration: none;
    }

    /* 通用标题样式 */
    .section {
        padding: 60px 0;
    }

    .section-header-loan {
        text-align: center;
        margin-bottom: 50px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 1.5px;
        text-align: center;
        vertical-align: middle;
        padding: 0 60px;

    }

    .section-header-loan h2 {
        margin-bottom: 10px;
        font-family: Inter;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 1.5px;
        text-align: center;
        vertical-align: middle;
        color: #26201E;

    }

    .section-header-loan p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 3%;
        text-align: center;
        vertical-align: middle;

    }

    /* Features Grid - 4列 */
    .features-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 40px;
    }

    .feature-card {
        width: 239px;
        height: 214px;
        padding: 24px;
        background: #fff;
        text-align: center;
        border: 1px solid #D2850033;
        border-radius: 12px;
        box-shadow: 0px 1px 2px -1px #0000001A;
    }

    .icon-box img {
        width: 72px;
        margin-bottom: 10px;
    }

    .feature-card h3 {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 3%;
        text-align: center;
        vertical-align: middle;
    }

    .feature-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .note {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .process-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .process-card {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        position: relative;
        height: 194px;
        gap: 12px;
        opacity: 1;
        padding-top: 24px;
        padding-right: 32px;
        padding-left: 32px;
        border-radius: 14px;
        column-span: 1;
        box-shadow: 0px 1px 2px -1px #0000001A;


    }

    .step-num {
        font-size: 24px;
        font-weight: bold;
        color: #D28500;
        display: block;
        margin-bottom: 10px;
    }

    .process-card h3 {
        font-family: Inter;
        font-weight: bold;
        font-style: normal;
        font-size: 36px;

    }

    .process-card h4 {
        font-family: Inter;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .process-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;

    }

    /* FAQ List */
    .faq-list {
        max-width: 900px;
        margin: 0 auto;
    }

    .faq-item {
        margin-bottom: 15px;
        width: 100%;
        height: 152px;
        opacity: 1;
        padding-bottom: 24px;
        border-radius: 14.4px;
        border: 1px solid rgba(210, 133, 0, 0.2);
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);

    }

    /* Bottom CTA */
    .bottom-cta {
        height: 400px;
        background: url('/images/loan/bottom.jpg') center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .bottom-cta p {
        margin: 20px 0 60px 0;
    }
}