@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&display=swap");:root{--primary-color:#dc2626;--primary-dark:#991b1b;--secondary-color:#ef4444;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--transition:all 0.3s ease}.blog-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.blog-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc2626,#991b1b);margin-bottom:4rem;overflow:hidden}.blog-hero:before{background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.blog-hero:after,.blog-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.blog-hero:after{background:linear-gradient(135deg,rgba(255,215,0,.5),rgba(255,193,7,.4) 50%,rgba(255,152,0,.3)),linear-gradient(135deg,rgba(220,38,38,.6),rgba(153,27,27,.6)),url(https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1920&q=80);background-size:cover;background-position:50%;background-repeat:no-repeat;background-blend-mode:overlay,multiply,normal;opacity:.85;animation:bridgeMove 20s ease-in-out infinite;will-change:transform,background-position}@keyframes bridgeMove{0%,to{transform:translateX(0) translateY(0) scale(1);opacity:.8}25%{transform:translateX(-15px) translateY(-8px) scale(1.03);opacity:.85}50%{transform:translateX(0) translateY(-15px) scale(1.06);opacity:.9}75%{transform:translateX(15px) translateY(-8px) scale(1.03);opacity:.85}}.blog-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(255,215,0,.15) 0,transparent 70%),rgba(0,0,0,.15);animation:glowPulse 4s ease-in-out infinite;z-index:2}@keyframes glowPulse{0%,to{opacity:1}50%{opacity:.8}}.blog-hero-content{position:relative;z-index:3;text-align:center;color:#fff;padding:2rem;max-width:800px}.blog-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.blog-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.blog-cta-button{padding:1rem 2.5rem;background:var(--bg-white);text-decoration:none;font-weight:600;border-radius:50px;transition:var(--transition);box-shadow:var(--shadow-lg)}.blog-cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.blog-main-content{padding:2rem 0 4rem;position:relative;z-index:1}.blog-section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-dark)}.blog-featured-section{margin-bottom:4rem}.blog-featured-post{background:var(--bg-white);cursor:pointer}.blog-featured-post:hover{transform:translateY(-5px)}.blog-featured-post-image{width:100%;height:400px;object-fit:cover;background:linear-gradient(135deg,#dc2626,#991b1b);position:relative;overflow:hidden}.blog-featured-post-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(220,38,38,.3),rgba(153,27,27,.4));mix-blend-mode:multiply;pointer-events:none}.blog-featured-post-content{padding:2.5rem}.blog-featured-post-category{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-color);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.blog-featured-post-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.blog-featured-post-excerpt{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.blog-featured-post-meta{display:flex;align-items:center;gap:1rem;color:var(--text-light);font-size:.875rem}.blog-read-more-featured{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;background:#fff;color:var(--primary-color);text-decoration:none;font-weight:600;border-radius:50px;transition:var(--transition)}.blog-read-more-featured:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.blog-posts-section{margin-bottom:4rem}.blog-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.blog-filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.blog-filter-btn{padding:.5rem 1.5rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:25px;cursor:pointer;font-weight:500;transition:var(--transition);color:var(--text-dark);font-family:inherit}.blog-filter-btn.active,.blog-filter-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.blog-posts-grid{display:flex;flex-direction:column;gap:3rem}.blog-post-item{display:flex;flex-direction:row;gap:2rem;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.blog-post-item:last-child{border-bottom:none}.blog-post-image-container{width:400px;min-width:400px;height:300px;flex-shrink:0;position:relative;overflow:hidden;border-radius:12px}.blog-post-image-slider{width:100%;height:100%;position:relative}.blog-post-image-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:50%}.blog-post-image-slide.active{opacity:1}.blog-post-image-slide:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(220,38,38,.2),rgba(153,27,27,.3));mix-blend-mode:multiply;pointer-events:none}.blog-post-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:0}.blog-post-card-category{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:var(--bg-light);color:var(--primary-color);border-radius:15px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;width:fit-content}.blog-category-icon{display:inline-flex;align-items:center;width:16px;height:16px;flex-shrink:0}.blog-category-icon svg{width:100%;height:100%;stroke:currentColor}.blog-post-card-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark);line-height:1.4;cursor:pointer;transition:var(--transition)}.blog-post-card-title:hover{color:var(--primary-color)}.blog-post-card-excerpt{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem;flex-grow:1;line-height:1.8}.blog-post-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:var(--text-light);padding-top:1rem;border-top:1px solid var(--border-color);gap:1rem;flex-wrap:wrap}.blog-post-card-date{display:flex;align-items:center;gap:.5rem}.blog-post-card-actions{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.blog-post-action-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--text-light);font-size:.875rem;cursor:pointer;padding:.5rem .75rem;border-radius:8px;transition:var(--transition);font-family:inherit}.blog-post-action-btn:hover{background:var(--bg-light);color:var(--primary-color)}.blog-action-icon{width:18px;height:18px;fill:currentColor;transition:var(--transition)}.blog-post-action-btn:hover .blog-action-icon{transform:scale(1.1)}.blog-read-more{color:var(--primary-color);text-decoration:none;font-weight:600;transition:var(--transition);margin-left:auto}.blog-read-more:hover{color:var(--primary-dark)}.blog-newsletter-section{background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:16px;padding:3rem 2rem;text-align:center;color:#fff;margin:4rem 0;position:relative;overflow:hidden}.blog-newsletter-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:pulseGlow 4s ease-in-out infinite}.blog-newsletter-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,hsla(0,0%,100%,.05) 50%,transparent 70%);animation:shimmer 3s ease-in-out infinite;pointer-events:none}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%)}to{transform:translateX(100%) translateY(100%)}}.blog-newsletter-content h2{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:.5rem;animation:textGlow 2s ease-in-out infinite alternate;position:relative;display:inline-block}@keyframes textGlow{0%{text-shadow:0 0 10px hsla(0,0%,100%,.3),0 0 20px hsla(0,0%,100%,.2)}to{text-shadow:0 0 20px hsla(0,0%,100%,.5),0 0 30px hsla(0,0%,100%,.3),0 0 40px hsla(0,0%,100%,.2)}}.blog-newsletter-content p{margin-bottom:2rem;opacity:.95;animation:fadeInOut 3s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.9}50%{opacity:1}}.blog-newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}.blog-newsletter-form input{flex:1;min-width:250px;padding:1rem 1.5rem;border:none;border-radius:50px;font-size:1rem;outline:none}.blog-newsletter-form button{padding:1rem 2rem;background:var(--bg-white);color:var(--primary-color);border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition);font-family:inherit}.blog-newsletter-form button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:1rem}.blog-section-title{font-size:2rem}.blog-post-item{flex-direction:column;gap:1.5rem}.blog-post-image-container{width:100%;min-width:100%;height:250px}.blog-post-card-title{font-size:1.5rem}.blog-post-card-actions{margin-left:0;flex-wrap:wrap;gap:1rem}.blog-post-card-meta{flex-direction:column;align-items:flex-start;gap:1rem}.blog-read-more{margin-left:0;width:100%;text-align:center;display:block;padding:.75rem;background:var(--bg-light);border-radius:8px}.blog-section-header{align-items:flex-start}.blog-newsletter-form,.blog-section-header{flex-direction:column}.blog-newsletter-form button,.blog-newsletter-form input{width:100%}}@media (max-width:480px){.blog-hero{height:50vh;min-height:400px}.blog-hero-title{font-size:2rem}.blog-featured-post-content{padding:1.5rem}.blog-featured-post-title{font-size:1.5rem}}.single-post-header{height:60vh;min-height:500px;display:flex;align-items:flex-end;overflow:hidden}.single-post-image{bottom:0}.single-post-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,transparent)}.single-post-header-content{z-index:2;width:100%;padding:3rem 0}.back-link{display:inline-flex;align-items:center;font-weight:500}.back-link:hover{transform:translateX(-5px)}.post-category-badge{padding:.5rem 1.25rem;background:var(--primary-color)}.post-category-badge .blog-category-icon{width:18px;height:18px}.post-category-badge .blog-category-icon svg{stroke:#fff}.single-post-title{max-width:900px}.single-post-meta{gap:1rem}.post-content-wrapper{grid-template-columns:1fr 350px}.post-article{max-width:800px}.post-content h2:first-of-type{margin-top:0}.post-content p{color:var(--text-dark)}.post-content p:last-child{margin-bottom:0}.post-actions{padding:2rem 0;border-bottom:1px solid var(--border-color);margin-bottom:3rem}.post-sidebar{height:fit-content}@media (max-width:1024px){.post-content-wrapper{grid-template-columns:1fr;gap:3rem}.post-sidebar{position:static}.single-post-title{font-size:2.5rem}}@media (max-width:768px){.single-post-header{height:50vh;min-height:400px}.single-post-title{font-size:2rem}.post-content{font-size:1rem}.post-content h2{font-size:1.75rem}.single-post-body{padding:2rem 0}.post-content-wrapper{gap:2rem}.post-actions{flex-direction:column}.related-posts{gap:1rem}}@media (max-width:480px){.single-post-header{height:40vh;min-height:300px}.single-post-title{font-size:1.75rem}.single-post-header-content{padding:2rem 0}.post-category-badge{font-size:.75rem;padding:.4rem 1rem}}.blog-hero-title{font-family:Playfair Display,serif;margin-bottom:1.25rem;letter-spacing:-.02em;text-shadow:0 10px 30px rgba(0,0,0,.35);animation:fadeInUp .8s ease}.blog-hero-subtitle{font-weight:500;margin-bottom:2.5rem;line-height:1.6;text-shadow:0 6px 20px rgba(0,0,0,.3);animation:fadeInUp .8s ease .2s both}.blog-cta-button{display:inline-block;padding:1.15rem 3.25rem;font-size:1.05rem;letter-spacing:.04em;background:#fff;color:var(--primary-color);text-transform:uppercase;border-radius:999px;box-shadow:0 20px 40px rgba(0,0,0,.25);transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .8s ease .4s both}.blog-cta-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 28px 60px rgba(0,0,0,.35)}@media (max-width:768px){.blog-hero-title{font-size:3rem}.blog-hero-subtitle{font-size:1.1rem}.blog-cta-button{padding:1rem 2.5rem;font-size:.95rem}}@media (max-width:480px){.blog-hero-title{font-size:2.4rem}}.blog-hero-title{font-size:4.25rem;font-weight:800;color:#fff}.blog-hero-subtitle{font-size:1.35rem;color:hsla(0,0%,100%,.95)}.blog-cta-button{padding:1.25rem 3rem;font-size:1.1rem;font-weight:700}.blog-featured-post:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}@media (max-width:768px){.blog-hero-title{font-size:3rem}.blog-cta-button{font-size:1rem;padding:1.1rem 2.5rem}}.blog-featured-post{display:block;width:100%;max-width:1200px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);transition:var(--transition)}.single-post-main{min-height:100vh;background-color:var(--bg-light);margin-top:40px;position:relative;z-index:1}.single-post-header{position:relative;margin-bottom:3rem}.single-post-image{background-blend-mode:overlay}.single-post-header-content{background:linear-gradient(to bottom,transparent,rgba(0,0,0,.7) 70%,var(--bg-light) 100%)}.back-link{display:inline-block;color:hsla(0,0%,100%,.9);text-decoration:none;font-size:.95rem;margin-bottom:1.5rem;transition:var(--transition)}.back-link:hover{color:#fff;text-decoration:underline}.post-category-badge{background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;text-transform:none;letter-spacing:0}.category-icon{display:inline-flex;align-items:center;width:16px;height:16px;flex-shrink:0}.category-icon svg{width:100%;height:100%;stroke:currentColor}.single-post-title{margin-bottom:1rem}.single-post-meta{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:hsla(0,0%,100%,.9);margin-bottom:2rem}.meta-separator{opacity:.6}.post-author,.post-date{display:flex;align-items:center;gap:.25rem}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.single-post-body{padding:4rem 0;background:var(--bg-white)}.post-content-wrapper{grid-template-columns:280px 1fr 320px}.ad-section{position:sticky;top:100px;align-self:start}.ad-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:3px solid var(--primary-color);position:relative}.ad-header h3{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.ad-link{font-size:.85rem;color:var(--primary-color);text-decoration:none;transition:var(--transition)}.ad-link:hover{color:var(--primary-dark);text-decoration:underline}.ad-slider-container{height:500px;overflow:hidden;position:relative;border-radius:12px;background:var(--bg-light)}.ad-slider-track{display:flex;flex-direction:column;gap:1rem;animation:slideUp 30s linear infinite;animation-play-state:running}.ad-slider-container:hover .ad-slider-track{animation-play-state:paused}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.ad-item{background:var(--bg-white);color:inherit}.ad-item-image{height:150px;background-size:cover;background-position:50%;position:relative}.ad-item-content{padding:1rem}.ad-item-content h4{color:var(--text-dark)}.ad-location{color:var(--text-light)}.ad-price{color:var(--primary-color)}.post-article{background:var(--bg-white);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-lg)}.post-content{font-size:1.125rem;line-height:1.8;color:var(--text-dark)}.post-content h2{font-size:2rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.post-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem;color:var(--text-dark)}.post-content p{margin-bottom:1.5rem}.post-content strong{font-weight:600;color:var(--text-dark)}.post-actions{margin-top:2rem;padding-top:2rem}.post-action-btn svg{width:18px;height:18px;stroke:currentColor}.post-action-btn.liked{border-color:var(--primary-color);color:var(--primary-color);background:rgba(220,38,38,.1)}.post-comments-section-full{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.comments-header-full h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-dark)}.comments-list-full{margin-bottom:2rem}.comment-item-full{padding:1.5rem;background:var(--bg-light);border-radius:12px;margin-bottom:1rem}.comment-author-full{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;position:relative;padding-left:2.5rem}.comment-author-full:before{content:attr(data-initial);position:absolute;left:0;top:50%;transform:translateY(-50%);width:2rem;height:2rem;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.comment-text-full{color:var(--text-dark);line-height:1.6;margin-bottom:.75rem}.comment-date-full{font-size:.85rem;color:var(--text-light);margin-bottom:1rem}.comment-actions-full{display:flex;gap:1rem}.comment-action-btn-full{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;font-size:.85rem;color:var(--text-light);cursor:pointer;transition:var(--transition);font-family:inherit}.comment-action-btn-full:hover{border-color:var(--primary-color);color:var(--primary-color)}.comment-action-btn-full svg{width:16px;height:16px;stroke:currentColor}.comment-form-full{background:var(--bg-light);padding:1.5rem;border-radius:8px}.comment-input-group-full{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.comment-author-input-full,.comment-text-input-full{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:var(--transition)}.comment-author-input-full:focus,.comment-text-input-full:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(220,38,38,.1)}.comment-submit-btn-full{padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition);font-family:inherit}.comment-submit-btn-full:hover{background:var(--primary-dark)}.no-comments{text-align:center;color:var(--text-light);padding:2rem;background:var(--bg-light);border-radius:8px}.post-sidebar{position:sticky;top:100px;align-self:start}.sidebar-section{background:var(--bg-light);padding:2rem;border-radius:12px;margin-bottom:2rem}.sidebar-section h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-dark)}.related-posts{display:flex;flex-direction:column;gap:1.5rem}.related-post-item{display:flex;gap:1rem;padding:.5rem;border-radius:8px}.related-post-item:hover{background:#fff;transform:translateX(5px)}.related-post-image{width:100px;height:80px;border-radius:8px;flex-shrink:0}.related-post-content{flex:1}.related-post-content h4{font-size:1rem;margin-bottom:.5rem;color:var(--text-dark)}.related-post-date{color:var(--text-light)}@media (max-width:1200px){.post-content-wrapper{grid-template-columns:250px 1fr}.post-sidebar{grid-column:1/-1;margin-top:2rem;position:static}.single-post-image{height:450px}.single-post-header-content{padding-top:350px}}@media (max-width:768px){.post-content-wrapper{grid-template-columns:1fr;gap:2rem}.ad-section{display:none}.single-post-title{font-size:2.5rem}.single-post-image{height:300px}.single-post-header-content{padding-top:250px}.post-article{padding:1.5rem}.post-actions{flex-direction:column}.comment-actions-full{flex-wrap:wrap}.sidebar-section{padding:1.5rem}.container{padding:0 1rem}}@media (max-width:480px){.single-post-title{font-size:2rem}.single-post-image{height:250px}.single-post-header-content{padding-top:200px}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.25rem}.related-post-item{flex-direction:column}.related-post-image{width:100%;height:150px}}.single-post-image{position:absolute;top:0;left:0;right:0;height:500px;background-size:cover;background-position:50%}.single-post-header-content{position:relative;padding-top:400px;color:#fff;background:linear-gradient(180deg,transparent,transparent 70%,transparent)}.single-post-header-content .container{display:flex;flex-direction:column}.header-top-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;width:100%}.post-category-badge{display:inline-flex;align-items:center;gap:.5rem;background:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 0 20px}.header-content-main{margin-top:2rem;width:100%}.single-post-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff;width:100%}.ad-item{display:block;background:#dc2626;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);text-decoration:none;color:#fff!important;transition:var(--transition);margin:.5rem;border:2px solid #dc2626}.ad-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);background:#991b1b}.ad-item-content h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#fff!important;line-height:1.4}.ad-location{font-size:.85rem;color:hsla(0,0%,100%,.9)!important;margin-bottom:.5rem}.ad-price{font-size:1rem;font-weight:600;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.2)}.post-content{color:#1f2937}.post-content h2{font-size:2.25rem;margin-top:3rem;margin-bottom:1.5rem;line-height:1.3;border-bottom:3px solid #f3f4f6;padding-bottom:.5rem}.post-content h2,.post-content h3{font-family:Playfair Display,serif;font-weight:600;color:#111827}.post-content h3{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.post-content p{color:#374151}.post-content strong{color:#111827}.post-content ol,.post-content ul{margin-bottom:2rem;padding-left:1.5rem}.post-content blockquote{color:#4b5563}.post-content-wrapper{display:grid;grid-template-columns:280px 1fr;gap:3rem;max-width:1400px;margin:0 auto}.related-stories-section{margin-top:4rem;padding-top:3rem;border-top:2px solid #e5e7eb;grid-column:1/-1}.related-stories-section h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;margin-bottom:2rem;color:#111827;text-align:center}.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.related-post-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition);text-decoration:none;color:inherit}.related-post-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.related-post-image{width:100%;height:200px;background-size:cover;background-position:50%}.related-post-content{padding:1.5rem}.related-post-content h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827;line-height:1.4}.related-post-date{font-size:.875rem;color:#6b7280}.post-actions{display:flex;gap:1rem;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border-color);justify-content:flex-end}.post-action-btn.like-btn{display:none}.post-action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--bg-white);border:2px solid var(--border-color);border-radius:50px;font-size:.95rem;font-weight:500;color:var(--text-light);cursor:pointer;transition:var(--transition);font-family:inherit}.post-action-btn:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}.post-comments-section-full{display:none}@media (max-width:1200px){.post-content-wrapper{grid-template-columns:250px 1fr}.related-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.post-content-wrapper{grid-template-columns:1fr;gap:2rem}.ad-section{display:none}.related-posts-grid{grid-template-columns:1fr}.post-content{font-size:1.125rem;padding:0 1rem}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.5rem}}@media (max-width:480px){.related-stories-section h3{font-size:1.75rem}.post-content{font-size:1.1rem;line-height:1.8}}.post-content,.post-content p{color:#111827}.post-content p.dark,.post-content-dark{color:#000}.post-content p.charcoal,.post-content-charcoal{color:#1a1a1a}.post-content em{color:#111827;font-style:italic}.post-content a{color:#dc2626;text-decoration:underline;text-underline-offset:3px}.post-content a:hover{color:#991b1b}.post-content li{margin-bottom:.75rem;line-height:1.8;color:#111827}.post-content blockquote{border-left:4px solid #dc2626;margin:2.5rem 0;font-style:italic;color:#374151;background:#fef2f2;padding:1.5rem;border-radius:0 8px 8px 0}.post-content.max-contrast,.post-content.max-contrast li,.post-content.max-contrast p{color:#000}.post-content.subtle-dark,.post-content.subtle-dark p{color:#1e293b}.post-content,.post-content p{color:#000}.post-content strong{font-weight:700;color:#000}.post-content{font-size:1.25rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-content,.post-content p{line-height:1.9;color:#1a1a1a;font-weight:400}.post-content p{margin-bottom:2rem;letter-spacing:-.01em}