.hero-module__FBiGaq__hero{color:#fff;text-align:center;background-image:url(/images/hero-bg.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:85vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-module__FBiGaq__backgroundOverlay{z-index:1;background:linear-gradient(135deg,#0f172ad9 0%,#0f172ab3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__FBiGaq__content{z-index:2;max-width:800px;padding:0 1.5rem;animation:1s ease-out hero-module__FBiGaq__fadeInUp;position:relative}.hero-module__FBiGaq__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-module__FBiGaq__highlight{color:var(--accent-gold);background:linear-gradient(120deg,var(--accent-gold),#eab308);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-module__FBiGaq__subtitle{color:#cbd5e1;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.hero-module__FBiGaq__actions{justify-content:center;gap:1rem;display:flex}.hero-module__FBiGaq__primaryBtn,.hero-module__FBiGaq__secondaryBtn{border-radius:var(--radius);justify-content:center;align-items:center;padding:.8rem 1.6rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.hero-module__FBiGaq__primaryBtn{background-color:var(--accent-teal);color:#fff;box-shadow:0 4px 6px #14b8a640}.hero-module__FBiGaq__primaryBtn:hover{background-color:#0d9488;transform:translateY(-2px);box-shadow:0 6px 8px #14b8a64d}.hero-module__FBiGaq__secondaryBtn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0000;border:1px solid #ffffff4d}.hero-module__FBiGaq__secondaryBtn:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.hero-module__FBiGaq__ctaNote{color:#fffc;text-align:center;margin-top:1rem;font-size:.875rem}@keyframes hero-module__FBiGaq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-module__FBiGaq__title{font-size:2.5rem}.hero-module__FBiGaq__subtitle{font-size:1rem}.hero-module__FBiGaq__actions{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:0 auto}.hero-module__FBiGaq__primaryBtn,.hero-module__FBiGaq__secondaryBtn{width:100%}}
.CoordinatorExplanation-module__PfyDDq__section{background-color:var(--background-alt);padding:6rem 0}.CoordinatorExplanation-module__PfyDDq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.CoordinatorExplanation-module__PfyDDq__header{text-align:center;margin-bottom:4rem}.CoordinatorExplanation-module__PfyDDq__title{color:var(--foreground);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.CoordinatorExplanation-module__PfyDDq__subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.8}.CoordinatorExplanation-module__PfyDDq__brDesktop{display:none}@media (min-width:768px){.CoordinatorExplanation-module__PfyDDq__brDesktop{display:block}}.CoordinatorExplanation-module__PfyDDq__painPoints{background:var(--background);border:2px solid var(--accent-teal);text-align:center;border-radius:1rem;margin-bottom:3rem;padding:2.5rem}.CoordinatorExplanation-module__PfyDDq__painPointsTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.CoordinatorExplanation-module__PfyDDq__painPointsGrid{grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto;display:grid}@media (min-width:768px){.CoordinatorExplanation-module__PfyDDq__painPointsGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}.CoordinatorExplanation-module__PfyDDq__painPointImageWrapper{aspect-ratio:1;background-color:var(--background);border-radius:12px;width:100%;transition:transform .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.CoordinatorExplanation-module__PfyDDq__painPointImageWrapper:hover{transform:translateY(-5px)}.CoordinatorExplanation-module__PfyDDq__painPointImage{object-fit:cover;width:100%;height:100%;display:block}.CoordinatorExplanation-module__PfyDDq__conceptBox{background:linear-gradient(135deg,var(--primary-navy),#1e293b);color:#fff;text-align:center;border-radius:1rem;margin-bottom:4rem;padding:3rem;box-shadow:0 10px 25px -5px #0000001a}.CoordinatorExplanation-module__PfyDDq__conceptTitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.CoordinatorExplanation-module__PfyDDq__conceptHighlight{color:var(--accent-color);margin-right:.5rem;font-size:1.2em}.CoordinatorExplanation-module__PfyDDq__conceptText{opacity:.9;font-size:1.125rem;line-height:1.8}.CoordinatorExplanation-module__PfyDDq__roles{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.CoordinatorExplanation-module__PfyDDq__roles{grid-template-columns:repeat(3,1fr)}}.CoordinatorExplanation-module__PfyDDq__roleCard{background:var(--background);text-align:center;border-radius:1rem;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000001a}.CoordinatorExplanation-module__PfyDDq__roleCard:hover{transform:translateY(-5px)}.CoordinatorExplanation-module__PfyDDq__iconWrapper{width:80px;height:80px;color:var(--primary-navy);background-color:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.CoordinatorExplanation-module__PfyDDq__roleTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.CoordinatorExplanation-module__PfyDDq__roleDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.services-module__oeab_W__section{background-color:var(--background-alt);padding:5rem 0}.services-module__oeab_W__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.services-module__oeab_W__header{text-align:center;margin-bottom:4rem}.services-module__oeab_W__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.services-module__oeab_W__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.services-module__oeab_W__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.services-module__oeab_W__card{background:var(--background);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid #0000000d;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.services-module__oeab_W__card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.services-module__oeab_W__iconWrapper{background-color:#ffffff80;border:1px solid #0000000d;border-radius:12px;width:fit-content;margin-bottom:1.5rem;padding:1rem}.services-module__oeab_W__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.services-module__oeab_W__cardDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;line-height:1.6}.services-module__oeab_W__link{color:var(--foreground);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:gap .2s;display:inline-flex}.services-module__oeab_W__link:hover{color:var(--accent-teal);gap:.8rem}
.process-module__R6LoUG__section{background-color:var(--background);border-top:1px solid #0000000d;padding:5rem 0}.process-module__R6LoUG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.process-module__R6LoUG__header{text-align:center;margin-bottom:4rem}.process-module__R6LoUG__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.process-module__R6LoUG__sectionSubtitle{color:var(--text-secondary);font-size:1.1rem}.process-module__R6LoUG__steps{justify-content:space-between;gap:2rem;display:flex;position:relative}.process-module__R6LoUG__step{background:var(--background-alt);border-radius:var(--radius);border:1px solid #0000000d;flex:1;padding:2rem;position:relative}.process-module__R6LoUG__number{color:var(--foreground);opacity:.05;font-size:3rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.5rem}.process-module__R6LoUG__stepTitle{color:var(--foreground);z-index:1;margin-bottom:1rem;font-size:1.25rem;font-weight:700;position:relative}.process-module__R6LoUG__stepDesc{color:var(--text-secondary);z-index:1;font-size:.95rem;line-height:1.6;position:relative}@media (max-width:900px){.process-module__R6LoUG__steps{flex-direction:column}.process-module__R6LoUG__step{margin-bottom:1rem}}
.ProfileTeaser-module__PZMc8W__section{background-color:var(--background-alt);border-top:1px solid #0000000d;padding:5rem 0}.ProfileTeaser-module__PZMc8W__container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.ProfileTeaser-module__PZMc8W__wrapper{background:var(--background);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:center;gap:3rem;padding:2.5rem;display:flex}.ProfileTeaser-module__PZMc8W__imageCol{flex-shrink:0}.ProfileTeaser-module__PZMc8W__image{object-fit:cover;border:3px solid var(--background);border-radius:50%;box-shadow:0 2px 8px #00000014}.ProfileTeaser-module__PZMc8W__textCol{flex:1}.ProfileTeaser-module__PZMc8W__title{color:var(--text-secondary);letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.ProfileTeaser-module__PZMc8W__name{color:var(--primary-navy);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ProfileTeaser-module__PZMc8W__desc{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.ProfileTeaser-module__PZMc8W__link{color:var(--accent-teal);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.ProfileTeaser-module__PZMc8W__link:hover{gap:.8rem;text-decoration:underline}@media (max-width:768px){.ProfileTeaser-module__PZMc8W__wrapper{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.ProfileTeaser-module__PZMc8W__linkWrapper{justify-content:center;display:flex}}@media (prefers-color-scheme:dark){.ProfileTeaser-module__PZMc8W__name{color:#fff}}
.works-module__3dJhmG__section{background-color:var(--background-alt);padding:5rem 0}.works-module__3dJhmG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.works-module__3dJhmG__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.works-module__3dJhmG__sectionTitle{color:var(--foreground);font-size:2.5rem;font-weight:700}.works-module__3dJhmG__viewAll{color:var(--accent-teal);align-items:center;gap:.5rem;font-weight:600;transition:gap .2s;display:flex}.works-module__3dJhmG__viewAll:hover{gap:.8rem}.works-module__3dJhmG__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.works-module__3dJhmG__card{background:var(--background);border-radius:var(--radius);border-left:4px solid var(--accent-gold);box-shadow:var(--shadow-sm);padding:2.5rem;transition:transform .3s}.works-module__3dJhmG__card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.works-module__3dJhmG__category{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.8rem}.works-module__3dJhmG__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.works-module__3dJhmG__cardDesc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.works-module__3dJhmG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.works-module__3dJhmG__tag{background:var(--background-alt);color:var(--foreground);border-radius:100px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}@media (max-width:768px){.works-module__3dJhmG__header{flex-direction:column;align-items:flex-start;gap:1rem}.works-module__3dJhmG__card{border-left-width:4px}}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex:1;width:100%}
