.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding:2rem 0}.hero-section{padding:1rem 0;text-align:center}.hero-title{font-size:3rem;margin-bottom:1.5rem;color:var(--color-text)}.hero-content{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.content-section{padding:1rem 0}.content-section h2{color:var(--color-accent);margin-bottom:1.5rem}.content-section h3{color:var(--color-text);margin-top:2rem;margin-bottom:1rem}.content-section p{margin-bottom:1.5rem;line-height:1.8}.image-banner{width:100%;border-radius:12px;overflow:hidden;max-width:1200px;margin:0 auto}.banner-image{width:100%;height:auto;object-fit:cover}.content-image-wrapper{margin:2rem 0}.content-image{width:100%;height:auto;border-radius:8px}.button-group{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}@media (max-width:1024px){.hero-title{font-size:2.5rem}}@media (max-width:768px){.hero-title{font-size:2rem}.hero-content{font-size:1rem}.button-group{flex-direction:column}.button-group .btn{width:100%}}