.hero-section{position:relative;padding:6rem 0 4rem;background-color:var(--brand-dark);color:#fff;overflow:hidden}@media(min-width:768px){.hero-section{padding:8rem 0 6rem}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-content{position:relative;z-index:10}.hero-content-inner{text-align:center}@media(min-width:768px){.hero-content-inner{text-align:left}}.hero-title{margin-bottom:1rem;line-height:1.1}.hero-subtitle{margin-bottom:2rem;max-width:42rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:768px){.hero-actions{flex-direction:row;justify-content:flex-start}}.section-py{padding:3rem 0}@media(min-width:768px){.section-py{padding:4rem 0}}.section-border-b{border-bottom:1px solid var(--gray-200)}.section-header{margin-bottom:2rem}.grid-cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.grid-cols-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media(min-width:1024px){.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.feature-icon-wrapper{width:4rem;height:4rem;background-color:var(--orange-100);color:var(--brand-orange);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.social-links{display:flex;gap:1rem}.social-icon{width:2.5rem;height:2.5rem;background-color:var(--gray-800);border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.social-icon:hover{background-color:var(--brand-orange)}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--gray-400);transition:color .2s}.footer-links a:hover{color:#fff}.newsletter-form{display:flex}.newsletter-input{background-color:var(--gray-800);border:none;padding:.75rem 1rem;border-radius:.5rem 0 0 .5rem;width:100%;color:#fff}.newsletter-input:focus{outline:none}.newsletter-btn{background-color:var(--brand-orange);color:#fff;padding:.75rem 1.5rem;border-radius:0 .5rem .5rem 0;font-weight:700;transition:background-color .2s}.newsletter-btn:hover{background-color:var(--brand-orange-hover)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--gray-500)}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom-links{display:flex;gap:1.5rem;margin-top:1rem}@media(min-width:768px){.footer-bottom-links{margin-top:0}}