.services-page{color:#333;background-color:#fff}.hero-section{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;color:#3c3a3a;margin-bottom:3rem}.hero-image{z-index:-1}.hero-image,.hero-overlay{position:absolute;width:100%;height:100%}.hero-overlay{top:0;left:0;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.7))}.hero-content{width:100%;padding-top:3rem}.hero-text{max-width:700px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-intro{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.intro-text-skeleton{height:80px;background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:2rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.hero-intro.error{color:#ff6b6b}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;text-align:center}.loading-spinner{width:40px;height:40px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#9a6434;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.error-container{text-align:center;padding:4rem 0;color:#ff6b6b}.retry-button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#9a6434;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.retry-button:hover{background-color:#7d502a}.cta-section,.services-wrapper{margin-bottom:4rem}.cta-section{background-color:#9a6434;color:#fff;padding:4rem 0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;padding:1rem 2rem;background-color:#fff;color:#9a6434;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 7px 15px rgba(0,0,0,.2)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.hero-section{height:60vh}.hero-title{font-size:2.5rem}.hero-intro{font-size:1rem}.cta-title{font-size:2rem}.cta-text{font-size:1rem}}@media (max-width:480px){.hero-section{height:50vh}.hero-title{font-size:2rem}.cta-button{width:100%}}