.hero-section{background:var(--card-background);border-radius:var(--card-border-radius);padding:3rem 2rem;margin-bottom:2rem;box-shadow:var(--shadow-l1);border:1px solid var(--card-border-color)}.hero-content{max-width:100%}.hero-title{font-size:3rem;font-weight:700;margin-bottom:2rem;color:var(--card-text-color-main);line-height:1.2}.hero-description{font-size:1.75rem;line-height:1.8;color:var(--card-text-color-main)}.hero-description p{margin-bottom:1.5rem}.hero-description p:last-child{margin-bottom:0}.hero-description strong{color:var(--card-text-color-main);font-weight:600}.hero-description a{color:var(--accent-color);text-decoration:none;font-weight:500;border-bottom:1px solid var(--accent-color);padding-bottom:1px;transition:all .2s ease}.hero-cta a{font-weight:600}.hero-description a:hover{color:var(--accent-color-darker);border-bottom-color:var(--accent-color-darker);border-bottom-width:2px}.hero-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--card-separator-color)}.hero-cta strong{font-size:1.75rem;color:var(--card-text-color-main)}.content-divider{height:2rem}.recent-posts-header{margin-bottom:1.5rem}.recent-posts-header h2{font-size:1.8rem;font-weight:600;color:var(--card-text-color-main)}.no-posts-message{background:var(--card-background);border-radius:var(--card-border-radius);padding:3rem 2rem;text-align:center;box-shadow:var(--shadow-l1);border:1px solid var(--card-border-color)}.no-posts-message p{font-size:1.1rem;color:var(--card-text-color-secondary);margin:0}@media(max-width:768px){.hero-section{padding:2rem 1.5rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1.5rem}.hero-cta strong{font-size:1.5rem}}@media(max-width:480px){.hero-section{padding:1.5rem 1rem}.hero-title{font-size:1.85rem}.hero-description{font-size:1.3rem}.hero-cta strong{font-size:1.3rem}}