.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border-bottom:1px solid #e5e7eb80;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__navContent{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--primary);align-items:center;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoText{letter-spacing:-.5px}.Header-module__hBw1pG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__nav a{color:var(--text-dark);transition:var(--transition);align-items:center;font-size:.95rem;font-weight:500;display:flex}.Header-module__hBw1pG__nav a:hover{color:var(--primary)}.Header-module__hBw1pG__dropdown{align-items:center;height:100%;display:flex;position:relative}.Header-module__hBw1pG__dropdownTrigger{cursor:pointer;gap:4px}.Header-module__hBw1pG__chevron{transition:transform .3s}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;z-index:1001;background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:180px;padding:.75rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 25px #00000014}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownMenu a{color:var(--text-dark);padding:.75rem 1.5rem;font-size:.9rem;transition:all .2s;display:block}.Header-module__hBw1pG__dropdownMenu a:hover{background-color:var(--primary-light);padding-left:1.75rem;color:var(--primary)!important}.Header-module__hBw1pG__actions{align-items:center;display:flex}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.Hero-module__ZARIfG__hero{background-color:var(--bg-white);padding-top:160px;padding-bottom:100px;position:relative;overflow:hidden}.Hero-module__ZARIfG__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__title{flex-direction:column;gap:.5rem;margin-bottom:2rem;font-size:4rem;display:flex}.Hero-module__ZARIfG__brand{color:var(--text-dark)}.Hero-module__ZARIfG__subtitle{color:var(--primary);opacity:.8;font-size:2.5rem}.Hero-module__ZARIfG__description{color:var(--text-muted);max-width:500px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__buttons{gap:1.5rem;display:flex}.Hero-module__ZARIfG__imageWrapper{position:relative}.Hero-module__ZARIfG__imageCard{z-index:2;border-radius:var(--radius-lg);border:4px solid #fff;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.Hero-module__ZARIfG__image{width:100%;height:auto;display:block}.Hero-module__ZARIfG__decoBox1{background:var(--primary-light);border-radius:var(--radius-md);z-index:1;width:100px;height:100px;position:absolute;top:-20px;right:-20px}.Hero-module__ZARIfG__decoBox2{background:linear-gradient(135deg,var(--primary-light),transparent);z-index:1;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-30px;left:-40px}@media (max-width:1024px){.Hero-module__ZARIfG__grid{text-align:center;grid-template-columns:1fr;gap:4rem}.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__description{margin:0 auto 3rem}.Hero-module__ZARIfG__buttons{justify-content:center}}
.Features-module__zvCZ4q__features{background-color:var(--bg-gray)}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:5rem}.Features-module__zvCZ4q__title{margin-bottom:1rem;font-size:2.5rem}.Features-module__zvCZ4q__subtitle{color:var(--text-muted);font-size:1.125rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Features-module__zvCZ4q__card{border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:var(--transition);background:#fff;border:1px solid #0000;padding:2.5rem 2rem}.Features-module__zvCZ4q__card:hover{border-color:var(--primary-light);transform:translateY(-10px);box-shadow:0 20px 40px -15px #0000001a}.Features-module__zvCZ4q__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.Features-module__zvCZ4q__cardTitle{margin-bottom:1rem;font-size:1.5rem}.Features-module__zvCZ4q__cardDesc{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Features-module__zvCZ4q__itemList{list-style:none}.Features-module__zvCZ4q__item{color:var(--text-dark);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.Features-module__zvCZ4q__checkIcon{color:#10b981}@media (max-width:1200px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}}
.Stats-module__yL2aHq__stats{background-color:#fff;padding:6rem 0}.Stats-module__yL2aHq__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Stats-module__yL2aHq__value{color:var(--primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800}.Stats-module__yL2aHq__label{color:var(--text-muted);font-size:1.125rem;font-weight:500}@media (max-width:768px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr);row-gap:3rem}.Stats-module__yL2aHq__value{font-size:2.25rem}}
.Cases-module__6KFjxa__cases{background-color:var(--bg-white)}.Cases-module__6KFjxa__header{text-align:center;margin-bottom:4rem}.Cases-module__6KFjxa__title{margin-bottom:1rem;font-size:2.5rem}.Cases-module__6KFjxa__subtitle{color:var(--text-muted);font-size:1.125rem}.Cases-module__6KFjxa__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Cases-module__6KFjxa__card{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Cases-module__6KFjxa__imageWrapper{height:240px;position:relative}.Cases-module__6KFjxa__image{object-fit:cover;width:100%;height:100%}.Cases-module__6KFjxa__tag{background:var(--primary);color:#fff;border-radius:100px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;left:1rem}.Cases-module__6KFjxa__content{padding:2rem}.Cases-module__6KFjxa__stats{color:var(--primary);text-transform:uppercase;margin-bottom:.75rem;font-size:.9rem;font-weight:700}.Cases-module__6KFjxa__cardTitle{margin-bottom:1rem;font-size:1.25rem;line-height:1.4}.Cases-module__6KFjxa__cardDesc{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:3.2rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Cases-module__6KFjxa__more{color:var(--primary);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-weight:600;display:flex}.Cases-module__6KFjxa__more:hover{gap:.75rem}@media (max-width:1024px){.Cases-module__6KFjxa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Cases-module__6KFjxa__grid{grid-template-columns:1fr}.Cases-module__6KFjxa__title{font-size:2rem}}
.News-module__1ULjOG__news{background-color:var(--bg-gray)}.News-module__1ULjOG__header{text-align:center;margin-bottom:4rem}.News-module__1ULjOG__title{margin-bottom:1rem;font-size:2.5rem}.News-module__1ULjOG__subtitle{color:var(--text-muted);font-size:1.125rem}.News-module__1ULjOG__list{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.News-module__1ULjOG__item{cursor:pointer;transition:var(--transition);background:#fff;border:1px solid #0000;border-radius:16px;align-items:center;gap:2.5rem;padding:2rem;display:flex}.News-module__1ULjOG__item:hover{border-color:var(--primary-light);transform:translate(10px);box-shadow:0 10px 30px #0000000d}.News-module__1ULjOG__dateSide{border-right:1px solid var(--border);flex-direction:column;align-items:center;min-width:80px;padding-right:2.5rem;display:flex}.News-module__1ULjOG__day{color:var(--primary);font-size:2rem;font-weight:800;line-height:1}.News-module__1ULjOG__month{color:var(--text-light);margin-top:.5rem;font-size:.875rem}.News-module__1ULjOG__contentSide{flex:1}.News-module__1ULjOG__category{color:var(--primary);background:var(--primary-light);text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.News-module__1ULjOG__newsTitle{transition:var(--transition);margin:.75rem 0;font-size:1.25rem}.News-module__1ULjOG__item:hover .News-module__1ULjOG__newsTitle{color:var(--primary)}.News-module__1ULjOG__newsDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.News-module__1ULjOG__arrowSide{opacity:0;transition:var(--transition)}.News-module__1ULjOG__item:hover .News-module__1ULjOG__arrowSide{opacity:1}.News-module__1ULjOG__arrow{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.News-module__1ULjOG__footer{text-align:center;margin-top:4rem}.News-module__1ULjOG__viewAll{border:1px solid var(--primary);color:var(--primary);transition:var(--transition);background:0 0;border-radius:100px;padding:.8rem 2.5rem;font-weight:600}.News-module__1ULjOG__viewAll:hover{background:var(--primary);color:#fff}@media (max-width:768px){.News-module__1ULjOG__item{flex-direction:column;align-items:flex-start;gap:1.5rem}.News-module__1ULjOG__dateSide{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;justify-content:flex-start;gap:1rem;width:100%;padding-bottom:1rem;padding-right:0}.News-module__1ULjOG__arrowSide{display:none}}
.CTA-module__CdZh3q__cta{color:#fff;text-align:center;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 100%);padding:8rem 0}.CTA-module__CdZh3q__title{margin-bottom:1.5rem;font-size:3rem}.CTA-module__CdZh3q__subtitle{opacity:.9;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.CTA-module__CdZh3q__buttons{justify-content:center;gap:1.5rem;display:flex}.CTA-module__CdZh3q__btnWhite{color:var(--primary);border-radius:var(--radius-sm);background:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700}.CTA-module__CdZh3q__btnWhite:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0003}.CTA-module__CdZh3q__btnOutline{color:#fff;border-radius:var(--radius-sm);background:0 0;border:1px solid #fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700}.CTA-module__CdZh3q__btnOutline:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:768px){.CTA-module__CdZh3q__title{font-size:2rem}}
.Contact-module__hcVmEa__contact{background-color:var(--bg-gray);position:relative;overflow:hidden}.Contact-module__hcVmEa__header{text-align:center;max-width:700px;margin:0 auto 5rem}.Contact-module__hcVmEa__badge{background:var(--primary-light);color:var(--primary);letter-spacing:1px;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.Contact-module__hcVmEa__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.75rem}.Contact-module__hcVmEa__subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.Contact-module__hcVmEa__content{justify-content:center;align-items:start;display:flex}.Contact-module__hcVmEa__infoSide{width:100%;max-width:600px;position:relative}.Contact-module__hcVmEa__infoCard{box-shadow:var(--shadow-md);z-index:1;background:#fff;border-radius:24px;padding:3rem;position:relative;overflow:hidden}.Contact-module__hcVmEa__cardHeader h3{margin-bottom:.75rem;font-size:1.5rem}.Contact-module__hcVmEa__cardHeader p{color:var(--text-muted);margin-bottom:3rem;font-size:.9375rem}.Contact-module__hcVmEa__infoItems{flex-direction:column;gap:2.5rem;display:flex}.Contact-module__hcVmEa__item{align-items:center;gap:1.5rem;display:flex}.Contact-module__hcVmEa__iconBox{background:var(--bg-blue-light);min-width:56px;height:56px;color:var(--primary);transition:var(--transition);border-radius:16px;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__item:hover .Contact-module__hcVmEa__iconBox{background:var(--primary);color:#fff;transform:translateY(-5px)}.Contact-module__hcVmEa__itemText span{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.875rem;display:block}.Contact-module__hcVmEa__itemText p{color:var(--text-dark);font-size:1.05rem;font-weight:500}.Contact-module__hcVmEa__decoration{z-index:-1;position:absolute;bottom:-50px;right:-50px}.Contact-module__hcVmEa__blob{background:linear-gradient(135deg,var(--primary-light),transparent);filter:blur(40px);border-radius:50%;width:200px;height:200px}.Contact-module__hcVmEa__formSide{box-shadow:var(--shadow-md);background:#fff;border-radius:24px;padding:3rem}.Contact-module__hcVmEa__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.Contact-module__hcVmEa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__inputGroup label{color:var(--text-dark);font-size:.875rem;font-weight:600}.Contact-module__hcVmEa__inputGroup input,.Contact-module__hcVmEa__inputGroup textarea{border:1px solid var(--border);border-radius:var(--radius-sm);transition:var(--transition);background:var(--bg-gray);padding:1rem 1.25rem;font-family:inherit;font-size:1rem}.Contact-module__hcVmEa__inputGroup input:focus,.Contact-module__hcVmEa__inputGroup textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);background:#fff;outline:none}.Contact-module__hcVmEa__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1.5rem;padding:1.125rem;font-size:1.125rem;font-weight:600;display:flex;box-shadow:0 10px 15px -3px #0066ff4d}.Contact-module__hcVmEa__submitBtn:hover{background:var(--primary-hover);transform:translateY(-2px)}@media (max-width:1024px){.Contact-module__hcVmEa__content{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.Contact-module__hcVmEa__title{font-size:2.25rem}.Contact-module__hcVmEa__formGrid{grid-template-columns:1fr}.Contact-module__hcVmEa__infoCard,.Contact-module__hcVmEa__formSide{padding:2rem}}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#0f172a;padding-top:6rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__logo{color:var(--primary);font-size:2rem}.Footer-module__S6Hkya__description{color:#94a3b8;max-width:300px;line-height:1.6}.Footer-module__S6Hkya__socials{color:#94a3b8;gap:1.5rem;display:flex}.Footer-module__S6Hkya__socials svg:hover{color:#fff;cursor:pointer}.Footer-module__S6Hkya__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__S6Hkya__column h4{margin-bottom:1.5rem;font-size:1.125rem}.Footer-module__S6Hkya__column ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__column li{color:#94a3b8;cursor:pointer;transition:var(--transition);font-size:.95rem}.Footer-module__S6Hkya__column li:hover{color:#fff}.Footer-module__S6Hkya__bottom{text-align:center;color:#64748b;border-top:1px solid #1e293b;padding:2rem 0;font-size:.875rem}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:4rem}}@media (max-width:640px){.Footer-module__S6Hkya__links{grid-template-columns:1fr}}
