.Hero-module__Z8hQ_W__hero{color:#fff;background-color:var(--secondary-dark);align-items:center;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__background{z-index:1;width:100%;height:100%;animation:30s cubic-bezier(.445,.05,.55,.95) infinite alternate Hero-module__Z8hQ_W__slowZoom;position:absolute;top:0;left:0;transform:scale(1.1)}@keyframes Hero-module__Z8hQ_W__slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.Hero-module__Z8hQ_W__background img{object-fit:cover;opacity:.6;width:100%;height:100%}.Hero-module__Z8hQ_W__overlay{z-index:2;background:radial-gradient(circle,#281a39b3 0%,#281a39d9 60%,#281a39f2 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__container{z-index:10;width:100%;position:relative}.Hero-module__Z8hQ_W__content{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.Hero-module__Z8hQ_W__badge{-webkit-backdrop-filter:blur(10px);color:var(--highlight);text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;font-weight:700;font-family:var(--font-heading);background:#5c51681a;border:1px solid #ffd36933;border-radius:100px;align-items:center;gap:12px;margin-bottom:30px;padding:10px 24px;animation:.8s ease-out forwards Hero-module__Z8hQ_W__fadeInUp;display:inline-flex}.Hero-module__Z8hQ_W__title{color:#fff;letter-spacing:-.04em;opacity:1;margin-bottom:35px;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:.95;animation:1s ease-out .2s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__title span{color:var(--highlight);margin-top:10px;display:block}.Hero-module__Z8hQ_W__subtitle{color:var(--text-light);opacity:1;text-align:center;max-width:650px;margin:0 auto 50px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;animation:1.2s ease-out .4s forwards Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__cta{opacity:1;justify-content:center;gap:20px;animation:1.4s ease-out .6s forwards Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__scrollIndicator{color:var(--text-light);letter-spacing:.2em;text-transform:uppercase;z-index:10;opacity:1;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;animation:2s ease-out 2s forwards Hero-module__Z8hQ_W__fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__mouse{border:2px solid #fff3;border-radius:12px;width:24px;height:40px;position:relative}.Hero-module__Z8hQ_W__mouse:after{content:"";background:var(--primary);border-radius:2px;width:4px;height:6px;animation:2s infinite Hero-module__Z8hQ_W__scrollMouse;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes Hero-module__Z8hQ_W__scrollMouse{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,15px)}}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{text-align:center;height:auto;padding:180px 0 120px}.Hero-module__Z8hQ_W__content{margin:0 auto;padding:0 20px}.Hero-module__Z8hQ_W__cta{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:100%;display:flex}.Hero-module__Z8hQ_W__title{letter-spacing:-.02em;font-size:clamp(2.5rem,10vw,3.5rem);line-height:1.1}.Hero-module__Z8hQ_W__scrollIndicator{display:none}}
.Services-module__PFRRnG__section{background:#fff;padding:120px 0;position:relative}.Services-module__PFRRnG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}@media (min-width:768px) and (max-width:1199px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(4,1fr)}}.Services-module__PFRRnG__card{box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color);background:#fff;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__card:hover{box-shadow:var(--shadow-lg);border-color:var(--highlight);transform:translateY(-12px)}.Services-module__PFRRnG__imageContainer{width:100%;height:260px;position:relative;overflow:hidden}.Services-module__PFRRnG__imageContainer img{transition:transform .8s cubic-bezier(.19,1,.22,1)}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__imageContainer img{transform:scale(1.1)}.Services-module__PFRRnG__content{flex-direction:column;flex-grow:1;padding:32px;display:flex}.Services-module__PFRRnG__cardTitle{color:var(--secondary);letter-spacing:-.02em;margin-bottom:16px;font-size:1.5rem;font-weight:700}.Services-module__PFRRnG__description{color:var(--text-muted);flex-grow:1;margin-bottom:30px;font-size:.95rem;line-height:1.7}.Services-module__PFRRnG__link{color:var(--highlight);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);align-items:center;gap:10px;font-size:.8rem;font-weight:700;display:inline-flex}.Services-module__PFRRnG__link:hover{color:var(--primary-light);gap:15px}@media (max-width:768px){.Services-module__PFRRnG__grid{grid-template-columns:1fr;gap:24px}.Services-module__PFRRnG__content{padding:24px}.Services-module__PFRRnG__imageContainer{height:200px}}
.WhyChooseUs-module__rvx7SW__dark{background:var(--secondary);background-image:url(https://www.transparenttextures.com/patterns/stardust.png)}.WhyChooseUs-module__rvx7SW__dark .WhyChooseUs-module__rvx7SW__item{box-shadow:none;background:#ffffff08;border-color:#ffffff1a}.WhyChooseUs-module__rvx7SW__dark .WhyChooseUs-module__rvx7SW__itemTitle{color:#fff}.WhyChooseUs-module__rvx7SW__dark .WhyChooseUs-module__rvx7SW__itemText{color:#ffffffb3}.WhyChooseUs-module__rvx7SW__dark .WhyChooseUs-module__rvx7SW__iconWrapper{color:var(--primary);background:#a7dbf21a}.WhyChooseUs-module__rvx7SW__dark .WhyChooseUs-module__rvx7SW__item:hover{border-color:var(--primary);background:#ffffff12}.WhyChooseUs-module__rvx7SW__dark .section-label{color:var(--primary)}.WhyChooseUs-module__rvx7SW__dark .section-title{color:#fff}.WhyChooseUs-module__rvx7SW__dark .section-desc{color:#ffffffb3}.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid}@media (min-width:768px) and (max-width:1199px){.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.WhyChooseUs-module__rvx7SW__grid{grid-template-columns:repeat(4,1fr)}}.WhyChooseUs-module__rvx7SW__item{text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color);background:#fff;border-radius:24px;flex-direction:column;align-items:center;min-height:100%;padding:40px 30px;display:flex}.WhyChooseUs-module__rvx7SW__item:hover{box-shadow:var(--shadow-lg);border-color:var(--highlight);transform:translateY(-12px)}.WhyChooseUs-module__rvx7SW__iconWrapper{width:80px;height:80px;color:var(--highlight);transition:var(--transition);background:#a7dbf21a;border-radius:20px;justify-content:center;align-items:center;margin-bottom:30px;display:flex}.WhyChooseUs-module__rvx7SW__iconWrapper svg{width:32px;height:32px}.WhyChooseUs-module__rvx7SW__item:hover .WhyChooseUs-module__rvx7SW__iconWrapper{background:var(--highlight);color:var(--secondary);transform:scale(1.1)}.WhyChooseUs-module__rvx7SW__itemTitle{color:var(--secondary);letter-spacing:-.01em;margin-bottom:12px;font-size:1.4rem;font-weight:700}.WhyChooseUs-module__rvx7SW__itemText{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:768px){.WhyChooseUs-module__rvx7SW__item{padding:40px 24px}}
.TrustSections-module__YxL-xa__section{background:#fff;padding:120px 0;position:relative}.TrustSections-module__YxL-xa__gridContainer{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:40px;display:grid}.TrustSections-module__YxL-xa__content{flex-direction:column;gap:32px;display:flex}.TrustSections-module__YxL-xa__imageWrapper{min-height:400px;box-shadow:var(--shadow-lg);border-radius:24px;position:relative;overflow:hidden}.TrustSections-module__YxL-xa__box{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:24px;flex-direction:column;align-items:flex-start;padding:50px 40px;display:flex}.TrustSections-module__YxL-xa__box:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-8px)}.TrustSections-module__YxL-xa__title{color:var(--secondary);letter-spacing:-.02em;margin-bottom:20px;font-size:1.75rem;font-weight:700}.TrustSections-module__YxL-xa__text{color:var(--text-muted);margin-bottom:35px;font-size:1rem;line-height:1.7}.TrustSections-module__YxL-xa__tag{color:var(--highlight);text-transform:uppercase;letter-spacing:.15em;background:#281a3999;border-radius:100px;margin-bottom:20px;padding:6px 16px;font-size:.7rem;font-weight:800;display:inline-block}@media (max-width:992px){.TrustSections-module__YxL-xa__gridContainer{grid-template-columns:1fr;gap:32px}.TrustSections-module__YxL-xa__imageWrapper{order:-1;min-height:300px}}
.Contact-module__OWeMSG__section{padding:140px 0;position:relative;overflow:hidden}.Contact-module__OWeMSG__boxedSection{position:relative;color:#0f172a!important;background:#f1f5f9!important}.Contact-module__OWeMSG__darkSection{position:relative;background:var(--secondary)!important;color:#fff!important}.Contact-module__OWeMSG__darkSection:before{content:"";opacity:.1;pointer-events:none;z-index:1;background-image:url(https://www.transparenttextures.com/patterns/stardust.png);position:absolute;inset:0}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__title,.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__subtitle,.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__contactLabel{color:#fff!important}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__subtitle{color:#fffc!important}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__contactLabel{color:#fff9!important}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__contactCard{border-color:#ffffff1a;background:#ffffff0d!important}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__contactCard:hover{border-color:var(--primary);background:#ffffff1a!important}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__submitBtn{background:var(--primary)!important;color:var(--secondary)!important}.Contact-module__OWeMSG__darkSection .Contact-module__OWeMSG__submitBtn:hover{transform:translateY(-8px);background:#fff!important}.Contact-module__OWeMSG__boxedSection:before{content:"";opacity:.05;pointer-events:none;z-index:1;background-image:url(https://www.transparenttextures.com/patterns/stardust.png);position:absolute;inset:0}.Contact-module__OWeMSG__decorativeBg{pointer-events:none;z-index:1;background:radial-gradient(circle at 0 0,#7928ca0a 0%,#0000 40%),radial-gradient(circle at 100% 100%,#00a8e80f 0%,#0000 40%);position:absolute;inset:0}.Contact-module__OWeMSG__centeredContent{text-align:center;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.Contact-module__OWeMSG__label{text-transform:uppercase;letter-spacing:.4em;margin-bottom:25px;font-size:.9rem;font-weight:800;display:block;color:var(--primary)!important}.Contact-module__OWeMSG__title{letter-spacing:-.06em;margin-bottom:30px;font-size:clamp(3.2rem,7vw,5rem);font-weight:950;line-height:1.1;color:#0f172a!important}.Contact-module__OWeMSG__accentText{display:inline-block;position:relative;color:var(--primary)!important}.Contact-module__OWeMSG__accentText:after{content:"";background:var(--primary);opacity:.2;z-index:-1;border-radius:4px;width:calc(100% + 4px);height:12px;position:absolute;bottom:.12em;left:-2px}.Contact-module__OWeMSG__subtitle{max-width:750px;margin-bottom:90px;margin-left:auto;margin-right:auto;font-size:1.35rem;font-weight:600;line-height:1.6;color:#334155!important}.Contact-module__OWeMSG__contactList{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:90px;display:grid}.Contact-module__OWeMSG__contactCard{border:1px solid #ffffff14;border-radius:64px;flex-direction:column;align-items:center;padding:70px 45px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 15px 40px -10px #0003,0 4px 12px -4px #0000001a;background:var(--secondary)!important}.Contact-module__OWeMSG__contactCard:hover{transform:translateY(-20px)scale(1.02);box-shadow:0 40px 80px -20px #0000004d,0 10px 20px -5px #0000001a;background:var(--secondary-light)!important}.Contact-module__OWeMSG__iconWrapper{width:96px;height:96px;color:var(--primary);background:#ffffff0d;border:1px solid #ffffff26;border-radius:32px;justify-content:center;align-items:center;margin-bottom:40px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex}.Contact-module__OWeMSG__contactCard:hover .Contact-module__OWeMSG__iconWrapper{background:var(--primary);color:var(--secondary);border-color:#0000;transform:rotate(8deg);box-shadow:0 15px 30px -5px #a7dbf24d}.Contact-module__OWeMSG__contactLabel{text-transform:uppercase;letter-spacing:.3em;margin-bottom:25px;font-size:.85rem;font-weight:800;color:#fff9!important}.Contact-module__OWeMSG__contactValue{letter-spacing:-.05em;font-size:1.85rem;font-weight:950;text-decoration:none;transition:color .3s;color:#fff!important}.Contact-module__OWeMSG__contactValue:hover{color:var(--primary)!important}.Contact-module__OWeMSG__contactValueEmail{font-size:1.25rem;font-weight:800;text-decoration:none;transition:color .3s;color:#fff!important}.Contact-module__OWeMSG__contactValueEmail:hover{color:var(--primary)!important}.Contact-module__OWeMSG__contactValueSmall{font-size:1.15rem;font-weight:800;line-height:1.5;color:#fff!important}.Contact-module__OWeMSG__centeredActions{margin-top:30px}.Contact-module__OWeMSG__submitBtn{letter-spacing:.15em;border:1px solid #ffffff1a;border-radius:100px;padding:24px 80px;font-size:1.25rem;font-weight:900;transition:all .4s cubic-bezier(.165,.84,.44,1);display:inline-block;box-shadow:0 20px 40px -10px #0003,0 10px 20px -5px #0000001a;background:var(--secondary)!important;color:#fff!important;text-decoration:none!important}.Contact-module__OWeMSG__submitBtn:hover{transform:translateY(-8px);box-shadow:0 30px 60px -15px #0000004d,0 10px 25px -5px #0000001a;background:var(--secondary-light)!important}@media (max-width:1024px){.Contact-module__OWeMSG__contactList{grid-template-columns:1fr;gap:30px;max-width:480px;margin-left:auto;margin-right:auto}}@media (max-width:768px){.Contact-module__OWeMSG__section{padding:100px 0}.Contact-module__OWeMSG__title{font-size:3.2rem}}
