@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:#ddb76a;--dark-color:#111;--darker-bg:#000;--light-gray:#ddd;--overlay-black:rgba(0,0,0,0.45);--transition-speed:0.4s}*{margin:0;padding:0;box-sizing:border-box;transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease,transform .3s ease,box-shadow .3s ease}body,html{font-family:Poppins,sans-serif;scroll-behavior:smooth;background-color:var(--darker-bg);color:var(--primary-color)}.home-page{display:flex;flex-direction:column;align-items:center;overflow-x:hidden;min-height:100vh}section{margin:4rem 1rem;padding:20px;max-width:1200px;width:100%;text-align:center;opacity:0;transform:translateY(60px);transition:opacity 1s ease-out,transform 1s ease-out}section.show{opacity:1;transform:translateY(0)}h2{font-size:2.8rem;margin-bottom:2rem;color:var(--accent-color);text-transform:uppercase;letter-spacing:1.5px;position:relative;display:inline-block}h2:after{content:"";position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);width:50px;height:3px;background-color:var(--primary-color);transition:width .4s ease,background-color .4s ease}h2:hover:after{width:80px;background-color:var(--accent-color)}p{font-size:1.1rem;max-width:800px;margin:0 auto 1.5rem;line-height:1.7;color:#ccc}.intro-section{padding:10px}.intro-section,.services-section{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:1100px}.services-section{padding:2rem 0}.service-item{flex:1 1 300px;background-size:cover;background-position:50%;height:350px;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5);cursor:pointer;transition:transform .4s ease,box-shadow .4s ease,opacity .8s ease}.service-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(221,183,106,.25)}.service-item:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55);transition:background .4s ease}.service-item:hover:before{background:rgba(0,0,0,.25)}.service-item h1{position:absolute;bottom:25px;left:30px;color:#fff;font-size:2.2rem;font-weight:700;text-shadow:2px 2px 10px rgba(0,0,0,1);transition:transform .4s ease}.service-item:hover h1{transform:translateY(-5px)}.why-me-section{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.why-me-section img{margin:2rem 0;width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid var(--accent-color);box-shadow:0 0 25px rgba(221,183,106,.2)}.why-me-section ul{list-style:none;padding:0;font-size:1.1rem;line-height:2.2;color:#ccc;text-align:left;max-width:600px}.why-me-section li{margin-bottom:.8rem;display:flex;align-items:flex-start;gap:10px}.why-me-section li:before{content:"★";color:var(--accent-color);font-size:1.2rem;line-height:1.6}.cta-section{text-align:center;padding:6rem 4rem;background:linear-gradient(145deg,var(--dark-color),#2a2a2a);border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.4);margin-top:4rem;max-width:900px}.cta-section p{color:var(--light-gray);margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 3rem;background-color:var(--accent-color);color:var(--darker-bg);font-weight:700;font-size:1.1rem;border-radius:50px;text-decoration:none;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.cta-button:hover{background-color:transparent;color:var(--accent-color);border:2px solid var(--accent-color);transform:scale(1.05);box-shadow:0 0 15px rgba(221,183,106,.6)}@media screen and (max-width:1024px){section{margin:3rem 1rem}.service-item{height:320px}h2{font-size:2.4rem}}@media screen and (max-width:768px){.services-section{flex-direction:column;align-items:center}h2{font-size:2rem}p{font-size:1rem}.service-item{width:90%;height:280px}.service-item h1{font-size:1.6rem;left:20px;bottom:20px}.cta-section{padding:3rem 1.5rem}.cta-button{padding:.8rem 2rem;font-size:1rem}.why-me-section img{width:140px;height:140px}}@media screen and (max-width:480px){h2{font-size:1.6rem}p{font-size:.95rem}.service-item{height:240px}.service-item h1{font-size:1.4rem}.cta-button,.cta-section{padding:.7rem 1.8rem;font-size:.9rem}.why-me-section{width:250px}.why-me-section h2{font-size:large}.why-me-section ul{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}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;background-attachment:fixed}.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}