.header{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem 1rem}.header-content{max-width:1000px;margin:0 auto}.header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.meta{color:#666;font-size:.95rem}.container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.hero-image{position:relative;margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.hero-image img{width:100%;height:auto;display:block}.article{font-size:1.125rem;color:#333}.article p{margin-bottom:1.5rem}.article h2{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:2rem 0 1rem}.article h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:1.5rem 0 1rem}.design-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.design-item img{width:100%;height:auto;border-radius:.5rem;margin-bottom:1rem}.article ul{margin-left:1.5rem;margin-bottom:1.5rem}.article li{margin-bottom:.5rem}.cta-box{background-color:#f3f4f6;padding:2rem;border-radius:.5rem;margin:2rem 0}.image-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:40px 0}.gallery-image{width:100%;height:200px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.gallery-image:hover{transform:scale(1.03)}.cta-section{text-align:center;margin:30px 0}.cta-button-container{margin-bottom:20px}.cta-button{display:inline-block;padding:12px 24px;background-color:#4caf50;color:white;text-decoration:none;border-radius:4px;font-weight:700;font-size:1.1rem;transition:all .3s}.cta-button:hover{background-color:#3e8e41}.social-link{margin-top:15px}.social-link span{margin-right:10px}.facebook-link{display:inline-flex;align-items:center;text-decoration:none;color:#1877f2;font-weight:700}.facebook-icon{margin-right:5px;fill:#1877f2}@media (max-width:900px){.image-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.header h1{font-size:2rem}.image-gallery{grid-template-columns:1fr}.gallery-image{height:250px}}