.banner-home{position:relative;height:100vh;background-image:url(https://placehold.co/1920x1080?text=Office+Background);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.banner-home__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(10,37,64,.8),rgba(10,37,64,.6))}.banner-home__content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 1rem;max-width:900px}.banner-home__title{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem;animation:fadeInUp 1s ease}@media(min-width:768px){.banner-home__title{font-size:3.5rem}}@media(min-width:1024px){.banner-home__title{font-size:4rem}}.banner-home__subtitle{font-size:1.2rem;margin-bottom:5rem;line-height:1.6;animation:fadeInUp 1s ease .2s both}@media(min-width:768px){.banner-home__subtitle{font-size:1.5rem}}.banner-home .btn{animation:fadeInUp 1s ease .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.intro-home{padding:5rem 0;background-color:#f5f7fa;scroll-margin-top:3rem}.intro-home__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.intro-home__container{padding:0 2rem}}.intro-home__container{text-align:center;max-width:800px}.intro-home__title{font-family:Playfair Display,serif;font-size:2rem;color:#0a2540;margin-bottom:2rem}@media(min-width:768px){.intro-home__title{font-size:2.5rem}}.intro-home__text{font-size:1.1rem;line-height:1.8;color:#333}@media(min-width:768px){.intro-home__text{font-size:1.2rem}}.services-home{padding:5rem 0;background-color:#fff}.services-home__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.services-home__container{padding:0 2rem}}.services-home__title{font-family:Playfair Display,serif;font-size:2rem;color:#0a2540;text-align:center;margin-bottom:5rem}@media(min-width:768px){.services-home__title{font-size:2.5rem}}.services-home__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.services-home__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-home__grid{grid-template-columns:repeat(3,1fr)}}.services-home__card{background-color:#f5f7fa;padding:2rem;border-radius:8px;text-align:center;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.services-home__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(10,37,64,.15);border-color:#c5a059}.services-home__card:hover .services-home__icon{transform:scale(1.2);background-color:#c5a059}.services-home__icon{width:80px;height:80px;margin:0 auto 2rem;background-color:rgba(197,160,89,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;transition:all .3s ease}.services-home__card-title{font-family:Playfair Display,serif;font-size:1.5rem;color:#0a2540;margin-bottom:1rem}.services-home__card-description{font-size:1rem;line-height:1.6;color:#666}