.Hero-module__ZARIfG__hero{flex-direction:column;justify-content:flex-start;min-height:100svh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__parallaxBg{z-index:0;width:100%;height:120%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__overlay{background:linear-gradient(135deg,#3d5a5bf7 0%,#2d4445f2 50%,#3d5a5bed 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__floatingElements{z-index:1;pointer-events:none;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__floatingCircle1,.Hero-module__ZARIfG__floatingCircle2,.Hero-module__ZARIfG__floatingCircle3{background:var(--accent);opacity:.08;border-radius:50%;position:absolute}.Hero-module__ZARIfG__floatingCircle1{width:400px;height:400px;animation:8s ease-in-out infinite Hero-module__ZARIfG__float1;top:-100px;right:-100px}.Hero-module__ZARIfG__floatingCircle2{width:300px;height:300px;animation:10s ease-in-out infinite Hero-module__ZARIfG__float2;bottom:100px;left:-150px}.Hero-module__ZARIfG__floatingCircle3{width:200px;height:200px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float3;top:50%;right:20%}@keyframes Hero-module__ZARIfG__float1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,30px)scale(1.1)}}@keyframes Hero-module__ZARIfG__float2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}}@keyframes Hero-module__ZARIfG__float3{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.Hero-module__ZARIfG__container{text-align:center;z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;padding:5rem 1rem 2rem;display:flex;position:relative}.Hero-module__ZARIfG__content{flex:1;max-width:100%}.Hero-module__ZARIfG__badge{background:var(--accent);color:var(--primary);text-transform:uppercase;letter-spacing:.5px;border-radius:50px;margin-bottom:.75rem;padding:.35rem .875rem;font-size:.7rem;font-weight:700;animation:.5s Hero-module__ZARIfG__fadeInDown;display:inline-block}.Hero-module__ZARIfG__title{color:var(--accent);margin-bottom:.75rem;font-size:1.5rem;line-height:1.2;animation:.5s .1s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__titleLine{margin-bottom:.25rem;display:block}.Hero-module__ZARIfG__highlight{color:#fff;display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";background:var(--accent);opacity:.3;z-index:-1;width:100%;height:6px;animation:.8s ease-out .6s both Hero-module__ZARIfG__expandWidth;position:absolute;bottom:2px;left:0}@keyframes Hero-module__ZARIfG__expandWidth{0%{width:0}to{width:100%}}.Hero-module__ZARIfG__subtitle{color:#ffffffd9;max-width:100%;margin-bottom:1.25rem;font-size:.9rem;font-weight:400;line-height:1.6;animation:.5s .2s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__cta{flex-direction:column;gap:.75rem;width:100%;animation:.5s .3s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__ctaBtn{min-height:48px;padding:.875rem 1.5rem;font-size:.9rem}.Hero-module__ZARIfG__btnSecondary{color:var(--accent);border:2px solid var(--accent);background-color:#0000;min-height:48px;padding:.75rem 1.5rem;font-weight:600;position:relative;overflow:hidden}.Hero-module__ZARIfG__btnSecondary:before{content:"";background:var(--accent);z-index:-1;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.Hero-module__ZARIfG__btnSecondary:hover:before{left:0}.Hero-module__ZARIfG__btnSecondary:hover{color:var(--primary)}.Hero-module__ZARIfG__imageWrapper{order:-1;animation:.5s .3s both Hero-module__ZARIfG__fadeInUp;display:block;position:relative}.Hero-module__ZARIfG__imageContainer{width:180px;height:220px;margin:0 auto;position:relative}.Hero-module__ZARIfG__imageBorder{border:2px solid var(--accent);opacity:.5;z-index:-1;transition:all .3s;position:absolute;inset:-10px 10px 10px -10px}.Hero-module__ZARIfG__imageContainer:hover .Hero-module__ZARIfG__imageBorder{opacity:.8;top:-15px;left:-15px}.Hero-module__ZARIfG__imagePlaceholder{width:100%;height:100%;box-shadow:var(--shadow-xl);transition:all .3s;position:relative;overflow:hidden}.Hero-module__ZARIfG__imagePlaceholder:after{content:"";background:linear-gradient(#0000 60%,#3d5a5bcc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__imageContainer:hover .Hero-module__ZARIfG__imagePlaceholder{transform:scale(1.02)}.Hero-module__ZARIfG__experienceBadge{background:var(--accent);color:var(--primary);text-align:center;box-shadow:var(--shadow-lg);padding:.875rem;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute;bottom:-15px;right:0}.Hero-module__ZARIfG__experienceNumber{font-family:var(--font-frank);color:var(--primary);font-size:1.5rem;font-weight:700;line-height:1;display:block}.Hero-module__ZARIfG__experienceText{text-transform:uppercase;letter-spacing:.5px;color:var(--primary);margin-top:.15rem;font-size:.65rem;display:block}@keyframes Hero-module__ZARIfG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Hero-module__ZARIfG__statsWrapper{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000040;border-top:1px solid #d4875a33;padding:.875rem 0;position:relative}.Hero-module__ZARIfG__statsContainer{justify-content:space-around;gap:.5rem;display:flex}.Hero-module__ZARIfG__statItem{text-align:center;flex-direction:column;align-items:center;padding:.5rem .25rem;animation:.5s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__statIcon{display:none}.Hero-module__ZARIfG__statContent{flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__statValue{font-family:var(--font-frank);color:var(--accent);font-size:1.1rem;font-weight:700;line-height:1}.Hero-module__ZARIfG__statLabel{color:#ffffffb3;white-space:nowrap;margin-top:.15rem;font-size:.65rem}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (min-width:480px){.Hero-module__ZARIfG__container{gap:2rem;padding:5.5rem 1.5rem 2.5rem}.Hero-module__ZARIfG__badge{padding:.4rem 1rem;font-size:.75rem}.Hero-module__ZARIfG__title{font-size:1.875rem}.Hero-module__ZARIfG__subtitle{max-width:450px;margin-left:auto;margin-right:auto;font-size:.95rem}.Hero-module__ZARIfG__cta{flex-direction:row;justify-content:center;width:auto}.Hero-module__ZARIfG__ctaBtn,.Hero-module__ZARIfG__btnSecondary{width:auto}.Hero-module__ZARIfG__imageContainer{width:200px;height:250px}.Hero-module__ZARIfG__statsWrapper{padding:1rem 0}.Hero-module__ZARIfG__statValue{font-size:1.25rem}.Hero-module__ZARIfG__statLabel{font-size:.7rem}}@media (min-width:768px){.Hero-module__ZARIfG__floatingElements{display:block}.Hero-module__ZARIfG__container{padding:6rem 2rem 3rem}.Hero-module__ZARIfG__badge{margin-bottom:1rem;padding:.45rem 1.1rem;font-size:.8rem}.Hero-module__ZARIfG__title{margin-bottom:1rem;font-size:2.25rem}.Hero-module__ZARIfG__subtitle{max-width:500px;margin-bottom:1.5rem;font-size:1rem}.Hero-module__ZARIfG__ctaBtn{padding:1rem 2rem;font-size:.95rem}.Hero-module__ZARIfG__btnSecondary{padding:.875rem 1.875rem}.Hero-module__ZARIfG__statsWrapper{padding:1.25rem 0}.Hero-module__ZARIfG__statsContainer{gap:1rem}.Hero-module__ZARIfG__statItem{text-align:left;flex-direction:row;gap:.75rem}.Hero-module__ZARIfG__statIcon{width:44px;height:44px;color:var(--accent);background:#d4875a33;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__ZARIfG__statContent{align-items:flex-start}.Hero-module__ZARIfG__statValue{font-size:1.5rem}.Hero-module__ZARIfG__statLabel{font-size:.8rem}.Hero-module__ZARIfG__imageContainer{width:240px;height:300px}.Hero-module__ZARIfG__experienceBadge{padding:1rem}.Hero-module__ZARIfG__experienceNumber{font-size:1.75rem}.Hero-module__ZARIfG__experienceText{font-size:.7rem}}@media (min-width:1024px){.Hero-module__ZARIfG__container{text-align:left;flex-direction:row;justify-content:space-between;gap:3rem;padding:7rem 2rem 4rem}.Hero-module__ZARIfG__content{max-width:550px}.Hero-module__ZARIfG__badge{margin-bottom:1.25rem;font-size:.85rem}.Hero-module__ZARIfG__title{margin-bottom:1.25rem;font-size:2.75rem}.Hero-module__ZARIfG__highlight:after{height:8px;bottom:4px}.Hero-module__ZARIfG__subtitle{max-width:480px;margin-bottom:2rem;margin-left:0;margin-right:0;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__cta{justify-content:flex-start}.Hero-module__ZARIfG__imageWrapper{order:1;animation:.8s .4s both Hero-module__ZARIfG__fadeInRight}.Hero-module__ZARIfG__imageContainer{width:320px;height:400px;margin:0}.Hero-module__ZARIfG__experienceBadge{padding:1.25rem;bottom:25px;right:-20px}.Hero-module__ZARIfG__experienceNumber{font-size:2rem}.Hero-module__ZARIfG__experienceText{font-size:.75rem}.Hero-module__ZARIfG__statsWrapper{padding:1.5rem 0}.Hero-module__ZARIfG__statsContainer{gap:2rem;max-width:1200px;margin:0 auto}.Hero-module__ZARIfG__statIcon{width:52px;height:52px}.Hero-module__ZARIfG__statItem:hover .Hero-module__ZARIfG__statIcon{background:var(--accent);color:var(--primary);transform:scale(1.1)}.Hero-module__ZARIfG__statValue{font-size:1.75rem}.Hero-module__ZARIfG__statLabel{font-size:.85rem}}@media (min-width:1280px){.Hero-module__ZARIfG__container{gap:4rem;padding:8rem 2rem 5rem}.Hero-module__ZARIfG__content{max-width:600px}.Hero-module__ZARIfG__title{font-size:3.25rem}.Hero-module__ZARIfG__subtitle{max-width:500px;font-size:1.15rem}.Hero-module__ZARIfG__imageContainer{width:380px;height:480px}.Hero-module__ZARIfG__imageBorder{border-width:3px;top:-15px;left:-15px}.Hero-module__ZARIfG__experienceBadge{padding:1.5rem;bottom:30px;right:-30px}.Hero-module__ZARIfG__experienceNumber{font-size:2.5rem}.Hero-module__ZARIfG__experienceText{font-size:.8rem}.Hero-module__ZARIfG__statIcon{width:60px;height:60px}.Hero-module__ZARIfG__statValue{font-size:2rem}.Hero-module__ZARIfG__statLabel{font-size:.9rem}}
.PracticeAreas-module__y5UrrW__section{background-color:var(--surface);padding:3rem 0;position:relative}.PracticeAreas-module__y5UrrW__header{text-align:center;opacity:0;margin-bottom:2rem;transform:translateY(20px)}.PracticeAreas-module__y5UrrW__header.PracticeAreas-module__y5UrrW__visible{animation:.5s forwards PracticeAreas-module__y5UrrW__fadeInUp}.PracticeAreas-module__y5UrrW__badge{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;background:#d4875a1a;border-radius:50px;margin-bottom:.75rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.PracticeAreas-module__y5UrrW__title{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.PracticeAreas-module__y5UrrW__highlight{color:var(--accent)}.PracticeAreas-module__y5UrrW__subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:.9rem;line-height:1.6}.PracticeAreas-module__y5UrrW__grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}.PracticeAreas-module__y5UrrW__card{opacity:0;background:#fff;border:1px solid #0000;border-radius:10px;padding:1.25rem;transition:all .3s;position:relative;overflow:hidden;transform:translateY(20px)}.PracticeAreas-module__y5UrrW__card.PracticeAreas-module__y5UrrW__visible{animation:.5s forwards PracticeAreas-module__y5UrrW__fadeInUp}.PracticeAreas-module__y5UrrW__card:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));transform-origin:0;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.PracticeAreas-module__y5UrrW__card:active{transform:scale(.98)}.PracticeAreas-module__y5UrrW__card:active:before{transform:scaleX(1)}.PracticeAreas-module__y5UrrW__cardTop{align-items:center;gap:.875rem;margin-bottom:.875rem;display:flex}.PracticeAreas-module__y5UrrW__iconWrapper{background:linear-gradient(135deg,#3d5a5b0d,#d4875a1a);border-radius:10px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;transition:all .3s;display:flex}.PracticeAreas-module__y5UrrW__icon{color:var(--primary);transition:all .3s}.PracticeAreas-module__y5UrrW__cardTitle{font-family:var(--font-frank);color:var(--primary);font-size:1.1rem;font-weight:700;transition:color .3s}.PracticeAreas-module__y5UrrW__cardDescription{font-family:var(--font-karla);color:var(--text-main);margin-bottom:.875rem;font-size:.875rem;line-height:1.6}.PracticeAreas-module__y5UrrW__features{margin-bottom:1rem;list-style:none}.PracticeAreas-module__y5UrrW__features li{color:var(--text-muted);margin-bottom:.35rem;padding-left:1rem;font-size:.8rem;position:relative}.PracticeAreas-module__y5UrrW__features li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.PracticeAreas-module__y5UrrW__readMore{color:var(--accent);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;transition:gap .3s;display:inline-flex}.PracticeAreas-module__y5UrrW__readMore:active{gap:.6rem}.PracticeAreas-module__y5UrrW__readMore svg{transition:transform .3s}.PracticeAreas-module__y5UrrW__cta{text-align:center}@keyframes PracticeAreas-module__y5UrrW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.PracticeAreas-module__y5UrrW__section{padding:3.5rem 0}.PracticeAreas-module__y5UrrW__header{margin-bottom:2.5rem}.PracticeAreas-module__y5UrrW__badge{padding:.45rem 1.1rem;font-size:.8rem}.PracticeAreas-module__y5UrrW__title{font-size:1.75rem}.PracticeAreas-module__y5UrrW__subtitle{font-size:.95rem}.PracticeAreas-module__y5UrrW__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.PracticeAreas-module__y5UrrW__card{padding:1.5rem}.PracticeAreas-module__y5UrrW__iconWrapper{width:52px;height:52px}.PracticeAreas-module__y5UrrW__cardTitle{font-size:1.15rem}}@media (min-width:768px){.PracticeAreas-module__y5UrrW__section{padding:4rem 0}.PracticeAreas-module__y5UrrW__header{margin-bottom:3rem}.PracticeAreas-module__y5UrrW__title{font-size:2rem}.PracticeAreas-module__y5UrrW__subtitle{max-width:550px;font-size:1rem}.PracticeAreas-module__y5UrrW__card{padding:1.75rem}.PracticeAreas-module__y5UrrW__card:hover{border-color:#d4875a33;transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.PracticeAreas-module__y5UrrW__card:hover:before{transform:scaleX(1)}.PracticeAreas-module__y5UrrW__card:hover .PracticeAreas-module__y5UrrW__iconWrapper{background:linear-gradient(135deg,var(--primary),var(--accent))}.PracticeAreas-module__y5UrrW__card:hover .PracticeAreas-module__y5UrrW__icon{color:#fff;transform:scale(1.1)}.PracticeAreas-module__y5UrrW__card:hover .PracticeAreas-module__y5UrrW__cardTitle{color:var(--accent)}.PracticeAreas-module__y5UrrW__readMore:hover{gap:.6rem}.PracticeAreas-module__y5UrrW__readMore:hover svg{transform:translate(3px)}}@media (min-width:1024px){.PracticeAreas-module__y5UrrW__section{padding:5rem 0}.PracticeAreas-module__y5UrrW__header{margin-bottom:3.5rem}.PracticeAreas-module__y5UrrW__badge{padding:.5rem 1.25rem;font-size:.85rem}.PracticeAreas-module__y5UrrW__title{margin-bottom:1rem;font-size:2.25rem}.PracticeAreas-module__y5UrrW__subtitle{max-width:600px;font-size:1.05rem}.PracticeAreas-module__y5UrrW__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.PracticeAreas-module__y5UrrW__card{padding:2rem}.PracticeAreas-module__y5UrrW__card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.PracticeAreas-module__y5UrrW__iconWrapper{border-radius:12px;width:60px;height:60px}.PracticeAreas-module__y5UrrW__cardTitle{font-size:1.25rem}.PracticeAreas-module__y5UrrW__cardDescription{margin-bottom:1rem;font-size:.95rem;line-height:1.7}.PracticeAreas-module__y5UrrW__features li{margin-bottom:.5rem;font-size:.9rem}.PracticeAreas-module__y5UrrW__readMore{font-size:.9rem}}@media (min-width:1280px){.PracticeAreas-module__y5UrrW__section{padding:6rem 0}.PracticeAreas-module__y5UrrW__header{margin-bottom:4rem}.PracticeAreas-module__y5UrrW__title{font-size:2.5rem}.PracticeAreas-module__y5UrrW__subtitle{font-size:1.1rem}}
.WhyChooseUs-module__aV2w7G__section{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:var(--text-light);padding:3rem 0;position:relative;overflow:hidden}.WhyChooseUs-module__aV2w7G__background{pointer-events:none;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.WhyChooseUs-module__aV2w7G__bgShape1{background:radial-gradient(circle,#d4875a26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:10s ease-in-out infinite WhyChooseUs-module__aV2w7G__float1;position:absolute;top:-50%;right:-20%}.WhyChooseUs-module__aV2w7G__bgShape2{background:radial-gradient(circle,#d4875a1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite WhyChooseUs-module__aV2w7G__float2;position:absolute;bottom:-30%;left:-10%}@keyframes WhyChooseUs-module__aV2w7G__float1{0%,to{transform:translate(0)}50%{transform:translate(-30px,30px)}}@keyframes WhyChooseUs-module__aV2w7G__float2{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.WhyChooseUs-module__aV2w7G__container{z-index:1;flex-direction:column;gap:2rem;display:flex;position:relative}.WhyChooseUs-module__aV2w7G__content{text-align:center;max-width:100%}.WhyChooseUs-module__aV2w7G__header{opacity:0;margin-bottom:1.5rem;transform:translateY(20px)}.WhyChooseUs-module__aV2w7G__header.WhyChooseUs-module__aV2w7G__visible{animation:.5s forwards WhyChooseUs-module__aV2w7G__fadeInUp}.WhyChooseUs-module__aV2w7G__badge{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;background:#d4875a33;border:1px solid #d4875a4d;border-radius:50px;margin-bottom:.75rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.WhyChooseUs-module__aV2w7G__title{color:var(--accent);margin-bottom:.75rem;font-size:1.5rem;line-height:1.2}.WhyChooseUs-module__aV2w7G__highlight{color:#fff}.WhyChooseUs-module__aV2w7G__subtitle{color:#fffc;font-size:.9rem;line-height:1.6}.WhyChooseUs-module__aV2w7G__benefitsList{grid-template-columns:1fr;gap:.75rem;display:grid}.WhyChooseUs-module__aV2w7G__benefitItem{color:#ffffffe6;opacity:0;justify-content:center;align-items:center;gap:.6rem;font-size:.875rem;display:flex;transform:translateY(15px)}.WhyChooseUs-module__aV2w7G__benefitItem.WhyChooseUs-module__aV2w7G__visible{animation:.4s forwards WhyChooseUs-module__aV2w7G__fadeInUp}.WhyChooseUs-module__aV2w7G__checkIcon{color:var(--accent);flex-shrink:0}.WhyChooseUs-module__aV2w7G__featuresGrid{grid-template-columns:1fr;gap:1rem;display:grid}.WhyChooseUs-module__aV2w7G__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;opacity:0;background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;padding:1.25rem;transition:all .3s;transform:translateY(20px)}.WhyChooseUs-module__aV2w7G__featureCard.WhyChooseUs-module__aV2w7G__visible{animation:.5s forwards WhyChooseUs-module__aV2w7G__fadeInUp}.WhyChooseUs-module__aV2w7G__featureCard:active{background:#ffffff1f;transform:scale(.98)}.WhyChooseUs-module__aV2w7G__featureIcon{width:56px;height:56px;color:var(--accent);background:linear-gradient(135deg,#d4875a33,#d4875a1a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;transition:all .3s;display:flex}.WhyChooseUs-module__aV2w7G__featureTitle{font-family:var(--font-frank);color:#fff;margin-bottom:.5rem;font-size:1.1rem}.WhyChooseUs-module__aV2w7G__featureDescription{color:#ffffffb3;font-size:.85rem;line-height:1.5}@keyframes WhyChooseUs-module__aV2w7G__slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes WhyChooseUs-module__aV2w7G__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.WhyChooseUs-module__aV2w7G__section{padding:3.5rem 0}.WhyChooseUs-module__aV2w7G__container{gap:2.5rem}.WhyChooseUs-module__aV2w7G__title{font-size:1.75rem}.WhyChooseUs-module__aV2w7G__subtitle{font-size:.95rem}.WhyChooseUs-module__aV2w7G__benefitsList{grid-template-columns:repeat(2,1fr);gap:.875rem}.WhyChooseUs-module__aV2w7G__featuresGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.WhyChooseUs-module__aV2w7G__featureCard{padding:1.5rem}.WhyChooseUs-module__aV2w7G__featureIcon{width:60px;height:60px}.WhyChooseUs-module__aV2w7G__featureTitle{font-size:1.15rem}.WhyChooseUs-module__aV2w7G__featureDescription{font-size:.875rem}}@media (min-width:768px){.WhyChooseUs-module__aV2w7G__section{padding:4rem 0}.WhyChooseUs-module__aV2w7G__background{display:block}.WhyChooseUs-module__aV2w7G__container{gap:3rem}.WhyChooseUs-module__aV2w7G__header{margin-bottom:2rem}.WhyChooseUs-module__aV2w7G__title{font-size:2rem}.WhyChooseUs-module__aV2w7G__subtitle{max-width:500px;margin:0 auto;font-size:1rem}.WhyChooseUs-module__aV2w7G__benefitItem{font-size:.95rem}.WhyChooseUs-module__aV2w7G__featureCard{padding:1.75rem}.WhyChooseUs-module__aV2w7G__featureCard:hover{background:#ffffff26;border-color:#d4875a66;transform:translateY(-6px);box-shadow:0 15px 30px #00000026}.WhyChooseUs-module__aV2w7G__featureCard:hover .WhyChooseUs-module__aV2w7G__featureIcon{background:var(--accent);color:#fff;transform:scale(1.1)rotate(5deg)}.WhyChooseUs-module__aV2w7G__featureIcon{width:65px;height:65px;margin-bottom:1.25rem}.WhyChooseUs-module__aV2w7G__featureTitle{margin-bottom:.75rem;font-size:1.2rem}.WhyChooseUs-module__aV2w7G__featureDescription{font-size:.9rem;line-height:1.6}}@media (min-width:1024px){.WhyChooseUs-module__aV2w7G__section{padding:5rem 0}.WhyChooseUs-module__aV2w7G__bgShape1{width:600px;height:600px}.WhyChooseUs-module__aV2w7G__bgShape2{width:400px;height:400px}.WhyChooseUs-module__aV2w7G__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.WhyChooseUs-module__aV2w7G__content{text-align:left;max-width:500px}.WhyChooseUs-module__aV2w7G__header{transform:translate(-20px)}.WhyChooseUs-module__aV2w7G__header.WhyChooseUs-module__aV2w7G__visible{animation:.5s forwards WhyChooseUs-module__aV2w7G__slideInLeft}.WhyChooseUs-module__aV2w7G__badge{padding:.45rem 1.1rem;font-size:.8rem}.WhyChooseUs-module__aV2w7G__title{margin-bottom:1rem;font-size:2.25rem}.WhyChooseUs-module__aV2w7G__subtitle{max-width:100%;margin:0;font-size:1.05rem;line-height:1.7}.WhyChooseUs-module__aV2w7G__benefitsList{justify-content:flex-start}.WhyChooseUs-module__aV2w7G__benefitItem{justify-content:flex-start;transform:translate(-15px)}.WhyChooseUs-module__aV2w7G__benefitItem.WhyChooseUs-module__aV2w7G__visible{animation:.4s forwards WhyChooseUs-module__aV2w7G__slideInLeft}.WhyChooseUs-module__aV2w7G__featureCard{padding:2rem}.WhyChooseUs-module__aV2w7G__featureCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.WhyChooseUs-module__aV2w7G__featureIcon{width:70px;height:70px}.WhyChooseUs-module__aV2w7G__featureTitle{font-size:1.25rem}}@media (min-width:1280px){.WhyChooseUs-module__aV2w7G__section{padding:6rem 0}.WhyChooseUs-module__aV2w7G__title{font-size:2.5rem}.WhyChooseUs-module__aV2w7G__subtitle{font-size:1.1rem}.WhyChooseUs-module__aV2w7G__featuresGrid{gap:1.5rem}}
.LegalProcess-module__KGZ5PW__section{background:linear-gradient(180deg,#fff 0%,var(--surface)100%);padding:3rem 0;position:relative}.LegalProcess-module__KGZ5PW__header{text-align:center;margin-bottom:2rem}.LegalProcess-module__KGZ5PW__badge{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;background:#d4875a1a;border-radius:50px;margin-bottom:.75rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.LegalProcess-module__KGZ5PW__title{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.LegalProcess-module__KGZ5PW__highlight{color:var(--accent)}.LegalProcess-module__KGZ5PW__subtitle{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:.9rem;line-height:1.6}.LegalProcess-module__KGZ5PW__processGrid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid;position:relative}.LegalProcess-module__KGZ5PW__stepCard{text-align:center;opacity:0;background:#fff;border:1px solid #0000;border-radius:10px;padding:1.75rem 1.25rem 1.25rem;transition:all .3s;position:relative;transform:translateY(20px);box-shadow:0 4px 15px #0000000d}.LegalProcess-module__KGZ5PW__stepCard.LegalProcess-module__KGZ5PW__visible{animation:.5s forwards LegalProcess-module__KGZ5PW__fadeInUp}.LegalProcess-module__KGZ5PW__stepCard:active{border-color:#d4875a4d;transform:scale(.98)}.LegalProcess-module__KGZ5PW__stepNumber{background:var(--accent);color:#fff;width:32px;height:32px;font-family:var(--font-frank);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 3px 10px #d4875a66}.LegalProcess-module__KGZ5PW__stepIcon{width:56px;height:56px;color:var(--primary);background:linear-gradient(135deg,#3d5a5b0d,#d4875a1a);border-radius:50%;justify-content:center;align-items:center;margin:.75rem auto 1rem;transition:all .3s;display:flex}.LegalProcess-module__KGZ5PW__stepTitle{font-family:var(--font-frank);color:var(--primary);margin-bottom:.5rem;font-size:1.05rem;transition:color .3s}.LegalProcess-module__KGZ5PW__stepDescription{color:var(--text-muted);font-size:.875rem;line-height:1.6}.LegalProcess-module__KGZ5PW__connector{color:var(--accent);opacity:.5;z-index:1;display:none;position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%)}.LegalProcess-module__KGZ5PW__ctaSection{margin-top:1.5rem}.LegalProcess-module__KGZ5PW__ctaContent{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.LegalProcess-module__KGZ5PW__ctaIcon{color:var(--accent);flex-shrink:0}.LegalProcess-module__KGZ5PW__ctaText{flex:1}.LegalProcess-module__KGZ5PW__ctaText h3{color:var(--accent);margin-bottom:.4rem;font-size:1.15rem}.LegalProcess-module__KGZ5PW__ctaText p{color:#ffffffd9;margin:0;font-size:.875rem;line-height:1.5}@keyframes LegalProcess-module__KGZ5PW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.LegalProcess-module__KGZ5PW__section{padding:3.5rem 0}.LegalProcess-module__KGZ5PW__header{margin-bottom:2.5rem}.LegalProcess-module__KGZ5PW__title{font-size:1.75rem}.LegalProcess-module__KGZ5PW__subtitle{font-size:.95rem}.LegalProcess-module__KGZ5PW__processGrid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.LegalProcess-module__KGZ5PW__stepCard{padding:2rem 1.5rem 1.5rem}.LegalProcess-module__KGZ5PW__stepNumber{width:36px;height:36px;font-size:.9rem}.LegalProcess-module__KGZ5PW__stepIcon{width:60px;height:60px}.LegalProcess-module__KGZ5PW__stepTitle{font-size:1.1rem}.LegalProcess-module__KGZ5PW__ctaContent{gap:1.25rem;padding:1.75rem}.LegalProcess-module__KGZ5PW__ctaText h3{font-size:1.25rem}.LegalProcess-module__KGZ5PW__ctaText p{font-size:.9rem}}@media (min-width:768px){.LegalProcess-module__KGZ5PW__section{padding:4rem 0}.LegalProcess-module__KGZ5PW__header{margin-bottom:3rem}.LegalProcess-module__KGZ5PW__title{font-size:2rem}.LegalProcess-module__KGZ5PW__subtitle{max-width:550px;font-size:1rem}.LegalProcess-module__KGZ5PW__processGrid{gap:2.5rem 2rem;margin-bottom:3rem}.LegalProcess-module__KGZ5PW__stepCard{padding:2.25rem 1.75rem 1.75rem}.LegalProcess-module__KGZ5PW__stepCard:hover{border-color:#d4875a4d;transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.LegalProcess-module__KGZ5PW__stepCard:hover .LegalProcess-module__KGZ5PW__stepIcon{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;transform:scale(1.1)}.LegalProcess-module__KGZ5PW__stepCard:hover .LegalProcess-module__KGZ5PW__stepTitle{color:var(--accent)}.LegalProcess-module__KGZ5PW__stepIcon{width:65px;height:65px;margin:1rem auto 1.25rem}.LegalProcess-module__KGZ5PW__stepTitle{margin-bottom:.75rem;font-size:1.15rem}.LegalProcess-module__KGZ5PW__stepDescription{font-size:.9rem;line-height:1.7}.LegalProcess-module__KGZ5PW__ctaContent{text-align:left;flex-direction:row;gap:1.5rem;padding:2rem}.LegalProcess-module__KGZ5PW__ctaText h3{margin-bottom:.5rem;font-size:1.35rem}.LegalProcess-module__KGZ5PW__ctaText p{font-size:.95rem}}@media (min-width:1024px){.LegalProcess-module__KGZ5PW__section{padding:5rem 0}.LegalProcess-module__KGZ5PW__header{margin-bottom:3.5rem}.LegalProcess-module__KGZ5PW__badge{padding:.45rem 1.1rem;font-size:.8rem}.LegalProcess-module__KGZ5PW__title{margin-bottom:1rem;font-size:2.25rem}.LegalProcess-module__KGZ5PW__subtitle{max-width:600px;font-size:1.05rem}.LegalProcess-module__KGZ5PW__processGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.LegalProcess-module__KGZ5PW__connector{display:block}.LegalProcess-module__KGZ5PW__stepCard{padding:2.5rem 2rem 2rem}.LegalProcess-module__KGZ5PW__stepCard:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.LegalProcess-module__KGZ5PW__stepNumber{width:40px;height:40px;font-size:1rem;top:-15px}.LegalProcess-module__KGZ5PW__stepIcon{width:70px;height:70px}.LegalProcess-module__KGZ5PW__stepTitle{font-size:1.25rem}.LegalProcess-module__KGZ5PW__stepDescription{font-size:.95rem}.LegalProcess-module__KGZ5PW__ctaSection{margin-top:2rem}.LegalProcess-module__KGZ5PW__ctaContent{gap:2rem;padding:2.5rem 3rem}.LegalProcess-module__KGZ5PW__ctaText h3{font-size:1.5rem}.LegalProcess-module__KGZ5PW__ctaText p{font-size:1rem}}@media (min-width:1280px){.LegalProcess-module__KGZ5PW__section{padding:6rem 0}.LegalProcess-module__KGZ5PW__header{margin-bottom:4rem}.LegalProcess-module__KGZ5PW__title{font-size:2.5rem}.LegalProcess-module__KGZ5PW__subtitle{font-size:1.1rem}}
