.page-container{min-height:150vh!important;padding:80px 0 300px;position:relative;width:100%;background:linear-gradient(180deg,#fff 0,#f8f9fa)}.blog-container{max-width:1400px;margin:0 auto;padding:40px 20px;display:none;font-family:Manrope,sans-serif}.blog-container.loaded{display:block;animation:fadeIn .8s ease-in forwards}.loading-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;z-index:1000}.loading-spinner{width:60px;height:60px;border:4px solid #e9ecef;border-top-color:#074c6f;border-radius:50%;animation:spin 1s linear infinite}.loading-text{color:#074c6f;font-size:1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;font-family:Manrope,sans-serif;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.featured-post{margin-bottom:80px;padding-bottom:80px;border-bottom:2px solid #e9ecef}.featured-post-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px rgba(7,76,111,.08);transition:all .3s ease}.featured-post-inner:hover{box-shadow:0 8px 30px rgba(7,76,111,.12);transform:translateY(-2px)}.featured-post .post-image{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.featured-post .post-content{padding:0}.featured-post .post-meta{font-size:.95rem;color:#705d4d;margin-bottom:20px;font-family:Manrope,sans-serif;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.featured-post .post-title{font-size:2.75rem;line-height:1.2;margin-bottom:24px;font-weight:700;color:#074c6f;font-family:Manrope,sans-serif;letter-spacing:-.5px}.featured-post .post-excerpt{font-size:1.25rem;line-height:1.7;color:#495057;margin-bottom:32px;font-family:Manrope,sans-serif}.featured-post .read-more{display:inline-flex;align-items:center;font-size:1rem;color:#074c6f;text-decoration:none;font-weight:600;padding:14px 32px;border:2px solid #074c6f;border-radius:8px;transition:all .3s ease;font-family:Manrope,sans-serif;background:transparent}.featured-post .read-more:hover{background:#074c6f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(7,76,111,.3)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:40px;margin-top:60px;padding-bottom:10%}.post-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e9ecef;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column;height:100%}.post-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(7,76,111,.15);border-color:#074c6f}.post-card .post-image{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image{transform:scale(1.05)}.post-card .post-content{padding:28px;display:flex;flex-direction:column;flex-grow:1}.post-card .post-meta{font-size:.85rem;color:#869292;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.post-card .post-meta,.post-card .post-title{margin-bottom:12px;font-family:Manrope,sans-serif}.post-card .post-title{font-size:1.5rem;font-weight:700;color:#074c6f;line-height:1.3;letter-spacing:-.3px}.post-card .post-excerpt{color:#495057;line-height:1.6;font-size:1rem;margin-bottom:20px;font-family:Manrope,sans-serif;flex-grow:1}.post-card .read-more{display:inline-flex;align-items:center;margin-top:auto;color:#074c6f;text-decoration:none;font-weight:600;font-size:.95rem;font-family:Manrope,sans-serif;transition:all .3s ease}.post-card .read-more:hover{color:#0a5f88;transform:translateX(4px)}.post-card .read-more:after{content:"→";margin-left:8px;transition:transform .3s ease}.post-card .read-more:hover:after{transform:translateX(4px)}.section-title{font-size:2rem;font-weight:700;margin-bottom:40px;padding-bottom:16px;border-bottom:3px solid #074c6f;color:#074c6f;font-family:Manrope,sans-serif;letter-spacing:-.5px}@media (max-width:968px){.featured-post-inner{grid-template-columns:1fr;gap:30px;padding:30px}.featured-post .post-image{height:400px}.featured-post .post-title{font-size:2.25rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}}@media (max-width:768px){.page-container{padding:60px 0 200px}.blog-container{padding:20px 16px}.featured-post{margin-bottom:60px;padding-bottom:60px}.featured-post-inner{padding:24px}.featured-post .post-title{font-size:1.875rem}.featured-post .post-excerpt{font-size:1.1rem}.posts-grid{grid-template-columns:1fr;gap:24px}.section-title{font-size:1.75rem}}