*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f5f5f5;color:#333}.blog-post-container{max-width:1400px;margin:0 auto 60px auto;padding:40px 60px}.hero-image{width:100%;height:250px;border-radius:20px;overflow:hidden;margin-bottom:30px}.hero-image img{width:100%;height:100%;object-fit:cover}.content-grid{display:grid;grid-template-columns:1fr 350px;gap:50px}.main-content{background-color:white;border-radius:15px;padding:40px;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.meta-item{display:flex;align-items:center;gap:6px}.post-title{font-size:36px;font-weight:bold;color:#000;line-height:1.3;margin-bottom:20px;font-family:'Georgia','Times New Roman',serif}.post-description{font-size:15px;line-height:1.8;color:#666;margin-bottom:30px}.post-meta-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #f0f0f0;margin-bottom:30px}.author-info{display:flex;align-items:center;gap:10px}.post-stats{display:flex;gap:20px;font-size:13px;color:#999}.share-label{font-size:14px;color:#666;margin-right:15px}.content-section{margin-bottom:35px}.section-title{font-size:24px;font-weight:bold;color:#000;margin-bottom:15px;font-family:'Georgia','Times New Roman',serif}.section-text{font-size:15px;line-height:1.8;color:#666;margin-bottom:15px}.content-images{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}.content-image{width:100%;height:200px;border-radius:12px;overflow:hidden}.content-image img{width:100%;height:100%;object-fit:cover}.features-list{background-color:#f8f8f8;border-radius:12px;padding:25px;margin:25px 0}.features-list h4{font-size:16px;font-weight:600;color:#000;margin-bottom:15px}.features-list ul{list-style:none}.features-list li{padding:8px 0;color:#666;font-size:14px;position:relative;padding-left:25px}.features-list li::before{content:'•';position:absolute;left:8px;color:#f5a623;font-size:20px}.reasons-list{list-style:none;margin-top:15px}.reasons-list li{padding:10px 0;color:#666;font-size:15px;position:relative;padding-left:25px}.reasons-list li::before{content:'✓';position:absolute;left:0;color:#f5a623;font-weight:bold}.post-tags{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.tag{padding:8px 16px;background-color:#f5f5f5;border-radius:20px;font-size:12px;color:#666;cursor:pointer;transition:all .3s ease}.tag:hover{background-color:#8b1a1a;color:white}.social-icon{width:35px;height:35px;border-radius:8px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all .3s ease}.social-icon:hover{background-color:#8b1a1a;color:white}.comments-section{background-color:white;border-radius:15px;padding:40px;margin-top:40px;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.comments-title{font-size:24px;font-weight:bold;color:#000;margin-bottom:30px;font-family:'Georgia','Times New Roman',serif}.comment{display:flex;gap:20px;padding:25px 0;border-bottom:1px solid #f0f0f0}.comment:last-child{border-bottom:0}.comment-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-content{flex:1}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.comment-author{font-size:16px;font-weight:600;color:#000}.comment-date{font-size:12px;color:#999}.comment-text{font-size:14px;line-height:1.7;color:#666;margin-bottom:10px}.comment-reply{font-size:13px;color:#8b1a1a;font-weight:600;cursor:pointer;text-decoration:none}.comment-reply:hover{text-decoration:underline}.comment-form{background-color:white;border-radius:15px;padding:40px;margin-top:40px;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.form-title{font-size:24px;font-weight:bold;color:#000;margin-bottom:10px;font-family:'Georgia','Times New Roman',serif}.form-subtitle{font-size:13px;color:#999;margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-label{font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.form-input,.form-textarea{padding:15px;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;color:#333;font-family:'Georgia','Times New Roman',serif}.form-input:focus,.form-textarea:focus{outline:0;border-color:#f5a623}.form-textarea{resize:vertical;min-height:150px}.form-note{font-size:12px;color:#999;margin-bottom:20px}.submit-btn{background-color:#f5a623;color:#000;padding:16px 40px;border:0;border-radius:50px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.submit-btn:hover{background-color:#e69510;transform:translateY(-2px)}.sidebar{display:flex;flex-direction:column;gap:30px}.sidebar-widget{background-color:white;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.widget-title{font-size:18px;font-weight:700;color:#000;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.category-list{list-style:none}.category-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0;cursor:pointer}.category-item:last-child{border-bottom:0}.category-item:hover{color:#8b1a1a}.blog-sidebar-link{display:flex;justify-content:space-between;width:100%;color:#333;text-decoration:none;font-size:14px;transition:color .2s ease}.blog-sidebar-link:hover{color:#8b1a1a}.tag-link{text-decoration:none;display:inline-block}.tags-list{display:flex;flex-wrap:wrap;gap:10px}.mobile-sidebar{display:none}.mobile-sidebar .sidebar-widget{background-color:white;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,0.08);margin-bottom:30px}.comment-form,.comments-section{display:none}@media(max-width:992px){.content-grid{grid-template-columns:1fr}.sidebar{display:none}.mobile-sidebar{display:block}.form-row{grid-template-columns:1fr}}@media(max-width:768px){.blog-post-container{padding:20px}.hero-image{height:200px;border-radius:15px}.main-content,.comments-section,.comment-form,.mobile-sidebar .sidebar-widget{padding:25px}.post-title{font-size:24px;margin-bottom:15px}.post-description{font-size:14px}.section-title{font-size:20px}.section-text{font-size:14px}.content-images{grid-template-columns:1fr;gap:15px}.content-image{height:180px}.post-meta-bottom{flex-direction:column;gap:15px;align-items:flex-start}.post-stats{flex-wrap:wrap}}@media(max-width:480px){.blog-post-container{padding:15px}.hero-image{height:150px;border-radius:10px}.main-content,.comments-section,.comment-form,.mobile-sidebar .sidebar-widget{padding:20px;border-radius:10px}.post-title{font-size:20px}.section-title{font-size:18px}.post-tags{gap:8px}.tag{font-size:11px;padding:6px 12px}.social-icon{width:32px;height:32px;font-size:14px}.share-label{font-size:12px}.widget-title{font-size:16px}.comment-avatar{width:40px;height:40px}.comment-author{font-size:14px}.comment-text{font-size:13px}}