:root {
    --hp-primary: #18b78c;
    --hp-primary-2: #2ec199;
    --hp-primary-dark: #0d9b76;
    --hp-heading: #3e3e3e;
    --hp-text: #68716f;
    --hp-line: #c3e9dd;
    --hp-bg-soft: #f6f6f4;
    --hp-orange: #ffa034;
    --hp-orange-2: #ff7d00;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 110px;
}

body {
    font-family: "Noto Sans TC", "Inter", sans-serif;
    color: var(--hp-text);
    background: #ffffff;
    font-size: 1.1875rem;
    line-height: 1.9;
    letter-spacing: 0;
    overflow-x: hidden;
    padding-top: 102px;
}

/* 全站字體縮放：透過 html font-size 控制所有 rem 字級，桌機維持等值 */
@media (max-width: 1900px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 14px;
    }
}

a {
    text-decoration: none;
}

.container {
    max-width: 1600px;
    padding-left: 28px;
    padding-right: 28px;
}

.site-header {
    height: 102px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    box-shadow: 0 1px 0 rgba(24, 183, 140, 0.12);
}

.header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    width: 254px;
    height: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-left: auto;
    margin-right: 28px;
    height: 100%;
}

.desktop-nav > a,
.nav-dropdown > a {
    color: #3e3234;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 102px;
    transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
    color: #288177;
}

.nav-dropdown {
    height: 102px;
    position: relative;
}

.nav-dropdown-menu {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 168px;
    transform: translate(-50%, 12px);
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 16px rgba(0, 80, 58, 0.1);
    overflow: visible;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
    display: block;
    color: #68716f;
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 8px 8px;
    text-align: center;
    border-bottom: 1px solid #c3e9dd;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-dropdown-menu a.is-current {
    color: var(--hp-primary-2);
    background: #f3fbf8;
}

.header-phone {
    height: 54px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    color: #ffffff;
    background: linear-gradient(90deg, #0db2a4, var(--hp-primary-2));
    border-radius: 999px;
    font-size: 0.875rem;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 5px 12px rgba(46, 193, 153, 0.22);
}

.header-phone i {
    font-size: 1.8125rem;
}

.header-phone strong {
    display: block;
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.mobile-menu-btn {
    display: none;
    border: 0;
    background: transparent;
    padding: 0;
}

.top-scene {
    min-height: 1540px;
    margin-top: -1px;
    background-image: url("../images/00-hp/banner_bg_1920.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
    overflow: visible;
}

.top-scene-inner {
    min-height: auto;
    padding-bottom: 0;
    background-image:
        url("../images/00-hp/banner_bg_1920.png"),
        linear-gradient(180deg, rgba(222, 252, 243, 0.95) 0%, rgba(245, 255, 251, 0.92) 42%, #ffffff 76%, #ffffff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top center;
    background-size: 100% auto, 100% 100%;
}

.hero-section {
    height: 506px;
    position: relative;
}

.hero-container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-copy {
    position: relative;
    z-index: 3;
    margin-left: 190px;
    margin-top: 20px;
}

.hero-copy h1 {
    color: var(--hp-primary);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

.hero-copy p {
    color: #16786e;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 22px;
}

.hero-figure {
    position: absolute;
    right: 298px;
    bottom: 0;
    z-index: 2;
    width: 576px;
    height: 520px;
    pointer-events: none;
}

.hero-figure .carousel-inner,
.hero-figure .carousel-item {
    height: 100%;
}

.hero-figure .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

/* hero 輪播：對稱交叉淡入淡出，上一張同步平滑淡出（避免 BS5 預設殘留後硬切） */
.hero-figure.carousel-fade .carousel-item {
    transition: opacity 0.8s ease;
}

.hero-figure.carousel-fade .active.carousel-item-start,
.hero-figure.carousel-fade .active.carousel-item-end {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.line-pill,
.mint-btn,
.service-item a,
.news-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
    padding: 0 24px;
    color: #ffffff;
    background: linear-gradient(90deg, #1da37e, #2fc19a);
    border-radius: 999px;
    font-size: 1.125rem;
    font-weight: 500;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.06);
    transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.line-pill {
    height: 38px;
    background: var(--hp-primary-2);
}

.line-pill:hover,
.mint-btn:hover,
.service-item a:hover,
.news-more:hover {
    color: #ffffff;
    background: var(--hp-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(24, 183, 140, 0.22);
}

.marquee-wrap {
    /* margin-top: 8px; */
}

.hp-marquee {
    height: 54px;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary);
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(24, 183, 140, 0.12);
    overflow: hidden;
    font-size: 1.1875rem;
    font-weight: 500;
}

.hp-marquee span {
    display: inline-block;
    min-width: max-content;
    animation: hpMarquee 7s linear infinite;
}

.services-section {
    padding-top: 34px;
}

.services-card {
    max-width: 1600px;
    min-height: 905px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 56px 70px 93px;
    position: relative;
}

.services-card::before,
.inner-page-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #ffffff;
    z-index: -1;
    pointer-events: none;
    -webkit-mask: linear-gradient(180deg, #000 0%, #000 28%, transparent 52%);
    mask: linear-gradient(180deg, #000 0%, #000 28%, transparent 52%);
    filter: drop-shadow(0 -3px 10px rgba(46, 193, 153, 0.45));
}

.section-title h2 {
    color: var(--hp-heading);
    font-size: 1.9375rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 12px;
}

.services-card .section-title h2 {
    color: #16786e;
}

.section-title p {
    color: var(--hp-text);
    font-size: 1.1875rem;
    line-height: 1.9;
    margin-bottom: 0;
}

.section-title strong {
    display: block;
    color: var(--hp-primary);
    font-size: 1.375rem;
    margin-top: 10px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
    column-gap: 0;
    margin-top: 60px;
}

.service-item {
    min-height: 252px;
    padding: 0 42px;
    text-align: center;
    position: relative;
    transition: transform 0.25s ease;
}

/* 分隔線：垂直漸層，中間最濃、往上下變細變淡 */
.service-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 184, 126, 0) 0%, #ffb87e 50%, rgba(255, 184, 126, 0) 100%);
    pointer-events: none;
}

.service-item:hover {
    transform: translateY(-6px);
}

.service-item:focus-within {
    transform: translateY(-6px);
}

.service-item:nth-child(4)::after,
.service-item:last-child::after {
    display: none;
}

.service-item img {
    width: 96px;
    height: 96px;
    margin: 0 auto 38px;
    transition: transform 0.25s ease;
}

.service-item:hover img {
    transform: scale(1.06);
}

.service-item h3 {
    color: var(--hp-primary);
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 14px;
}

.service-item p {
    min-height: 54px;
    color: var(--hp-text);
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 22px;
}

.about-section {
    margin-top: 0;
    padding-bottom: 129px;
    position: relative;
    z-index: 2;
    overflow: visible;
    background: transparent;
}

.about-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: -210px;
    z-index: 0;
    width: clamp(130px, 21.25vw, 408px);
    aspect-ratio: 408 / 616;
    background: url("../images/00-hp/r_circle.png") center / contain no-repeat;
    pointer-events: none;
}

/* l_color：左緣裝飾，跨越 about 下半(50%) 與 testimonials 上半(50%) */
.about-section::before {
    content: "";
    position: absolute;
    left: clamp(-40px, -1.8vw, -18px);
    bottom: 0;
    transform: translateY(50%);
    z-index: 0;
    width: clamp(150px, 17.4vw, 334px);
    aspect-ratio: 480 / 704;
    background: url("../images/00-hp/l_color.png") center / contain no-repeat;
    pointer-events: none;
}

.about-section > .container,
.testimonials-section > .container,
.news-section > .container,
.process-section > .container,
.faq-section > .container,
.site-footer > .container {
    position: relative;
    z-index: 1;
}

.about-card {
    max-width: 1600px;
    height: 490px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 620px;
    overflow: hidden;
    border-radius: 6px 14px 14px 6px;
    background-image: url("../images/00-hp/ab_bg1608.png");
    background-size: cover;
    background-position: center;
}

.about-copy {
    padding: 34px 0 0 64px;
}

.about-copy h2,
.faq-copy h2 {
    color: var(--hp-primary);
    font-size: 1.75rem;
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 24px;
}

.about-copy h2 .hl-2 {
    color: #16786e;
}

.about-copy p,
.faq-copy p {
    color: var(--hp-text);
    font-size: 1.1875rem;
    line-height: 1.9;
    margin-bottom: 22px;
}

.about-copy p {
    max-width: 760px;
}

.faq-copy p {
    max-width: 710px;
}

.about-image {
    background: transparent;
}

.testimonials-section {
    padding: 0 0 117px;
    /* background:
        radial-gradient(circle at left 8% top 0%, rgba(46, 193, 153, 0.1) 0, rgba(46, 193, 153, 0) 330px); */
    position: relative;
    z-index: 3;
    overflow: visible;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 84px;
}

.testimonial-card {
    min-height: 214px;
    display: flex;
    flex-direction: column;
    transition: transform 0.24s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card > p {
    flex: 1 1 auto;
    min-height: 124px;
    padding: 24px 26px;
    color: var(--hp-text);
    background: #ffffff;
    border: 2px solid #e1f8f3;
    box-shadow: 0 4px 14px rgba(24, 183, 140, 0.07);
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 18px;
    border-radius: 8px;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.avatar {
    width: 58px;
    height: auto;
    flex-shrink: 0;
}

.testimonial-person strong,
.testimonial-person small {
    display: block;
    color: var(--hp-heading);
    font-size: 1rem;
    line-height: 1.4;
}

.testimonial-person small {
    color: var(--hp-heading);
    font-weight: 700;
}

.testimonial-person img {
    width: 88px;
    margin-top: 3px;
}

.news-section {
    padding: 0 0 44px;
    background-image: url("../images/00-hp/news_bg1920.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
}

.news-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
}

.news-layout {
    display: grid;
    grid-template-columns: 405px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.news-intro {
    min-height: 505px;
    padding: 60px 60px;
    color: #ffffff;
    background: var(--hp-primary-2);
    border-radius: 12px;
}

.news-intro h2 {
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.news-intro p {
    color: #ffffff;
    font-size: 1.1875rem;
    line-height: 1.9;
    margin-bottom: 40px;
}

.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    min-width: 112px;
    color: #ffffff;
    background: #1da37e;
    border: 1px solid #ffffff;
    border-radius: 999px;
    font-size: 1.125rem;
}

.outline-btn:hover {
    color: var(--hp-primary);
    background: #ffffff;
}

.news-list {
    display: grid;
    gap: 26px;
}

.news-item {
    display: grid;
    grid-template-columns: 352px minmax(0, 1fr) 126px;
    gap: 30px;
    align-items: stretch;
    padding-bottom: 14px;
    border-bottom: 1px solid #2ec199;
    transition: transform 0.24s ease;
}

.news-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-copy small {
    margin-top: auto;
}

.news-item .news-more {
    align-self: end;
    white-space: nowrap;
}

.news-item:hover {
    transform: translateX(6px);
}

.news-item:focus-within {
    transform: translateX(6px);
}

.news-item img {
    width: 352px;
    height: 224px;
    object-fit: cover;
    border-radius: 10px;
}

.news-copy time {
    color: var(--hp-primary);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.news-copy h3 {
    color: var(--hp-primary);
    font-size: 1.5625rem;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 8px;
}

.news-copy p {
    color: var(--hp-text);
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 10px;
}

/* 最新消息：圖片與標題可點進詳情（縮圖 a 用 contents 不影響格線） */
.news-thumb {
    display: contents;
}

.news-copy h3 a,
.news-page-copy h2 a {
    color: inherit;
    text-decoration: none;
}

.news-copy h3 a:hover,
.news-page-copy h2 a:hover {
    color: var(--hp-primary-dark);
}

.news-copy small {
    color: #98a19f;
    font-size: 0.9375rem;
}

.process-section {
    padding: 26px 0 40px;
    position: relative;
    overflow: visible;
    background: #ffffff;
}

/* l_circle：左緣裝飾，跨越 process 下半(40%) 與 faq 上半(60%) */
.process-section::before {
    content: "";
    position: absolute;
    left: clamp(-90px, -4vw, -45px);
    bottom: 0;
    transform: translateY(60%);
    z-index: 0;
    width: clamp(180px, 24.8vw, 477px);
    aspect-ratio: 496 / 624;
    background: url("../images/00-hp/l_circle.png") center / contain no-repeat;
    pointer-events: none;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    margin: 58px auto 48px;
}

.process-card {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--hp-primary);
    background: #ffffff;
    border: 1px solid #2ec199;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(46, 193, 153, 0.12);
    position: relative;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(24, 183, 140, 0.12);
}

.process-card:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(24, 183, 140, 0.12);
}

.process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/00-hp/pro_arrow.png") center / contain no-repeat;
}

.process-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
}

.process-card span {
    font-size: 1rem;
    font-weight: 700;
}

.faq-section {
    padding: 0 0 112px;
    position: relative;
    overflow: visible;
    background: transparent;
}

.map-section {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
}

.map-section iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

@media (max-width: 991.98px) {
    .map-section iframe {
        height: 340px;
    }
}

@media (max-width: 575.98px) {
    .map-section iframe {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .route-index .faq-section {
        padding-bottom: 74px;
    }
}

.route-about .top-scene {
    min-height: 650px;
}

.route-about .main_section,
[class*="route-loan-"] .main_section,
.route-process .main_section,
.route-news .main_section,
.route-news-detail .main_section,
.route-faq .main_section {
    position: relative;
    margin-top: 0;
    background: transparent;
    overflow: visible;
}

.inner-page-section {
    position: relative;
    z-index: 2;
    padding: 34px 0 110px;
}

.route-about .inner-page-section {
    padding-bottom: 0;
}

.inner-page-card {
    max-width: 1600px;
    margin: 0 auto;
    padding: 62px 72px 60px;
    background: #ffffff;
    border-radius: 16px;
    position: relative;
}


.route-about .inner-page-card {
    padding-bottom: 81px;
}

.inner-page-title {
    margin-bottom: 46px;
}

.inner-page-title h1 {
    color: var(--hp-heading);
    font-size: 2.1875rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 6px;
}

.inner-page-title span {
    color: var(--hp-primary);
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.about-intro-row,
.about-trust-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 588px;
    gap: 10px;
    align-items: center;
}

.about-intro-copy h2,
.about-trust-copy h2,
.funding-needs h2,
.about-cta h2 {
    color: #16786e;
    font-size: 1.75rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 22px;
}

.about-intro-copy p,
.about-trust-copy p,
.funding-needs p,
.about-cta p {
    color: var(--hp-text);
    font-size: 1.1875rem;
    line-height: 1.9;
    margin-bottom: 22px;
}

.about-intro-img,
.about-trust-img {
    width: 100%;
    border-radius: 14px;
}

.funding-needs {
    margin: 52px auto 32px;
}

.funding-needs h2 {
    color: var(--hp-primary-2);
    margin-bottom: 24px;
}

.funding-needs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.funding-needs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #16786e;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
}

.funding-needs li img {
    width: 18px;
    height: 18px;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1120px;
    margin: 0 auto 112px;
}

.route-about .funding-needs {
    margin-top: 84px;
}

.route-about .inner-page-title {
    margin-bottom: 53px;
}

.about-feature-card {
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border: 3px solid #e1f8f3;
    border-radius: 16px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.about-feature-card:nth-child(even) {
    background: #f0fbf7;
}

.about-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(24, 183, 140, 0.12);
}

.about-feature-card img {
    width: 96px;
    height: 96px;
    margin-bottom: 26px;
}

.about-feature-card h3 {
    color: var(--hp-primary-2);
    font-size: 1.75rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}

.about-trust-row {
    grid-template-columns: 624px minmax(0, 1fr);
    gap: 62px;
    align-items: center;
    padding: 34px 44px 34px 36px;
    background: linear-gradient(90deg, #eafdf5 0%, #ffffff 100%);
    border-radius: 14px;
}

.about-cta h2 {
    color: var(--hp-primary-2);
    margin-bottom: 6px;
}

.about-cta .mint-btn.icon-btn {
    background: #2ec171;
    border: 3px solid #d9f9f3;
    box-shadow: none;
}

.about-cta p {
    color: var(--hp-primary-2);
    font-weight: 700;
    margin-bottom: 28px;
}

.about-cta strong {
    color: var(--hp-primary);
}

[class*="route-loan-"] .top-scene {
    min-height: 650px;
}

[class*="route-loan-"] .top-scene-inner,
.route-process .top-scene-inner,
.route-news .top-scene-inner,
.route-news-detail .top-scene-inner,
.route-faq .top-scene-inner {
    background-image:
        url("../images/00-hp/banner_bg_1920.png"),
        linear-gradient(180deg, rgba(222, 252, 243, 0.95) 0%, rgba(245, 255, 251, 0.92) 42%, #ffffff 76%, #ffffff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top center;
    background-size: 100% auto, 100% 100%;
}

.loan-page-card {
    padding-bottom: 82px;
}

@media (min-width: 1200px) {
    .loan-page-card {
        padding-bottom: 44px;
    }
}

.loan-page-title {
    margin-bottom: 46px;
}

.inner-page-title.loan-page-title p {
    color: #ff821c;
    font-size: 1.5625rem;
    line-height: 1.6;
    font-weight: 700;
    margin: 20px 0 0;
}

.loan-intro-row {
    display: grid;
    grid-template-columns: 624px minmax(0, 1fr);
    align-items: center;
    gap: 72px;
    min-height: 490px;
    max-width: 1240px;
    margin: 0 auto 43px;
}

.loan-intro-img {
    width: 100%;
    border-radius: 14px;
}

.loan-intro-copy h2,
.loan-docs h3 {
    color: #16786e;
    font-size: 1.5625rem;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 18px;
}

.loan-intro-copy p,
.loan-docs li,
.loan-service-card p {
    color: var(--hp-text);
    font-size: 1.1875rem;
    line-height: 1.9;
}

.loan-intro-copy p {
    margin-bottom: 8px;
}

.loan-docs {
    margin-top: 34px;
}

.loan-docs h3 {
    color: var(--hp-primary-2);
    font-size: 1.875rem;
    margin-bottom: 12px;
}

.loan-docs ol {
    margin: 0;
    padding-left: 1.25rem;
}

/* loan 中段共用背景漸層：從 loan-process-block 至 loan-more-block（全幅） */
.loan-mid {
    position: relative;
}

.loan-mid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
    background-image: url("../images/02/news_bg1920.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.loan-mid > * {
    position: relative;
    z-index: 1;
}

@media (min-width: 1921px) {
    .loan-mid::before {
        background-image: url("../images/02/news_bg2560.png");
    }
}

@media (max-width: 1440px) {
    .loan-mid::before {
        background-image: url("../images/02/news_bg1440.png");
    }
}

@media (max-width: 1024px) {
    .loan-mid::before {
        background-image: url("../images/02/news_bg1024.png");
    }
}

@media (max-width: 768px) {
    .loan-mid::before {
        background-image: url("../images/02/news_bg768.png");
    }
}

.loan-process-block {
    max-width: 1456px;
    margin: 0 auto 103px;
}

.loan-process-block h2,
.loan-more-block h2 {
    color: var(--hp-heading);
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 8px;
}

.loan-process-block p {
    color: var(--hp-primary-2);
    font-size: 1.5625rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 34px;
}

.loan-process-strip {
    min-height: 178px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(24, 183, 140, 0.12);
    padding: 28px 34px 24px;
}

.loan-process-step {
    position: relative;
    min-width: 0;
}

.loan-process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: url("../images/02/pro_arrow.png") center / contain no-repeat;
}

.loan-process-step img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    margin-bottom: 14px;
}

.loan-process-step span {
    display: block;
    color: var(--hp-primary-2);
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: 700;
}

.loan-process-link {
    min-width: 146px;
    height: 42px;
    margin-top: 32px;
}

.loan-more-block {
    max-width: 1456px;
    margin: 0 auto;
}

.loan-more-block h2 {
    margin-bottom: 30px;
}

/* loan 頁「更多專業借款方案」白卡 wrapper（共用 service-grid 置於其內） */
.loan-service-card-wrap {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(24, 183, 140, 0.12);
    padding: 54px 48px 56px;
}

.loan-service-card-wrap .services-grid {
    margin-top: 0;
}

.loan-service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(24, 183, 140, 0.12);
    padding: 54px 48px 56px;
}

.loan-service-card {
    min-height: 294px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 34px;
    position: relative;
    transition: transform 0.24s ease, background-color 0.24s ease;
}

/* 分隔線：垂直漸層，中間最濃、往上下變細變淡（同 services-section） */
.loan-service-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 184, 126, 0) 0%, #ffb87e 50%, rgba(255, 184, 126, 0) 100%);
    pointer-events: none;
}

.loan-service-card:nth-child(4)::after,
.loan-service-card:last-child::after {
    display: none;
}

.loan-service-card:nth-child(n + 5) {
    margin-top: 42px;
}

.loan-service-card.is-current {
    background: linear-gradient(180deg, rgba(240, 251, 247, 0.9), rgba(255, 255, 255, 0));
}

.loan-service-card:hover {
    transform: translateY(-6px);
}

.loan-service-card img {
    width: 96px;
    height: 96px;
    margin-bottom: 22px;
}

.loan-service-card h3 {
    color: var(--hp-primary);
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 16px;
}

.loan-service-card p {
    min-height: 64px;
    margin-bottom: 22px;
}

.loan-service-card .mint-btn {
    height: 42px;
    min-width: 122px;
}

.route-process .top-scene,
.route-news .top-scene,
.route-news-detail .top-scene,
.route-faq .top-scene {
    min-height: 650px;
}

.process-page-card,
.news-page-card,
.news-detail-card,
.faq-page-card {
    padding-bottom: 82px;
}

.route-process .process-page-card {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .route-process .process-page-section {
        padding-bottom: 74px;
    }
}

.inner-page-title p,
.news-page-title p,
.faq-page-title p {
    color: var(--hp-text);
    font-size: 1.25rem;
    line-height: 1.9;
    margin: 18px auto 0;
}

.process-step-list {
    display: grid;
    gap: 26px;
    max-width: 1360px;
    margin: 0 auto;
}

.route-process .process-step-list {
    gap: 18px;
}

.process-detail-card {
    min-height: 178px;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: center;
    background: #ffffff;
    border: 1px solid #2ec199;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(46, 193, 153, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.process-detail-card:nth-child(even) {
    background: #f3fffb;
}

.route-process .process-detail-card {
    min-height: 166px;
}

.process-detail-card:hover,
.news-page-item:hover,
.faq-page-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(24, 183, 140, 0.12);
}

.process-detail-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #2ec199;
}

.process-detail-icon img {
    width: 96px;
    height: 96px;
}

.process-detail-copy {
    padding: 28px 54px;
}

.process-detail-copy h2,
.faq-page-item h2,
.process-guide-copy h2 {
    color: var(--hp-primary);
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px;
}

.process-detail-copy h2 {
    color: #2ec199;
}

.process-detail-copy h2 .step-num {
    color: #31837a;
}

.process-detail-copy p,
.process-guide-copy p,
.news-page-copy p,
.news-detail-body p,
.faq-page-item p,
.faq-help-row p {
    color: var(--hp-text);
    font-size: 1.1875rem;
    line-height: 1.9;
    margin-bottom: 0;
}

.process-guide-copy p strong {
    color: #297e6f;
}

.process-guide-copy .guide-no {
    color: #297e6f;
    font-weight: 700;
}

.process-guide-band {
    margin-top: 74px;
    padding: 78px 0;
    background: linear-gradient(180deg, #f6fff6 0%, #ffffff 100%);
    box-shadow: inset 0 1px 0 #a6ddcf, inset 0 14px 15px -4px rgba(46, 193, 153, 0.13);
}

.process-guide-copy h2 {
    color: var(--hp-primary-2);
}

.process-guide-copy .icon-btn {
    background: #2ec170;
}

.route-process .process-guide-band {
    margin-top: 48px;
    padding: 54px 0 61px;
}

.process-guide-inner,
.faq-help-row {
    display: grid;
    grid-template-columns: 592px minmax(0, 1fr);
    gap: 76px;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
}

.process-guide-inner img,
.faq-help-row img {
    width: 100%;
    border-radius: 14px;
}

.guide-note {
    color: var(--hp-heading) !important;
    font-weight: 700;
    margin: 22px 0 16px !important;
}

.news-count {
    color: var(--hp-primary);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    text-align: right;
    max-width: 1320px;
    margin: 0 auto 24px;
}

.news-page-list {
    display: grid;
    gap: 0;
    max-width: 1320px;
    margin: 0 auto;
}

.news-page-item {
    display: grid;
    grid-template-columns: 352px minmax(0, 1fr) 128px;
    gap: 38px;
    align-items: stretch;
    padding: 30px 0;
    border-bottom: 1px solid var(--hp-line);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.news-page-item img {
    width: 352px;
    align-self: center;
    border-radius: 12px;
}

.news-page-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1200px) {
    .route-news .news-page-section {
        padding-bottom: 0;
    }

    .route-news .news-page-card {
        padding-top: 64px;
        padding-bottom: 59px;
    }

    .route-news .news-page-title {
        margin-bottom: 10px;
    }
}

.news-page-copy time,
.news-detail-card time {
    display: block;
    color: var(--hp-primary);
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-page-copy h2 {
    color: var(--hp-primary);
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-page-copy small {
    display: block;
    color: #9aa4a1;
    font-size: 0.9375rem;
    margin-top: auto;
    padding-top: 22px;
}

.news-page-item .mint-btn {
    width: 118px;
    height: 40px;
    align-self: end;
    white-space: nowrap;
}

.news-detail-card {
    max-width: 1600px;
}

@media (min-width: 1200px) {
    .route-news-detail .news-detail-section {
        padding-bottom: 0;
    }

    .route-news-detail .news-detail-card {
        padding-bottom: 114px;
    }
}

.news-detail-headline {
    max-width: 1440px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -12px auto 18px;
    color: #ffffff;
    background: #2fc19a;
    border-radius: 12px;
}

.news-detail-headline h2 {
    color: #ffffff;
    font-size: 1.5625rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}

.news-detail-meta {
    max-width: 1440px;
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    margin: 0 auto 34px;
}

.news-detail-meta time {
    color: var(--hp-primary);
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.news-detail-meta span {
    color: #98a19f;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
}

.news-detail-cover {
    display: block;
    width: min(817px, 100%);
    margin: 0 auto 41px;
    border-radius: 0;
}

.news-detail-body {
    max-width: 1440px;
    margin: 0 auto;
}

.news-detail-body p {
    margin-bottom: 32px;
}

.news-detail-body .mint-btn {
    min-width: 134px;
    height: 44px;
    margin-top: 18px;
    background: #2fc19a;
}

.faq-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 0 72px;
    max-width: 1320px;
    margin: 0 auto 141px;
}

.faq-page-section {
    padding-bottom: 71px;
}

.faq-page-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    min-height: 150px;
    padding: 18px 0;
    border-bottom: 1px solid #2ec199;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.faq-page-item > span {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #2fc19a;
    border-radius: 12px;
    font-size: 1.875rem;
    font-weight: 700;
}

/* 數字徽章：單數 #2fc19a、雙數 #17786f（非漸層） */
.faq-page-item:nth-child(even) > span {
    background: #17786f;
}

.faq-page-item h2 {
    color: var(--hp-primary-2);
    font-size: 1.375rem;
    margin-bottom: 8px;
}

.faq-feature-grid {
    margin-bottom: 68px;
}

.route-faq .funding-needs {
    margin-bottom: 78px;
}

.faq-help-row {
    padding: 34px 44px 34px 36px;
    background: linear-gradient(90deg, #eafdf5 0%, #ffffff 100%);
    border-radius: 14px;
}

.faq-help-row .mint-btn.icon-btn {
    background: #2ec171;
    border: 3px solid #d9f9f3;
    box-shadow: none;
}

.faq-help-row h2 {
    color: var(--hp-heading);
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 18px;
}

.faq-help-row .mint-btn {
    margin-top: 22px;
}

@media (min-width: 1200px) {
    .route-faq .faq-page-card {
        padding-bottom: 7px;
    }
}

.faq-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 592px;
    gap: 48px;
    align-items: center;
    min-height: 360px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fff6 100%);
    border: 1px solid #e1f8f3;
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(46, 193, 153, 0.16);
    padding: 58px 52px 58px 76px;
}

.faq-card > img {
    width: 592px;
    border-radius: 10px;
}

.faq-actions {
    display: flex;
    gap: 20px;
    margin-top: 24px;
}

.faq-actions .mint-btn {
    background: #2ec199;
    border: 3px solid #d9f9f3;
    box-shadow: none;
}

.faq-actions .mint-btn:last-child {
    background: #2ec170;
}

.faq-actions .mint-btn:hover {
    background: var(--hp-primary-dark);
}

.icon-btn {
    height: 50px;
    min-width: 176px;
}

.site-footer {
    color: #68716f;
    background: #f3f3f3;
    position: relative;
    overflow: visible;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 80px;
    padding-top: 44px;
    padding-bottom: 42px;
}

.footer-logo {
    width: 254px;
    margin-bottom: 10px;
}

.footer-slogan {
    color: #00835e;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 32px;
    color: #31837a;
    font-size: 1.125rem;
    margin-bottom: 34px;
}

.footer-contact img {
    width: 38px;
    height: 38px;
    vertical-align: -12px;
    margin-right: 6px;
}

.footer-notes {
    max-width: 1180px;
    font-size: 1rem;
    line-height: 1.9;
}

.footer-notes p {
    color: var(--hp-text);
    font-weight: 700;
    margin-bottom: 6px;
}

.footer-notes ol {
    padding-left: 1.2rem;
    margin-bottom: 16px;
}

.footer-notes p.footer-remark {
    color: var(--hp-text);
    font-weight: 400;
    margin-bottom: 0;
}

.visitor-counts {
    font-size: 1rem;
    color: var(--hp-text);
}

.fb-preview {
    width: 390px;
    height: auto;
    overflow: visible;
    background: #ffffff;
    margin-left: auto;
}

.fb-preview img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.reveal-item {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--reveal-index, 0) * 70ms);
}

.reveal-item.is-in-view {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0ms;
}

.hero-copy.reveal-item {
    transform: translateX(-24px);
}

.hero-figure.reveal-item {
    transform: translateX(34px);
}

.hero-copy.reveal-item.is-in-view,
.hero-figure.reveal-item.is-in-view {
    transform: translateX(0);
}

@keyframes hpMarquee {
    0% {
        transform: translateX(18%);
    }
    100% {
        transform: translateX(-18%);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .reveal-item {
        opacity: 1;
        transform: none;
    }
}

.footer-sitemap {
    padding: 20px 0;
    background: #e9e9e9;
    font-size: 1rem;
}

.footer-sitemap .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.footer-sitemap span {
    color: #31837a;
    font-weight: 700;
}

.footer-sitemap a {
    color: var(--hp-text);
}

.footer-copy {
    padding: 18px 0;
    color: #dcefea;
    background: #2fc19a;
    text-align: center;
    font-size: 0.9375rem;
}

.footer-copy a {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .footer-sitemap {
        padding: 24.5px 0;
    }

    .footer-copy {
        padding: 22.5px 0;
    }
}

.back-to-top {
    position: fixed;
    right: 44px;
    bottom: 72px;
    z-index: 22;
    width: 54px;
    height: 54px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top img {
    width: 54px;
    height: 54px;
}

.social-links-btn-mobile {
    z-index: 80;
    height: 96px;
    font-weight: 700;
    font-size: 1.375rem;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
}

.social-links-btn-mobile > a {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
}

.social-links-btn-mobile > a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.social-links-btn-mobile > a span {
    display: inline-block;
}

.s-map-btn {
    background: linear-gradient(90deg, #f25485, #c5195a);
}

.s-phone-btn {
    background: linear-gradient(90deg, var(--hp-orange), var(--hp-orange-2));
}

/* 右側浮動：LINE / FB */
.social-float-right {
    position: fixed;
    right: 40px;
    bottom: 148px;
    z-index: 24;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.social-float-right__item {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-float-right__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.social-float-right__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 補上手機底部固定按鈕高度的 body padding，避免蓋住 footer-copy */
@media (max-width: 991.98px) {
    body {
        padding-bottom: 96px;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 84px;
    }
}

.mobile-menu-panel,
.mobile-menu-backdrop {
    display: none;
}

@media (max-width: 1399.98px) {
    .container {
        max-width: 1180px;
    }

    .brand-logo,
    .footer-logo {
        width: 216px;
    }

    .desktop-nav {
        gap: 24px;
    }

    .hero-copy {
        margin-left: 130px;
    }

    .hero-figure {
        right: 92px;
    }

    .top-scene {
        background-image: url("../images/00-hp/banner_bg_1440.png");
    }

    .news-section {
        background-image: url("../images/00-hp/news_bg1440.png");
    }

    .services-card {
        padding-left: 42px;
        padding-right: 42px;
    }

    .news-item {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .news-more {
        grid-column: 2;
        justify-self: end;
    }

    .news-item img {
        width: 300px;
        height: 190px;
    }
}

@media (min-width: 1921px) {
    .top-scene {
        background-image: url("../images/00-hp/banner_bg_2560.png");
    }

    .news-section {
        background-image: url("../images/00-hp/news_bg2560.png");
    }
}

@media (max-width: 1199.98px) {
    .top-scene {
        min-height: 1650px;
        background-image: url("../images/00-hp/banner_bg_1024.png");
    }

    .news-section {
        background-image: url("../images/00-hp/news_bg1024.png");
    }

    .container {
        max-width: 960px;
    }

    .desktop-nav {
        gap: 18px;
        margin-right: 18px;
    }

    .desktop-nav > a,
    .nav-dropdown > a {
        font-size: 1.125rem;
    }

    .header-phone {
        padding: 0 18px;
    }

    .hero-copy {
        margin-left: 96px;
        max-width: 430px;
        position: relative;
        z-index: 3;
    }

    .hero-copy h1 {
        font-size: 2.625rem;
    }

    .hero-copy p {
        font-size: 1.625rem;
    }

    .hero-figure {
        right: 18px;
        width: 430px;
        height: 388px;
    }

    .services-grid {
        gap: 62px 0;
    }

    .service-item,
    .service-item:nth-child(5),
    .service-item:nth-child(6),
    .service-item:nth-child(7) {
        margin-left: 0;
        padding: 0 44px;
    }

    .service-item::after {
        display: block;
        background: linear-gradient(180deg, rgba(195, 233, 221, 0) 0%, rgba(195, 233, 221, 0.8) 50%, rgba(195, 233, 221, 0) 100%);
    }

    .service-item:nth-child(2n)::after,
    .service-item:last-child::after {
        display: none;
    }

    .about-card {
        grid-template-columns: minmax(0, 1fr) 480px;
    }

    .news-layout {
        grid-template-columns: 350px minmax(0, 1fr);
        gap: 36px;
    }

    .process-grid {
        gap: 18px;
    }

    .inner-page-card {
        padding: 72px 48px 64px;
    }

    .about-intro-row,
    .about-trust-row {
        grid-template-columns: 1fr 420px;
        gap: 42px;
    }

    .about-trust-row {
        grid-template-columns: 420px 1fr;
    }

    .about-feature-grid {
        gap: 22px;
    }

    .loan-intro-row {
        grid-template-columns: 500px minmax(0, 1fr);
        gap: 46px;
    }

    .loan-process-strip {
        padding-left: 24px;
        padding-right: 24px;
    }

    .loan-service-grid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .loan-service-card {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 991.98px) {
    body.menu-open {
        overflow: hidden;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body {
        padding-top: 84px;
    }

    .site-header {
        height: 84px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .desktop-nav,
    .header-phone {
        display: none;
    }

    .brand-logo {
        width: 220px;
        opacity: 1;
    }

    .mobile-menu-btn {
        display: block;
    }

    .mobile-menu-btn img {
        width: 40px;
        height: 40px;
    }

    .mobile-menu-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 73;
        background: rgba(223, 238, 234, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .mobile-menu-panel {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 75;
        width: 55%;
        min-width: 265px;
        height: 100vh;
        height: 100dvh;
        padding-bottom: 72px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #f6f6f4;
        box-shadow: -10px 0 18px rgba(14, 5, 10, 0.14);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    }

    body.menu-open .mobile-menu-panel {
        display: block;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.menu-open .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-close {
        position: absolute;
        top: 17px;
        right: 28px;
        border: 0;
        background: transparent;
        color: var(--hp-primary-2);
        font-size: 3.5rem;
        line-height: 1;
        font-weight: 300;
    }

    .mobile-menu-list {
        padding-top: 78px;
    }

    .mobile-menu-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        color: #242424;
        border-bottom: 1px solid #c3e9dd;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1;
    }

    .mobile-menu-list a.is-current {
        color: var(--hp-primary-2);
    }

    .top-scene {
        min-height: auto;
        background-image: url("../images/00-hp/banner_bg_768.png");
        background-size: 100% auto;
        background-position: top center;
    }

    .hero-section {
        height: 528px;
    }

    .hero-copy {
        margin-left: 28px;
        margin-top: -28px;
        max-width: 430px;
    }

    .hero-figure {
        right: 0;
        bottom: 0;
        width: 360px;
        height: 326px;
        opacity: 0.7;
    }

    .hero-copy h1 {
        font-size: 2.625rem;
    }

    .hero-copy p {
        font-size: 1.75rem;
    }

    .marquee-wrap {
        margin-top: -18px;
    }

    .hp-marquee {
        height: 56px;
        padding: 0 18px;
        justify-content: flex-start;
        font-size: 1.125rem;
        white-space: nowrap;
    }

    .services-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .services-card {
        min-height: auto;
        padding: 34px 20px;
    }

    .services-grid,
    .testimonial-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
    }

    .service-item,
    .service-item:nth-child(5) {
        margin-left: 0;
        padding: 0 16px;
    }

    .service-item::after {
        display: none;
    }

    .about-section {
        margin-top: 0;
        padding: 52px 0 72px;
    }

    .about-card {
        height: auto;
        min-height: 520px;
        grid-template-columns: 1fr;
        background-image: url("../images/00-hp/ab_bg768.png");
    }

    .about-copy {
        padding: 48px 32px;
    }

    .testimonial-grid {
        margin-top: 36px;
    }

    .news-layout,
    .faq-card,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .news-section {
        padding-top: 42px;
        background-image: url("../images/00-hp/news_bg768.png");
        background-size: 100% auto;
    }

    .news-intro {
        min-height: 320px;
    }

    .news-item {
        grid-template-columns: 1fr auto;
        column-gap: 12px;
    }

    .news-copy {
        display: contents;
    }

    .news-item img,
    .news-copy time,
    .news-copy h3,
    .news-copy p {
        grid-column: 1 / -1;
    }

    .news-item img {
        width: 100%;
        height: auto;
    }

    .news-copy small {
        grid-column: 1;
        align-self: center;
        margin-top: 8px;
    }

    .news-item .news-more {
        grid-column: 2;
        justify-self: end;
        align-self: center;
        margin-top: 8px;
    }

    .process-card:not(:last-child)::after {
        display: none;
    }

    .process-section {
        background: #ffffff;
    }

    .faq-section {
        background: transparent;
    }

    .faq-card {
        padding: 36px 28px;
    }

    .faq-card > img {
        width: 100%;
    }

    .footer-widget,
    .fb-preview {
        margin-left: 0;
    }

    .fb-preview {
        width: min(390px, 100%);
    }

    .route-about .top-scene {
        min-height: auto;
    }

    .top-scene-inner {
        padding-bottom: 0;
        background-image:
            url("../images/00-hp/banner_bg_768.png"),
            linear-gradient(180deg, rgba(222, 252, 243, 0.95) 0%, rgba(245, 255, 251, 0.92) 44%, #ffffff 78%, #ffffff 100%);
    }

    .inner-page-section {
        padding: 28px 0 76px;
    }

    .inner-page-card {
        padding: 54px 28px 52px;
    }

    .inner-page-title {
        margin-bottom: 42px;
    }

    .about-intro-row,
    .about-trust-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-trust-row {
        gap: 34px;
        padding: 28px;
    }

    .about-intro-img {
        order: -1;
    }

    .about-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 620px;
        margin-bottom: 58px;
    }

    .about-feature-card {
        height: 210px;
    }

    .funding-needs {
        margin: 60px auto 42px;
    }

    [class*="route-loan-"] .top-scene {
        min-height: auto;
    }

    [class*="route-loan-"] .top-scene-inner,
    .route-process .top-scene-inner,
    .route-news .top-scene-inner,
    .route-news-detail .top-scene-inner,
    .route-faq .top-scene-inner {
        background-image:
            url("../images/00-hp/banner_bg_768.png"),
            linear-gradient(180deg, rgba(222, 252, 243, 0.95) 0%, rgba(245, 255, 251, 0.92) 44%, #ffffff 78%, #ffffff 100%);
        background-position: top center, top center;
        background-size: 100% auto, 100% 100%;
    }

    .inner-page-title.loan-page-title p {
        font-size: 1.375rem;
    }

    .loan-intro-row {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 72px;
    }

    .loan-intro-img {
        order: -1;
    }

    .loan-process-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px 16px;
    }

    .loan-process-step:not(:last-child)::after {
        display: none;
    }

    .loan-service-grid {
        gap: 36px 0;
        padding: 46px 26px 52px;
    }

    .loan-service-card::after {
        display: block;
        background: linear-gradient(180deg, rgba(195, 233, 221, 0) 0%, rgba(195, 233, 221, 0.9) 50%, rgba(195, 233, 221, 0) 100%);
    }

    .loan-service-card:nth-child(2n)::after,
    .loan-service-card:last-child::after {
        display: none;
    }

    .loan-service-card:nth-child(n + 5) {
        margin-top: 0;
    }

    .route-process .top-scene,
    .route-news .top-scene,
    .route-news-detail .top-scene,
    .route-faq .top-scene {
        min-height: auto;
    }

    .process-detail-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .process-detail-copy {
        padding: 26px 32px;
    }

    .process-guide-inner,
    .faq-help-row,
    .news-page-item {
        grid-template-columns: 1fr;
    }

    .process-guide-inner,
    .faq-help-row {
        gap: 34px;
    }

    .faq-help-row {
        padding: 28px;
    }

    .news-page-item {
        grid-template-columns: 1fr auto;
        column-gap: 12px;
        row-gap: 22px;
    }

    .route-news .news-page-item {
        padding: 32px 0;
    }

    .news-page-copy {
        display: contents;
    }

    .news-page-item img,
    .news-page-copy time,
    .news-page-copy h2,
    .news-page-copy p {
        grid-column: 1 / -1;
    }

    .news-page-item img {
        width: 100%;
    }

    .news-page-copy small {
        grid-column: 1;
        align-self: center;
        margin-top: 8px;
    }

    .news-page-item .mint-btn {
        grid-column: 2;
        justify-self: end;
        align-self: center;
        margin-top: 8px;
    }

    .news-detail-headline,
    .news-detail-meta,
    .news-detail-body {
        max-width: 100%;
    }

    .news-detail-headline {
        height: auto;
        min-height: 52px;
        padding: 12px 20px;
    }

    .faq-list-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
        gap: 0;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-scene,
    .news-section,
    .about-section,
    .testimonials-section,
    .process-section,
    .faq-section,
    .site-footer {
        width: 100%;
    }

    .services-card,
    .about-card,
    .faq-card,
    .news-intro {
        width: 100%;
    }

    .service-item p {
        margin-bottom: 15px;
    }

    .about-section {
        background: #ffffff;
    }

    .about-section::after {
        top: 20px;
    }

    .about-section::before,
    .process-section::before {
        left: 0;
    }

    .news-section {
        padding-top: 20px;
    }

    .testimonials-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        overflow-x: clip;
    }

    body {
        padding-bottom: 84px;
        padding-top: 72px;
    }

    .site-header {
        height: 72px;
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 1px 0 rgba(24, 183, 140, 0.12);
    }

    .brand-logo {
        width: 210px;
        opacity: 1;
    }

    .top-scene {
        background-size: 100% auto;
        background-position: top center;
    }

    .route-about .main_section,
    [class*="route-loan-"] .main_section,
    .route-process .main_section,
    .route-news .main_section,
    .route-news-detail .main_section,
    .route-faq .main_section {
        margin-top: 0;
    }

    .hero-section {
        height: 418px;
    }

    .hero-copy {
        position: relative;
        z-index: 3;
        margin-left: 20px;
        max-width: 340px;
    }

    .hero-figure {
        right: 0;
        width: min(220px, 55vw);
        height: auto;
    }

    .hero-figure .carousel-inner,
    .hero-figure .carousel-item {
        height: auto;
    }

    .hero-figure .carousel-item img {
        height: auto;
    }

    .hero-copy h1 {
        font-size: 2rem;
        line-height: 1.3;
        white-space: nowrap;
    }

    .hero-copy p {
        font-size: 1.25rem;
        line-height: 1.6;
        white-space: nowrap;
    }

    .marquee-wrap {
        margin-top: -2px;
    }

    .hp-marquee {
        border-radius: 14px;
    }

    .hp-marquee span {
        white-space: nowrap;
    }

    .mobile-menu-panel {
        width: 55%;
    }

    .mobile-menu-list {
        padding-top: 78px;
    }

    .mobile-menu-list a {
        height: 64px;
        font-size: clamp(18px, 4.55vw, 22px);
    }

    .services-grid,
    .testimonial-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 1.625rem;
        line-height: 1.55;
    }

    .services-card {
        border-radius: 14px;
    }

    .service-item {
        min-height: auto;
    }

    .about-copy h2,
    .faq-copy h2 {
        font-size: 1.5625rem;
    }

    .news-layout {
        gap: 28px;
    }

    .news-intro {
        padding: 40px 34px;
    }

    .faq-actions {
        flex-direction: column;
        gap: 12px;
    }

    .footer-main {
        padding-top: 42px;
        gap: 34px;
    }

    .footer-contact {
        display: grid;
        gap: 12px;
    }

    .footer-sitemap .container {
        justify-content: flex-start;
    }

    .back-to-top {
        right: 12px;
        bottom: 112px;
        width: 46px;
        height: 46px;
    }

    .back-to-top img {
        width: 46px;
        height: 46px;
    }

    .social-float-right {
        right: 12px;
        bottom: 168px;
        gap: 8px;
    }

    .social-float-right__item {
        width: 46px;
        height: 46px;
    }

    .social-links-btn-mobile {
        height: 84px;
        font-size: 1.125rem;
    }

    .social-links-btn-mobile > a {
        gap: 5px;
    }

    .social-links-btn-mobile > a img {
        width: 26px;
        height: 26px;
    }

    .inner-page-card {
        padding: 42px 18px 44px;
        border-radius: 14px;
    }

    .inner-page-title h1 {
        font-size: 1.875rem;
    }

    .about-intro-copy h2,
    .about-trust-copy h2,
    .funding-needs h2,
    .about-cta h2 {
        font-size: 1.5625rem;
    }

    .about-intro-copy p,
    .about-trust-copy p,
    .funding-needs p,
    .about-cta p {
        font-size: 1.125rem;
        line-height: 2;
    }

    .funding-needs ul {
        justify-content: flex-start;
        gap: 10px 14px;
    }

    .funding-needs li {
        font-size: 1.1875rem;
    }

    .about-feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-feature-card {
        height: 180px;
    }

    .about-feature-card h3 {
        font-size: 1.5625rem;
    }

    .loan-page-card {
        padding-bottom: 52px;
    }

    .loan-page-title {
        margin-bottom: 40px;
    }

    .inner-page-title.loan-page-title p {
        font-size: 1.25rem;
        line-height: 1.7;
    }

    .loan-intro-row {
        margin-bottom: 54px;
    }

    .loan-intro-copy h2,
    .loan-docs h3 {
        font-size: 1.5625rem;
    }

    .loan-intro-copy p,
    .loan-docs li,
    .loan-service-card p {
        font-size: 1.125rem;
        line-height: 1.9;
    }

    .loan-process-block h2,
    .loan-more-block h2 {
        font-size: 1.625rem;
    }

    .loan-process-block p {
        font-size: 1.25rem;
    }

    .loan-process-strip {
        grid-template-columns: repeat(2, 1fr);
        padding: 28px 18px;
    }

    .loan-process-step img {
        width: 72px;
        height: 72px;
    }

    .loan-service-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 38px 18px 42px;
    }

    .loan-service-card,
    .loan-service-card:nth-child(2n),
    .loan-service-card:nth-child(4),
    .loan-service-card:last-child {
        min-height: auto;
        padding: 0 14px 12px;
    }

    .loan-service-card::after {
        display: none;
    }

    .loan-service-card p {
        min-height: auto;
    }

    .process-page-card,
    .news-page-card,
    .news-detail-card,
    .faq-page-card {
        padding-bottom: 48px;
    }

    .inner-page-title p,
    .news-page-title p,
    .faq-page-title p {
        font-size: 1.125rem;
    }

    .process-step-list {
        gap: 18px;
    }

    .process-detail-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .process-detail-icon {
        min-height: 112px;
        border-right: 0;
        border-bottom: 1px solid #c3e9dd;
    }

    .process-detail-icon img {
        width: 78px;
        height: 78px;
    }

    .process-detail-copy {
        padding: 22px 20px 26px;
    }

    .process-detail-copy h2,
    .faq-page-item h2,
    .process-guide-copy h2 {
        font-size: 1.375rem;
    }

    .process-detail-copy p,
    .process-guide-copy p,
    .news-page-copy p,
    .news-detail-body p,
    .faq-page-item p,
    .faq-help-row p {
        font-size: 1.125rem;
        line-height: 1.9;
    }

    .process-guide-band {
        margin-top: 48px;
        padding: 52px 0;
    }

    .news-count {
        text-align: left;
    }

    .news-page-item {
        padding: 26px 0;
    }

    .news-page-copy h2 {
        font-size: 1.375rem;
    }

    .news-detail-headline h2 {
        font-size: 1.25rem;
        text-align: center;
    }

    .news-detail-meta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 16px;
        margin-bottom: 26px;
    }

    .news-detail-cover {
        margin-bottom: 34px;
    }

    .news-detail-body p {
        margin-bottom: 24px;
    }

    .faq-page-item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        min-height: auto;
        padding: 24px 0;
    }

    .faq-page-item > span {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        font-size: 1.5625rem;
    }

    .faq-help-row h2 {
        font-size: 1.5625rem;
    }

    .faq-help-row {
        padding: 22px 18px;
    }

    .about-trust-row {
        padding: 22px 18px;
    }
}
