.logo-animation-module *{box-sizing:border-box;margin:0;padding:0}.logo-animation-module{background:#fffdf9;min-height:100vh;transition:background-color 1s ease}.logo-animation-module.show-background{background:#e5e5e5}.logo-overlay{align-items:center;background:#fffdf9;display:flex;height:100vh;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s ease 2.5s;width:100vw;z-index:9999}.logo-overlay.fade-out{opacity:0}.logo-center{align-items:center;display:flex;height:300px;justify-content:center;position:relative;width:300px}.animated-dot{background:#e73d3d;border-radius:50%;height:60px;position:fixed;transition:all 1.5s cubic-bezier(.68,-.55,.265,1.55);width:60px;will-change:transform,background-color;z-index:10001}.animated-dot[data-index="0"]{left:200px;top:250px}.animated-dot[data-index="1"]{left:200px;top:335px}.animated-dot[data-index="2"]{left:200px;top:420px}.animated-dot[data-index="3"]{left:285px;top:292.5px}.animated-dot[data-index="4"]{left:285px;top:377.5px}.animated-dot[data-index="5"]{left:370px;top:335px}.services-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-items:center;margin:0 auto;max-width:1400px;opacity:0;padding:2rem;transition:opacity .8s ease}.services-grid.visible{opacity:1}.service-card{background:#fffdf9;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:inherit;cursor:pointer;display:block;max-width:400px;overflow:visible;padding:2rem;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.service-card:before{background:var(--service-color,#e73d3d);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.service-card:hover{box-shadow:0 8px 12px rgba(0,0,0,.15);transform:translateY(-5px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{align-items:center;background:transparent!important;border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;position:relative;width:60px}.service-icon .animated-dot{height:60px;left:0;position:absolute;top:0;width:60px;z-index:1}.service-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#7f8c8d;line-height:1.6;margin-bottom:1rem}.service-image{background:#ecf0f1;border-radius:8px;height:180px;margin-bottom:1rem;object-fit:cover;width:100%}.cta-arrow{font-weight:700;opacity:0;transition:opacity .3s ease}.service-card:hover .cta-arrow{opacity:1}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px) and (min-width:769px){.animated-dot[data-index="0"]{left:50%;margin-left:-130px;top:250px}.animated-dot[data-index="1"]{left:50%;margin-left:-130px;top:335px}.animated-dot[data-index="2"]{left:50%;margin-left:-130px;top:420px}.animated-dot[data-index="3"]{left:50%;margin-left:-45px;top:292.5px}.animated-dot[data-index="4"]{left:50%;margin-left:-45px;top:377.5px}.animated-dot[data-index="5"]{left:50%;margin-left:40px;top:335px}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.logo-center{height:220px;width:220px}.animated-dot,.service-icon,.service-icon .animated-dot{height:50px;width:50px}.animated-dot[data-index="0"]{left:50%;margin-left:-85px;top:200px}.animated-dot[data-index="1"]{left:50%;margin-left:-85px;top:270px}.animated-dot[data-index="2"]{left:50%;margin-left:-85px;top:340px}.animated-dot[data-index="3"]{left:50%;margin-left:-15px;top:235px}.animated-dot[data-index="4"]{left:50%;margin-left:-15px;top:305px}.animated-dot[data-index="5"]{left:50%;margin-left:55px;top:270px}}