.home-page{min-height:100vh}.banner{background:linear-gradient(135deg,#c9372e,#8b1a1a);padding:60px 20px;text-align:center;color:#fff}.banner-content h1{font-size:48px;font-weight:300;margin-bottom:15px;letter-spacing:8px}.banner-content p{font-size:16px;opacity:.9;letter-spacing:2px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-layout{display:flex;gap:30px;margin-top:30px}.content-area{flex:1;min-width:0}.sidebar-area{width:280px;flex-shrink:0}.section{margin-bottom:30px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e5e5}.section-header h2{font-size:20px;font-weight:500;color:#333}.more-link{font-size:14px;color:#999;text-decoration:none}.more-link:hover{color:#c9372e}.featured-poem{background:#fff;padding:30px;border-radius:4px;border-left:4px solid #c9372e}.featured-poem h3{font-size:24px;color:#333;margin-bottom:10px}.featured-poem .author{font-size:14px;color:#999;margin-bottom:20px}.featured-poem .paragraphs{font-size:16px;line-height:2.2;color:#333;margin-bottom:20px}.featured-poem .paragraphs p{margin-bottom:.5em}.read-more{display:inline-block;padding:8px 20px;background:#c9372e;color:#fff;text-decoration:none;border-radius:4px;font-size:14px;transition:background .2s}.read-more:hover{background:#a82d26}.poem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media (max-width:992px){.sidebar-area{display:none}}@media (max-width:768px){.banner-content h1{font-size:32px;letter-spacing:4px}.poem-grid{grid-template-columns:1fr}}