.Hero-module__DwSYca__hero{justify-content:center;align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module__DwSYca__videoBackground{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__DwSYca__overlay{z-index:1;background:#12121280;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__DwSYca__content{z-index:2;text-align:center;width:100%;max-width:100%;padding:0 1.5rem;animation:1s ease-out Hero-module__DwSYca__fadeIn;position:relative}.Hero-module__DwSYca__title{letter-spacing:-.02em;word-wrap:break-word;margin-bottom:1.5rem;font-size:2.25rem;line-height:1.2}.Hero-module__DwSYca__subtitle{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__DwSYca__actions{justify-content:center;align-items:center;gap:2rem;display:flex}.Hero-module__DwSYca__link{color:#fff;align-items:center;gap:.5rem;font-weight:500;transition:gap .3s;display:flex}.Hero-module__DwSYca__link:hover{color:var(--color-secondary);gap:.75rem}@keyframes Hero-module__DwSYca__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Hero-module__DwSYca__title{font-size:4.5rem}}
.Services-module__w2qSOG__section{padding:8rem 0;position:relative}.Services-module__w2qSOG__header{text-align:center;z-index:2;margin-bottom:5rem;position:relative}.Services-module__w2qSOG__title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem}.Services-module__w2qSOG__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Services-module__w2qSOG__grid{z-index:2;grid-template-columns:1fr;gap:2.5rem;display:grid;position:relative}.Services-module__w2qSOG__cardWrapper{color:inherit;height:100%;text-decoration:none;display:block}.Services-module__w2qSOG__card{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.Services-module__w2qSOG__card:hover{background:#ffffff0d;border-color:#ff66004d;transform:translateY(-10px);box-shadow:0 20px 40px -10px #00000080}.Services-module__w2qSOG__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.Services-module__w2qSOG__serviceImage{object-fit:cover;width:100%;height:100%;transition:transform .7s}.Services-module__w2qSOG__card:hover .Services-module__w2qSOG__serviceImage{transform:scale(1.1)}.Services-module__w2qSOG__imageWrapper:after{content:"";opacity:.6;background:linear-gradient(#0000 0%,#121212cc 100%);position:absolute;inset:0}.Services-module__w2qSOG__cardContent{flex-direction:column;flex-grow:1;padding:2rem;display:flex;position:relative}.Services-module__w2qSOG__icon{width:64px;height:64px;color:var(--color-secondary);z-index:10;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:-32px;right:2rem;box-shadow:0 10px 20px #0000004d}.Services-module__w2qSOG__card:hover .Services-module__w2qSOG__icon{border-color:var(--color-secondary);transform:scale(1.1)rotate(5deg);box-shadow:0 0 20px #f603}.Services-module__w2qSOG__card h3{color:#fff;margin-top:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__w2qSOG__card p{color:var(--color-text-muted);margin-bottom:0;font-size:1rem;line-height:1.6}@media (min-width:768px){.Services-module__w2qSOG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__w2qSOG__grid{grid-template-columns:repeat(3,1fr)}}
.Features-module__pmLTzq__section{padding:8rem 0;position:relative;overflow:hidden}.Features-module__pmLTzq__wrapper{grid-template-columns:1fr;align-items:center;gap:5rem;display:grid}.Features-module__pmLTzq__title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3rem}.Features-module__pmLTzq__description{color:var(--color-text-muted);max-width:550px;margin-bottom:3.5rem;font-size:1.15rem;line-height:1.7}.Features-module__pmLTzq__list{flex-direction:column;gap:3rem;list-style:none;display:flex}.Features-module__pmLTzq__listItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .3s;display:flex}.Features-module__pmLTzq__listItem:hover{background:#ffffff0d;border-color:#ff66004d;transform:translate(10px)}.Features-module__pmLTzq__icon{color:var(--color-secondary);background:#12121280;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;box-shadow:0 4px 20px #0003}.Features-module__pmLTzq__listItem:hover .Features-module__pmLTzq__icon{color:#fff;background:var(--color-secondary);transform:scale(1.1);box-shadow:0 4px 20px #f606}.Features-module__pmLTzq__featureTitle{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:600}.Features-module__pmLTzq__featureDesc{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.Features-module__pmLTzq__visual{justify-content:center;display:flex;position:relative}.Features-module__pmLTzq__card{-webkit-backdrop-filter:blur(20px);z-index:2;background:#12121299;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:3rem;width:100%;max-width:450px;padding:4rem 3rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000080}.Features-module__pmLTzq__statItem{text-align:center;position:relative}.Features-module__pmLTzq__statItem:not(:last-child):after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;bottom:-1.5rem;left:20%;right:20%}.Features-module__pmLTzq__statNumber{background:linear-gradient(135deg,var(--color-secondary)0%,#ff9f43 100%);-webkit-text-fill-color:transparent;font-size:3.5rem;font-weight:800;font-family:var(--font-heading);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;display:block}.Features-module__pmLTzq__statLabel{color:#fff;text-transform:uppercase;letter-spacing:2px;opacity:.8;font-size:1rem}@media (min-width:992px){.Features-module__pmLTzq__wrapper{grid-template-columns:1fr 1fr}}
.Contact-module__Uuf9ea__section{padding:8rem 0;position:relative;overflow:hidden}.Contact-module__Uuf9ea__sectionTitle{text-align:center;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:5rem;font-size:3rem}.Contact-module__Uuf9ea__grid{grid-template-columns:1fr;gap:4rem;display:grid}.Contact-module__Uuf9ea__info{flex-direction:column;gap:2.5rem;display:flex}.Contact-module__Uuf9ea__title{color:#fff;margin-bottom:1rem;font-size:2rem}.Contact-module__Uuf9ea__desc{color:var(--color-text-muted);margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.Contact-module__Uuf9ea__contactItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.Contact-module__Uuf9ea__contactItem:hover{border-color:var(--color-secondary);background:#ffffff0d;transform:translate(10px)}.Contact-module__Uuf9ea__icon{color:var(--color-secondary);box-sizing:content-box;background:#ffffff0d;border-radius:12px;flex-shrink:0;width:48px;height:48px;padding:12px}.Contact-module__Uuf9ea__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.Contact-module__Uuf9ea__contactItem p{color:#fff;margin:0;font-size:1.1rem}.Contact-module__Uuf9ea__formWrapper{-webkit-backdrop-filter:blur(20px);background:#12121299;border:1px solid #ffffff1a;border-radius:24px;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.Contact-module__Uuf9ea__formWrapper h3{text-align:center;color:#fff;margin-bottom:2.5rem;font-size:1.75rem}.Contact-module__Uuf9ea__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__Uuf9ea__group{flex-direction:column;gap:.75rem;display:flex}.Contact-module__Uuf9ea__group label{color:var(--color-text-muted);margin-left:.5rem;font-size:.95rem;font-weight:500}.Contact-module__Uuf9ea__group input,.Contact-module__Uuf9ea__group textarea{color:#fff;font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.25rem;font-size:1rem;transition:all .3s}.Contact-module__Uuf9ea__group input:focus,.Contact-module__Uuf9ea__group textarea:focus{border-color:var(--color-secondary);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #ff66001a}.Contact-module__Uuf9ea__group input::placeholder,.Contact-module__Uuf9ea__group textarea::placeholder{color:#ffffff4d}@media (min-width:992px){.Contact-module__Uuf9ea__grid{grid-template-columns:1fr 1fr;align-items:start;gap:6rem}}
.Intro-module__jL6soq__introContainer{z-index:9999;background:#000;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:hidden}@keyframes Intro-module__jL6soq__smokeMove{0%{background-position:0 0}to{background-position:100% 100%}}.Intro-module__jL6soq__introContainer.Intro-module__jL6soq__hidden{opacity:0;pointer-events:none}.Intro-module__jL6soq__video{object-fit:cover;opacity:1;will-change:transform;width:100%;height:100%;transition:transform 1s;position:absolute;top:0;left:0}.Intro-module__jL6soq__video.Intro-module__jL6soq__idle{animation:20s ease-in-out infinite alternate Intro-module__jL6soq__drift}@keyframes Intro-module__jL6soq__drift{0%{transform:scale(1)}to{transform:scale(1.1)}}.Intro-module__jL6soq__video.Intro-module__jL6soq__active{animation:none;transform:scale(1)!important}.Intro-module__jL6soq__smokeOverlay{z-index:1;pointer-events:none;opacity:.6;background-color:#0000;background-image:radial-gradient(circle at 20%,#28282866 0%,#0000 50%),radial-gradient(circle at 80% 30%,#3232324d 0%,#0000 50%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:150% 150%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;animation:20s ease-in-out infinite alternate Intro-module__jL6soq__smokeMove;position:absolute;top:0;left:0}.Intro-module__jL6soq__overlay{z-index:2;background:#0003;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.Intro-module__jL6soq__overlay.Intro-module__jL6soq__fadeOut{opacity:0;pointer-events:none}.Intro-module__jL6soq__logo{filter:drop-shadow(0 0 20px #00000080);width:300px;margin-bottom:3rem;animation:3s ease-in-out infinite Intro-module__jL6soq__pulse}@keyframes Intro-module__jL6soq__float{0%{transform:translateY(0)}to{transform:translateY(-15px)}}@keyframes Intro-module__jL6soq__pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.Intro-module__jL6soq__discoverBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:2px;font-size:1.25rem;font-family:var(--font-heading);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;padding:1rem 3rem;transition:all .3s;box-shadow:0 10px 30px #0000004d}.Intro-module__jL6soq__discoverBtn:hover{background:var(--color-secondary);border-color:var(--color-secondary);transform:scale(1.05);box-shadow:0 0 30px #f606}@media (max-width:768px){.Intro-module__jL6soq__title{font-size:2.5rem}}
.LatestBlogs-module__myeqlq__section{padding:6rem 0;position:relative;overflow:hidden}.LatestBlogs-module__myeqlq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.LatestBlogs-module__myeqlq__header{text-align:center;margin-bottom:4rem}.LatestBlogs-module__myeqlq__title{background:linear-gradient(135deg,#fff 0%,var(--color-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem}.LatestBlogs-module__myeqlq__subtitle{color:var(--color-text-muted);font-size:1.1rem}.LatestBlogs-module__myeqlq__grid{grid-template-columns:1fr;gap:2rem;display:grid}.LatestBlogs-module__myeqlq__card{border:1px solid var(--color-glass-border);background:#19191999;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.LatestBlogs-module__myeqlq__card:hover{border-color:var(--color-secondary);transform:translateY(-8px);box-shadow:0 10px 30px -15px #f603}.LatestBlogs-module__myeqlq__cardContent{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.LatestBlogs-module__myeqlq__category{color:var(--color-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.75rem;font-weight:700}.LatestBlogs-module__myeqlq__cardTitle{color:#fff;font-size:1.35rem;line-height:1.3;font-family:var(--font-heading);margin-bottom:1rem}.LatestBlogs-module__myeqlq__excerpt{color:var(--color-text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.LatestBlogs-module__myeqlq__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.LatestBlogs-module__myeqlq__date{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.LatestBlogs-module__myeqlq__readMore{color:#fff;font-size:.9rem;font-weight:600;transition:color .2s}.LatestBlogs-module__myeqlq__card:hover .LatestBlogs-module__myeqlq__readMore{color:var(--color-secondary)}@media (min-width:768px){.LatestBlogs-module__myeqlq__grid{grid-template-columns:repeat(3,1fr)}}
