@keyframes shake-grow{0%{transform:scale(1) translate(1px,1px) rotate(0)}10%{transform:scale(1.1) translate(-1px,-2px) rotate(-1deg)}20%{transform:scale(1) translate(-3px) rotate(1deg)}30%{transform:scale(1.1) translate(3px,2px) rotate(0)}40%{transform:scale(1) translate(1px,-1px) rotate(1deg)}50%{transform:scale(1.1) translate(-1px,2px) rotate(-1deg)}60%{transform:scale(1) translate(-3px,1px) rotate(0)}70%{transform:scale(1.1) translate(3px,1px) rotate(-1deg)}80%{transform:scale(1) translate(-1px,-1px) rotate(1deg)}90%{transform:scale(1.1) translate(1px,2px) rotate(0)}to{transform:scale(1) translate(1px,-2px) rotate(-1deg)}}@keyframes scrollUp{0%{top:100%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:0;opacity:0}}@keyframes scrollDown{0%{top:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}@keyframes TextfadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes DivComeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.geo-lead-agency-page{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 0 4rem}.geo-lead-agency-section{box-sizing:border-box;width:88%;margin:0 auto 2rem;padding:2rem;border-radius:30px;background-color:#fff;opacity:0;transform:translateY(25px);transition:opacity .6s ease-in,transform .6s ease-in;box-shadow:0 12px 30px #0f327814}.geo-lead-agency-section.is-visible{opacity:1;transform:translateY(0)}.geo-lead-agency-hero{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;height:calc(100svh - 5rem);min-height:calc(100svh - 5rem);overflow:hidden;background:linear-gradient(180deg,#78a0ff,#2f62e0);border-radius:0 0 40px 40px;width:100%;margin:0 auto 2rem;padding:.8rem 6% .7rem;box-shadow:0 18px 45px #14378238}.geo-lead-agency-hero-content{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;position:relative;z-index:3;width:100%;max-width:1040px;height:100%;opacity:0;transform:translateY(18px);margin:0 auto;text-align:center}.geo-lead-agency-hero.is-visible .geo-lead-agency-hero-content{animation:HeroContentIn .8s ease-out forwards}.geo-lead-agency-hero-glow{position:absolute;border-radius:999px;filter:blur(20px);z-index:1}.geo-lead-agency-hero-glow-top{top:-130px;right:-70px;width:430px;height:430px;background:#fff3;animation:HeroFloat 6s ease-in-out infinite}.geo-lead-agency-hero-glow-bottom{left:-100px;bottom:-220px;width:480px;height:480px;background:#34d3993d;animation:HeroFloat 7.2s ease-in-out infinite reverse}.geo-lead-agency-kicker{margin:0 auto;font-size:clamp(1.55rem,2.2vw,2.25rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.06rem;opacity:.95;line-height:1.1}.geo-lead-agency-kicker span{display:inline;color:#fff;line-height:1}.geo-lead-agency-kicker-highlight{position:relative;display:inline-block;z-index:0;margin-left:.2rem}.geo-lead-agency-kicker-highlight:after{content:"";position:absolute;bottom:.1em;left:-2%;width:105%;height:64%;background:#34d399e6;z-index:-1;transform:rotate(-1deg);transform-origin:left center;border-radius:6px}.geo-lead-agency-kicker-highlight:hover:after{width:0%;transition:width .5s ease-in-out}.geo-lead-agency-title{margin:0 auto;width:100%;max-width:940px;font-size:clamp(2.1rem,3.8vw,3.3rem);line-height:1.12;font-weight:700;color:#fff}.geo-lead-agency-title-highlight{position:relative;display:inline-block;z-index:0;color:inherit}.geo-lead-agency-title-highlight:after{content:"";position:absolute;bottom:.1em;left:-2%;width:105%;height:62%;background:#34d399d1;z-index:-1;transform:rotate(-1deg);transform-origin:left center;border-radius:7px}.geo-lead-agency-title-highlight:hover:after{width:0%;transition:width .5s ease-in-out}.geo-lead-agency-subtitle{margin:0 auto;width:100%;max-width:880px;font-size:clamp(.95rem,1.45vw,1.15rem);line-height:1.45;color:#ffffffeb}.geo-lead-agency-button-wrap{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto}.geo-lead-agency-hero-points{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:.55rem;margin:0 auto;padding:0;list-style:none}.geo-lead-agency-hero-points li{padding:.42rem .8rem;border-radius:999px;background-color:#ffffff2e;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:.82rem;font-weight:500;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.geo-lead-agency-hero-points li:hover{transform:translateY(-3px) scale(1.02);background-color:#ffffff4d;border-color:#ffffffa6;box-shadow:0 8px 16px #071c4f38}.geo-lead-agency-hero-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:100%;max-width:1040px;margin:1rem auto 0;position:relative;z-index:3}.geo-lead-agency-hero-proof-card{padding:.74rem;border-radius:16px;background-color:#ffffff26;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transform:translateY(16px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.geo-lead-agency-proof-section.is-visible .geo-lead-agency-hero-proof-card{animation:HeroCardIn .7s ease-out forwards}.geo-lead-agency-proof-section.is-visible .geo-lead-agency-hero-proof-card:nth-child(2){animation-delay:.12s}.geo-lead-agency-proof-section.is-visible .geo-lead-agency-hero-proof-card:nth-child(3){animation-delay:.24s}.geo-lead-agency-hero-proof-card h3{margin:0 0 .25rem;font-size:.87rem;font-weight:700;color:#fff;text-align:left}.geo-lead-agency-hero-proof-card p{margin:0;font-size:.78rem;line-height:1.35;color:#ffffffeb;text-align:left}.geo-lead-agency-proof-section{padding-top:1.4rem}.geo-lead-agency-proof-section .geo-lead-agency-section-title{margin:0 auto}.geo-lead-agency-hero-proof-grid-neutral .geo-lead-agency-hero-proof-card{background-color:#f8f8fa;border:1px solid rgba(47,98,224,.15)}.geo-lead-agency-hero-proof-grid-neutral .geo-lead-agency-hero-proof-card:hover{transform:translateY(-4px);background-color:#2f62e012;border-color:#2f62e080;box-shadow:0 12px 26px #0f327824}.geo-lead-agency-hero-proof-grid-neutral .geo-lead-agency-hero-proof-card h3{color:#2f62e0;transition:transform .22s ease,color .22s ease}.geo-lead-agency-hero-proof-grid-neutral .geo-lead-agency-hero-proof-card:hover h3{transform:translate(2px)}.geo-lead-agency-hero-proof-grid-neutral .geo-lead-agency-hero-proof-card p{color:#202124}.geo-lead-agency-section-title{margin:0 auto 1rem 0;font-size:2rem;font-weight:700;color:#202124}.geo-lead-agency-section-text{margin:0 auto 1rem 0;font-size:1.05rem;line-height:1.7;color:#828488}.geo-lead-agency-list{margin:0;padding-left:1.2rem}.geo-lead-agency-list li{margin:0 0 .8rem;font-size:1rem;line-height:1.6;color:#202124}.geo-lead-agency-problem-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.geo-lead-agency-problem-section{width:100%;max-width:none;margin:0 0 2rem;border-radius:0;padding:2.2rem 6%;background:radial-gradient(circle at 18% 14%,#2f62e033,#2f62e000 34%),radial-gradient(circle at 82% 86%,#34d3992e,#34d39900 36%),linear-gradient(180deg,#0b0e15,#11151f);border:1px solid rgba(138,174,255,.14);box-shadow:0 14px 36px #07090e8c;position:relative;overflow:hidden}.geo-lead-agency-problem-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:30px 30px;opacity:.13;pointer-events:none}.geo-lead-agency-problem-section .geo-lead-agency-section-title,.geo-lead-agency-problem-section .geo-lead-agency-section-text{position:relative;z-index:1}.geo-lead-agency-problem-section .geo-lead-agency-section-title{color:#f4f8fffa}.geo-lead-agency-problem-section .geo-lead-agency-section-text{color:#d3dceee6}.geo-lead-agency-problem-card{padding:1rem;border-radius:18px;background:linear-gradient(180deg,#f8f8fa,#f0f6ffe6);border:1px solid rgba(47,98,224,.14);box-shadow:0 8px 20px #0f327814;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background-color .24s ease}.geo-lead-agency-problem-section .geo-lead-agency-problem-card{position:relative;z-index:1;background:linear-gradient(180deg,#141a26f2,#111723eb);border:1px solid rgba(138,174,255,.2);box-shadow:0 12px 26px #05080d59}.geo-lead-agency-problem-card:hover{transform:translateY(-4px);border-color:#2f62e075;box-shadow:0 15px 30px #0f327826;background:linear-gradient(180deg,#f4f8ff,#e6f2fffa)}.geo-lead-agency-problem-section .geo-lead-agency-problem-card:hover{border-color:#ff6b6bd1;box-shadow:0 16px 30px #350a107a;background:linear-gradient(180deg,#381219f5,#2a1114fa)}.geo-lead-agency-problem-index{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.4rem;margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;color:#2f62e0}.geo-lead-agency-problem-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:999px;background-color:#ea42361f;border:1px solid rgba(234,66,54,.35);color:#ea4236;font-size:.72rem;line-height:1;font-weight:700}.geo-lead-agency-problem-card h3{margin:0 0 .55rem;font-size:1.15rem;font-weight:700;color:#202124;transition:transform .24s ease}.geo-lead-agency-problem-section .geo-lead-agency-problem-card h3{color:#ecf3fffa}.geo-lead-agency-problem-section .geo-lead-agency-problem-card:hover h3{color:#fff1f1fa}.geo-lead-agency-problem-card:hover h3{transform:translate(3px)}.geo-lead-agency-problem-text{margin:0 0 .75rem;font-size:.96rem;line-height:1.58;color:#828488}.geo-lead-agency-problem-section .geo-lead-agency-problem-text{color:#c5d0e5eb}.geo-lead-agency-problem-section .geo-lead-agency-problem-card:hover .geo-lead-agency-problem-text{color:#ffe8e8f2}.geo-lead-agency-problem-impact-label{margin:0 0 .2rem;font-size:.76rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;color:#ea4236;opacity:.9}.geo-lead-agency-problem-impact{margin:0;font-size:.95rem;line-height:1.55;color:#202124;opacity:.9;transition:opacity .24s ease,transform .24s ease}.geo-lead-agency-problem-section .geo-lead-agency-problem-impact{color:#dde6f7f2}.geo-lead-agency-problem-section .geo-lead-agency-problem-card:hover .geo-lead-agency-problem-impact{color:#ffeeeef7}.geo-lead-agency-problem-section .geo-lead-agency-problem-index{color:#ff6b6beb}.geo-lead-agency-problem-section .geo-lead-agency-problem-card:hover .geo-lead-agency-problem-index{color:#ffc4c4f7}.geo-lead-agency-problem-card:hover .geo-lead-agency-problem-impact{opacity:1;transform:translateY(-1px)}.geo-lead-agency-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0 0}.geo-lead-agency-profile-card{padding:1rem;border:1px solid rgba(47,98,224,.2);border-radius:16px;background-color:#f8f8fa;text-align:left;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.geo-lead-agency-profile-card:hover{transform:translateY(-2px);border-color:#2f62e073;box-shadow:0 10px 24px #0f32781f}.geo-lead-agency-profile-card.is-active{background-color:#2f62e014;border-color:#2f62e09e;box-shadow:0 12px 24px #0f327826}.geo-lead-agency-profile-card h3{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:#2f62e0}.geo-lead-agency-profile-card p{margin:0;font-size:.92rem;line-height:1.5;color:#202124}.geo-lead-agency-profile-detail{margin:1rem 0 0;padding:1rem;border-radius:18px;background-color:#d1fae55c;border:1px solid rgba(52,211,153,.42);animation:ProfileDetailIn .34s ease-out}.geo-lead-agency-profile-detail-label{margin:0 0 .2rem;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.04rem;color:#2f62e0}.geo-lead-agency-profile-detail-text{margin:0 0 .75rem;font-size:.98rem;line-height:1.62;color:#202124}.geo-lead-agency-profile-detail-text:last-child{margin-bottom:0}.geo-lead-agency-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.geo-lead-agency-stat-card{padding:1rem;border-radius:20px;background-color:#f8f8fa;border:1px solid rgba(47,98,224,.12)}.geo-lead-agency-stat-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;color:#2f62e0}.geo-lead-agency-stat-text{margin:0;font-size:.98rem;line-height:1.6;color:#202124}.geo-lead-agency-outsource-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0 0 1rem}.geo-lead-agency-outsource-check-card{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.55rem;padding:.85rem;border-radius:14px;background-color:#d1fae557;border:1px solid rgba(52,211,153,.45)}.geo-lead-agency-outsource-check-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.2rem;border-radius:999px;background-color:#34d399e6;color:#fff;font-size:.72rem;font-weight:700;line-height:1}.geo-lead-agency-outsource-check-card p{margin:0;font-size:.94rem;line-height:1.5;color:#202124}.geo-lead-agency-outsource-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.geo-lead-agency-outsource-split-card{padding:1rem;border-radius:16px;background-color:#f8f8fa;border:1px solid rgba(47,98,224,.16)}.geo-lead-agency-outsource-split-card h3{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:#2f62e0}.geo-lead-agency-process-timeline{position:relative;margin:.6rem auto .4rem;padding:.3rem .1rem .2rem;max-width:980px}.geo-lead-agency-process-path{position:absolute;top:0;left:50%;transform:translate(-50%);width:9.2rem;height:100%;overflow:visible;pointer-events:none}.geo-lead-agency-process-path path{fill:none;stroke:url(#geo-lead-agency-process-gradient);stroke-width:3.2;stroke-linecap:round;stroke-dasharray:6 8;stroke-dashoffset:120;opacity:.82}.geo-lead-agency-process-stage-layer{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.95rem}.geo-lead-agency-process-stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;min-height:6rem;opacity:0;transform:translateY(10px)}.geo-lead-agency-process-dot{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:1.6rem;height:1.6rem;border-radius:999px;background:linear-gradient(135deg,#72a0ff,#2f62e0);color:#fff;font-size:.78rem;font-weight:700;line-height:1;box-shadow:0 0 0 6px #2f62e024,0 6px 16px #0f327833}.geo-lead-agency-process-dot:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:999px;border:1px solid rgba(114,160,255,.6);opacity:0;transform:scale(.8)}.geo-lead-agency-process-card{box-sizing:border-box;grid-column:1/2;justify-self:stretch;align-self:center;padding:.8rem .9rem;border-radius:16px;background:linear-gradient(150deg,#fff,#f0f7fff2);border:1px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(130deg,#72a0ff57,#34d39940);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 10px 26px #0f32781c;width:min(100%,22.5rem);max-width:calc(100% - 1.2rem);min-width:0;transition:transform .24s ease,box-shadow .24s ease}.geo-lead-agency-process-card p{margin:0;font-size:.93rem;line-height:1.52;color:#202124}.geo-lead-agency-process-stage.step-1 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-3 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-5 .geo-lead-agency-process-card{grid-column:2/3;justify-self:start;margin-left:1.2rem}.geo-lead-agency-process-stage.step-2 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-4 .geo-lead-agency-process-card{grid-column:1/2;justify-self:end;margin-right:1.2rem}.geo-lead-agency-section.is-visible .geo-lead-agency-process-path path{animation:ProcessPathDraw 1.1s ease-out forwards}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage{animation:ProcessStageIn .55s ease-out forwards}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(2){animation-delay:.12s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(3){animation-delay:.24s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(4){animation-delay:.36s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(5){animation-delay:.48s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage .geo-lead-agency-process-dot:after{animation:ProcessDotPulse 1.8s ease-out infinite}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(2) .geo-lead-agency-process-dot:after{animation-delay:.12s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(3) .geo-lead-agency-process-dot:after{animation-delay:.24s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(4) .geo-lead-agency-process-dot:after{animation-delay:.36s}.geo-lead-agency-section.is-visible .geo-lead-agency-process-stage:nth-child(5) .geo-lead-agency-process-dot:after{animation-delay:.48s}.geo-lead-agency-process-stage:hover .geo-lead-agency-process-card{transform:translateY(-3px);box-shadow:0 14px 28px #0f327829}.geo-lead-agency-process-stage.is-final .geo-lead-agency-process-dot{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 0 0 8px #34d39933,0 8px 18px #0f32783d;width:1.85rem;height:1.85rem}.geo-lead-agency-process-stage.is-final .geo-lead-agency-process-card{background-image:linear-gradient(#fff,#fff),linear-gradient(130deg,#34d39966,#2f62e047)}.geo-lead-agency-cta{background-color:#d1fae573}@keyframes HeroFloat{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}@keyframes HeroContentIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroCardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes ProfileDetailIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ProcessPathDraw{0%{stroke-dashoffset:120;opacity:.2}to{stroke-dashoffset:0;opacity:.82}}@keyframes ProcessStageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ProcessDotPulse{0%{opacity:0;transform:scale(.8)}30%{opacity:.45}to{opacity:0;transform:scale(1.35)}}@media screen and (max-width: 1100px){.geo-lead-agency-hero{height:calc(100svh - 5rem);min-height:calc(100svh - 5rem);padding:.8rem 4% .6rem}.geo-lead-agency-kicker{font-size:1.45rem}.geo-lead-agency-title{font-size:2.5rem}.geo-lead-agency-subtitle{width:100%;font-size:1rem}.geo-lead-agency-hero-proof-grid{grid-template-columns:1fr;margin-top:.65rem}.geo-lead-agency-profile-grid,.geo-lead-agency-problem-grid,.geo-lead-agency-outsource-checklist,.geo-lead-agency-outsource-split{grid-template-columns:1fr}.geo-lead-agency-process-timeline{padding:.3rem 0}.geo-lead-agency-process-card{width:min(100%,17rem)}.geo-lead-agency-section-title{font-size:1.7rem}}@media screen and (max-width: 760px){.geo-lead-agency-section{width:94%;padding:1.4rem;border-radius:22px}.geo-lead-agency-hero{height:auto;min-height:calc(100svh - 1rem);padding:.8rem .9rem .7rem;border-radius:0 0 30px 30px}.geo-lead-agency-problem-section{width:100%;max-width:none;margin:0 0 2rem;padding:1.5rem 1rem;border-radius:0}.geo-lead-agency-kicker{gap:.35rem;font-size:1.15rem}.geo-lead-agency-title{font-size:1.7rem}.geo-lead-agency-subtitle{font-size:.9rem;line-height:1.4}.geo-lead-agency-hero-points{gap:.45rem}.geo-lead-agency-hero-points li{font-size:.8rem;padding:.35rem .65rem}.geo-lead-agency-hero-proof-grid{margin-top:.55rem}.geo-lead-agency-hero-proof-card p{font-size:.76rem;line-height:1.3}.geo-lead-agency-problem-card{padding:.9rem}.geo-lead-agency-problem-card h3{font-size:1rem}.geo-lead-agency-problem-text,.geo-lead-agency-problem-impact{font-size:.9rem}.geo-lead-agency-profile-card{padding:.85rem}.geo-lead-agency-profile-card h3{font-size:.98rem}.geo-lead-agency-profile-card p{font-size:.88rem}.geo-lead-agency-profile-detail{padding:.85rem}.geo-lead-agency-profile-detail-text{font-size:.94rem}.geo-lead-agency-section-title{font-size:1.45rem}.geo-lead-agency-section-text{font-size:.98rem}.geo-lead-agency-outsource-check-card p{font-size:.9rem}.geo-lead-agency-process-timeline{min-height:auto;width:100%;max-width:30rem;margin-left:auto;margin-right:auto;overflow-x:hidden;background:transparent}.geo-lead-agency-process-path{display:none}.geo-lead-agency-process-stage-layer{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;background:transparent!important;box-shadow:none}.geo-lead-agency-process-stage-layer:before{content:"";position:absolute;top:.95rem;bottom:1.1rem;left:50%;transform:translate(-50%);width:.2rem;border-radius:999px;background:linear-gradient(180deg,#8aaefff2,#34d399f2);opacity:.9;z-index:0}.geo-lead-agency-process-stage{position:relative;display:block;padding-left:0;width:100%;max-width:30rem;margin-left:auto;margin-right:auto;z-index:1}.geo-lead-agency-process-dot{position:absolute;top:.55rem;left:50%;transform:translate(-50%);grid-column:auto;justify-self:auto;width:1.45rem;height:1.45rem;z-index:3}.geo-lead-agency-process-card{grid-column:auto;width:100%;max-width:100%;padding-top:2.35rem;margin:0 auto;transform:none;text-align:center;border:none;background-color:#fff;background-image:none;position:relative;z-index:2}.geo-lead-agency-process-stage.step-1 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-2 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-3 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-4 .geo-lead-agency-process-card,.geo-lead-agency-process-stage.step-5 .geo-lead-agency-process-card{grid-column:auto;justify-self:auto;margin:0 auto}.geo-lead-agency-process-card p{font-size:.9rem;line-height:1.48;position:relative;z-index:1}.geo-lead-agency-stats-grid{grid-template-columns:1fr}}
