@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Poppins:wght@300;400;500;600&display=swap");:root{--primary-color:#ffffff;--accent-color:#d2b48c;--dark-color:#111}*{margin:0;padding:0;box-sizing:border-box}body,html{scroll-behavior:smooth}.home-page{background-color:#000;color:var(--primary-color);font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}section{margin:4rem 1rem;max-width:1200px;text-align:center;opacity:0;transform:translateY(60px);transition:all 1s ease}section.show{opacity:1;transform:translateY(0)}h2{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem;color:var(--accent-color)}p{font-size:1.1rem;max-width:800px;margin:0 auto;line-height:1.6}.services-section{display:flex;flex-direction:column;gap:2rem;padding:2rem;width:100%;max-width:1000px;margin:0 auto}.service-item{background-size:cover;background-position:50%;height:350px;border-radius:18px;position:relative;overflow:hidden;transform:translateY(80px);opacity:0;transition:all .8s ease;box-shadow:0 10px 25px rgba(0,0,0,.3)}.service-item.show{transform:translateY(0);opacity:1}.service-item:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);transition:background .4s ease}.service-item:hover:before{background:rgba(0,0,0,.65)}.service-item h1{position:absolute;bottom:20px;left:25px;color:#fff;font-size:2rem;font-weight:600;font-family:Playfair Display,serif;text-shadow:2px 2px 10px rgba(0,0,0,.8)}.why-me-section{display:flex;flex-direction:column;align-items:center}.why-me-section img{margin:2rem 0;border-radius:100px;border:4px solid var(--accent-color);box-shadow:0 0 20px rgba(255,255,255,.1);transition:transform .4s ease}.why-me-section img:hover{transform:scale(1.05)}.why-me-section ul{list-style:none;padding:0;font-size:1.1rem;line-height:2;color:#ccc}.why-me-section li{margin-bottom:.5rem}.cta-section{padding:4rem 2rem;background:linear-gradient(145deg,#111,#222);border-radius:20px;box-shadow:0 0 30px rgba(255,255,255,.05)}.cta-section .cta-button{display:inline-block;margin-top:1.5rem;padding:.8rem 2rem;background-color:var(--accent-color);color:#000;font-weight:600;border-radius:10px;text-decoration:none;transition:background-color .3s ease}.cta-section .cta-button:hover{background-color:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero{margin-top:30px;height:100vh;width:90%;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;transition:background-image 1s ease-in-out;display:flex;justify-content:center;align-items:center;text-align:center}.overlay{position:absolute;background-color:rgba(0,0,0,.4);z-index:0;inset:0}.content{z-index:1;position:relative;padding:2rem}.hero h1{font-size:48px;color:white;margin-bottom:1rem}.hero-tagline{font-size:24px;color:#f0f0f0;margin-bottom:2rem}.hero-cta{display:flex;flex-direction:row;gap:2rem;justify-content:center;align-items:center}@media screen and (max-width:768px){.hero{height:auto;padding:60px 0;width:100%}.hero h1{font-size:32px}.hero-tagline{font-size:18px}.hero-cta{flex-direction:column;gap:1rem}.content{padding:1rem}}.home-pageSEO{position:absolute;margin-left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}