*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background-color:#f9fbff;color:#2f3640;line-height:1.6;font-size:16px}a{color:inherit;text-decoration:none;transition:all .2s ease-in-out}img{max-width:100%;height:auto;display:block}.btn{display:inline-block;padding:.8rem 1.6rem;border-radius:0;font-weight:600;font-size:.95rem;text-align:center;cursor:pointer;border:none}.btn--primary{background-color:#2d5a88;color:#fff}.btn--primary:hover{background-color:#1e3d5d;transform:translateY(-2px);box-shadow:0 4px 15px #2d5a884d}.btn--accent{background-color:#d3a27f;color:#fff}.btn--accent:hover{background-color:#c2906e;transform:translateY(-2px)}.header{background-color:#2d5a88f2;backdrop-filter:blur(10px);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.header__container{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header__logo{display:flex;flex-direction:column}.header__logo-main{font-size:1.5rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.header__logo-sub{font-size:.85rem;font-family:Space Mono,monospace;color:#d3a27f;text-transform:uppercase;letter-spacing:2px}.nav__list{display:flex;list-style:none;gap:1.5rem;flex-wrap:wrap}.nav__link{font-size:.95rem;font-weight:500;color:#fffc;padding:.25rem 0;position:relative}.nav__link:hover{color:#fff}.nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#d3a27f;transition:width .2s ease-in-out}.nav__link:hover:after{width:100%}.footer{background-color:#12263b;color:#fff;padding:4rem 0 2rem;margin-top:4rem}.footer__container{width:90%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.footer__logo{font-size:1.4rem;font-weight:700;margin-bottom:1rem;display:block}.footer__desc{color:#ffffffb3;font-size:.95rem}.footer__title{font-size:1.2rem;font-weight:600;margin-bottom:1.2rem;color:#d3a27f}.footer__item{font-size:.95rem;margin-bottom:.8rem;color:#fffc}.footer__link{color:#fff}.footer__link:hover{color:#d3a27f}.footer__bottom{width:90%;max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__copyright{font-size:.85rem;color:#ffffff80}.hero{background:linear-gradient(135deg,#2d5a88,#12263b);color:#fff;padding:4rem 0;text-align:center}.hero__container{width:90%;max-width:800px;margin:0 auto}.hero__title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);font-family:Space Mono,monospace;color:#d3a27f;margin-bottom:1.5rem;letter-spacing:2px}.section{padding:5rem 0}.section--gray{background-color:#edf1f5}.section__container{width:90%;max-width:1200px;margin:0 auto}.section__title{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:3rem;position:relative;padding-bottom:.8rem}.section__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:#2d5a88;border-radius:0}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial{background-color:#fff;padding:2.5rem;border-radius:0;box-shadow:0 4px 20px #0000000d;border-top:4px solid #2d5a88;display:flex;flex-direction:column;justify-content:space-between}.testimonial__quote{font-style:italic;color:#2f3640;font-size:1.05rem;margin-bottom:1.5rem;line-height:1.7}.testimonial__author{font-weight:700;color:#2d5a88;font-size:.95rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.team-card{background-color:#fff;padding:2rem;border-radius:0;box-shadow:0 4px 15px #00000008;text-align:center;border:1px solid #e1e8f0;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000014}.team-card__avatar{width:240px;height:240px;border-radius:50%;margin:0 auto 1.5rem;overflow:hidden;border:1px solid #e1e8f0;display:flex;align-items:center;justify-content:center}.team-card__avatar img{width:100%;height:100%;object-fit:cover}.team-card__name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.team-card__role{font-size:.85rem;color:#718093;text-transform:uppercase;letter-spacing:1px;font-family:Space Mono,monospace}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.service-card{background-color:#fff;border-radius:0;overflow:hidden;box-shadow:0 5px 20px #0000000a;border:1px solid #e1e8f0;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.service-card__img-wrapper{height:220px;overflow:hidden}.service-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card__img{transform:scale(1.05)}.service-card__content{padding:2rem}.service-card__title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#2d5a88}.service-card__desc{color:#718093;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery__item{border-radius:0;overflow:hidden;box-shadow:0 4px 15px #00000008;border:1px solid #e1e8f0;background-color:#fff;transition:all .3s cubic-bezier(.165,.84,.44,1)}.gallery__item:hover{transform:scale(1.02);box-shadow:0 10px 25px #00000014}.gallery__img{width:100%;height:250px;object-fit:cover}@media(max-width:768px){.header__container{flex-direction:column;text-align:center}.nav__list{justify-content:center;gap:1rem}}
