.elementor-kit-4{--e-global-color-primary:#1D65AE;--e-global-color-secondary:#54595F;--e-global-color-text:#555555;--e-global-color-accent:#9FA0A1;--e-global-color-c30c014:#F6F6F6;--e-global-color-036c5b1:#279AF1;--e-global-color-4ff8833:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-primary );}.elementor-kit-4 a:hover{color:#279AF1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. 强制缩小并锁定容器高度（实现您的红框大小），并隐藏外面的元素 */
.senho-card {
    height: 350px !important; /* 关键：这决定了红框有多高，您可以根据实际情况改成 320px 或 380px */
    overflow: hidden !important; /* 关键：这让处于底部的按钮在平时直接“消失” */
    border-top: 3px solid transparent; 
    transition: border-color 0.4s ease;
}

/* 悬停时的顶部蓝边（可选） */
.senho-card:hover {
    border-top: 3px solid #1a7eb3; 
}

/* 2. 图片的初始状态 */
.senho-card .elementor-widget-image {
    transition: margin-top 0.5s ease-in-out !important;
    margin-top: 0;
}

/* 3. 悬停时：解决“露屁股”问题，让图片彻底滑出去 */
.senho-card:hover .elementor-widget-image {
    /* 关键：这个负数必须大于图片的高度！如果设为 -300px 还能看见屁股，就改成 -350px 或 -400px，直到彻底看不见为止 */
    margin-top: -350px !important; 
}

/* 4. 段落文字和按钮：平时虽然在红框外面被隐藏了，但再加一层透明，确保丝滑 */
.senho-card .elementor-widget-text-editor,
.senho-card .elementor-widget-button {
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
}

/* 5. 悬停时：文字和按钮被拉进红框内，并显现出来 */
.senho-card:hover .elementor-widget-text-editor,
.senho-card:hover .elementor-widget-button {
    opacity: 1 !important;
}
html {
    scroll-padding-top: 140px !important; 
}/* End custom CSS */