.div-page-col-header{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.div-page-header-cover{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2463;
    opacity: 0.8;
    z-index: 1;
}
.div-page-header{
    background-image: url('../images/about-header.jpg');
    height: 67vh;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 4.5rem;*/
}
.div-page-header-content{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
    color: white;
}
.div-page-header-content-title{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
}
.div-page-header-content-title span{
    color: rgba(242, 153, 74, 1);
}
.div-page-header-content-desc{
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
}
.btn-header{
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Inter', "sans-serif";
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-header-accent{
    background-color: #F2994A;
    color: white;
}
.btn-header-accent:hover {
    background-color: #e08a3c;
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(242, 153, 74, 0.2); /* 8px 16px */
}
.btn-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}
.btn-header:hover::after {
    left: 100%;
}
.div-about-row-introduction{
    padding: 5rem 0;
    position: relative;
    background-color: #F0F7FF;
    background-color: black;
    background-image: linear-gradient(180deg, #F0F7FF 0%, white 100%);
    opacity: 1;
    transform: translateY(1.25rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-top: -1.25rem;
}
.div-page-introduction-header{
    margin-bottom: 3rem;
    text-align: center;
}
.div-page-introduction-header-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0A2463;
    line-height: 1.3;
}
.div-page-introduction-divider{
    width: 5rem;
    height: 0.1875rem;
    background-color: #F2994A;
    margin: 0 auto 2.5rem;
    border-radius: 0.125rem;
}
.div-page-introduction-header-p{
    max-width: 43.75rem;
    margin: 0 auto;
    color: rgba(75, 85, 99, 1);
}

.div-detail-map{
    margin-top:8rem;
    background-color: rgba(247, 250, 252, 1);
}
.div-map{
    padding: 0 1.25rem;
    padding-top: 1rem;
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
}
.breadcrumb-item a{
    color: rgba(148, 163, 184, 1);
    text-decoration: none;
}

.div-detail-title, .div-row-inquiry, .div-row-3d, .div-row-after-sales, .div-row-related, .div-row-optional, .div-row-applications{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}
.div-title, .div-applications, .div-inquiry, .div-3d, .div-after-sales{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-title-detail{
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    flex-direction: row;
    align-items: flex-end;
}
.div-title-detail-left-tag{
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: rgba(15, 52, 102, 0.1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(15, 52, 102, 1);
}
.div-title-detail-left h2{
    margin-bottom: 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    color: rgba(30, 41, 59, 1);
}
.div-title-detail-left p{
    max-width: 48rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgba(148, 163, 184, 1);
}
.div-title-detail-left-tag-list{
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
}
.div-title-detail-left-tag-list span{
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: rgba(15, 52, 102, 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(15, 52, 102, 1);
}
.div-title-detail-right button{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgba(229, 231, 235, 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(148, 163, 184, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: transparent;
    -webkit-appearance: button;
    text-transform: none;
}
.div-row-pictures{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgba(247, 250, 252, 1);
}
.div-pictures, .div-machine-details{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-pictures-layout{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-pictures-left{
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    background-color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    grid-column: span 3 / span 3;
}
.div-pictures-left img{
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
}

.div-pictures-right{
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    grid-column: span 1 / span 1;
    position: relative;
}
.div-pictures-right-title{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    padding-bottom: 0.75rem;
}
.div-pictures-right-title h3{
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-pictures-right-title-span{
    display: flex;
    margin-bottom: 1.25rem;
}
.div-pictures-right-title-span span{
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(10, 36, 99, 1);
    margin-right:0.875rem;
}
.div-pictures-right-params-list{
    margin-bottom: 1.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.div-pictures-right-params-list-item{
    border-bottom-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    padding-bottom: 0.75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.div-pictures-right-params-list-item{
    font-weight: 500;
}
.div-pictures-right-params-list-item-top{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(107, 114, 128, 1);
}
.div-pictures-right-quote{
    position: absolute;
    bottom: 2rem;
    width: 80%;
}

.div-pictures-right-quote a{
    display: block;
    width: 100%;
    text-decoration: none;
    border-radius: 0.375rem;
    background-color: rgba(249, 250, 251, 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-weight: 500;
    color: rgba(15, 52, 102, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-pictures-right-quote-a{
    background-color: rgba(15, 52, 102, 1)!important;
    color: rgba(255, 255, 255, 1)!important;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.div-pictures-right-quote-download{
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.div-feature-item-list{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-feature-item{
    background-color: rgba(247, 250, 252, 1);
    padding: 1rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(226, 232, 240, 1);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.div-feature-item-svg{
    margin-bottom: 0.75rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 0.1);
}
.div-feature-item svg{
    height: 1.55rem;
    width: 1.55rem;
    line-height: 1.75rem;
    color: rgba(242, 153, 74, 1);
}
.div-feature-item h3{
    color: rgba(10, 36, 99, 1);
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.div-feature-item p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(55, 65, 81, 1);
}

.div-row-specifications, .div-row-machine-details, .div-row-feature, .div-row-advantages, .div-row-packing, .div-row-clients{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgba(247, 250, 252, 1);
}
.div-specifications, .div-advantages, .div-related, .div-feature, .div-optional, .div-packing, .div-clients{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-row-feature{
    padding-bottom: 4rem;
    background-color: rgba(255, 255, 255, 1);
}
.div-specifications-bottom{
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 2rem;
    background-color: rgba(255, 255, 255, 1);
}

.div-specifications-bottom-general-list{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color:
}
.div-specifications-bottom-general-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgba(148, 163, 184, 0.6);
}
.item-key{
    color: rgba(148, 163, 184, 1);
}
.div-row-machine-details{
    background-color: rgba(255, 255, 255, 1);
}
.div-machine-details{
    overflow: hidden;
}
.div-machine-details-bottom{
    /*display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));*/
    display: flex;
    transition: transform 500ms ease-out;
    transform: translateX(0);
    justify-content: center;
}
.div-machine-details-bottom-item{
    cursor: pointer;
    border-radius: 0.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 gray;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    position: relative;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.div-machine-details-bottom-item img{
    height: 14rem;
    width: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    display: block;
    vertical-align: middle;
}
.div-optional-details{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color: rgb(255, 255, 255, 1);
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05);
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.div-optional-details h3{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-family: "Montserrat", "sans-serif";
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(15, 52, 115, 1);
}
.div-optional-details h3 svg{
    margin-right: 0.5rem;
    color: rgba(242, 153, 74, 1);
}
.div-optional-items{
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(226, 232, 240, 30);
    display: flex;
    align-items: center;
}
.div-optional-items svg{
    width: 20px;
    margin-right: 0.75rem;
    color: #F2994A;
}
.div-optional-items span{

}
.div-advantages-bottom{
    margin-left: auto;
    margin-right: auto;
    max-width: 94rem;
    text-align: center;
}
.div-advantages-bottom figure{
    margin: 0 auto !important;
}
.div-advantages-bottom img{
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 auto !important;
}
.div-applications-img{
    width: 100%;
    overflow: hidden;
}
.div-applications-img img{
    width: 100%;
    object-fit: cover;
}
.div-3d-canvas{
    margin-bottom: 1.5rem;
    aspect-ratio: 16 / 9;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.div-packing-details{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-packing-items{
    border-radius: 0.5rem;
    background-color: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.div-packing-item-icon{
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 0.1);
}
.div-packing-item-icon svg{
    width: 1.5rem;
    height: 1.5rem;
    line-height: 2rem;
    color: rgba(242, 153, 74, 1);
}
.div-packing-items h3{
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: rgba(15, 52, 115, 1);
    text-align: center;
}
.div-packing-items p{
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(55, 65, 81, 1);
}
.div-after-sales-details{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.div-after-sales-items{
    border-radius: 0.5rem;
    background-color: rgba(245, 247, 250, 1);
    padding: 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.div-after-sales-items:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.div-after-sales-header{
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
}
.div-after-sales-header-icon{
    margin-right: 1rem;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 0.1);
}
.div-after-sales-header-icon svg{
    height: 1.25rem;
    width: 1.25rem;
    color: rgba(242, 153, 74, 1);
}
.div-after-sales-header h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: rgba(15, 52, 115, 1);
}
.div-after-sales-items p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(55, 65, 81, 1);
}
.div-clients-details{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-clients-items{
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05), 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.div-clients-items:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.div-clients-item-star{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.div-clients-item-star svg{
    height: 1.25rem
    width: 1.25rem;
    color: rgba(242, 153, 74, 1);
}
.div-clients-items p{
    margin-bottom: 1rem;
    font-style: italic;
    color: rgba(55, 65, 81, 1);
}
.div-clients-items-info{
    display: flex;
    align-items: center;
}
.div-clients-items-info img{
    max-width: 100%;
    margin-right: 0.75rem;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    object-fit: cover;
}
.div-clients-items-user h4{
    font-weight: 500;
    color: rgba(10, 36, 99, 1);
}
.div-clients-items-user p{
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(75, 85, 99, 1);
}

.div-related-bottom{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-related-bottom-item{
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    background-color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-decoration: none;
}
.div-related-bottom-img{
    position: relative;
}
.div-related-bottom-img img{
    display: block;
    vertical-align: middle;
    height: 14rem;
    width: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.div-related-bottom-img div{
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
.div-related-bottom-info{
    padding: 1rem;
}
.div-related-bottom-info h3{
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-related-bottom-info p{
    margin: 0;
    margin-bottom: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(75, 85, 99, 1);
}
.div-related-bottom-info span{
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(242, 153, 74, 1);
}
.div-inquiry{
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: rgba(10, 36, 99, 1);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 3rem;
}
.div-inquiry h2{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.div-inquiry p{
    margin-bottom: 2rem;
    color: rgba(229, 231, 235, 1);
}
.form-info-short{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0.875rem;
}
.form-info-short label, .form-info-long label{
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(229, 231, 235, 1);
}
.form-info-short-inner input, .form-info-long input{
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(255, 255, 255, 1);
}
.form-info-long{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.form-info-long textarea{
    resize: vertical;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(255, 255, 255, 1);
}
form button{
    text-transform: none;
    -webkit-appearance: button
    cursor: pointer;
    border-radius: 0.375rem;
    background-color: rgba(242, 153, 74, 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    font-size: 1.25rem;
}
.div-applications-list{
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
}
.div-applications-list-item{
    border-radius: 0.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 gray;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    position: relative;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.div-applications-list-item img{
    height: 14rem;
    width: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    display: block;
    vertical-align: middle;
}

/* 卡片列表布局 */
.processable-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;  /* 卡片间距 */
}

/* 单个卡片样式 */
.processable-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);  /* 轻微阴影增强层次感 */
  overflow: hidden;
  transition: transform 0.3s ease;  /* 悬停动画 */
}

.processable-card:hover {
  transform: translateY(-5px);  /* 悬停时轻微上浮 */
}

/* 图片区域 */
.processable-image {
  height: 14rem;  /* 固定图片高度，保持卡片整齐 */
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sample-img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 保持图片比例，避免拉伸 */
  padding: 1rem;
  border-radius: 1.25rem;
}

/* 无图片占位符 */
.no-image-placeholder {
  text-align: center;
  color: #999;
  padding: 1.125rem;
}

.icon-sample {
  font-size: 1.7rem;  /* 可替换为实际图标 */
  margin-bottom: 0.875rem;
  display: block;
}

/* 信息区域 */
.processable-info {
  padding: 0.875rem;
  text-align: center;
  background-color: #ffffff;
}

.processable-name {
  font-size: 1.125rem;
  color: #222;
  margin: 0 0 10px 0;
}

.processable-description {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #666;
}

.processable-description h4 {
  font-size: 0.875rem;
  color: #444;
  margin: 0 0 5px 0;
}

/* 无数据提示 */
.no-processables {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  background-color: white;
  border-radius: 8px;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .processable-list {
    grid-template-columns: 1fr;  /* 移动端单列展示 */
  }

  .processable-image {
    height: 12rem;
  }
}
.captcha-group{
    display: flex;
    margin-top: 0.5rem;
}
#captcha_1{
    width: 50%;
    margin-right: 0.875rem;
}
