.page--theme #main{padding-bottom:3rem}
.page--theme .section__header{text-align:center}
.page--theme .section__subtitle{color:var(--color-text-muted);font-size:0.75rem;line-height:1.6;margin:0.25rem auto 0;max-width:300px}
.page--theme .section__title{letter-spacing:-0.02em}
.page--theme .section__footer{display:flex;justify-content:center;margin-top:1rem}
.page--theme .section__footer .btn-primary{box-shadow:var(--shadow-primary-soft);gap:0.375rem;padding:0.75rem 1.5rem}
@media (min-width: 768px){
.page--theme #main{padding-bottom:4rem}
.page--theme .section__header{text-align:left}
.page--theme .section__subtitle{font-size:0.875rem;margin-left:0;max-width:42rem}
}
@media (min-width: 1024px){
.page--theme #main{padding-bottom:5rem}
}
