/*!
Theme Name: regainmyfunds
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: regainmyfunds
*/

/* Site Fonts */
@font-face{font-family:'Open Sans';src:url('../fonts/OpenSans-Regular.woff2') format('woff2'),url('../fonts/OpenSans-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Open Sans';src:url('../fonts/OpenSans-Medium.woff2') format('woff2'),url('../fonts/OpenSans-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Open Sans';src:url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),url('../fonts/OpenSans-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Open Sans';src:url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),url('../fonts/OpenSans-ExtraBold.woff') format('woff');font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:'Open Sans';src:url('../fonts/OpenSans-Bold.woff2') format('woff2'),url('../fonts/OpenSans-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap;}

/* Common */
:root{--primary:#52BF76;--black:#2F2F2F;--white:#ffffff;--lightBlue:#EBF6FF;}
*,::before,::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:focus-visible{outline:none;}
html,button,input,select,textarea,body{font-family:'Open Sans';}
body{font-size:16px;line-height:1.5;color:var(--black);font-weight:400;margin:0;padding:0;}
.open-menu{overflow:hidden;}
article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
iframe{border:0;width:100%;}
a,span{display:inline-block;}
a,a:hover{transition:all 0.4s;}
a{color:var(--black);text-decoration:none;}
a:hover{color:var(--primary);}
svg:not(:root){overflow:hidden;}
img{max-width:100%;display:block;margin:0;}

/* Typography */
h1,.h1{font-size:46px;line-height:1.30;}
h2,.h2{font-size:40px;line-height:1.22;}
h3,.h3{font-size:28px;line-height:1.22;}
h4,.h4{font-size:26px;line-height:1.22;}
h5,.h5{font-size:20px;line-height:1.34;}
h6,.h6{font-size:18px;line-height:1.4;}
h1,h2,h3,h4,h5,h6{font-weight:600;}
b,strong{font-weight:700;}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:inherit;text-decoration:none;font-weight:inherit;}
ol,ul{list-style-type:none;padding:0;}
h1,h2,h3,h4,h5,h6,address,p,pre,blockquote,dl,dd,menu,ol,ul,table,caption,hr{margin:0 0 16px 0;}
h1:last-child,h2:last-child:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,address:last-child,p:last-child,pre:last-child,blockquote:last-child,dl:last-child,dd:last-child,menu:last-child,ol:last-child,ul:last-child,table:last-child,caption:last-child,hr:last-child{margin-bottom:0;}
.container{max-width:1630px;width:100%;padding:0 15px;margin-left:auto;margin-right:auto;}
.title-wrapper{margin-bottom:60px;}
.title-wrapper .title{margin-bottom:20px;}
.title-wrapper .head{font-weight:600;margin-bottom:30px;}
.title-wrapper .head:last-child,.title-wrapper .title:last-child,.title-wrapper:last-child{margin-bottom:0;}
.row-gap-24{row-gap:24px;}

/* Button */
.fill-primary-btn,.fill-white-btn{font-size:16px;font-weight:400;line-height:1.5;color:var(--white);background-color:var(--primary);border:1px solid var(--primary);text-align:center;border-radius:80px;padding:10px 26px;transition:all 0.4s;}
.fill-primary-btn:hover,.fill-white-btn:hover{transition:all 0.4s;}
.fill-primary-btn:hover{background-color:transparent;color:var(--primary);}
.fill-white-btn{color:var(--primary);background-color:var(--white);border-color:var(--white);}
.fill-white-btn:hover{background-color:transparent;color:var(--white);}
.fill-primary-gradient{font-size:16px;font-weight:600;line-height:1.5;padding:8px 24px;border-radius:80px;background:linear-gradient(180deg,#31BF6D 0%,#0C8C42 100%);color:var(--white);border:1px solid var(--primary);display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all 0.4s;text-decoration:none;white-space:nowrap;}
.fill-primary-gradient i{display:inline-flex;align-items:center;justify-content:center;mask-repeat:no-repeat;mask-position:center;mask-size:contain;background-color:var(--white);width:32px;height:32px;transition:all 0.4s;flex-shrink:0;}
.fill-primary-gradient span{display:inline-block;}
.fill-primary-gradient:hover{background:linear-gradient(180deg,#ffffff 0%,#ffffff 100%);color:var(--primary);transition:all 0.4s;}
.fill-primary-gradient:hover i{background-color:var(--primary);}

/* Spacing */
.pt-160{padding-top:160px;}
.pb-160{padding-bottom:160px;}
.ptb-80{padding-top:80px;padding-bottom:80px;}
.mt-160{margin-top:160px;}
.mb-160{margin-bottom:160px;}
.mtb-80{margin-top:80px;margin-bottom:80px;}
.pt-80{padding-top:80px;}
.pb-80{padding-bottom:80px;}
.mt-80{margin-top:80px;}
.mb-80{margin-bottom:80px;}

/* Form Field */
input,textarea{background-color:var(--white);padding:8px 12px;color:var(--black);width:100%;border:1px solid #CED4DA;}
input,textarea,select{display:block;font-size:16px;border-radius:4px;font-weight:400;}
input::placeholder,textarea::placeholder{color:#212529;}
input:focus,textarea:focus{border-color:var(--primary);}
textarea{resize:vertical;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;}
.formGroup{margin-bottom:18px;}
.formGroup:last-child{margin-bottom:0;}
.wpcf7-not-valid-tip{font-size:12px;line-height:1.5;}
.wpcf7-form .wpcf7-form-control-wrap{display:block;}
.wpcf7-form .wpcf7-submit{color:var(--white);background-color:var(--primary);border:1px solid var(--primary);border-radius:80px;cursor:pointer;transition:all 0.4s;position:relative;z-index:2;}
.wpcf7-form .wpcf7-submit:hover{background-color:transparent;color:var(--primary);transition:all 0.4s;}
.wpcf7-form .wpcf7-spinner{display:none;margin:8px auto 0;opacity:1;background-color:var(--primary);}
.wpcf7-form .formBtnGroup{position:relative;overflow:hidden;padding-top:3px;border-radius:80px;}
.wpcf7-form .formBtnGroup::before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:50%;
	height:100%;
	background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);
	transform:skewX(-20deg);
	border-radius:inherit;
	z-index:1;
	pointer-events:none;
}
.wpcf7-form .formBtnGroup:hover::before{
	animation:sweepLight 1.5s ease-in-out infinite;
}
@keyframes sweepLight{
	0%{left:-100%;}
	100%{left:150%;}
}
form.submitting .wpcf7-spinner{display:block;}
.wpcf7 form .wpcf7-response-output{margin:18px 0 0;padding:4px 10px;font-size:14px;text-align:center;}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag,.country-select.inside .flag-dropdown:hover .selected-flag{background-color:transparent;}
.intl-tel-input.separate-dial-code .selected-flag{border-right:1px solid #CED4DA;background-color:transparent;}
.country-select .country-list .country,.intl-tel-input .country-list .country{font-size:14px;}
.country-select ul.country-list,.country-select.inside .selected-flag{width:100%;}
.country-select.inside .flag-dropdown{right:0;}
.country-select.inside input,.country-select.inside input[type=text]{padding-left:42px;}

/* Header */
.RF-header{position:sticky;top:0;left:0;width:100%;background-color:var(--white);padding:28px 0;z-index:9;transition:all 0.4s;}
.RF-header.sticky{box-shadow:0 6px 10px 10px rgb(0 0 0 / 6%);transition:all 0.4s;}
.RF-headerLogo img{max-height:70px;max-width:280px;}
.RF-headerInner,.RF-headerInner .menu{display:flex;align-items:center;}
.RF-headerInner{justify-content:space-between;gap:16px;}
.RF-headerInner .menu{gap:50px;}
.RF-headerInner .menu-item a{position:relative;vertical-align:middle;}
.RF-headerInner .menu-item a::before{content:'';position:absolute;bottom:0;left:0;right:0;margin:auto;background-color:var(--primary);width:0;height:1px;transition:all 0.4s;}
.RF-headerInner .menu-item.current-menu-item a::before,.RF-headerInner .menu-item a:hover::before{width:100%;transition:all 0.4s;}
.RF-mobileToggle{display:none;}

/* Hero Banner */
@media (min-width:1450px){
	.RF-heroBanner{padding-top:120px;padding-bottom:120px;}
}
.RF-heroBanner{position:relative;background-size:cover;background-position:center;z-index:1;background-color: #eeeeee}
.RF-heroBanner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#00000099;z-index:-1;}
.RF-heroBanner .title-wrapper{max-width:856px;color:var(--white);margin:0;}
.RF-heroBanner .title-wrapper .title{max-width:798px;font-weight:700;}
.RF-heroBanner .row{	/*align-items: center;*/}
.RF-heroBanner .RF-contactBox{backdrop-filter:blur(40px);background-color:transparent;}
.RF-heroBanner .RF-contactBox input,.RF-heroBanner .RF-contactBox textarea,.RF-heroBanner .RF-contactBox select{border-radius:80px;}
.RF-heroBanner .RF-contactBox .formGroup label,.RF-heroBanner .RF-contactBox .wpcf7-form-control .wpcf7-list-item-label,.RF-heroBanner .RF-contactBox .title,.RF-heroBanner .RF-contactBox .description,.RF-heroBanner .RF-contactBox .wpcf7 form .wpcf7-response-output{color:var(--white);}
.RF-heroBanner .RF-contactBox .description{text-align:center;}

/* Lost money */
.RF-lostMoney{padding-top:52px;}
.RF-verify-btn-group{text-align:center;padding-right:24px;padding-bottom:52px;}
.RF-verify-btn-group .fill-primary-gradient{padding-right:66px;}
.RF-lostMoney-counter{display:grid;grid-template-columns:repeat(2,1fr);gap:42px;}
.RF-lostMoney-counter p{padding-left:13px;margin-bottom:12px;border-left:1px solid var(--black);}
.RF-lostMoney-counter .counter{font-size:53px;font-weight:700;line-height:0.8;margin-bottom:0;}
.RF-lostLogoList{display:flex;align-items:stretch;flex-wrap:wrap;margin:0 -12px;}
.RF-lostLogoList li{width:16.6666%;padding:0 12px;}
.RF-lostLogoList .imageBox{display:flex;align-items:center;justify-content:center;padding:40px 10px;width:100%;height:100%;background-color:var(--white);box-shadow:0px 3px 10px 0px #00000029;}
.RF-lostMoney-image-main{padding-left:110px;}
.RF-lostMoney-image-wrapp{position:relative;height:100%;z-index:1;}
.RF-lostMoney-image-wrapp::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(177deg,rgb(255 255 255 / 0%) 0%,rgba(36,36,36,1) 80%);}
.RF-lostMoney-image-wrapp img{width:100%;height:100%;min-height:528px;object-fit:cover;object-position:top;}
.RF-lostMoney-get{position:absolute;bottom:66px;width:100%;padding:10px;text-align:center;}
.RF-lostMoney-get h3{font-size:40px;font-weight:600;line-height:1.2;color:var(--white);margin-bottom:18px;}


/* Funds Recovery */
.RF-fundsInner{display:flex;align-items:center;justify-content:space-between;gap:64px;color:var(--white);background:linear-gradient(90deg,#31BF6D 0%,#0C8C42 100%);padding:44px 90px 44px 60px;}
.RF-fundsInner .title-wrapper{margin:0;}
.RF-fundsInner .fundsRecoveryImage{max-width:374px;flex-shrink:0;}
.RF-fundsInner .title-wrapper p{max-width:1012px;margin-bottom:30px;}
.RF-fundsInner .title-wrapper p:last-child{margin-bottom:0;}

/* The Process  */
.RF-process .title-wrapper{text-align:center;}
.RF-processList{display:grid;grid-template-columns:repeat(2,1fr);gap:86px;}
.RF-processList .processBox{display:flex;align-items:flex-start;gap:30px;}
.RF-processList .processBox .icon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:100px;height:100px;border-radius:100%;background-color:#05478133;z-index:1;}
.RF-processList .processBox .icon::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:84%;height:84%;border-radius:100%;background-color:var(--primary);z-index:-1;}
.RF-processList .processBox .icon img{max-width:35px;max-height:35px;}
.RF-processList .processBox .title{margin-bottom:20px;}

/* Our Speciality */
.RF-ourSpeciality .title-wrapper{text-align:center;}
.RF-ourSpecialityCard{width:100%;height:100%;padding:60px;}
.RF-ourSpecialityCard .title{margin-bottom:15px;padding-bottom:18px;border-bottom:1px solid var(--black);}
.RF-ourSpeciality .row{counter-reset:item;}
.RF-ourSpeciality-col{position:relative;counter-increment:item;z-index:1;}
.RF-ourSpeciality-col::before{content:counter(item);position:absolute;top:0;left:0;font-size:220px;font-weight:800;line-height:0.7;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#F1F1F1;z-index:-1;}
.RF-ourSpeciality-btn{text-align:center;margin-top:60px;}

/* Our Team */
.RF-ourTeam .title-wrapper{text-align:center;}
.RF-ourTeam .row{justify-content:center;}
.RF-ourTeamCard{width:100%;height:100%;}
.RF-ourTeamCard .cardImageWrap{width:200px;height:200px;border-radius:100%;background-color:#DFF1E5;overflow:hidden;margin-bottom:20px;}
.RF-ourTeamCard .cardImageWrap img{width:100%;height:100%;object-fit:cover;object-position:top;}
.RF-ourTeamCard .title{line-height:1.2;margin-bottom:10px;}
.RF-ourTeamCard p{margin:0;}
.RF-ourTeamCard .card-description{max-width:355px;margin-top:20px;padding-left:13px;border-left:1px solid var(--black);}

/* Our Client Stories */
.RF-ourClientStories .title-wrapper{text-align:center;}
.ourClientStories-slider .slick-track{display:flex;}
.ourClientStories-slider .slick-list{margin:0 -12px;}
.ourClientStories-slider .slider-item{height:auto;padding:0 12px;}
.ourClientBox{display:flex;flex-direction:column;justify-content:space-between;height:100%;background-color:var(--white);}
.ourClientBox .quote-icon{max-width:38px;}
.ourClientBox .ourClientFeedback{display:flex;align-items:flex-start;gap:30px;padding:0 20px;}
.ourClientBox .ourClientFeedback p{margin-bottom:11px;}
.ourClientBox .ourClientFeedback p:last-child{margin-bottom:0;}
.ourClientBox .ourClientInfo{margin-bottom:24px;}
.ourClientBox .ourClientInfoBox{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;background-color:#DFF1E5;}
.ourClientBox .ourClientInfo .info{font-size:16px;line-height:1.5;font-weight:700;margin:0;}
.ourClientBox .ourClientInfo .price-wrap{display:inline-flex;align-items:center;gap:24px;}
.ourClientBox .ourClientInfo .price{font-size:31px;font-weight:700;line-height:0.774;}
.ourClientBox .ourClientInfo .info img{width:132px;margin-top:4px;}
.ourClientStories-slider .slick-dots{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px;}
.ourClientStories-slider .slick-dots li button{font-size:0;width:14px;height:14px;border-radius:100%;padding:0;background-color:#D9D9D9;cursor:pointer;border:none;}
.ourClientStories-slider .slick-dots .slick-active button{background-color:var(--primary);}
.ourClientStories-slider .slick-dots li{display:inline-flex;}

/* Conatct US */
.RF-ourClientStories{overflow:hidden;}
.RF-contactUS .row{align-items:center;}
.RF-contactUS .title-wrapper{max-width:856px;margin:0;}
.ourClientStories-slider .slick-list.draggable{overflow:visible;}
.RF-contactBox{
	padding:56px;
	background-color:var(--white);
	position:relative;
	overflow:hidden;
	box-shadow:
		0 0 0 1px rgba(82, 191, 118, 0.1),
		0 4px 20px rgba(0, 0, 0, 0.08),
		0 0 60px rgba(82, 191, 118, 0.05);
	border-radius: 24px;
}

/* 光晕动画效果 */
.RF-contactBox::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at center, rgba(82, 191, 118, 0.15), transparent 50%);
	animation: rotateGlow 15s linear infinite;
	pointer-events: none;
	z-index: 0;
}

@keyframes rotateGlow {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* 内部光效 */
.RF-contactBox::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--primary), transparent);
	animation: shimmerLine 3s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
}

@keyframes shimmerLine {
	0% { transform: translateX(-100%); opacity: 0; }
	50% { opacity: 1; }
	100% { transform: translateX(100%); opacity: 0; }
}

/* 脉冲光圈 */
.RF-contactBox .pulse-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 2px solid rgba(82, 191, 118, 0.3);
	border-radius: 24px;
	animation: pulseRing 3s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

@keyframes pulseRing {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.5;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.05);
		opacity: 0.2;
	}
}

/* 内容容器 */
.RF-contactBox > * {
	position: relative;
	z-index: 2;
}

.RF-contactBox .title{
	font-weight:700;
	text-align:center;
	margin-bottom:26px;
	position: relative;
}

/* 标题光效 */
.RF-contactBox .title::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, transparent, var(--primary), transparent);
	border-radius: 2px;
	animation: titleGlow 2s ease-in-out infinite;
}

@keyframes titleGlow {
	0%, 100% {
		width: 60px;
		opacity: 0.6;
	}
	50% {
		width: 100px;
		opacity: 1;
	}
}

.RF-contactBox .title:last-child{margin:0;}
.RF-contactBox .description{font-size:14px;line-height:1.5;color:#2F2F2F;margin-top:18px;}

/* FAQs */
.faq-section{width:100%;margin-top:-34px;padding-right:55px;}
.faq-question{position:relative;font-size:22px;font-weight:700;line-height:1.3;padding:34px 0;margin:0;cursor:pointer;}
.faq-question::before,.faq-question::after{content:'';position:absolute;top:0;bottom:0;right:-55px;margin:auto;width:22px;height:2px;background-color:var(--black);cursor:pointer;}
.faq-question::after{transform:rotate(90deg);}
.faq-item.active .faq-question::after{display:none;}
.faq-answer{display:none;padding-bottom:34px;}
.faq-answer p{font-size:18px;font-weight:400;line-height:1.5;}
.faq-item{border-bottom:1px solid var(--black);}

/* Footer */
.RF-footer {
	color: var(--white);
	background: linear-gradient(135deg, #0C8C42 0%, #31BF6D 50%, #52BF76 100%);
	position: relative;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 40px;
}

/* Footer 背景装饰 */
.RF-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,208C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	pointer-events: none;
}

/* Footer 主要内容区域 */
.RF-footerMain {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
	gap: 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

/* 品牌区域 */
.RF-footerBrand {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.RF-footerLogo {
	margin-bottom: 10px;
}

.RF-footerLogo img {
	max-width: 343px;
	max-height: 86px;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-footerLogo:hover img {
	transform: scale(1.05) rotate(-2deg);
}

.RF-footerTagline {
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.9;
	margin: 0;
}

/* 社交媒体链接 */
.RF-footerSocial {
	display: flex;
	gap: 15px;
}

.RF-footerSocial .social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--white);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-footerSocial .social-link:hover {
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-3px) rotate(8deg);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.RF-footerSocial .social-link i {
	font-size: 16px;
}

/* 链接列 */
.RF-footerLinks {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.RF-footerHeading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--white);
	position: relative;
	padding-bottom: 12px;
}

.RF-footerHeading::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	transition: width 0.3s ease;
}

.RF-footerLinks:hover .RF-footerHeading::after {
	width: 100%;
}

.RF-footerList {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.RF-footerList li {
	margin: 0;
}

.RF-footerList a {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	position: relative;
}

.RF-footerList a::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: all 0.3s ease;
}

.RF-footerList a:hover {
	color: var(--white);
	padding-left: 20px;
}

.RF-footerList a:hover::before {
	opacity: 1;
	left: 0;
}

/* 联系信息区域 */
.RF-footerContact {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.RF-footerContact .RF-footerList li {
	display: flex;
	align-items: center;
	gap: 12px;
}

.RF-footerContact .RF-footerList i {
	font-size: 16px;
	width: 24px;
	text-align: center;
	opacity: 0.9;
}

.RF-footerContact .RF-footerList span {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}

/* CTA 按钮 */
.RF-footerCTA {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: 8px;
}

.RF-footerCTA:hover {
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 底部版权栏 */
.RF-footerBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 1;
}

.RF-footerCopyright p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}

.RF-footerLegal {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
}

.RF-footerLegal a {
	color: rgba(255, 255, 255, 0.85);
	transition: color 0.3s ease;
}

.RF-footerLegal a:hover {
	color: var(--white);
	text-decoration: underline;
}

.RF-footerLegal .separator {
	color: rgba(255, 255, 255, 0.4);
}

/* 免责声明 */
.RF-footerDisclaimer {
	padding: 20px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	border-left: 4px solid rgba(255, 255, 255, 0.3);
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.RF-footerDisclaimer p {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.RF-footerDisclaimer strong {
	color: var(--white);
	font-weight: 600;
}

/* Footer 动画 */
.RF-footerLogo img {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-footerLogo:hover img {
	transform: scale(1.05) rotate(-2deg);
}
.wpcf7-form-control .wpcf7-list-item{display:flex;align-items:center;flex-shrink:0;margin:0;}
.wpcf7-form-control .wpcf7-list-item-label{flex-shrink:0;}
.wpcf7-form-control.wpcf7-radio{display:flex;align-items:center;flex-wrap:wrap;gap:20px;}
.formGroup br{display:none;}
.formGroup p{margin-bottom:0;}
.formGroup label{display:block;margin-bottom:5px;}
.formGroup .wpcf7-form-control .wpcf7-list-item input[type="radio"]{width:16px;height:16px;cursor:pointer;margin:0 6px 0 0;}
.formGroup .wpcf7-form-control .wpcf7-list-item-label{font-size:14px;}
.amount-lost-down select{width:100%;appearance:none;position:relative;padding:9px 10px;border-radius:4px;border:1px solid  #CED4DA;color:var(--black);cursor:pointer;}
.amount-lost-down{position:relative;}
.amount-lost-down .arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;}
.amount-lost-down.on .arrow{border-top:none;border-bottom:4px solid #555;}

.RF-heroBanner-mobile{display: none;}
.RF-heroBanner-desktop, .RF-heroBanner-mobile, .RF-heroBanner-mobile img {position: absolute;inset: 0;z-index: -1;background-size: cover;background-position: center;}
.RF-heroBanner-mobile img{height: 100%;object-fit: cover;}
.RF-heroBanner .container {position: relative;z-index: 2;}
.RF-heroBanner::before{z-index: 0;}

/* ============================================
   增强的动画效果
   ============================================ */

/* 全局渐入动画 */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

@keyframes glow {
	0%, 100% {
		box-shadow: 0 0 5px rgba(82, 191, 118, 0.3);
	}
	50% {
		box-shadow: 0 0 20px rgba(82, 191, 118, 0.6);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

/* 滚动触发动画类 */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.animated {
	opacity: 1;
	transform: translateY(0);
}

.animate-on-scroll.fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }
.animate-on-scroll.fade-in-down { animation: fadeInDown 0.8s ease-out forwards; }
.animate-on-scroll.fade-in-left { animation: fadeInLeft 0.8s ease-out forwards; }
.animate-on-scroll.fade-in-right { animation: fadeInRight 0.8s ease-out forwards; }
.animate-on-scroll.scale-in { animation: scaleIn 0.6s ease-out forwards; }

/* 延迟动画 */
.animate-on-scroll.delay-1 { animation-delay: 0.1s; }
.animate-on-scroll.delay-2 { animation-delay: 0.2s; }
.animate-on-scroll.delay-3 { animation-delay: 0.3s; }
.animate-on-scroll.delay-4 { animation-delay: 0.4s; }
.animate-on-scroll.delay-5 { animation-delay: 0.5s; }

/* Logo 悬停效果 */
.RF-headerLogo {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-headerLogo:hover {
	transform: scale(1.05);
}

/* Header 菜单项增强效果 */
.RF-headerInner .menu-item {
	position: relative;
}

.RF-headerInner .menu-item a {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-headerInner .menu-item a:hover {
	transform: translateY(-2px);
}

/* 按钮增强效果 */
.fill-primary-btn,
.fill-white-btn,
.fill-primary-gradient {
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fill-primary-btn::before,
.fill-white-btn::before,
.fill-primary-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

.fill-primary-btn:hover::before,
.fill-white-btn:hover::before,
.fill-primary-gradient:hover::before {
	left: 100%;
}

.fill-primary-btn:hover,
.fill-white-btn:hover,
.fill-primary-gradient:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(82, 191, 118, 0.3);
}

.fill-primary-gradient i {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fill-primary-gradient:hover i {
	transform: rotate(15deg) scale(1.1);
}

/* Hero 标题动画 */
.RF-heroBanner .title-wrapper .title {
	animation: fadeInUp 1s ease-out 0.2s both;
}

.RF-heroBanner .title-wrapper p {
	animation: fadeInUp 1s ease-out 0.4s both;
}

.RF-heroBanner .service-list li {
	animation: fadeInUp 0.8s ease-out both;
}

.RF-heroBanner .service-list li:nth-child(1) { animation-delay: 0.5s; }
.RF-heroBanner .service-list li:nth-child(2) { animation-delay: 0.6s; }
.RF-heroBanner .service-list li:nth-child(3) { animation-delay: 0.7s; }
.RF-heroBanner .service-list li:nth-child(4) { animation-delay: 0.8s; }
.RF-heroBanner .service-list li:nth-child(5) { animation-delay: 0.9s; }
.RF-heroBanner .service-list li:nth-child(6) { animation-delay: 1s; }

/* 联系表单动画 */
.RF-contactBox {
	animation: scaleIn 0.8s ease-out 0.6s both;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-contactBox:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow:
		0 0 0 1px rgba(82, 191, 118, 0.2),
		0 8px 30px rgba(0, 0, 0, 0.12),
		0 0 80px rgba(82, 191, 118, 0.15),
		0 0 120px rgba(82, 191, 118, 0.1);
}

/* 悬停时增强光晕 */
.RF-contactBox:hover::before {
	background: radial-gradient(circle at center, rgba(82, 191, 118, 0.25), transparent 50%);
	animation: rotateGlow 8s linear infinite;
}

.RF-contactBox:hover::after {
	height: 4px;
	background: linear-gradient(90deg, transparent, rgba(82, 191, 118, 0.8), transparent);
}

.RF-contactBox .title {
	animation: fadeInDown 0.6s ease-out 0.8s both;
	transition: all 0.3s ease;
}

.RF-contactBox:hover .title {
	transform: scale(1.02);
	text-shadow: 0 0 30px rgba(82, 191, 118, 0.3);
}

/* 表单元素动画 */
.RF-contactBox input,
.RF-contactBox textarea,
.RF-contactBox select {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.RF-contactBox input:focus,
.RF-contactBox textarea:focus,
.RF-contactBox select:focus {
	transform: translateY(-2px);
	box-shadow:
		0 4px 20px rgba(82, 191, 118, 0.2),
		0 0 40px rgba(82, 191, 118, 0.1),
		inset 0 0 20px rgba(82, 191, 118, 0.05);
	border-color: var(--primary);
}

.RF-contactBox input:hover,
.RF-contactBox textarea:hover,
.RF-contactBox select:hover {
	box-shadow: 0 2px 12px rgba(82, 191, 118, 0.15);
}

/* 表单按钮动画 */
.RF-contactBox .wpcf7-submit {
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-contactBox .wpcf7-submit::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
}

.RF-contactBox .wpcf7-submit:hover::before {
	width: 400px;
	height: 400px;
}

.RF-contactBox .wpcf7-submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(82, 191, 118, 0.4);
}

/* 标签动画 */
.RF-contactBox label {
	transition: all 0.3s ease;
}

.RF-contactBox label:hover {
	color: var(--primary);
	transform: translateX(5px);
}

/* 描述文字动画 */
.RF-contactBox .description {
	animation: fadeInUp 0.8s ease-out 1s both;
	transition: all 0.3s ease;
}

.RF-contactBox:hover .description {
	opacity: 0.9;
}

/* 鼠标移动时的光效追踪 */
.RF-contactBox .spotlight {
	position: absolute;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(82, 191, 118, 0.15), transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.RF-contactBox:hover .spotlight {
	opacity: 1;
}

/* 波纹扩散效果 */
@keyframes rippleEffect {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.RF-contactBox .ripple-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 24px;
	pointer-events: none;
	z-index: 0;
}

.RF-contactBox .ripple {
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(82, 191, 118, 0.3), transparent 70%);
	animation: rippleEffect 2s ease-out infinite;
}

.RF-contactBox .ripple:nth-child(1) {
	top: 20%;
	left: 20%;
	animation-delay: 0s;
}

.RF-contactBox .ripple:nth-child(2) {
	top: 70%;
	right: 15%;
	animation-delay: 0.7s;
}

.RF-contactBox .ripple:nth-child(3) {
	bottom: 15%;
	left: 40%;
	animation-delay: 1.4s;
}

/* 闪烁星星效果 */
.RF-contactBox .sparkle {
	position: absolute;
	width: 4px;
	height: 4px;
	background: var(--primary);
	border-radius: 50;
	opacity: 0;
	animation: sparkle 3s ease-in-out infinite;
}

@keyframes sparkle {
	0%, 100% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
}

.RF-contactBox .sparkle:nth-child(4) {
	top: 15%;
	right: 25%;
	animation-delay: 0.5s;
}

.RF-contactBox .sparkle:nth-child(5) {
	top: 45%;
	left: 10%;
	animation-delay: 1.2s;
}

.RF-contactBox .sparkle:nth-child(6) {
	bottom: 25%;
	right: 20%;
	animation-delay: 1.9s;
}

.RF-contactBox .sparkle:nth-child(7) {
	top: 75%;
	left: 30%;
	animation-delay: 2.5s;
}

/* 边框流光效果 */
.RF-contactBox .border-glow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 24px;
	padding: 2px;
	background: linear-gradient(90deg,
		transparent,
		var(--primary),
		transparent,
		var(--primary),
		transparent);
	background-size: 200% 100%;
	animation: borderFlow 4s linear infinite;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0.3;
	pointer-events: none;
	z-index: 1;
}

@keyframes borderFlow {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

.RF-contactBox:hover .border-glow {
	opacity: 0.6;
	animation-duration: 2s;
}

/* 输入框聚焦时的光晕扩散 */
@keyframes focusGlow {
	0% {
		box-shadow: 0 0 0 0 rgba(82, 191, 118, 0.4);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(82, 191, 118, 0);
	}
}

.RF-contactBox input:focus,
.RF-contactBox textarea:focus,
.RF-contactBox select:focus {
	animation: focusGlow 0.6s ease-out;
}

/* 表单组悬停效果 */
.RF-contactBox .formGroup {
	transition: all 0.3s ease;
	position: relative;
}

.RF-contactBox .formGroup::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 0;
	background: linear-gradient(180deg, var(--primary), transparent);
	transition: height 0.3s ease;
	border-radius: 2px;
}

.RF-contactBox .formGroup:hover::before {
	height: 100%;
}

.RF-contactBox .formGroup:hover {
	transform: translateX(5px);
}

/* 复选框/单选框动画 */
.RF-contactBox .wpcf7-list-item {
	transition: all 0.3s ease;
}

.RF-contactBox .wpcf7-list-item:hover {
	transform: scale(1.05);
}

.RF-contactBox .wpcf7-list-item input[type="radio"],
.RF-contactBox .wpcf7-list-item input[type="checkbox"] {
	transition: all 0.3s ease;
	cursor: pointer;
}

.RF-contactBox .wpcf7-list-item input[type="radio"]:checked,
.RF-contactBox .wpcf7-list-item input[type="checkbox"]:checked {
	box-shadow: 0 0 10px var(--primary);
}

/* 文本域聚焦时的线条动画 */
.RF-contactBox textarea:focus {
	background-image: linear-gradient(transparent 98%, var(--primary) 98%),
	linear-gradient(90deg, transparent 98%, var(--primary) 98%);
	background-size: 0 2px, 2px 0;
	background-repeat: no-repeat;
	background-position: 0 100%, 0 0;
	animation: borderDraw 0.6s ease-out forwards;
}

@keyframes borderDraw {
	0% {
		background-size: 0 2px, 2px 0;
	}
	100% {
		background-size: 100% 2px, 2px 100%;
	}
}

/* 按钮点击涟漪效果 */
.RF-contactBox .wpcf7-submit {
	position: relative;
	overflow: hidden;
}

.RF-contactBox .wpcf7-submit .click-ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	transform: scale(0);
	animation: clickRipple 0.6s ease-out;
	pointer-events: none;
}

@keyframes clickRipple {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	100% {
		transform: scale(4);
		opacity: 0;
	}
}

/* 计数器卡片动画 */
.RF-lostMoney-counter li {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out both;
}

.RF-lostMoney-counter li:nth-child(1) { animation-delay: 0.2s; }
.RF-lostMoney-counter li:nth-child(2) { animation-delay: 0.4s; }
.RF-lostMoney-counter li:nth-child(3) { animation-delay: 0.6s; }
.RF-lostMoney-counter li:nth-child(4) { animation-delay: 0.8s; }

.RF-lostMoney-counter li:hover {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}

.RF-lostMoney-counter .counter {
	display: inline-block;
	transition: transform 0.3s ease;
}

.RF-lostMoney-counter li:hover .counter {
	transform: scale(1.1);
}

/* Logo 列表悬停效果 */
.RF-lostLogoList .imageBox {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-lostLogoList .imageBox:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.RF-lostLogoList .imageBox img {
	transition: transform 0.4s ease;
}

.RF-lostLogoList .imageBox:hover img {
	transform: scale(1.1);
}

/* 图片悬停效果 */
.RF-lostMoney-image-wrapp {
	overflow: hidden;
}

.RF-lostMoney-image-wrapp img {
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-lostMoney-image-wrapp:hover img {
	transform: scale(1.1);
}

.RF-lostMoney-get {
	animation: float 3s ease-in-out infinite;
}

/* 特色卡片动画 */
.RF-ourSpecialityCard {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.RF-ourSpecialityCard::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(82, 191, 118, 0.1), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.RF-ourSpecialityCard:hover::before {
	opacity: 1;
}

.RF-ourSpecialityCard:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.RF-ourSpecialityCard .title {
	transition: color 0.3s ease;
}

.RF-ourSpecialityCard:hover .title {
	color: var(--primary);
}

/* 流程图标动画 */
.RF-processList .processBox {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-processList .processBox:hover {
	transform: translateX(10px);
}

.RF-processList .processBox .icon {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-processList .processBox:hover .icon {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 0 30px rgba(82, 191, 118, 0.4);
}

/* 团队卡片动画 */
.RF-ourTeamCard {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-ourTeamCard:hover {
	transform: translateY(-10px);
}

.RF-ourTeamCard .cardImageWrap {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-ourTeamCard:hover .cardImageWrap {
	box-shadow: 0 10px 30px rgba(82, 191, 118, 0.3);
}

.RF-ourTeamCard .cardImageWrap img {
	transition: transform 0.4s ease;
}

.RF-ourTeamCard:hover .cardImageWrap img {
	transform: scale(1.1);
}

/* 客户评价卡片动画 */
.ourClientBox {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ourClientBox:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.ourClientBox .quote-icon {
	transition: all 0.4s ease;
}

.ourClientBox:hover .quote-icon {
	transform: scale(1.2) rotate(-5deg);
}

.ourClientBox .ourClientInfoBox {
	transition: all 0.4s ease;
}

.ourClientBox:hover .ourClientInfoBox {
	background-color: #c5e8d3;
}

/* 轮播点动画 */
.ourClientStories-slider .slick-dots li button {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ourClientStories-slider .slick-dots li button:hover {
	transform: scale(1.3);
	box-shadow: 0 0 10px rgba(82, 191, 118, 0.5);
}

.ourClientStories-slider .slick-dots .slick-active button {
	animation: pulse 2s ease-in-out infinite;
}

/* Footer 动画 */
.RF-footerLogo img {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.RF-footerLogo:hover img {
	transform: scale(1.05) rotate(-2deg);
}

/* 表单输入框增强动画 */
input,
textarea,
select {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus,
textarea:focus,
select:focus {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(82, 191, 118, 0.2);
}

/* 标题动画增强 */
.title-wrapper .title {
	position: relative;
	display: inline-block;
}

.title-wrapper .title::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), transparent);
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.title-wrapper:hover .title::after {
	width: 100%;
}

/* 图标微动画 */
i {
	transition: all 0.3s ease;
}

a:hover i {
	transform: scale(1.1);
}

/* 加载动画 */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.wpcf7-form .wpcf7-spinner {
	animation: spin 1s linear infinite;
}

/* Header sticky 动画增强 */
.RF-header.sticky {
	animation: fadeInDown 0.4s ease-out;
}

/* 验证按钮脉冲效果 */
.RF-verify-btn-group .fill-primary-gradient {
	animation: pulse 2.5s ease-in-out infinite;
}

/* 计数器数字动画 */
.counter {
	background: linear-gradient(135deg, var(--primary), #0C8C42);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmer 3s ease-in-out infinite;
	background-size: 200% 100%;
}

/* 特色区域背景动画 */
.RF-fundsInner {
	position: relative;
	overflow: hidden;
}

.RF-fundsInner::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
	animation: rotate 20s linear infinite;
}

/* 服务列表项悬停效果 */
.RF-heroBanner .service-list li {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: default;
}

.RF-heroBanner .service-list li:hover {
	transform: translateX(10px);
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* 图片容器发光效果 */
.RF-lostMoney-image-wrapp::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(82, 191, 118, 0.2), transparent 70%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: -1;
}

.RF-lostMoney-image-wrapp:hover::after {
	opacity: 1;
	animation: glow 2s ease-in-out infinite;
}

/* 文本渐入动画序列 */
@keyframes textReveal {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.title-wrapper > * {
	animation: textReveal 0.8s ease-out both;
}

.title-wrapper > *:nth-child(1) { animation-delay: 0.1s; }
.title-wrapper > *:nth-child(2) { animation-delay: 0.2s; }
.title-wrapper > *:nth-child(3) { animation-delay: 0.3s; }

/* 徽章脉冲效果 */
.badge {
	animation: pulse 3s ease-in-out infinite;
}

.badge:nth-child(1) { animation-delay: 0s; }
.badge:nth-child(2) { animation-delay: 0.5s; }
.badge:nth-child(3) { animation-delay: 1s; }

/* 链接下划线动画 */
a {
	position: relative;
}

a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary);
	transition: width 0.3s ease;
}

a:hover::after {
	width: 100%;
}

/* 卡片进入视口动画 */
@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 持续的微妙浮动效果 */
@keyframes gentleFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

.RF-lostMoney-get h3 {
	animation: gentleFloat 4s ease-in-out infinite;
}

/* ============================================
   团队成员卡片样式
   ============================================ */

/* 让团队成员容器使用等高布局 */
.elementor-element-8880256.e-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	align-items: stretch;
}

/* 团队成员卡片容器 */
.elementor-element-3668dd5,
.elementor-element-12fc4da,
.elementor-element-a401dcc {
	display: flex !important;
	flex-direction: column;
	height: 100% !important;
	background: #ffffff;
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
}

.elementor-element-3668dd5:hover,
.elementor-element-12fc4da:hover,
.elementor-element-a401dcc:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(82, 191, 118, 0.2);
}

/* 团队成员图片 */
.elementor-element-82b8c67 img,
.elementor-element-69ebde7 img,
.elementor-element-f6bb4ff img {
	width: 150px !important;
	height: 150px !important;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	margin: 0 auto 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-element-3668dd5:hover .elementor-element-82b8c67 img,
.elementor-element-12fc4da:hover .elementor-element-69ebde7 img,
.elementor-element-a401dcc:hover .elementor-element-f6bb4ff img {
	transform: scale(1.08);
	box-shadow: 0 12px 32px rgba(82, 191, 118, 0.3);
}

/* 团队成员名称 */
.elementor-element-44af41e .elementor-heading-title,
.elementor-element-4619947 .elementor-heading-title,
.elementor-element-54eb5a0 .elementor-heading-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #1d1d1f !important;
	margin: 0 0 12px 0 !important;
	line-height: 1.3 !important;
	transition: color 0.3s ease;
}

.elementor-element-3668dd5:hover .elementor-heading-title,
.elementor-element-12fc4da:hover .elementor-heading-title,
.elementor-element-a401dcc:hover .elementor-heading-title {
	color: var(--primary) !important;
}

/* 团队职位标题 */
.team-title {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: var(--primary) !important;
	margin: 0 0 12px 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4 !important;
}

/* 团队成员简介 */
.team-bio {
	font-size: 14px !important;
	color: #6e6e73 !important;
	margin: 0 !important;
	line-height: 1.5 !important;
}

/* 确保内容区域对齐 */
.elementor-element-44af41e,
.elementor-element-4619947,
.elementor-element-54eb5a0 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.elementor-element-44af41e .elementor-widget-container,
.elementor-element-4619947 .elementor-widget-container,
.elementor-element-54eb5a0 .elementor-widget-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
