.Header-module__lnUIdW__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-light);background-color:#fffffff2;width:100%;transition:transform .3s;position:fixed;top:0;left:0}.Header-module__lnUIdW__navContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__lnUIdW__logo{color:var(--primary-blue);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.Header-module__lnUIdW__navList{gap:2rem;list-style:none;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-dark);font-size:1rem;font-weight:500;transition:color .2s}.Header-module__lnUIdW__navLink:hover{color:var(--primary-blue)}.Header-module__lnUIdW__sideCta{display:block}.Header-module__lnUIdW__ctaButton{background-color:var(--primary-blue);color:#fff;border-radius:var(--radius-md);align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background-color .2s;display:inline-flex}.Header-module__lnUIdW__ctaButton:hover{background-color:var(--primary-light)}.Header-module__lnUIdW__mobileMenuBtn{color:var(--text-dark);z-index:1002;padding:.5rem;font-size:1.5rem;display:none}.Header-module__lnUIdW__mobileMenu{display:none}@media (max-width:768px){.Header-module__lnUIdW__navList,.Header-module__lnUIdW__sideCta{display:none}.Header-module__lnUIdW__mobileMenuBtn{display:block}.Header-module__lnUIdW__mobileMenu{border-bottom:1px solid var(--border-light);z-index:1001;background-color:#fff;width:100%;padding:1rem 0;transition:transform .3s;display:block;position:fixed;top:80px;left:0;transform:translateY(-150%);box-shadow:0 4px 6px #0000000d}.Header-module__lnUIdW__mobileMenu.Header-module__lnUIdW__open{transform:translateY(0)}.Header-module__lnUIdW__mobileNavList{flex-direction:column;list-style:none;display:flex}.Header-module__lnUIdW__mobileNavList li{width:100%}.Header-module__lnUIdW__mobileNavLink{color:var(--text-dark);border-bottom:1px solid var(--bg-off-white);padding:1rem 2rem;font-size:1.1rem;font-weight:600;display:block}.Header-module__lnUIdW__mobileNavLink:hover{background-color:var(--bg-off-white);color:var(--primary-blue)}}
.Hero-module___w2HtG__hero{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;height:90vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__overlay{z-index:1;background:#0a1930b3;position:absolute;inset:0}.Hero-module___w2HtG__content{z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 1rem;position:relative}.Hero-module___w2HtG__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.Hero-module___w2HtG__subtitle{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module___w2HtG__buttonGroup{justify-content:center;gap:1rem;display:flex}.Hero-module___w2HtG__primaryBtn{background-color:var(--accent-gold);color:var(--text-dark);border-radius:var(--radius-md);padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,background-color .2s}.Hero-module___w2HtG__primaryBtn:hover{background-color:var(--accent-gold-light);transform:translateY(-2px)}.Hero-module___w2HtG__secondaryBtn{color:#fff;border-radius:var(--radius-md);background-color:#0000;border:2px solid #fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background-color .2s,color .2s}.Hero-module___w2HtG__secondaryBtn:hover{color:var(--text-dark);background-color:#fff}@media (max-width:768px){.Hero-module___w2HtG__title{font-size:2.5rem}.Hero-module___w2HtG__subtitle{font-size:1rem}.Hero-module___w2HtG__buttonGroup{flex-direction:column;gap:1rem}}
.Services-module__uj7JVa__section{background-color:var(--bg-white);padding:6rem 1rem}.Services-module__uj7JVa__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Services-module__uj7JVa__title{color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem}.Services-module__uj7JVa__subtitle{color:var(--text-gray);font-size:1.1rem}.Services-module__uj7JVa__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Services-module__uj7JVa__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light);background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}.Services-module__uj7JVa__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Services-module__uj7JVa__imageWrapper{background-color:#eee;height:250px;position:relative;overflow:hidden}.Services-module__uj7JVa__imagePlaceholder{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Services-module__uj7JVa__card:hover .Services-module__uj7JVa__imagePlaceholder{transform:scale(1.05)}.Services-module__uj7JVa__content{padding:2rem}.Services-module__uj7JVa__cardTitle{color:var(--primary-blue);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;display:flex}.Services-module__uj7JVa__description{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.6}.Services-module__uj7JVa__features{list-style:none}.Services-module__uj7JVa__features li{color:var(--text-dark);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.Services-module__uj7JVa__features li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}
.Expertise-module__rOkICW__section{background-color:var(--bg-off-white);padding:6rem 1rem}.Expertise-module__rOkICW__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Expertise-module__rOkICW__title{color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem}.Expertise-module__rOkICW__subtitle{color:var(--text-gray);font-size:1.1rem;line-height:1.6}.Expertise-module__rOkICW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Expertise-module__rOkICW__blogCard{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:4px solid var(--accent-gold);background:#fff;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.Expertise-module__rOkICW__blogCard:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Expertise-module__rOkICW__tag{background-color:var(--primary-light);color:#fff;border-radius:20px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.Expertise-module__rOkICW__tag.Expertise-module__rOkICW__caution{background-color:#e53e3e}.Expertise-module__rOkICW__cardTitle{color:var(--primary-blue);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Expertise-module__rOkICW__excerpt{color:var(--text-gray);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.Expertise-module__rOkICW__readMore{color:var(--primary-blue);align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;display:flex}.Expertise-module__rOkICW__readMore:after{content:"→"}
.Portfolio-module__ATRX1a__section{background-color:var(--bg-white);padding:6rem 1rem}.Portfolio-module__ATRX1a__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Portfolio-module__ATRX1a__title{color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem}.Portfolio-module__ATRX1a__categories{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.Portfolio-module__ATRX1a__categoryBtn{border:1px solid var(--border-light);color:var(--text-gray);cursor:pointer;background:#fff;border-radius:20px;padding:.5rem 1.5rem;font-weight:500;transition:all .2s}.Portfolio-module__ATRX1a__categoryBtn:hover,.Portfolio-module__ATRX1a__categoryBtn.Portfolio-module__ATRX1a__active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.Portfolio-module__ATRX1a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.Portfolio-module__ATRX1a__item{aspect-ratio:4/3;border-radius:var(--radius-md);cursor:pointer;position:relative;overflow:hidden}.Portfolio-module__ATRX1a__imagePlaceholder{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s}.Portfolio-module__ATRX1a__item:hover .Portfolio-module__ATRX1a__imagePlaceholder{transform:scale(1.1)}.Portfolio-module__ATRX1a__overlay{color:#fff;background:linear-gradient(#0000,#000c);padding:2rem 1.5rem 1.5rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.Portfolio-module__ATRX1a__item:hover .Portfolio-module__ATRX1a__overlay{transform:translateY(0)}.Portfolio-module__ATRX1a__itemTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Portfolio-module__ATRX1a__itemTag{opacity:.8;font-size:.9rem}
.Contact-module__DIbnYa__section{background-color:var(--primary-blue);color:#fff;padding:6rem 1rem}.Contact-module__DIbnYa__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Contact-module__DIbnYa__title{color:#fff;margin-bottom:1rem;font-size:2.5rem}.Contact-module__DIbnYa__subtitle{color:#fffc;font-size:1.1rem}.Contact-module__DIbnYa__formContainer{border-radius:var(--radius-lg);max-width:700px;color:var(--text-dark);box-shadow:var(--shadow-xl);background:#fff;margin:0 auto;padding:3rem}.Contact-module__DIbnYa__formGroup{margin-bottom:1.5rem}.Contact-module__DIbnYa__label{color:var(--text-dark);margin-bottom:.5rem;font-weight:600;display:block}.Contact-module__DIbnYa__input,.Contact-module__DIbnYa__textarea{border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.Contact-module__DIbnYa__textarea{resize:vertical;min-height:150px}.Contact-module__DIbnYa__input:focus,.Contact-module__DIbnYa__textarea:focus{border-color:var(--primary-blue);outline:none}.Contact-module__DIbnYa__checkboxGroup{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.Contact-module__DIbnYa__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;font-weight:400;display:flex}.Contact-module__DIbnYa__submitBtn{background-color:var(--primary-blue);color:#fff;border-radius:var(--radius-md);width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:background-color .2s}.Contact-module__DIbnYa__submitBtn:hover{background-color:var(--primary-light)}.Contact-module__DIbnYa__infoText{text-align:center;color:#ffffffb3;margin-top:2rem;font-size:.9rem}@media (max-width:768px){.Contact-module__DIbnYa__formContainer{padding:1.5rem}}
.Footer-module__3hUVsW__footer{background-color:var(--primary-blue);color:#fff;padding:4rem 1rem 2rem}.Footer-module__3hUVsW__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.Footer-module__3hUVsW__brand h3{margin-bottom:1rem;font-size:1.5rem}.Footer-module__3hUVsW__brand p{color:#a0aec0;line-height:1.6}.Footer-module__3hUVsW__section h4{color:var(--accent-gold);margin-bottom:1.25rem;font-size:1.1rem}.Footer-module__3hUVsW__links{list-style:none}.Footer-module__3hUVsW__links li{margin-bottom:.75rem}.Footer-module__3hUVsW__links a{color:#e2e8f0;transition:color .2s}.Footer-module__3hUVsW__links a:hover{color:var(--accent-gold)}.Footer-module__3hUVsW__contactInfo p{color:#e2e8f0;margin-bottom:.75rem}.Footer-module__3hUVsW__copyright{text-align:center;color:#718096;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}
