.blog-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.blog-main{flex-grow:1;padding-top:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;text-align:center}.loading-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{color:#6b7280;font-size:16px;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-section{background:linear-gradient(135deg,#3b82f6,#3b82f6);color:white;padding:60px 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:(to right,#2563eb,#2563eb)}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;position:relative;z-index:1}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#dbeafe;max-width:800px;margin:0 auto;line-height:1.6;font-weight:300}.guides-section{padding:0;background:#f8fafc}.guides-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:16px}.section-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.empty-state{text-align:center;padding:60px 20px}.empty-text{font-size:1.125rem;color:#9ca3af;margin:0}.guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:0 auto}.guide-card{background:white;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid #e5e7eb}.guide-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.card-image-container{position:relative;height:200px;overflow:hidden}.card-image{object-fit:cover;transition:transform .3s ease}.guide-card:hover .card-image{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);opacity:.6}.card-content{padding:24px}.card-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:16px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.guide-card:hover .card-title{color:#3b82f6}.route-info{margin-bottom:16px}.destination{display:flex;align-items:center;margin-bottom:4px}.destination-text{font-size:.875rem;color:#6b7280;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source{font-size:.75rem;color:#9ca3af;margin-left:20px}.card-stats{justify-content:space-between;margin-bottom:16px}.card-stats,.stat{display:flex;align-items:center}.stat{gap:6px}.icon{width:16px;height:16px;color:#6b7280}.stat-text{font-size:.75rem;color:#6b7280;font-weight:500}.card-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{width:100%;background:#3b82f6;color:white;border:none;padding:12px 20px;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.read-more-btn:hover{background:#2563eb;transform:translateY(-1px)}.btn-icon{width:16px;height:16px}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.guides-grid{grid-template-columns:1fr;gap:20px}.card-image-container{height:180px}}@media (max-width:480px){.guides-section,.hero-section{padding:60px 0}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.guides-container{padding:0 16px}}