.fccp-section{
    --fccp-navy:#0A1F44;
    --fccp-blue-secondary:#123D8D;
    --fccp-blue-glow:#1E63FF;
    --fccp-blue-light:#4D8DFF;
    --fccp-red-main:#C4121A;
    --fccp-red-bright:#E32028;
    --fccp-red-dark:#8F0F14;
    --fccp-white:#FFFFFF;
    --fccp-gray-bg:#F4F6F9;
    --fccp-gray-line:#D9DEE8;
    --fccp-gray-text:#7A8599;
    --fccp-form-btn-1:#123D8D;
    --fccp-form-btn-2:#1E63FF;
    --fccp-anim-duration:850ms;
    --fccp-anim-distance:34px;
    position:relative;
    overflow:hidden;
    padding:100px 30px;
    background:
        radial-gradient(circle at 8% 48%, rgba(30,99,255,.12), transparent 24%),
        radial-gradient(circle at 88% 78%, rgba(227,32,40,.10), transparent 20%),
        linear-gradient(180deg, var(--fccp-white) 0%, var(--fccp-gray-bg) 45%, var(--fccp-white) 100%);
    color:var(--fccp-navy);
    font-family:inherit;
}
.fccp-wrap{position:relative;z-index:5;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,.92fr) minmax(360px,1.08fr);gap:70px;align-items:center;}
.fccp-reverse .fccp-form-side{order:2;}.fccp-reverse .fccp-content-side{order:1;}
.fccp-form-side,.fccp-content-side{position:relative;}
.fccp-eyebrow{display:inline-block;margin:0 0 28px 42px;color:var(--fccp-navy);font-size:15px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;position:relative;}
.fccp-eyebrow:after{content:"";position:absolute;left:0;bottom:-11px;width:70px;height:4px;border-radius:999px;background:var(--fccp-red-bright);box-shadow:0 0 14px rgba(227,32,40,.25);}
.fccp-form-card{position:relative;background:#fff;border:1px solid rgba(217,222,232,.9);border-radius:22px;padding:34px 34px 26px;box-shadow:0 24px 58px rgba(10,31,68,.13);overflow:hidden;}
.fccp-has-form-border .fccp-form-card:before{content:"";position:absolute;inset:0;border-radius:22px;padding:2px;background:linear-gradient(135deg,var(--fccp-blue-light),rgba(255,255,255,0),var(--fccp-red-bright));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0;}
.fccp-form-card>*{position:relative;z-index:1;}
.fccp-form-card label,.fccp-form-card .srfm-label{color:var(--fccp-navy)!important;font-weight:700!important;}
.fccp-form-card input:not([type=checkbox]):not([type=radio]),.fccp-form-card textarea,.fccp-form-card select{width:100%;border:1px solid var(--fccp-gray-line)!important;border-radius:8px!important;padding:14px 16px!important;color:var(--fccp-navy)!important;background:#fff!important;box-shadow:none!important;outline:none!important;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease!important;}
.fccp-form-card input:not([type=checkbox]):not([type=radio]):focus,.fccp-form-card textarea:focus,.fccp-form-card select:focus{border-color:var(--fccp-blue-glow)!important;box-shadow:0 0 0 3px rgba(30,99,255,.12)!important;}
.fccp-form-card textarea{min-height:112px;}
.fccp-form-card button,.fccp-form-card input[type=submit],.fccp-form-card .srfm-submit-button{position:relative!important;overflow:hidden!important;width:100%;border:0!important;border-radius:10px!important;padding:15px 28px!important;background:linear-gradient(135deg,var(--fccp-form-btn-1),var(--fccp-form-btn-2))!important;color:#fff!important;font-weight:900!important;letter-spacing:.055em!important;text-transform:uppercase!important;box-shadow:0 14px 30px rgba(18,61,141,.25),inset 0 1px 0 rgba(255,255,255,.26)!important;transition:transform .28s ease,box-shadow .28s ease!important;}
.fccp-form-card button:hover,.fccp-form-card input[type=submit]:hover,.fccp-form-card .srfm-submit-button:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(18,61,141,.34)!important;}
.fccp-security{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;color:var(--fccp-gray-text);font-size:13px;line-height:1.4;}
.fccp-security span{color:var(--fccp-blue-secondary);font-size:13px;}
.fccp-diamond-row{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:26px;}
.fccp-diamond-row span{width:110px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--fccp-blue-secondary),transparent);}
.fccp-diamond{display:inline-flex;align-items:center;justify-content:center;color:var(--fccp-red-bright);font-size:38px;line-height:1;filter:drop-shadow(0 0 12px rgba(227,32,40,.26));}
.fccp-diamond svg{width:1em;height:1em;}
.fccp-title{font-size:clamp(38px,4.6vw,66px);line-height:1.08;font-weight:900;letter-spacing:-.045em;margin:0;text-align:center;}
.fccp-title span{display:block;}
.fccp-title-dark{color:var(--fccp-navy);}
.fccp-title-red{color:var(--fccp-red-main);text-shadow:0 10px 28px rgba(196,18,26,.08);}
.fccp-underline{width:92px;height:5px;border-radius:999px;background:var(--fccp-red-bright);box-shadow:0 0 14px rgba(227,32,40,.22);margin:30px auto 38px;}
.fccp-benefits{display:grid;gap:26px;max-width:620px;margin:0 auto;}
.fccp-benefit{display:grid;grid-template-columns:96px 28px 1fr;align-items:center;gap:20px;position:relative;}
.fccp-benefit-icon{width:86px;height:86px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--fccp-blue-secondary);font-size:34px;box-shadow:0 16px 34px rgba(10,31,68,.12),0 0 0 1px rgba(217,222,232,.9);position:relative;transition:transform .3s ease, box-shadow .3s ease;}
.fccp-benefit-icon svg{width:1em;height:1em;}
.fccp-benefit-icon:after{content:"";position:absolute;inset:-6px;border-radius:inherit;border:1px solid color-mix(in srgb,var(--fccp-benefit-accent) 50%,transparent);opacity:.45;}
.fccp-benefit:hover .fccp-benefit-icon{transform:translateY(-4px) scale(1.04);box-shadow:0 20px 38px rgba(10,31,68,.16),0 0 0 1px rgba(217,222,232,.9),0 0 24px color-mix(in srgb,var(--fccp-benefit-accent) 22%,transparent);}
.fccp-benefit-line{width:1px;height:82px;background:linear-gradient(180deg,transparent,var(--fccp-gray-line),transparent);position:relative;}
.fccp-has-timeline .fccp-benefit-line:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:999px;background:var(--fccp-benefit-accent);transform:translate(-50%,-50%);box-shadow:0 0 0 8px color-mix(in srgb,var(--fccp-benefit-accent) 12%,transparent);}
.fccp-benefit-title{margin:0 0 9px;color:var(--fccp-blue-secondary);font-size:22px;font-weight:900;line-height:1.2;}
.fccp-benefit-description{margin:0;color:var(--fccp-navy);font-size:17px;line-height:1.65;opacity:.9;}
.fccp-wave{position:absolute;left:0;right:0;height:86px;z-index:1;pointer-events:none;}
.fccp-wave svg{width:100%;height:100%;display:block;}
.fccp-wave path{fill:rgba(255,255,255,.84);}
.fccp-wave-top{top:0;}.fccp-wave-bottom{bottom:0;}
.fccp-dots{position:absolute;width:155px;height:155px;background-image:radial-gradient(rgba(77,141,255,.30) 1.7px, transparent 1.7px);background-size:16px 16px;z-index:2;opacity:.85;pointer-events:none;}
.fccp-dots-a{top:62px;left:36px;}.fccp-dots-b{right:78px;top:260px;}
.fccp-curve{position:absolute;z-index:2;pointer-events:none;border-radius:50%;border:2px solid transparent;opacity:.55;}
.fccp-curve-left{left:-210px;top:300px;width:560px;height:390px;border-top-color:rgba(77,141,255,.26);border-right-color:rgba(77,141,255,.18);transform:rotate(18deg);box-shadow:0 -22px 42px rgba(30,99,255,.04);}
.fccp-curve-right{right:-220px;bottom:78px;width:660px;height:430px;border-top-color:rgba(30,99,255,.20);border-left-color:rgba(227,32,40,.16);transform:rotate(-16deg);}
.fccp-glow{position:absolute;z-index:2;pointer-events:none;border-radius:999px;filter:blur(1px);}
.fccp-glow-blue{left:10%;bottom:18%;width:14px;height:14px;background:rgba(77,141,255,.9);box-shadow:0 0 40px rgba(30,99,255,.68);}
.fccp-glow-red{right:14%;bottom:25%;width:16px;height:16px;background:rgba(227,32,40,.65);box-shadow:0 0 64px rgba(227,32,40,.45);}
.fccp-anim{--fccp-delay:0ms;}
.fccp-animations-on .fccp-anim{opacity:0;transform:translateY(var(--fccp-anim-distance));transition:opacity var(--fccp-anim-duration) ease,transform var(--fccp-anim-duration) cubic-bezier(.16,1,.3,1);transition-delay:var(--fccp-delay);}
.fccp-animations-on.fccp-visible .fccp-anim{opacity:1;transform:translateY(0);}
.fccp-no-animation .fccp-anim{opacity:1;transform:none;}
@keyframes fccpFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes fccpPulse{0%,100%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}
@keyframes fccpDrift{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(12px,-10px,0)}}
@media (prefers-reduced-motion:no-preference){
    .fccp-diamond{animation:fccpFloat 3.8s ease-in-out infinite;}
    .fccp-dots{animation:fccpDrift 8s ease-in-out infinite;}
    .fccp-glow{animation:fccpPulse 4.4s ease-in-out infinite;}
    .fccp-benefit:nth-child(odd) .fccp-benefit-icon{animation:fccpFloat 5.2s ease-in-out infinite;}
    .fccp-benefit:nth-child(even) .fccp-benefit-icon{animation:fccpFloat 5.6s ease-in-out infinite reverse;}
}
@media (max-width:1024px){
    .fccp-wrap{grid-template-columns:1fr;gap:52px;}
    .fccp-reverse .fccp-form-side,.fccp-reverse .fccp-content-side{order:initial;}
    .fccp-form-side{max-width:620px;width:100%;margin:0 auto;}
    .fccp-content-side{text-align:center;}
    .fccp-eyebrow{margin-left:0;}
}
@media (max-width:767px){
    .fccp-section{padding:82px 18px;}
    .fccp-form-card{padding:26px 18px 22px;}
    .fccp-title{font-size:clamp(33px,9.5vw,44px);}
    .fccp-diamond-row span{width:72px;}
    .fccp-benefit{grid-template-columns:1fr;gap:12px;text-align:center;}
    .fccp-benefit-icon{margin:0 auto;width:76px;height:76px;font-size:30px;}
    .fccp-benefit-line{display:none;}
    .fccp-benefits{gap:34px;}
    .fccp-dots,.fccp-curve,.fccp-glow{opacity:.38;}
    .fccp-wave{height:58px;}
}
@media (max-width:480px){
    .fccp-section{padding-left:14px!important;padding-right:14px!important;}
    .fccp-title{font-size:31px;}
    .fccp-diamond-row span{width:42px;}
    .fccp-benefit-title{font-size:20px;}
    .fccp-benefit-description{font-size:16px;}
}
@media (prefers-reduced-motion:reduce){
    .fccp-section *, .fccp-section *::before, .fccp-section *::after{animation:none!important;transition:none!important;}
    .fccp-animations-on .fccp-anim{opacity:1;transform:none;}
}
